summaryrefslogtreecommitdiffstats
path: root/modules/aaa (follow)
Commit message (Expand)AuthorAgeFilesLines
* use the apr_status_t instead of errnoJeff Trawick2001-01-091-2/+2
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-094-4/+0
* Make handlers use hooks.Ben Laurie2001-01-072-2/+0
* Allow the auth modules to load into the server.Ryan Bloom2000-12-221-4/+4
* Last of the Win32 goodness I've noticedWilliam A. Rowe Jr2000-12-211-2/+2
* Out of the sandbox and into prime time. Note... these should always andWilliam A. Rowe Jr2000-12-213-0/+1099
* Correction, commited the vc5. Need vc6 in the tree. Humble appologies.William A. Rowe Jr2000-12-213-9/+12
* The Win32 overhaul, in summary;William A. Rowe Jr2000-12-213-60/+51
* Remove a warning on some platforms.Ryan Bloom2000-12-191-0/+2
* Get all of the auth modules to the point that they will install andRyan Bloom2000-12-194-57/+57
* The local_addr and remote_addr fields in the conn_rec are nowJeff Trawick2000-12-141-1/+3
* The feature macro may appear a bit odd. I'm open to any better suggest.William A. Rowe Jr2000-12-082-14/+21
* *) remove STANDARD_LIBS line; it is unused/unneededGreg Stein2000-12-071-14/+8
* The -big- fix, all the proper linkages for BaseAddr.ref plus a bit.William A. Rowe Jr2000-12-053-11/+11
* A bit of inclusion for the apr-util package.William A. Rowe Jr2000-12-053-5/+5
* This patch illustrates the new locations, and makes the majority of theWilliam A. Rowe Jr2000-12-053-19/+19
* Get the modules configuration stuff working correctly. This just dealsRyan Bloom2000-12-041-7/+7
* Start to add back the config.m4 and Makefile.in's that were separated outRyan Bloom2000-12-041-59/+1
* Port mod_info to 2.0. This is basically a complete re-write to use theRyan Bloom2000-11-141-0/+1
* add apr_get_home_directory(), teach mod_userdir to use thatJeff Trawick2000-11-131-3/+1
* Not all platforms have INADDR_NONE defined by default. Apache used toRyan Bloom2000-11-111-3/+3
* Get mod_userdir compiling on FreeBSD when APR_HAS_THREADS.Jeff Trawick2000-11-111-1/+3
* Cleanup some warnings in mod_auth_digest.cRyan Bloom2000-10-311-22/+23
* Mod_auth_db.c compiles cleanly now.Ryan Bloom2000-10-311-1/+1
* Make mod_auth_dbm compile cleanly.Ryan Bloom2000-10-301-12/+13
* Make mod_auth_db compile cleanly in 2.0Ryan Bloom2000-10-301-11/+11
* Get mod_auth_anon to compile cleanly in 2.0Ryan Bloom2000-10-301-24/+29
* Don't build mod_suexec by default. It breaks other platforms, andManoj Kasichainula2000-10-241-1/+1
* Add back suexec support.Manoj Kasichainula2000-10-231-0/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-165-10/+10
* Regardless of reaction to a symbol rename -within- the sources, theseWilliam A. Rowe Jr2000-10-113-6/+6
* MSVC Project Rename - ApacheModuleBleck.* is no longer... now mod_bleck.*William A. Rowe Jr2000-10-113-46/+46
* echo should not be built by defaultGreg Stein2000-10-101-1/+1
* Kind of hard to load without an exported module structure.William A. Rowe Jr2000-10-081-2/+2
* Prepare our autoconf setup for autoconf 2.14a and for cross-compilingRyan Bloom2000-10-051-1/+1
* Transposed return values between conditions, oops.William A. Rowe Jr2000-09-201-2/+2
* Get mod_auth_dbm building using Apache's sdbmlib under WinNT.William A. Rowe Jr2000-09-202-3/+113
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-062-20/+20
* Disable the dbm_ usage in mod_rewrite so that it links.Jeff Trawick2000-08-041-1/+5
* prefix libapr functions and types with apr_Doug MacEachern2000-08-026-178/+178
* Remove all of the ap_is* functions from Apache. They were already in APR,Ryan Bloom2000-07-261-1/+1
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-251-1/+2
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-212-0/+2
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* Fix the configure script. If a either the mpmt_pthread or dexter MPM'sRyan Bloom2000-06-271-2/+13
* Detect libraries based on which platform configure is being run on.Ryan Bloom2000-06-271-16/+0
* blast the old names for the status codesGreg Stein2000-06-246-43/+43
* Use the new command-handler initializer macros in mod_access;Jeff Trawick2000-06-181-8/+10
* Use the new command-handler initializer macros in mod_auth;Jeff Trawick2000-06-181-11/+13
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-123-5/+16