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/src
AgeCommit message (Expand)Author
2017-03-04Merge remote-tracking branch 'jpadkins/feature/server-protocol-tests' into de...Ladar Levison
2017-03-04Now we're tracking the number of threads in use.Ladar Levison
2017-03-04Revert "Assign the server structure to the event data structure in net_listen."Ladar Levison
2017-03-04Assign the server structure to the event data structure in net_listen.Ladar Levison
2017-03-03Cleaned up bypass checker function.jpadkins
2017-03-02Network listener function cleanup, pattern update.Ladar Levison
2017-03-01Merged more recent upstream developjpadkins
2017-03-01Fixed the smtp / accept / store message testjpadkins
2017-03-01Cleanup the greylist checker logic.Ladar Levison
2017-03-01Increased epoll_wait timeout and added server get by protocol function.Ladar Levison
2017-03-01Merge branch 'develop' into feature/smtp-server-testjpadkins
2017-03-01Increased epoll_wait timeout and added server get by protocol function.Ladar Levison
2017-02-24Small fix: removed redundant comment from smtp.cjpadkins
2017-02-24Updated smtp.c to use the greylist function in the new wayjpadkins
2017-02-24added greylist test and fixed greylist function in checkers.cjpadkins
2017-02-23Fixed bugs in the hashed/tree index truncator and the append check.feature/multithread-append-testLadar Levison
2017-02-22Added regression test suite and reverted tests to say "MULTI THREADED"jpadkins
2017-02-22Append interface added to inx. Messages use append for big perf boost.Ladar Levison
2017-02-21Merge remote-tracking branch 'upstream/develop' into feature-refactor-testsJacob Adkins
2017-02-17Short circuit the exit logic to prevent faults, and force shutdowns.Ladar Levison
2017-02-17Switched to btrees for the metadata and session caches.Ladar Levison
2017-02-16Updated imap.c and pop.c to use curly bracket format on some old lag statemen...jacobpadkins
2017-02-16Respect the DH parameters generation config parameter.Ladar Levison
2017-02-14Non-pedantic build errors fixed.Ladar Levison
2017-02-14Signal handler status update join moved up in the function.Ladar Levison
2017-02-10Fix the username reference for failed logins via SMTP/POP.Ladar Levison
2017-02-09Minimum password length and made the login counter increment earlier.Ladar Levison
2017-02-09Major code cleanup to allow smoother gcc compilation using alt options.Ladar Levison
2017-02-09Switched from st_empty to ns_empty for the tls cert path.Ladar Levison
2017-02-09Added logic to abort and/or time stretch STACIE key derivations.Ladar Levison
2017-02-09Added logic to make TLS the default/requirement for DMTP server configs.Ladar Levison
2017-02-08Added stat handling logic for DMTP connections.Ladar Levison
2017-02-07Replaced prime artifact prototypes w uint to avoid error on CentOS 7.Ladar Levison
2017-02-07Switch statements expanded to avoid gcc warnings on alt platforms.Ladar Levison
2017-02-07Attempt fixes for the SPF2 library issues. Ladar Levison
2017-02-07Improved the log message for TLS connection failures.Ladar Levison
2017-02-07Improved signal handling for busy servers, and IMAP mem leak fixed.Ladar Levison
2017-02-07SMTP crypto patch copied over from the commercially licensed branch.Ladar Levison
2017-02-04Cleanup the resource limit output.Ladar Levison
2017-02-04Output the current resource limit, not the maximum allowed.Ladar Levison
2017-02-04File descriptor leak fixed. Cache reset frees struct to avoid vg issue. Ladar Levison
2017-02-04Added folder file count, os limit, and process pid functions.Ladar Levison
2017-02-04Improved handling of system limits.Ladar Levison
2017-02-02Found where an inx_t was passed to st_cleanup instead of inx_cleanup.Ladar Levison
2017-02-02Failed authentication logging cleaned up. Ladar Levison
2017-02-02Bug fix the unit tests by testing/handling invalid master keys in meta.Ladar Levison
2017-02-02Increment the protocol violation counter for invalid login attempts.Ladar Levison
2017-02-02Fixed invalid login key typo, and check function logic.Ladar Levison
2017-02-02Block authentication once the failed login maxium is reached.Ladar Levison
2017-02-02Added install and distclean make targets.Ladar Levison