summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use autoconf to substitute the proper values into apachectl, and installRyan Bloom2000-10-071-0/+234
* Addresses the huge issue that Crypt::PasswdMD5 is probably not, andWilliam A. Rowe Jr2000-10-071-27/+59
* Completed review for new tests:William A. Rowe Jr2000-10-061-2/+2
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-051-5/+5
* Cleaner feature tests and new -d -m -s -p options for crypt, MD5, SHA1William A. Rowe Jr2000-09-251-64/+165
* Overhaul of dbmmanage to allow a groups arg (as in Apache 1.2)William A. Rowe Jr2000-09-201-9/+37
* Correct dbmmanage pwfile check behavior to ignore [:grp...] contents.William A. Rowe Jr2000-09-201-3/+4
* Never carried forward from 1.3.13William A. Rowe Jr2000-09-201-1/+1
* Fix the types of the variables passed as the len parm to bucket->read()Jeff Trawick2000-09-141-3/+3
* Update export file for AIX with recent symbol changes.Jeff Trawick2000-09-011-3/+2
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.Jeff Trawick2000-08-101-7/+7
* Update exports file for AIX.Bill Stoddard2000-08-091-169/+111
* Fix ApacheBench for the apr_initopt/apr_getopt change. This illustratesWilliam A. Rowe Jr2000-08-091-26/+27
* A few more (last?) ap_xlate->apr_xlate changes covering stuff not completelyJeff Trawick2000-08-072-8/+8
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-073-11/+11
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-062-27/+27
* prefix libapr functions and types with apr_Doug MacEachern2000-08-025-126/+126
* Don't use perror() to report the failure of an APR function.Jeff Trawick2000-07-311-19/+28
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* ab would start up more connections than needed, then quit when theRoy T. Fielding2000-07-161-3/+8
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+1
* Fix another compiler warning. Forgot to commit this one along with theBill Stoddard2000-06-281-1/+1
* allow apxs to be run from the source tree, before installation (e.g. perl ../...Doug MacEachern2000-06-261-4/+12
* Get the ap_config.h cleanup working on FreeBSD by adding includes ofJeff Trawick2000-06-131-2/+7
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-133-6/+20
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-122-0/+2
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now toRyan Bloom2000-06-121-10/+2
* Remove all occurances of strerror from Apache. ap_strerror works justRyan Bloom2000-06-091-2/+4
* PR:William A. Rowe Jr2000-05-285-14/+14
* PR:William A. Rowe Jr2000-05-281-5/+5
* PR:William A. Rowe Jr2000-05-275-23/+23
* PR:William A. Rowe Jr2000-05-265-5/+5
* Add '-n' option to make htpasswd send user:pw result toKen Coar2000-05-251-48/+75
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-255-22/+21
* Win32: Fix compile problems.Bill Stoddard2000-05-231-3/+3
* Remove all remaining instances in Apache code ofManoj Kasichainula2000-05-211-2/+0
* William A. Rowe Jr2000-05-201-6/+8
* Remove a warning about ap_base64encode not being defined anywhere.Ryan Bloom2000-05-201-2/+3
* William A. Rowe Jr2000-05-195-17/+27
* ab: Fix a command-line processing bug; track bad headers inJeff Trawick2000-05-191-5/+9
* This commit will most likely break everybody on Windows. The .dspRyan Bloom2000-05-183-13/+8
* APR-ize the CHARSET_EBCDIC support in the SHA1 routines. The app (e.g.,Jeff Trawick2000-05-161-0/+5
* EBCDIC bug fix: do the required translation handle initializationJeff Trawick2000-05-161-0/+20
* APR-ize the CHARSET_EBCDIC support in ap_base64encode() andJeff Trawick2000-05-161-3/+7
* Fix some bugs (mostly lost 1.3 code) in ab's command-line processing.Jeff Trawick2000-05-161-6/+29
* reorder libapr.a and libap.la in terms of dependencies (i.e.,Jeff Trawick2000-05-161-2/+2
* William A. Rowe Jr2000-05-062-12/+12
* serious bug fix:Jeff Trawick2000-05-061-2/+27
* Fix a stupid mistake in apxs.in.Ryan Bloom2000-05-051-1/+1
* Make apxs mostly work for 2.0. It doesn't add the module to the configRyan Bloom2000-05-051-63/+33