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/src
AgeCommit message (Expand)Author
2015-12-11One project to rule them all. One repository to find them. One makefileLadar Levison
2015-12-08Makefile improvements, including verbose output, file specific defines,Ladar Levison
2015-12-03Stashed the autotools build config under dev/autotools just in caseLadar Levison
2015-12-03Moved the unreliable autotools based build system into the dev tree, butLadar Levison
2015-11-30Removed a space from the cipher list that was causing problems.Ladar Levison
2015-11-30Ongoing project cleanup. Fixed build parameters to output pedantically,Ladar Levison
2015-11-30Moved docs, scripts and tools into a dev sub folder.Ladar Levison
2015-11-30Merge remote-tracking branch 'origin/feature/stacie' into developLadar Levison
2015-07-16The DMTP protocol module has been added with appropriate command handler stub...Ladar Levison
2015-07-15Clarified the notes associated with the SMTP reset command.Ladar Levison
2015-07-15SMTP is an acronym and should be capitalized.Ladar Levison
2015-07-11Some interface updates to credentials in authenticate.c and datatier.c.LBiv
2015-07-11modified: src/objects/neue/authentication.cfeature/stacieFred Nixon
2015-07-11Fixed a compile error resulted from an asychronous enum name-change.LBiv
2015-07-11Fixed credential_login function.LBiv
2015-07-11Changed an enum value from USER_ERROR to AUTHENTICATION_ERROR for specificity.LBiv
2015-07-11Fix user lock detection codeZachary Michaels
2015-07-11Remove extra call to credential_freeZachary Michaels
2015-07-11Pass stringer_t * instead of char *Zachary Michaels
2015-07-11Merge branch 'develop' of https://github.com/lavabit/magma.classic into developKent Hawk
2015-07-11Added "tags" to .gitignore so ctags "tags" file won't get on git'sKent Hawk
2015-07-11Integrate login with JSON API.Zachary Michaels
2015-07-11Better success messagesZachary Michaels
2015-07-11Better error for insecure connectionsZachary Michaels
2015-07-11Fix jansson memory issuesZachary Michaels
2015-07-11Fix for user delete queryZachary Michaels
2015-07-11Fix return types for stmt_exec_affected functionsZachary Michaels
2015-07-11API endpoint for user deletionZachary Michaels
2015-07-11Fix API method lookupZachary Michaels
2015-07-10Added new file, which currently has the login function, will add more.LBiv
2015-07-10Fixed a bug where the salt was being freed before the insert quert was executed.LBiv
2015-07-10Fixed register function in lieu of new credentials interface.LBiv
2015-07-10Style changes only.Kent Hawk
2015-07-10Add response to account creation endpointZachary Michaels
2015-07-10Edited the stacie branch of credential_calc_auth to store hex values rather t...LBiv
2015-07-10Flesh out JSON API endpoints a bit moreZachary Michaels
2015-07-10Stubs for additional API methodsZachary Michaels
2015-07-10More realistic JSON auth endpointZachary Michaels
2015-07-10Fixed some mis-typing of return values.LBiv
2015-07-10Merge branch 'develop' into feature/stacieLBiv
2015-07-10Added enums returns to credential_salt_fetchLBiv
2015-07-10Fixed a typo-bug.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-09Change JSON API routeZachary Michaels
2015-07-09Remove unnecessary elseZachary Michaels
2015-07-09Beginnings of new JSON APIZachary Michaels
2015-07-09Changed initial default stacie_token and stacie_salt values to NULL from '0'LBiv
2015-07-09Git mv'ed the new_stacie.c refactor into place.Kent Hawk
2015-07-09One liner add of parens in assignment logic in an if() call wasKent Hawk