summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_access.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RSE'.RSE(no author)2001-05-041-345/+0
* More APR_STATUS_IS_ canonicalizationWilliam A. Rowe Jr2001-04-121-6/+5
* Fix a security exposure in mod_access. Previously when IPv6Jeff Trawick2001-03-151-102/+27
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-2/+4
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Use apr_want.h to get the declarations for ntohs et al instead ofJeff Trawick2001-02-131-4/+1
* Clean up some of the includes:Greg Stein2001-02-101-9/+8
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Make handlers use hooks.Ben Laurie2001-01-071-1/+0
* The local_addr and remote_addr fields in the conn_rec are nowJeff Trawick2000-12-141-1/+3
* Not all platforms have INADDR_NONE defined by default. Apache used toRyan Bloom2000-11-111-3/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-6/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-10/+10
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* blast the old names for the status codesGreg Stein2000-06-241-5/+5
* Use the new command-handler initializer macros in mod_access;Jeff Trawick2000-06-181-8/+10
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+8
* PR:William A. Rowe Jr2000-05-271-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-1/+1
* 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-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-0/+3
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-181-0/+2
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-4/+4
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-14/+6
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+410