Modify FastCGI server to use MySQL for auth
authorSam Moore <[email protected]>
Sun, 20 Oct 2013 08:36:01 +0000 (16:36 +0800)
committerSam Moore <[email protected]>
Sun, 20 Oct 2013 08:36:01 +0000 (16:36 +0800)
commitdd239d26439d97188aa6cad06573a6584dc250a6
treecd100f60168160a0306aef32e7b46b77115984bb
parent808ad5fb1e9040379ad754fee330b17d431ff3d4
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.
13 files changed:
.gitignore
server/Makefile
server/fastcgi.c
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