Project

General

Profile

Download (4.53 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
6d526f38 10/11/2005 02:53 AM Scott Ullrich

restore 1.10

Ticket #598

9483f714 10/10/2005 09:51 PM Scott Ullrich

use admin user when using a special username

51ae592c 10/09/2005 05:03 AM Scott Ullrich

Correct comment

b66e15b8 10/09/2005 04:59 AM Scott Ullrich

Terminate comment correctly

Pointy-hat-to: GeekGod

ae03154f 10/08/2005 10:22 PM Scott Ullrich

Duplicate logic to htpasswd_backed_basic_auth()

df68550c 10/08/2005 10:15 PM Scott Ullrich

honour custom username set in webConfigurator page

785a9043 10/08/2005 10:14 PM Scott Ullrich

honour custom username set in webConfigurator page

063f8745 09/17/2005 05:00 AM Bill Marquette

If there's a PHP_AUTH_* copy it over to AUTH_* (mini sets AUTH_*, lighttpd sets PHP_AUTH_*)

95263be2 08/13/2005 07:35 PM Scott Ullrich

Change realm to .

Ticket #337

4d712b8b 06/26/2005 01:03 AM Scott Ullrich

Remove trailing space

7b52f88d 05/18/2005 02:18 AM Bill Marquette

Better regexp
Courtesy-of: strgout

e8b8dbbc 05/18/2005 01:35 AM Bill Marquette

better regexp

6db304e4 05/16/2005 08:24 PM Bill Marquette

md5's can have '/'s in them apparently...doh

5a9edd86 05/16/2005 03:14 AM Bill Marquette

ensure .htpasswd doesn't exist

bf786a5d 05/16/2005 03:11 AM Bill Marquette

split out auth types (system passwd vs htpasswd)
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)

6fdc0ab2 04/08/2005 12:30 AM Bill Marquette

Initial commit of PHP side authentication code for pfSense