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/dev
AgeCommit message (Expand)Author
2017-01-16Improved the DH parameter logic. Created keyslot interface stubs.Ladar Levison
2017-01-16Misc install script fixes. Encrypted chunk func improvements.Ladar Levison
2017-01-12Added mkdir to schema.reset.sh so it can be run repeatedly w/o error.Ladar Levison
2017-01-05Added logic to reset the storage tanks and message storage folders.Ladar Levison
2017-01-05The schema scripts allow env vars to override the default user/pass/db.Ladar Levison
2016-12-30Patched libs so that required headers get installed to the proj dir.Ladar Levison
2016-11-26Scripted the adding of test messages to the unit test corpus.Ladar Levison
2016-11-26Install script improvements. Log rotation, reload/hup added.Ladar Levison
2016-11-26Run the magmad.so build steps in parallel (except for compilation). Ladar Levison
2016-11-26Added missing admin contact setting to install script.Ladar Levison
2016-11-22Fixed the key generator so it correctly outputs the DKIM pub value.Ladar Levison
2016-11-19Added DKIM signature header line wrap patch.Ladar Levison
2016-11-17Various improvements to the magma install script.Ladar Levison
2016-11-16Adding magmad Sys V init script plus added install notes/config params.Ladar Levison
2016-11-16Adding system config notes/setup/install documentation.Ladar Levison
2016-11-03Cleanup syntax typos in libspf2 and incorporate community patches.Ladar Levison
2016-11-02Recommit the ed25519 patch for OpenSSL, fix libdir, added ed25519 checks.Ladar Levison
2016-11-01Updated ClamAV configure to use local/lib instead of local/lib64.Ladar Levison
2016-10-28Added Ed25519 functions onto OpenSSL 1.0.2.Ladar Levison
2016-10-28Fixed the build.lib install prefix for bzip2, it wasn't M_LOCAL.Ladar Levison
2016-10-13Register function generates a shard for the mail realm.Ladar Levison
2016-10-13Adding versions of stacie.py with hard coded test vector inputs.Ladar Levison
2016-10-10Updated the RealmEncrypt/Decrypt to match the draft RFC versions.Ladar Levison
2016-10-10Randomizing the shard values.Ladar Levison
2016-10-07Minor documentation and organizational cleanup in stacie.py.Ladar Levison
2016-10-07Ignoring the cryptography python module deprecation warning.Ladar Levison
2016-10-07The STACIE crypto functions are working and a unit tests has been added.Ladar Levison
2016-10-07Initial implementation of stacie_realm_decrypt function.Ladar Levison
2016-10-07Added the stacie_realm_encrypt function.Ladar Levison
2016-10-07Python STACIE script is now packing the encrypted buffer correctly.Ladar Levison
2016-10-07Working realm encryption/decryption in stacie.py.Ladar Levison
2016-10-05Patching uninitialized read in libcheck to silence valgraind complaint.Ladar Levison
2016-10-05Updated build.lib keys/generate to work outside a git repo.Ladar Levison
2016-10-05Updated OpenSSL to 1.0.2j.Ladar Levison
2016-07-19Updated the shared object unit test to catch missing symbols.Ladar Levison
2016-07-19Updating utf8proc to 2.0.1.Ladar Levison
2016-06-28Rearranged the magma chceks, and added gtest to the bundled deps.Ladar Levison
2016-06-28Updated libpng, and other misc build.lib.sh updates.Ladar Levison
2016-06-21Changed OpenSSL config back to zlib to fix memleak/error.Ladar Levison
2016-06-21Disable subunit support in libcheck.Ladar Levison
2016-06-21Cleaning up the output for during build.lib all.Ladar Levison
2016-06-21Patching mysql-test-run perl script so it works on Ubuntu et al.Ladar Levison
2016-06-21Updated libcheck prefix used in building ClamAV.Ladar Levison
2016-06-21OpenSSL won't build in parallel on Ubuntu. Now fixed.Ladar Levison
2016-06-21Fix grep pipe to /dev/null.Ladar Levison
2016-06-21Update the OpenSSL build options when compiling on CentOS 7.Ladar Levison
2016-06-17Forgot the generate stub on the previous commit.Ladar Levison
2016-06-17More libary builder tweaks.Ladar Levison
2016-06-17Link against libcheck.a to avoid lib loading issues at runtime.Ladar Levison
2016-06-17Bundled binaries goto lib/local and magma links to libcheck there.Ladar Levison