summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_auth_digest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-02-25 Begin to fix the build schema changes for apr-utilWilliam A. Rowe Jr1-0/+6
2001-02-25fix typoGreg Stein1-1/+1
2001-02-25 Reconsidered the wisdom of this change... back to the drawing board.William A. Rowe Jr3-2/+19
2001-02-25 Clean up namespace badness with s/configfile_t/ap_configfile_t/William A. Rowe Jr7-51/+33
2001-02-25 A remnant of apr_pcfg_getc()William A. Rowe Jr1-1/+0
2001-02-25 No MMN bump in ages - time to start codifing this entity. Change theWilliam A. Rowe Jr1-156/+3
2001-02-25use the right fmt string for finfo.sizeJeff Trawick1-2/+2
2001-02-25Tag is done, update the source treeRyan Bloom1-2/+2
2001-02-24Update the version string before the roll.Ryan Bloom1-1/+1
2001-02-24do the redirection for GET requests onlyGreg Stein1-6/+3
2001-02-24include apr_lib.h for apr_isspace() definitionJeff Trawick1-0/+1
2001-02-24We need to build expat-lite before APR-utils, so just move that variableRyan Bloom1-1/+1
2001-02-24move the _rini stuff into bs2login.c (the only user)Greg Stein2-10/+10
2001-02-24Shift XML handling code from Apache down into APRUTILGreg Stein3-1000/+30
2001-02-24*) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein17-186/+79
2001-02-24clean out some old crud from ap_config.hGreg Stein3-25/+7
2001-02-24toss ENUM_BITFIELD. used in one place (but didn't need to be used), and itGreg Stein1-5/+3
2001-02-24Fix initialization of thread_control[...].generation.Brian Havard1-1/+1
2001-02-23Modify mod_file_cache to save pre-formatted strings forBill Stoddard2-2/+35
2001-02-23remove ap_{post_config,child_init}_hookDoug MacEachern9-40/+8
2001-02-23Remove the b1 description from ap_release. It doesn't belong there anymore.Ryan Bloom1-1/+1
2001-02-23use apr_off_t and APR_OFF_T_FMT (for portability to 64-bit off_t systems)Greg Stein1-9/+15
2001-02-23fix a warning in a call to apr_psprintf()Jeff Trawick1-1/+1
2001-02-23Work on a BSD/OS system where GNU make is used instead of the nativeJeff Trawick1-1/+7
2001-02-23Clean up a bunch of incompatible pointer type warnings.Brian Havard2-4/+4
2001-02-23Typo.Joshua Slive2-2/+2
2001-02-23Get it to build on FreeBSD by dropping <stropt.h>. (It stillJeff Trawick2-12/+6
2001-02-23Namespace protect IOBUFSIZ since it is a public symbol.Ryan Bloom4-5/+8
2001-02-23Use "Basic" authentication instead of "basic" in ab, as the spec says weRyan Bloom2-4/+7
2001-02-22get the last worker in a given child initialized properlyJeff Trawick1-1/+3
2001-02-22Fix a seg fault in mod_userdir.c. We used to use the pw structureRyan Bloom2-5/+12
2001-02-22Back down the default number of initial threads created withJeff Trawick3-7/+7
2001-02-22Remove a semicolon from a macro. This makes things a bit more readable,Ryan Bloom3-5/+5
2001-02-22clean up a call to apr_psprintf() (trailing NULL not needed)Jeff Trawick1-1/+1
2001-02-22just making server_signature enum decl easier to read (for both humans and C:...Doug MacEachern1-2/+10
2001-02-22server_rec* -> server_rec * (sorry for nit, C::Scan made me doit)Doug MacEachern1-1/+1
2001-02-22avoid c++ keywordsDoug MacEachern2-4/+4
2001-02-22Add a couple of GCC attribute tags to printf style functions. This alsoRyan Bloom3-3/+7
2001-02-22Add the correct language tag for interoperation with the TaiwaneseTony Finch3-0/+5
2001-02-22Remove a completed item from STATUSRyan Bloom1-4/+1
2001-02-21Make the perchild MPM use the APR signal child and apr thread functions.Ryan Bloom3-168/+133
2001-02-21BUFF is gone!Bill Stoddard1-23/+2
2001-02-21Performance: apr_now() was being called for -all- requests. Call it onlyBill Stoddard1-1/+2
2001-02-21Close the accepted socket before creating the CGI process in mod_cgid.Ryan Bloom2-1/+16
2001-02-21Split the mod_dir fixup into two parts. The first determines if thisRyan Bloom1-6/+22
2001-02-21Remove mod_proxy from the Windows project fileBill Stoddard1-87/+69
2001-02-21Oops - better *think* first. Fix typo.Martin Kraemer1-1/+1
2001-02-21Display APACHE_MPM_DIR in the list of #defines, andMartin Kraemer1-2/+2
2001-02-21Get rid of Apache's concern for foo_CHECK_SIGWAIT_ONE_ARG.Jeff Trawick1-2/+0
2001-02-21Remove the rest of the pthreads functions from the threaded MPMRyan Bloom3-40/+28