Modify backend to use new auth cookie format
[blerg.git] / common /
2014-07-10 Chip BlackAdditional sanity checks for parse_auth_cookie
2014-07-10 Chip BlackAdd a function for parsing combined auth cookies
2014-07-03 Chip BlackReturn the status of token removal in auth_logout
2014-07-03 Chip BlackMake auth use new stringring storage
2014-07-03 Chip BlackCleanup and rename a lot of stringring stuff to make...
2014-07-03 Chip BlackAdd stringring implementation
2014-07-03 Chip BlackFix a lot of dumb bugs in stringbucket
2014-07-02 Chip BlackMAP_FAILED, not NULL!
2014-06-29 Chip BlackUpdate password storage to a more compact form
2014-03-29 Chip Blackyajl is kind of annoying with unsigned char types
2014-03-29 Chip BlackSubtle memset bug in MD5
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 BlackAdd some missing includes
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
2014-03-29 Chip BlackBetter document headers in common/auth.h
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-02-26 Chip BlackAdd /feedinfo endpoint
2011-02-22 Chip BlackAdd subscription feed fetching, clean up a bit
2011-02-21 Chip BlackAdd some subscription (a.k.a. "follow") functionality
2011-02-09 Chip BlackGenericize and extend url_info v1.0-ish
2011-02-02 Chip BlackAdd brief mode of JSON generation for blerglatest
2011-01-09 Chip BlackLimit password length to 64 characters
2011-01-08 Chip BlackAdd license notifications to all source files
2011-01-01 Chip BlackAdd RSS CGI, also quite a lot of refactoring
2010-12-31 Chip BlackSanitize username inputs in the database layer
2010-12-31 Chip BlackWhoops, my status things weren't valid JSON
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