Modify FastCGI server to use MySQL for auth
authorSam Moore <[email protected]>
Sun, 20 Oct 2013 08:36:01 +0000 (16:36 +0800)
committerJeremy Tan <[email protected]>
Fri, 25 Oct 2013 12:49:39 +0000 (20:49 +0800)
commit1b3737962d2abeb9359d92de0977d0ca108ff05b
tree36495764bca27c53fa0f54a5286eefc60d46a44e
parentbd5fabfeabdd16cf38642c8cfb2232aab495de31
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.
12 files changed:
.gitignore
server/Makefile
server/login.c
server/main.c
server/options.h
server/parameters
server/run.sh
testing/MCTXWeb/public_html/users/admin_upload_users.php
testing/MCTXWeb/public_html/users/login.php
testing/MCTXWeb/public_html/users/models/db-settings.php
testing/MCTXWeb/public_html/users/models/funcs.php
testing/MCTXWeb/public_html/users/models/header.php

UCC git Repository :: git.ucc.asn.au