summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_auth_digest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Finish the conversion from fprintf(stderr -> ap_log_err.Ryan Bloom1999-11-191-1/+2
* First cut at port to apache-2.0. Simple tests are working.Ronald Tschalar1999-11-041-64/+114
* I am not claiming that the modules work now, but at least the parameter listsMartin Kraemer1999-10-221-27/+28
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+1919