summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
Commit message (Collapse)AuthorAgeFilesLines
* Sanitize username and only return letters numbers and spaces on the ↵Scott Ullrich2009-11-141-1/+7
| | | | username. This eliminates the error during login that was cosmetic only in nature. The previous two commits where edge cases as the webConfigurator would never allow a blank username or password and was revised just for completeness sakes.
* Disallow blank passwordsScott Ullrich2009-11-141-2/+2
|
* Disallow blank passwordsScott Ullrich2009-11-141-30/+36
|
* * Minior tab alignmentsScott Ullrich2006-04-081-5/+6
| | | | * We're in 2006, toto
* * Eliminate dead codeScott Ullrich2006-01-151-1/+3
| | | | * Fix warnings and errors found by eclipse
* restore 1.10Scott Ullrich2005-10-111-32/+7
| | | | Ticket #598
* use admin user when using a special usernameScott Ullrich2005-10-101-2/+2
|
* Correct commentScott Ullrich2005-10-091-1/+1
|
* Terminate comment correctlyScott Ullrich2005-10-091-1/+1
| | | | Pointy-hat-to: GeekGod
* Duplicate logic to htpasswd_backed_basic_auth()Scott Ullrich2005-10-081-4/+16
|
* honour custom username set in webConfigurator pageScott Ullrich2005-10-081-1/+2
|
* honour custom username set in webConfigurator pageScott Ullrich2005-10-081-2/+14
|
* If there's a PHP_AUTH_* copy it over to AUTH_* (mini sets AUTH_*, lighttpd ↵Bill Marquette2005-09-171-1/+9
| | | | sets PHP_AUTH_*)
* Change realm to .Scott Ullrich2005-08-131-1/+1
| | | | Ticket #337
* Remove trailing spaceScott Ullrich2005-06-261-1/+1
|
* Better regexpBill Marquette2005-05-181-4/+4
| | | | Courtesy-of: strgout
* better regexpBill Marquette2005-05-181-2/+2
|
* md5's can have '/'s in them apparently...dohBill Marquette2005-05-161-2/+2
|
* ensure .htpasswd doesn't existBill Marquette2005-05-161-0/+3
|
* split out auth types (system passwd vs htpasswd)Bill Marquette2005-05-161-6/+42
| | | | PHP_AUTH_* no longer exists, change code to use AUTH_* (I think this will be changing back as I believe we're using the wrong mini_httpd patches now)
* Initial commit of PHP side authentication code for pfSenseBill Marquette2005-04-081-0/+82
OpenPOWER on IntegriCloud