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/check
AgeCommit message (Expand)Author
2016-06-11Needs testing! But cred_t/meta_users_t are now in the bitbucket!Ladar Levison
2016-06-07meta_user_t has been rewritten as new_meta_user_t, but is incomplete!!Ladar Levison
2016-06-06Parallel user functions have auth_t partially working for POP3.Ladar Levison
2016-06-04Adding auth_response() (and test case) for 2-stage STACIE logins.Ladar Levison
2016-06-01Typos fixed. Test logger moved. Memory leak meets insecticide.Ladar Levison
2016-06-01Manually merging most of therillig pull request, with id ...7c7980.Ladar Levison
2016-05-31Legacy accounts are being upgraded by auth_login...Ladar Levison
2016-05-30Created the auth_legacy_t and auth_stacie_t checks.Ladar Levison
2016-05-28Created empty auth_legacy_t/auth_stacie_t unit tests using the new pattern.Ladar Levison
2016-05-26Continuing work on the auth object. Added the legacy auth child module.Ladar Levison
2016-05-25Auth module unit test for allocation added.Ladar Levison
2016-05-24Made the stacie unit test password longer to reduce the number ofLadar Levison
2016-05-24Fixed the user registration functions and associated unit tests.Ladar Levison
2016-05-21Added the bonus round column to the Users table. Created registrationLadar Levison
2016-01-08Refactored the realm extraction functions for cipher keys and init vectors. T...Ladar Levison
2016-01-08Finished refactoring the STACIE functions for tokens and realm keys. Almost d...Ladar Levison
2016-01-07Moved the message digest function helpers back to their own namespace, aka di...Ladar Levison
2016-01-06Apparently some of the secure buffers need to stay jointed because of depende...Ladar Levison
2016-01-06Refactored the STACIE function used to derive hashed keys.Ladar Levison
2016-01-03Added additional unit tests for the Unicode and STACIE interfaces, which test...Ladar Levison
2016-01-02Rewrote the rounds function, and fixed the subtle bug I created. I also added...Ladar Levison
2015-12-31Added a function to translate the UTF8 error codes into human readable error ...Ladar Levison
2015-12-31Added UTF8 functions for checking validity and length, and created unit tests...Ladar Levison
2015-12-28Added a command line option to magmad.check which will run a single unit test...Ladar Levison
2015-12-28Added a fuzz test for the clamp module using random inputs.Ladar Levison
2015-12-27I moved the clamp function out of the STACIE provider and into it's own parse...Ladar Levison
2015-12-26Fixed the misleading error message... which could have been the culprit for o...Ladar Levison
2015-12-26Updated the location.sh script so it displays "magma" instead of "src" and th...Ladar Levison
2015-12-24Refactored the bitwise string functions. Updated the doxygen configuration fi...Ladar Levison
2015-12-22Updated the bundled OpenSSL version to 1.0.2e (from the older 1.0.1 branch), ...Ladar Levison
2015-12-22Converting lib and check into seperate Eclipse project for better indexing an...Ladar Levison
2015-12-22The st_cleanup() was converted into a variadic function, which allowed me to ...Ladar Levison
2015-12-22A number of memory leaks and miscellaneous bug fixes. The unit tests are once...Ladar Levison
2015-12-17This commit fixes the storage tanks by enabling critical code that was mistak...Ladar Levison
2015-12-16Created the run and profile configurations in Eclipse and then startedLadar Levison
2015-12-11One project to rule them all. One repository to find them. One makefileLadar Levison
2015-11-30Ongoing project cleanup. Fixed build parameters to output pedantically,Ladar Levison
2015-07-11Fixed a memory leak in users_check.c that leaks the salt.LBiv
2015-07-10Edited the stacie branch of credential_calc_auth to store hex values rather t...LBiv
2015-07-10Fixed a core dump in users_check.c caused by a double free.LBiv
2015-07-10Fixed a parsing issue in pop where user password was saved in non-secure memory.LBiv
2015-07-09Redesigned the interface and usage of credentials.LBiv
2015-07-08Fixed an awful bug in new hex functions hex_encode_opts and hex_decode_opts.LBiv
2015-06-30Remove call to st_free for stack allocated nullerZachary Michaels
2015-06-30Merge branch 'develop' into feature/stacieZachary Michaels
2015-06-24Temporary fix for hardcoded paths to corpusZachary Michaels
2015-06-23Add test runner scriptZachary Michaels
2015-06-09Fix valgrind include pathZachary Michaels
2015-06-04Fixed check_stacie_simple test.LBiv
2015-06-04Added parameter checking for the new hmac_multi functions.LBiv