summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_auth_anon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stage #1 of the aaa rewrite - refactoring modules.Justin Erenkrantz2002-09-101-280/+0
* Clean up style on mod_auth_anon.c before hacking it to pieces.Justin Erenkrantz2002-08-261-49/+50
* Renames:Cliff Woolley2002-05-181-5/+5
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Get rid of some cruft. Setting these flag slots is best left to the core.Cliff Woolley2001-11-191-46/+12
* Don't need apr_pcalloc on any of these, since we explicitly initializeCliff Woolley2001-11-181-1/+1
* use "conf" rather than "sec" for the configuration data. misc style,Greg Stein2001-02-181-53/+51
* Rename the module structures so that the exported symbol matchesMartin Kraemer2001-02-161-4/+4
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* clean up more warnings and link problems after the header fileJeff Trawick2001-02-111-3/+2
* include strings.h for strcasecmp()Jeff Trawick2001-02-081-0/+3
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-2/+2
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+2
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-091-1/+0
* Get all of the auth modules to the point that they will install andRyan Bloom2000-12-191-38/+38
* Get mod_auth_anon to compile cleanly in 2.0Ryan Bloom2000-10-301-24/+29
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-4/+4
* blast the old names for the status codesGreg Stein2000-06-241-1/+1
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+35
* Fix a commentBill Stoddard2000-03-161-2/+2
* changed module name to more consistent naming scheme, as used by configure: m...Ronald Tschalar2000-03-101-4/+4
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* I am not claiming that the modules work now, but at least the parameter listsMartin Kraemer1999-10-221-2/+2
* Remove most of the annoying "re ap_context_t mplement" mis-replacementsMartin Kraemer1999-10-121-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-3/+3
* Add couple of hooks to the APacheCore.def file. Port mod_auth_anon and mod_di...Bill Stoddard1999-08-301-15/+8
* user and ap_auth_type fields were moved from connection_rec to request_recRoy T. Fielding1999-08-261-3/+2
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+315