index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
aaa
/
mod_auth_basic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProvider
Justin Erenkrantz
2005-11-16
1
-15
/
+2
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-2
/
+2
*
Fix segmentation fault in mod_auth_{basic,digest} when no provider is explici...
Paul Querna
2005-05-26
1
-1
/
+2
*
Add the auth provider name as a note in the request so that authn_provider_al...
Bradley Nicholes
2005-05-23
1
-0
/
+4
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Both the r->user and r->ap_auth_type were set previously when the username an...
Bradley Nicholes
2004-08-18
1
-6
/
+0
*
minor mod_auth_basic and mod_auth_digest sync. mod_auth_basic
Geoffrey Young
2004-02-21
1
-0
/
+3
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-07
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
make provider selection available in .htaccess files
André Malo
2003-01-01
1
-1
/
+1
*
there is some confusion with "yes" and "no" and "on" and "off"... ;-)
Wilfredo Sanchez
2002-12-08
1
-1
/
+1
*
outch. there are some possible NULL pointer references. Have you ever tried
Wilfredo Sanchez
2002-12-08
1
-0
/
+14
*
when asking the providers for authentication, the main loop should
Wilfredo Sanchez
2002-12-08
1
-3
/
+3
*
Per Greg's request, add a version string component to the ap_provider.h
Justin Erenkrantz
2002-11-30
1
-2
/
+2
*
Add ap_register_provider and ap_lookup_provider functions which resolve
Justin Erenkrantz
2002-09-20
1
-2
/
+5
*
Add ability to use multiple providers for basic and digest authentication.
Justin Erenkrantz
2002-09-18
1
-22
/
+59
*
make sure we always set return_code when converting a password-check failure
Jeff Trawick
2002-09-10
1
-2
/
+1
*
pick up prototypes for apr_base64_* and, on some platforms, strcasecmp
Jeff Trawick
2002-09-10
1
-2
/
+3
*
Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modules
Justin Erenkrantz
2002-09-10
1
-213
/
+157
*
Stage #1 of the aaa rewrite - refactoring modules.
Justin Erenkrantz
2002-09-10
1
-0
/
+356