summaryrefslogtreecommitdiffstats
path: root/modules/aaa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding the current version string to the link of each NLMBradley Nicholes2002-10-1710-10/+10
* Updating the NLM descriptions in the NetWare make filesBradley Nicholes2002-10-1610-10/+10
* kill a warningRoy T. Fielding2002-09-221-1/+1
* Clean up some left over garbage in the NetWare make files after moving theBradley Nicholes2002-09-202-2/+0
* Add missing includes in mod_authn_file and mod_authn_dbm.Justin Erenkrantz2002-09-202-0/+2
* Take a stab in the dark at fixing up the Netware build due to theJustin Erenkrantz2002-09-202-2/+0
* Fix up Win32 build.Justin Erenkrantz2002-09-201-4/+0
* Axe unused file.Justin Erenkrantz2002-09-201-120/+0
* Add ap_register_provider and ap_lookup_provider functions which resolveJustin Erenkrantz2002-09-206-36/+15
* Add ability to use multiple providers for basic and digest authentication.Justin Erenkrantz2002-09-183-53/+133
* Remove Authoritative functionality from the authn providers.Justin Erenkrantz2002-09-182-18/+0
* Moving the auth_provider APIs into the core binary to avoid a chicken andBradley Nicholes2002-09-162-8/+0
* Revert the examples to use AuthGroupFileJustin Erenkrantz2002-09-141-3/+3
* Upon further review, it seems silly to add z the here when we didn't addJustin Erenkrantz2002-09-142-2/+2
* A quick-n-dirty hack. Expose the auth_provider api from mod_auth_basicWilliam A. Rowe Jr2002-09-134-14/+27
* NetWare make files and .def to build the new auth modulesBradley Nicholes2002-09-1311-3/+2521
* NetWare auth_digest make file that is no longer neededBradley Nicholes2002-09-131-248/+0
* Axe unused variable 'res'William A. Rowe Jr2002-09-131-1/+0
* Welcome to the new schema. Multiply defined symbols blow.William A. Rowe Jr2002-09-1311-0/+1288
* make sure we always set return_code when converting a password-check failureJeff Trawick2002-09-101-2/+1
* pick up prototypes for apr_base64_* and, on some platforms, strcasecmpJeff Trawick2002-09-101-2/+3
* fix a syntax error in an enum (as far as some non-gcc compilers areJeff Trawick2002-09-101-1/+1
* fix a bad parameter to ap_log_rerror()Jeff Trawick2002-09-101-1/+1
* Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modulesJustin Erenkrantz2002-09-107-381/+556
* Stage #1 of the aaa rewrite - refactoring modules.Justin Erenkrantz2002-09-1022-1488/+1584
* Clean up style on mod_auth_anon.c before hacking it to pieces.Justin Erenkrantz2002-08-261-49/+50
* Last missing symbols that I can find.William A. Rowe Jr2002-07-172-3/+2
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-2/+3
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-2/+2
* Use lowercased macrosWilliam A. Rowe Jr2002-06-131-3/+3
* Use the new APR_TIME_FROM_SEC() wrapperWilliam A. Rowe Jr2002-06-121-3/+4
* cvs up/diff gets pretty hard to track with vc7 builds.William A. Rowe Jr2002-06-051-0/+5
* Renames:Cliff Woolley2002-05-183-13/+13
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-175-45/+45
* By using _setn instead of _set, this call is setting a pointer to a stack var...Bradley Nicholes2002-05-031-1/+1
* kill a warning on Darwin for NONCE_LEN becoming a long int by math.Roy T. Fielding2002-04-281-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-135-5/+5
* Switching from a project build file to GNU make filesBradley Nicholes2002-03-014-0/+993
* Convert mod_auth_digest to use the new apr_global_mutex_t type.Aaron Bannert2002-02-211-22/+33
* Remove all non-portable DBM calls in mod_auth_dbm and rely only on theJustin Erenkrantz2002-02-052-51/+8
* Added some type casting to the appropriate types to avoid type mismatchesBradley Nicholes2002-01-291-3/+3
* Remove mod_auth_db since we've received enough votes (Justin, Ian, andJustin Erenkrantz2002-01-253-461/+0
* allow mod_auth_digest to configure with --srcdirDoug MacEachern2002-01-171-1/+1
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-101-2/+2
* *) Split all Win32 modules [excluding the core components mod_core,William A. Rowe Jr2002-01-105-6/+262
* Fixing the apr_shm_ and apr_rmm_ args back to a warning state was good.William A. Rowe Jr2002-01-101-1/+4
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-55/+14
* Stylistic nitpicking before I go to work on this.Justin Erenkrantz2002-01-071-29/+15
* handle the disappearance of apr_lock_create_np() andJeff Trawick2001-12-301-2/+2
* Error feedback, PLEASE!William A. Rowe Jr2001-12-291-1/+1