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/res
AgeCommit message (Expand)Author
2016-06-14SMTP authentication fixed. STACIE values stored in the db using b64 mod.Ladar Levison
2016-06-13Fixed the limits for the sandbox test user accounts.Ladar Levison
2016-06-13Merging the static web pages from the web-static branch.Ladar Levison
2016-06-07Fixed a few static content path issues.Ladar Levison
2016-06-01Merge pull request #54 from rgv151/patch-2Ladar Levison
2016-05-25remove hardcode'd server pathBruce Doan
2016-05-24Made the stacie unit test password longer to reduce the number ofLadar Levison
2016-05-21Added the bonus round column to the Users table. Created registrationLadar Levison
2016-05-21Got the STACIE auth routine working, and created test script.Ladar Levison
2016-05-21Refactored the credential salt datatier function.Ladar Levison
2016-04-05Renamed the password column to legacy in the Users table.Ladar Levison
2016-01-21Renamed the database auth columns, and removed the word "stacie" from their n...Ladar Levison
2015-12-27I moved the clamp function out of the STACIE provider and into it's own parse...Ladar Levison
2015-12-16Created the run and profile configurations in Eclipse and then startedLadar Levison
2015-12-15Updated the check launchers. Renamed the default magma suppressionsLadar Levison
2015-12-11Continuing to overhaul the project structure. This currently meansLadar Levison
2015-12-03Moved the unreliable autotools based build system into the dev tree, butLadar Levison
2015-11-30Ongoing project cleanup. Fixed build parameters to output pedantically,Ladar Levison
2015-07-11Format JSON responses nicelyZachary Michaels
2015-07-10Edited the stacie branch of credential_calc_auth to store hex values rather t...LBiv
2015-07-10Added some .empty files to keep directories alive.LBiv
2015-07-10Fixed a parsing issue in pop where user password was saved in non-secure memory.LBiv
2015-07-09Changed initial default stacie_token and stacie_salt values to NULL from '0'LBiv
2015-07-08Readded a .empty file which was accidentally removed.LBiv
2015-07-08Fixed an awful bug in new hex functions hex_encode_opts and hex_decode_opts.LBiv
2015-07-07Allow stacie columns to be NULLZachary Michaels
2015-07-06Switch stacie DB fields to varcharZachary Michaels
2015-07-06Add stacie fields to Users tableZachary Michaels
2015-06-30Merge branch 'develop' into feature/stacieZachary Michaels
2015-06-30Merge pull request #33 from lavabit/feature/devenvmikezackles
2015-06-24Move spool directory for vagrantZachary Michaels
2015-06-23Move travis sandbox config to be used by vagrantZachary Michaels
2015-06-17Sandbox config for travisZachary Michaels
2015-06-16Make magma.sandbox.config a templateZachary Michaels
2015-06-11Added .empty file to res/spool/data so that the folder persists.LBiv
2015-06-11Updating a .empty file in res/spool/dataLBiv
2015-05-22Adding .empty file in spool/data to add the data folder to repo.LBiv
2015-05-19Fixed reference in check project config. Added the logs and spoolLadar Levison
2015-01-29Initial commitMagma Developer