Fix ordering in perl subscription_list
[blerg.git] / common / auth.c
2015-02-21 Chip BlackAdd an auth "counter" function for tracking auth changes
2014-07-25 Chip BlackUpdate token timestamp on auth verification
2014-07-03 Chip BlackReturn the status of token removal in auth_logout
2014-07-03 Chip BlackMake auth use new stringring storage
2014-06-29 Chip BlackUpdate password storage to a more compact form
2014-03-29 Chip BlackMore pedantic type fixing and a return fall-through bug
2014-03-29 Chip BlackAdd more error checking in auth
2014-03-29 Chip BlackClarify types in auth
2014-03-29 Chip BlackUse blergconf for paths
2014-03-29 Chip BlackFix a couple of lingering printfs
2013-05-31 Chip BlackParanoia fix for reading password version
2013-05-30 Chip BlackAdd scrypt library and scrypt support to auth
2011-04-11 Chip BlackUse MD5 hashing to store passwords
2011-03-07 Chip BlackChange auth to allow multiple logins
2011-01-09 Chip BlackLimit password length to 64 characters
2011-01-08 Chip BlackAdd license notifications to all source files
2010-12-31 Chip BlackSanitize username inputs in the database layer
2010-12-30 Chip BlackCheck auth for logout
2010-12-30 Chip BlackBegin basic login/logout
2010-12-28 Chip BlackRefactor a bunch of stuff for cgi fork