summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_auth_digest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Two fixes in one:Aaron Bannert2001-12-271-15/+18
* Style changes only. Lots of tab alignment issues, and added lots ofAaron Bannert2001-12-271-807/+963
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-2/+3
* adjust to apr_uri_ renameDoug MacEachern2001-08-191-5/+5
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-1/+1
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-1/+1
* Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_Roy T. Fielding2001-05-221-6/+6
* Fix warnings.Ben Laurie2001-05-201-14/+20
* We don't really treat this field as a const, and currently we are gettingRyan Bloom2001-04-151-1/+1
* Clean up a yet a couple more emitsWilliam A. Rowe Jr2001-04-101-2/+2
* This is a fix that went into v1.3 quite a while back, but not into v2.0.Chuck Murcko2001-03-161-3/+3
* Don't directly include ap_config_auto.h directly. It isn't available onGreg Stein2001-03-011-12/+12
* Clean up namespace badness with s/configfile_t/ap_configfile_t/William A. Rowe Jr2001-02-251-2/+2
* clean up a call to apr_psprintf() (trailing NULL not needed)Jeff Trawick2001-02-221-1/+1
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-191-1/+1
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-0/+5
* Rename the module structures so that the exported symbol matchesMartin Kraemer2001-02-161-9/+9
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-141-3/+3
* clean up more warnings and link problems after the header fileJeff Trawick2001-02-111-1/+2
* Clean up some of the includes:Greg Stein2001-02-101-1/+0
* Make a mod_auth_digest build fail in a less mysterious way on systemsJeff Trawick2001-02-081-1/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-29/+29
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-23/+23
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* 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-091-1/+0
* Get all of the auth modules to the point that they will install andRyan Bloom2000-12-191-9/+9
* Cleanup some warnings in mod_auth_digest.cRyan Bloom2000-10-311-22/+23
* 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-14/+14
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-132/+132
* 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
* blast the old names for the status codesGreg Stein2000-06-241-23/+23
* Remove all occurances of strerror from Apache. ap_strerror works justRyan Bloom2000-06-091-1/+2
* don't include apr_shmem.h when APR_HAS_SHARED_MEMORY is false, but instead se...Ronald Tschalar2000-06-011-1/+37
* Brought mod_auth_digest up to synch with 1.3, fixed ap_time_t-relatedRonald Tschalar2000-05-291-246/+393
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* PR:William A. Rowe Jr2000-04-291-1/+1
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-3/+3
* Some Windows tweaks from William Rowe...Bill Stoddard2000-04-251-0/+1
* Win32: Get mod_auth_digest compiling and added to the WindowsBill Stoddard2000-04-221-1/+3
* Here's my first stab at getting mod_auth_digest working under 2.0Bill Stoddard2000-04-151-133/+48
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-8/+8
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* more post-old-style Configure cleanupdgaudet2000-03-121-0/+1
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-191-1/+0