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-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-08-04Fixed leaks stemming from the change to the message header struct.Ladar Levison
2017-06-23Makefile... moved the output param to beginning, plus misc clenaup.Ladar Levison
2017-04-12Forced the project h/c file associations to C over CPP to fix indexer.Ladar Levison
2017-03-31Updated project, discovery switched to per lang, possible indexer fix.Ladar Levison
2017-03-07Updated project settings to force indexing.Ladar Levison
2017-03-01Merging SMTP check logic onto develop branch.Ladar Levison
2017-02-22Append interface added to inx. Messages use append for big perf boost.Ladar Levison
2017-02-22Reorganized profile into gprof, while adding support for pprof.Ladar Levison
2017-02-07Add profiling makefile targets.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-01-24Updated key management functions, and message storage to use DIME.Ladar Levison
2017-01-24Added deprecated.h to deprecated C files, so they compile w/o error.Ladar Levison
2017-01-24Database schema and script changes. User meta object using signet/key.Ladar Levison
2017-01-22Renamed sandbox TLS key, added dime config variables, and sample keys.Ladar Levison
2017-01-20PRIME message encryption and associated unit tests implemented.Ladar Levison
2017-01-19Encrypted chunk get/set functions passing unit tests.Ladar Levison
2017-01-12PRIME reorganization. Added alloc/free encrypted message funcs.Ladar Levison
2016-12-30Reorganized the PRIME module. Added PEM stubs.Ladar Levison
2016-12-30Renamed the meta structures. Now passing the complete realm key.Ladar Levison
2016-12-30Patched libs so that required headers get installed to the proj dir.Ladar Levison
2016-12-30Added a hard coded public key so the dkim verify check will work offline. Ladar Levison
2016-11-10Added the [u]int24_t data type, despite it functioning incorrectly.Ladar Levison
2016-11-09PRIME key encryption stubs added.Ladar Levison
2016-11-07WIP: The prime_key_get() test works, but not the _set() function.Ladar Levison
2016-11-04Updated project settings whitespace cleanup.Ladar Levison
2016-11-03Cleanup syntax typos in libspf2 and incorporate community patches.Ladar Levison
2016-11-01Created PRIME object header primitives for writing.Ladar Levison
2016-10-29WIP: adding new PRIME key handlers.Ladar Levison
2016-10-28Added PRIME key allocators.Ladar Levison
2016-10-28Setup defines for the secp256k1 variable lengths.Ladar Levison
2016-10-26The libdime functions were updated to use the new prime interfaces.Ladar Levison
2016-10-18Created the PRIME module and started adding the secp256k1 functions.Ladar Levison
2016-10-13Signing issue. Pathentry warning cleared.Ladar Levison
2016-09-30Writing of the signet keys works. Reading is still a work in progress.Ladar Levison
2016-08-01Moved the DIME unit test output files indo the sandbox spool directory.Ladar Levison
2016-07-19Updating utf8proc to 2.0.1.Ladar Levison
2016-07-07Updated the DIME CLI tools so they can use dynamic OpenSSL symbols.Ladar Levison
2016-07-07DIME provider updated to use dynamic OpenSSL symbols.Ladar Levison
2016-06-28Integrated libdime code//cli utils into the magma project.Ladar Levison
2016-06-28Added support for colorizing the magmad.check output (w/o GrepColor). Ladar Levison
2016-06-21Massive renaming of SSL variables/columns/etc to TLS.Ladar Levison
2016-06-11Needs testing! But cred_t/meta_users_t are now in the bitbucket!Ladar Levison
2016-06-10Decompression tester will now skip over the 4 octet header. Ladar Levison
2016-06-09Refactored user storage key retrieval and creation functions.Ladar Levison
2016-06-09Change the way affected row errors are handled. Use -1 instead.Ladar Levison
2016-06-06Renamed the neue folder to cred.Ladar Levison
2016-06-02The new and improved auth_login is ready for takeoff.Ladar Levison