From: Sam Moore Date: Sun, 20 Oct 2013 08:36:01 +0000 (+0800) Subject: Modify FastCGI server to use MySQL for auth X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=inline;h=1b3737962d2abeb9359d92de0977d0ca108ff05b;hp=1b3737962d2abeb9359d92de0977d0ca108ff05b;p=matches%2FMCTX3420.git Modify FastCGI server to use MySQL for auth Made some general improvements to Login_Handler and how the "auth_uri" is dealt with. Called strsep, but it's not (that) evil since it doesn't do anything I wouldn't have done with boilerplate anyway. MySQL for auth tested and appears to work. Using SHA6 instead of md5 (!) hashes. ---