openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
H
HttpAuthPlus
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 5 hours
ago.
Apr 01, 2025 — Apr 01, 2026
Showing page 1 of 2
Search / Filter on:
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.
seanjw
More...
over 22 years ago
corrected addUser() wrapper to return primary key when adding users to a db.
seanjw
More...
over 22 years ago
Updated Logout() to include script (<SCRIPT></SCRIPT>) tags for document.execCommand("ClearAuthenticationCache");
seanjw
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.
seanjw
More...
over 22 years ago
Added the following to Logout()
seanjw
More...
over 22 years ago
Renoved a c omment from DbGetID(); that wasn't needed.
seanjw
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.
seanjw
More...
over 22 years ago
Added version number to class file header
seanjw
More...
almost 23 years ago
Cleaned Up Comments In Class File
seanjw
More...
almost 23 years ago
incorrect variable corrected in setAuthEncrypt() method
seanjw
More...
over 23 years ago
Made code compatible with php >= 4.0 by using $HTTP_SERVER VARS[] instead of $_SERVER[]
seanjw
More...
over 23 years ago
Corrected syntax error.
seanjw
More...
over 23 years ago
replaced existing code in Logout() with new stuff. Should make Logouts more reliable.
seanjw
More...
over 23 years ago
Fixed incorrect operator used in a conditional statement in RmUser()
seanjw
More...
over 23 years ago
Fixed incorrect operator used in a conditional statement in RmUser()
seanjw
More...
over 23 years ago
Corrected incorrect variable reference inside the setDbProtocol() method.
seanjw
More...
over 23 years ago
minor comment edits
seanjw
More...
over 23 years ago
Added input validation - no delimeters, spaces, NULL values allowed in login usernames and passwords
seanjw
More...
over 23 years ago
syntax error correction.
seanjw
More...
over 23 years ago
removed old README
seanjw
More...
over 23 years ago
New documentation in HTML format
seanjw
More...
over 23 years ago
Added the ability to specify a flat-file field delimeter with setFieldDel($delimeter) method. Default is still '|'
seanjw
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
seanjw
More...
over 23 years ago
updated some documentation for the AuthEncrypt variable
seanjw
More...
over 23 years ago
updated copywrite statement
seanjw
More...
over 23 years ago
Added some usage examples
seanjw
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
seanjw
More...
over 23 years ago
A few minor documentation updates
seanjw
More...
over 23 years ago
Added copywrite statement to top
seanjw
More...
over 23 years ago
Added some usage examples to the the readme file.
seanjw
More...
over 23 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree