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
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
2017-06-23All of the current spanning chunk tests are passing.Ladar Levison
2017-06-23Encrypted spanning chunks work... along with the low level unit test.Ladar Levison
2017-06-23Skipped checks shouldn't be counted as failures/errors...Ladar Levison
2017-06-23First attempt at part_decrypt added to the repo. Tests still failing.Ladar Levison
2017-06-22WIP: Body part code reorganized, and new chunk flags defined. Ladar Levison
2017-06-20Merge remote-tracking branch 'jpadkins/feature/spanning-chunks' into fix/netw...Ladar Levison
2017-06-15Fixed the system limit check by hard coding the open file limit.Ladar Levison
2017-06-14Updated part_encrypt and part_decrypt.jpadkins
2017-06-10Added working part layer.jpadkins
2017-05-26Cleaned up stray log_enables() and misc readme instructions.Ladar Levison
2017-05-26Fixed bug in IMAP and POP starttls tests.jpadkins
2017-05-25Solve the TLS accept/connect problem using a retry loop.feature/misc-testsLadar Levison
2017-05-24Updated MIME Types test and mime.cjpadkins
2017-05-24Fixed a leak in check_smtp_checkers_filters.jpadkins
2017-05-23Updated the STARTTLS checks to use the proper sequence of steps.jpadkins
2017-05-20Implemented the RBL test correctly.jpadkins
2017-05-18Dirty commit: Fixed typo.jpadkins
2017-05-18Reformatted Camelface basic testjpadkins
2017-05-17Small misc changes to SMTP tests.jpadkins
2017-04-27Fixed IP localhost/private bugjpadkins
2017-04-24Fixed the MIME Type HTTP testjpadkins
2017-04-21Dirty commit - refactoring starttls ad test into three separate onesjpadkins
2017-04-18Added SMTP outbound quota test.jpadkins
2017-04-18Merge branch 'develop' into feature/misc-testsjpadkins
2017-04-18Adding misc network tests.jpadkins
2017-04-15Minor code cleanup, and a magma detection in bash fix.Ladar Levison
2017-04-14Finished the Camel Basic testjpadkins
2017-04-13Merge branch 'develop' of https://github.com/lavabit/magma into feature/more-...jpadkins
2017-04-13Cleaned up the camel basic test."jpadkins
2017-04-13IMAP search range parser refinements. Token parsing improved.Ladar Levison
2017-04-12Dirty Commit: Everything was working until the last 3 tests were addedfeature/more-camel-testsjpadkins