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
2018-07-18Fixed the realm key derivation scheme. Password change support added.feature/password-changesLadar Levison
2018-05-09Formatting alignment inside lib_load().Ladar Levison
2018-05-09Updated the default log macros.Ladar Levison
2018-05-08Comment cleanup inside the random data interface.Ladar Levison
2018-05-08Made the START_TEST macro override comment easier to understand.Ladar Levison
2018-05-01Capitalization corrections.Ladar Levison
2018-04-02Handle an empty system domain name.Ladar Levison
2018-03-31Updated OpenSSL to 1.0.2n.Ladar Levison
2018-02-14Sanitize from addresses before checking the account mailbox list.Ladar Levison
2018-01-18Added a default expiry for binary logs.Ladar Levison
2017-12-21Updated the bundled OpenSSL revision to 1.0.2n.Ladar Levison
2017-11-09Updated the bundled OpenSSL archive to 1.0.2m.Ladar Levison
2017-10-11Fixed a typo in tls_server_create.Ladar Levison
2017-10-11Tweaked the TLS options. Added explicit SSL_OP_NO_SSLv3.Ladar Levison
2017-09-13Spurious include removed. File handle function definitions cleanup.Ladar Levison
2017-09-12Added -ign_eof to connect scripts.Ladar Levison
2017-09-08Subject line labels, and the sender field on forwarded messages, fixed.Ladar Levison
2017-09-08The stacie user account need a row in the Log table.Ladar Levison
2017-09-08Comment updates and output improvements for the STACIE test script.Ladar Levison
2017-09-07Fixed the missing Inbox folder for the dummy stacie account.Ladar Levison
2017-09-07Forwarding headers fixed. Message-Id capitalization fixed.Ladar Levison
2017-09-07Fixed typos in the install script.Ladar Levison
2017-08-31Fixed the locking timeout/delete, and fixed the bonus STACIE logic.Ladar Levison
2017-08-31Sender added to message forwarding. Concurrent auth attempts limited.Ladar Levison
2017-08-08Update README.mdLadar Levison
2017-08-08README download link now points develop branch HEAD. Added a vagrant command ...Ladar Levison
2017-07-06Merge branch 'fix/networking-code-cleanup' into developLadar Levison
2017-06-27Handle non-errors.fix/networking-code-cleanupLadar Levison
2017-06-27Change the way TCP zero results are handled.Ladar Levison
2017-06-27Refactored the network code to use tcp/tls read/write interfaces.Ladar Levison
2017-06-27Merge branch 'fix/networking-code-cleanup' into developLadar Levison
2017-06-27Use short option for specifying output to support older versions of GCC.Ladar Levison
2017-06-26Merge branch 'fix/networking-code-cleanup' into developLadar Levison
2017-06-26Eclipse environment hash updated.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-23Added a strip target to the Makefile.Ladar Levison
2017-06-23Normalized how the packed attribute is applied to structures.Ladar Levison
2017-06-23Fixed the SQL/Key change git status issue by adding skip-worktree.Ladar Levison
2017-06-23Makefile... moved the output param to beginning, plus misc clenaup.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-20Merge remote-tracking branch 'origin/develop' into fix/networking-code-cleanupLadar Levison
2017-06-15Fixed the HTTP append bug. Also checking in the updated project files.Ladar Levison
2017-06-15Linked the bundled bin path together with the libs during make check.Ladar Levison
2017-06-15Fixed the system limit check by hard coding the open file limit.Ladar Levison
2017-06-14docs(README): fix credits formattingZero King