0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
corrected addUser() documentation to include info about addUser() returning a primary key instead of TRUE when in db mode. More... over 22 years ago
corrected addUser() wrapper to return primary key when adding users to a db. More... over 22 years ago
Updated Logout() to include script (<SCRIPT></SCRIPT>) tags for document.execCommand("ClearAuthenticationCache"); More... over 22 years ago
getAuthStatus() now checks for both: $HTTP_SERVER_VARS['HTTP_AUTHORIZATION'] $HTTP_SERVER_VARS['PHP_AUTH_USER'] to be unset before returning false. More... over 22 years ago
Added the following to Logout() More... over 22 years ago
Renoved a c omment from DbGetID(); that wasn't needed. More... over 22 years ago
New method DbGetID($username) added. Called by DbAddUser() only. DbAddUser() now returns the value of the primary key from the newly created user record (when successful) instead of just TRUE. More... over 22 years ago
Added version number to class file header More... almost 23 years ago
Cleaned Up Comments In Class File More... almost 23 years ago
incorrect variable corrected in setAuthEncrypt() method More... over 23 years ago
Made code compatible with php >= 4.0 by using $HTTP_SERVER VARS[] instead of $_SERVER[] More... over 23 years ago
Corrected syntax error. More... over 23 years ago
replaced existing code in Logout() with new stuff. Should make Logouts more reliable. More... over 23 years ago
Fixed incorrect operator used in a conditional statement in RmUser() More... over 23 years ago
Fixed incorrect operator used in a conditional statement in RmUser() More... over 23 years ago
Corrected incorrect variable reference inside the setDbProtocol() method. More... over 23 years ago
minor comment edits More... over 23 years ago
Added input validation - no delimeters, spaces, NULL values allowed in login usernames and passwords More... over 23 years ago
syntax error correction. More... over 23 years ago
removed old README More... over 23 years ago
New documentation in HTML format More... over 23 years ago
Added the ability to specify a flat-file field delimeter with setFieldDel($delimeter) method. Default is still '|' More... over 23 years ago
reworked the AuthEncrypt var & setAuthEncrypt() methods to use the standard crypt() with the salt being derived from the first two letters of the username. Tested and verified to work under MS Windows 2000 running Apache 2.0 More... over 23 years ago
updated some documentation for the AuthEncrypt variable More... over 23 years ago
updated copywrite statement More... over 23 years ago
Added some usage examples More... over 23 years ago
Numerous bug fixes, all major functions working. One can now add,edit,remove users from both flat-files and/or databases More... over 23 years ago
A few minor documentation updates More... over 23 years ago
Added copywrite statement to top More... over 23 years ago
Added some usage examples to the the readme file. More... over 23 years ago