summaryrefslogtreecommitdiff
path: root/modules/aaa
Commit message (Expand)AuthorAgeFilesLines
* * modules/aaa/mod_auth_digest.c: Another gcc 4 "structure field may beJoe Orton2005-06-231-1/+3
* fix lineendingsAndré Malo2005-06-201-250/+250
* Fix segmentation fault in mod_auth_{basic,digest} when no provider is explici...Paul Querna2005-05-262-2/+4
* Add mod_authn_alias to the buildBradley Nicholes2005-05-233-0/+254
* Add the auth provider name as a note in the request so that authn_provider_al...Bradley Nicholes2005-05-233-0/+9
* authn_provider_alias adds the configuration block tagBradley Nicholes2005-05-231-0/+209
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-1512-12/+12
* Backing out the AuthLDAPAllowDNAuth patch from r168016. Because of LDAP filt...Bradley Nicholes2005-05-061-102/+53
* Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate against...Bradley Nicholes2005-05-031-53/+102
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-141-0/+8
* Implement the exported function from mod_ldap(util_ldap) as optional function...Bradley Nicholes2005-03-311-0/+20
* Fix 'Anonymous *', which denied accessAndré Malo2005-02-141-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0414-14/+28
* Allow AuthLDAPURL to override the default connection type with an option seco...Bradley Nicholes2005-02-031-5/+22
* Correct the order of includes to follow httpd conventions, and getWilliam A. Rowe Jr2005-01-051-14/+12
* "transfered" is not a word.Cliff Woolley2004-12-141-1/+1
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-3011-33/+33
* Axe a dead variableWilliam A. Rowe Jr2004-11-211-4/+5
* Remove the .cvsignore files.Joe Orton2004-11-191-21/+0
* Return the correct error when the user object is not foundBradley Nicholes2004-11-051-6/+4
* Added the directive "Requires ldap-filter" that allows the module to only aut...Bradley Nicholes2004-11-051-4/+59
* Added the directive "Requires ldap-attribute" that allows the module to only ...Bradley Nicholes2004-11-031-1/+29
* Allow mod_authnz_ldap authorization functionality to be used without requirin...Bradley Nicholes2004-11-022-0/+45
* * modules/aaa/mod_authnz_ldap.c: Fix /*-within-comment warning.Joe Orton2004-10-121-1/+1
* mod_auth_ldap: Handle the inconsistent way in which the MS LDAPGraham Leggett2004-10-041-5/+33
* Add mod_authnz_ldap for the win32 buildWilliam A. Rowe Jr2004-08-311-0/+128
* Clean up some compiler warningsBradley Nicholes2004-08-191-37/+2
* Update the netware make files to stop building the ldap modules from experime...Bradley Nicholes2004-08-181-1/+6
* Both the r->user and r->ap_auth_type were set previously when the username an...Bradley Nicholes2004-08-181-6/+0
* Make sure mod_authnz_ldap is included in the unix builds.Graham Leggett2004-08-181-0/+4
* Clarify an error message to tell the user what to do if apr-util lacksGraham Leggett2004-08-181-1/+1
* Re-structure the auth_ldap module to fit the new authentication model. The a...Bradley Nicholes2004-08-173-0/+1281
* Allow Digest providers to return AUTH_DENIED to propagate a 401Geoffrey Young2004-04-051-0/+8
* work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHackGeoffrey Young2004-03-231-0/+27
* minor mod_auth_basic and mod_auth_digest sync. mod_auth_basicGeoffrey Young2004-02-212-9/+23
* fix name of The Apache Software FoundationAndré Malo2004-02-0913-13/+13
* fix copyright dates according to the first check inAndré Malo2004-02-0713-13/+13
* apply Apache License, Version 2.0André Malo2004-02-0613-780/+130
* Allow mod_auth_digest to work with sub-requests with different methods thanJustin Erenkrantz2004-01-291-3/+5
* Use -export-dynamic only when linking an httpd which includes mod_so,Joe Orton2004-01-081-2/+0
* update license to 2004.André Malo2004-01-0113-13/+13
* Sync with APR-util deprecated functions.Justin Erenkrantz2003-11-161-1/+1
* re-add explaining commentAndré Malo2003-11-091-0/+7
* allow any user id when configured with 'anonymous *'André Malo2003-11-091-4/+16
* less confusion with identifiers && styleAndré Malo2003-11-091-33/+30
* strip trailing spaces of groupnames.André Malo2003-07-141-1/+9
* get function prototypes for strcasecmp() and strncasecmp()Jeff Trawick2003-04-041-0/+2
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-1111-110/+11
* use APR_CHECK_APR_DEFINE() where possibleJeff Trawick2003-03-081-7/+6
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-2011-55/+55