Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/check
AgeCommit message (Expand)Author
2022-05-02Handle minor memleak when greylist checks fail.Ladar Levison
2020-06-09Updated suppressions. Fixed sample check logic.Ladar Levison
2019-05-22Updated the time printing unit test to account for the system timezone.Ladar Levison
2018-12-07Properly bypass SMTP checks using the bypass_addr setting.Ladar Levison
2018-12-06Account plan array is needed by non pedantic builds.Ladar Levison
2018-12-06Updated the comparison operator in the new registration test logic.Ladar Levison
2018-12-06Added plan based expiration date checks to registration unit test.Ladar Levison
2018-12-06Added unit tests for the time stamp functions. Fixed time printing bug.Ladar Levison
2018-12-04Check whether secure memory blocksize is greater than 0.Ladar Levison
2018-12-04Removed unneeded true.Ladar Levison
2018-12-01Found a test that didn't handle the lack of pedantic checks and no tree support.Ladar Levison
2018-11-30Minor unit test boolean type comparison fixed.Ladar Levison
2018-11-30Merging libcore ifdef rules into core module.Ladar Levison
2018-11-30Fixed string opts on data buffer to make append valid.Ladar Levison
2018-11-28Fixed an array size issue in unit tests, and type comparison.Ladar Levison
2018-11-28Fixed an improper string init in the bitwise check, and type comparison in HT...Ladar Levison
2018-11-22Fixed the spurious TCP error trigged by the dropped POP connection.Ladar Levison
2018-11-22Check will always print to console. Errors always goto log file (if enabled).Ladar Levison
2018-11-22Removed improper print statement from string comparison unit test.Ladar Levison
2018-11-21Cleanup the console descriptors.Ladar Levison
2018-11-21Fix a tiny memory leak inside the user registration unit test.Ladar Levison
2018-11-17Added a start and limit params to messages.list camelface function.Ladar Levison
2018-11-09Fixed the DKIM signing unit test.Ladar Levison
2018-11-08Added experimental support for alternate DKIM domain field values.Ladar Levison
2018-11-07Cleaned up the shutdown process.Ladar Levison
2018-11-07Added camelface user registration unit tests.Ladar Levison
2018-11-07Fixed 'corp' registration and added a 'corp' user creation test.Ladar Levison
2018-10-25Cleaned up the check_users_auth_username_s logic/syntax.Ladar Levison
2018-09-19Fixed the sloppy typing/alignment used by the basic camelface test.Ladar Levison
2018-09-19Fixed a log message typo. Switch from decimal, to int.Ladar Levison
2018-09-18Use the first 7 characters of the commit hash, instead of the last 8.Ladar Levison
2018-09-18Logic errors identified by static code analysis.Ladar Levison
2018-09-15Fixed improper handling of inbound mail for locked recipients.Ladar Levison
2018-09-12When password aren't long enough, add a delay to avoid leakage.Ladar Levison
2018-09-10Added checkpoints to the basic camelface test case. Whitespace cleanup.Ladar Levison
2018-09-10The minimum valid password length is now configurable at runtime.Ladar Levison
2018-09-04Add a NULL terminator to the merge function output, which fixes DSPAM.Ladar Levison
2018-08-23Doubled the camelface basic test timeout so it avoids hurting turtles.Ladar Levison
2018-08-10When the contact edit camel method fails, don't print an invalid array.Ladar Levison
2018-08-10Fixed the camelface check references to the contacts ID array.Ladar Levison
2018-08-10Fixed the camelface check references to the folder ID array.Ladar Levison
2018-08-07Account locking/registration code overhaul. Relevant unit tests added.Ladar Levison
2018-08-06Minor improvements intended to make profiling magma easier.Ladar Levison
2018-08-05Fixed the invalid read bug in the HTTP session getter.Ladar Levison
2018-07-18Improved the handling of multi-line from values.Ladar Levison
2018-07-18Fixed the realm key derivation scheme. Password change support added.feature/password-changesLadar Levison
2018-05-08Made the START_TEST macro override comment easier to understand.Ladar Levison
2017-09-08Subject line labels, and the sender field on forwarded messages, fixed.Ladar Levison
2017-06-27Refactored the network code to use tcp/tls read/write interfaces.Ladar Levison
2017-06-23Spanning chunks work! Added a large message to the corpus for testing.Ladar Levison