time to re-code the auth server from scratch
authorpaulr <me@pjr.cc>
Mon, 7 Feb 2011 14:22:30 +0000 (01:22 +1100)
committerpaulr <me@pjr.cc>
Mon, 7 Feb 2011 14:22:30 +0000 (01:22 +1100)
commitee45b81ae7117097934cacc0c129565fddb49fc4
tree5f50ed6e4321c4068e6c03555e228e17f3da130f
parentac262b9b316777bed9e908b8b85200b8a14256f7
time to re-code the auth server from scratch
archive/authserver_v1.0/authd/.gitignore [new file with mode: 0644]
archive/authserver_v1.0/authd/authd.php [moved from authserver/authd/authd.php with 100% similarity]
archive/authserver_v1.0/create1000users.php [moved from authserver/create1000users.php with 100% similarity]
archive/authserver_v1.0/lib/.gitignore [moved from authserver/lib/.gitignore with 100% similarity]
archive/authserver_v1.0/lib/authClient.php [moved from authserver/lib/authClient.php with 100% similarity]
archive/authserver_v1.0/lib/lib.php [moved from authserver/lib/lib.php with 100% similarity]
archive/authserver_v1.0/usercmd.php [moved from authserver/usercmd.php with 100% similarity]
archive/authserver_v1.0/www/admin.php [moved from authserver/www/admin.php with 100% similarity]
archive/authserver_v1.0/www/admin_actions.php [moved from authserver/www/admin_actions.php with 100% similarity]
archive/authserver_v1.0/www/index.php [moved from authserver/www/index.php with 100% similarity]
archive/authserver_v1.0/www/user_actions.php [moved from authserver/www/user_actions.php with 100% similarity]