]> granicus.if.org Git - apache/history - modules/aaa
update transformation
[apache] / modules / aaa /
2004-02-21 Geoffrey Youngminor mod_auth_basic and mod_auth_digest sync. mod_aut...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-07 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-29 Justin ErenkrantzAllow mod_auth_digest to work with sub-requests with...
2004-01-08 Joe OrtonUse -export-dynamic only when linking an httpd which...
2004-01-01 André Maloupdate license to 2004.
2003-11-16 Justin ErenkrantzSync with APR-util deprecated functions.
2003-11-09 André Malore-add explaining comment
2003-11-09 André Maloallow any user id when configured with 'anonymous *'
2003-11-09 André Maloless confusion with identifiers && style
2003-07-14 André Malostrip trailing spaces of groupnames.
2003-04-04 Jeff Trawickget function prototypes for strcasecmp() and strncasecmp()
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-08 Jeff Trawickuse APR_CHECK_APR_DEFINE() where possible
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-13 André Malodrop the guess_domain function.
2003-02-11 André MaloDo not use local paths for the domain parameter on...
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-03 André Malofinished that boring job:
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2003-01-17 Roy T. FieldingUse ap_strchr instead of strchr and get the constness...
2003-01-15 André Maloadd support for "Require file-group"
2003-01-15 André Maloadd support for "require file-group"
2003-01-15 André Maloas announced and with no objections:
2003-01-06 Jeff Trawickfix a type mismatch (char * vs. const char *)
2003-01-06 André Malobe consistent:
2003-01-06 André Malonot very spectacular ;-)
2003-01-06 André Malocleanup.
2003-01-06 André Malosome cleanup.
2003-01-06 André Malouse less specific ap_note_auth_failure API call, since...
2003-01-06 André Maloallow group authorization to be stored in either basic...
2003-01-05 André Malowell, it's a backstopper. So stop also misconfigured...
2003-01-05 André Maloallow empty user ids to be supplied without responding...
2003-01-03 André Malooh, cool. the recent commit fixed accidentally a null
2003-01-03 André Malosome cleanup.
2003-01-01 André Malomake provider selection available in .htaccess files
2003-01-01 André Maloadd support for digest authentication to the authn_dbm...
2003-01-01 André Malocut password at the first colon.
2002-12-08 Wilfredo Sanchezmod_authn_anon should be a provider
2002-12-08 Wilfredo Sanchezthe AccessAuthoritative directive should be AuthzDefaul...
2002-12-08 Wilfredo Sanchezthere is some confusion with "yes" and "no" and "on...
2002-12-08 Wilfredo Sanchezoutch. there are some possible NULL pointer references...
2002-12-08 Wilfredo Sanchezwhen asking the providers for authentication, the main...
2002-11-30 Justin ErenkrantzPer Greg's request, add a version string component...
2002-11-28 Wilfredo SanchezUse $INCLUDES rather than adding yet another place...
2002-10-16 Bradley NicholesAdding the current version string to the link of each NLM
2002-10-16 Bradley NicholesUpdating the NLM descriptions in the NetWare make files
2002-09-22 Roy T. Fieldingkill a warning
2002-09-20 Bradley NicholesClean up some left over garbage in the NetWare make...
2002-09-20 Justin ErenkrantzAdd missing includes in mod_authn_file and mod_authn_dbm.
2002-09-20 Justin ErenkrantzTake a stab in the dark at fixing up the Netware build...
2002-09-20 Justin ErenkrantzFix up Win32 build.
2002-09-20 Justin ErenkrantzAxe unused file.
2002-09-20 Justin ErenkrantzAdd ap_register_provider and ap_lookup_provider functio...
2002-09-18 Justin ErenkrantzAdd ability to use multiple providers for basic and...
2002-09-18 Justin ErenkrantzRemove Authoritative functionality from the authn provi...
2002-09-16 Bradley NicholesMoving the auth_provider APIs into the core binary...
2002-09-13 Justin ErenkrantzRevert the examples to use AuthGroupFile
2002-09-13 Justin ErenkrantzUpon further review, it seems silly to add z the here...
2002-09-13 William A. Rowe Jr A quick-n-dirty hack. Expose the auth_provider api...
2002-09-13 Bradley NicholesNetWare make files and .def to build the new auth modules
2002-09-13 Bradley NicholesNetWare auth_digest make file that is no longer needed
2002-09-13 William A. Rowe Jr Axe unused variable 'res'
2002-09-13 William A. Rowe Jr Welcome to the new schema. Multiply defined symbols...
2002-09-10 Jeff Trawickmake sure we always set return_code when converting...
2002-09-10 Jeff Trawickpick up prototypes for apr_base64_* and, on some platfo...
2002-09-10 Jeff Trawickfix a syntax error in an enum (as far as some non-gcc...
2002-09-10 Jeff Trawickfix a bad parameter to ap_log_rerror()
2002-09-10 Justin ErenkrantzStage #2 of aaa rewrite: Add provider support so that...
2002-09-10 Justin ErenkrantzStage #1 of the aaa rewrite - refactoring modules.
2002-08-26 Justin ErenkrantzClean up style on mod_auth_anon.c before hacking it...
2002-07-17 William A. Rowe Jr Last missing symbols that I can find.
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-07-05 Brian Paneuse new time conversion macros in place of APR_USEC_PER_SEC
2002-06-12 William A. Rowe Jr Use lowercased macros
2002-06-12 William A. Rowe Jr Use the new APR_TIME_FROM_SEC() wrapper
2002-06-05 William A. Rowe Jr cvs up/diff gets pretty hard to track with vc7 builds.
2002-05-18 Cliff WoolleyRenames:
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-02 Bradley NicholesBy using _setn instead of _set, this call is setting...
2002-04-28 Roy T. Fieldingkill a warning on Darwin for NONCE_LEN becoming a long...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-01 Bradley NicholesSwitching from a project build file to GNU make files
2002-02-21 Aaron BannertConvert mod_auth_digest to use the new apr_global_mutex...
2002-02-05 Justin ErenkrantzRemove all non-portable DBM calls in mod_auth_dbm and...
2002-01-29 Bradley NicholesAdded some type casting to the appropriate types to...
2002-01-24 Justin ErenkrantzRemove mod_auth_db since we've received enough votes...
2002-01-17 Doug MacEachernallow mod_auth_digest to configure with --srcdir
2002-01-10 William A. Rowe Jr Fix a handful of AP_MODULE_DECLARE_DATA exports for...
2002-01-10 William A. Rowe Jr *) Split all Win32 modules [excluding the core compon...
2002-01-10 William A. Rowe Jr Fixing the apr_shm_ and apr_rmm_ args back to a warni...
2002-01-10 William A. Rowe Jr This patch eliminated from the _SHARED_ segment of...
2002-01-07 Justin ErenkrantzStylistic nitpicking before I go to work on this.
2001-12-29 Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-12-29 William A. Rowe Jr Error feedback, PLEASE!
2001-12-27 Aaron BannertStyle changes only. No more tabs, other alignment and...
2001-12-27 Aaron BannertTwo fixes in one:
2001-12-27 Aaron BannertStyle changes only. Lots of tab alignment issues, and...
next