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
AgeCommit message (Expand)Author
2017-04-04Network check code review and cleanup. Better regex error logging.feature/tls-error-investigationLadar Levison
2017-03-31Updated project, discovery switched to per lang, possible indexer fix.Ladar Levison
2017-03-31Misc changes associated with the SMTP and POP unit test code review.Ladar Levison
2017-03-31Refactored client_print's to client_writes in network tests.jpadkins
2017-03-30Fixed client_close oversight in SMTP test.jpadkins
2017-03-30Added Camelface login testjpadkins
2017-03-29Added regressing test for dot stuffingjpadkins
2017-03-29Merge branch 'feature/tls-error-investigation' of https://github.com/lavabit/...jpadkins
2017-03-29Write interface cleaned up so it uses the newest error handling logic.Ladar Levison
2017-03-29Fixed an issue in the POP tests.jpadkins
2017-03-29Cleanup and restoration of network code to pre-investigation state.Ladar Levison
2017-03-29Naked message relay dot stuffing implemented and working.Ladar Levison
2017-03-29Fixed smtp_client_send_data so it dotstuffs, added comments/error checks.Ladar Levison
2017-03-29Expanded the TCP read/write error handling Ladar Levison
2017-03-29Commented out the buffer length setsockopt call, reducing complexity.Ladar Levison
2017-03-29Simplied the network status functions. Disabled poll based accept.Ladar Levison
2017-03-28Added HTTP Options test and JSON API test stubsjpadkins
2017-03-28Enabled the poll used to accept incoming connections.Ladar Levison
2017-03-28Client read/write code overhauled.Ladar Levison
2017-03-28Fixed a memory leak in the auth plain function.Ladar Levison
2017-03-28Fixed a typo, the stat name was error, not errors.Ladar Levison
2017-03-28Formatting cleanup used by the network suite unit tests.Ladar Levison
2017-03-28Updated postfix config parameters used by the install script.Ladar Levison
2017-03-28Added the protocol the TLS read/write error message. Trying no empty frags.Ladar Levison
2017-03-28Generic TLS context options. Audo ECDH disabled.Ladar Levison
2017-03-28Updated cipher list setup options.Ladar Levison
2017-03-28Overhauled TLS read/write logic. Improved error logging.Ladar Levison
2017-03-23Added IMAP FETCH testjpadkins
2017-03-23Added a test for IMAP SEARCH commandsjpadkins
2017-03-23Another dirty commit. Really moving to other workstation this time.jpadkins
2017-03-23Dirty commit: switching workstations so commiting what I have so farjpadkins
2017-03-23Dirty Commit: troubleshooting imap refactorjpadkins
2017-03-23Fixed POP LIST test and added IMAP fetch and search stubsjpadkins
2017-03-22Fixed the weird SIGPIPE issuejpadkins
2017-03-22Fixed the HTTP testsjpadkins
2017-03-22reformated several network tests and added http helpersjpadkins
2017-03-22Added smtp helpers and http stubsjpadkins
2017-03-22Added back the mm_sec_stats declaration which was removed mistakenly.Ladar Levison
2017-03-22Minor fixes to eliminate spurious warning when compiling on gcc 5.x.Ladar Levison
2017-03-22Added -lm/-lstdc++ to libmemcached-build, build.lib all abort on fail.Ladar Levison
2017-03-20Added LOGIN and PLAIN auth tests for SMTPjpadkins
2017-03-20Added SMTP AUTH PlAIN testjpadkins
2017-03-20Added TLS variants to SMTP and IMAP basic network testsjpadkins
2017-03-17Merge remote-tracking branch 'upstream/feature/tls-error-investigation' into ...jpadkins
2017-03-17Dirty commit (before merge) - adding smtp auth testsjpadkins
2017-03-14Added tls_cipher() so we can log cipher suite names.Ladar Levison
2017-03-11Reformatted the regex test case.Ladar Levison
2017-03-11Cleanup and review of the SMTP/IMAP network tests. Ladar Levison
2017-03-11Added a TLS variant of the POP network test.Ladar Levison
2017-03-11Merge remote-tracking branch 'jpadkins/fix/regex-bug' into feature/tls-error-...Ladar Levison