| Commit message (Expand) | Author | Age | Files | Lines |
* | Absorb our ssl library-foo from the mod_ssl build changes to automatically | William A. Rowe Jr | 2003-06-24 | 1 | -15/+24 |
* | Perform run-time query in apxs for apr and apr-util's includes. | Justin Erenkrantz | 2003-05-21 | 1 | -7/+13 |
* | Add a delete flag to htpasswd. | Thom May | 2003-05-14 | 1 | -17/+46 |
* | (grabbed from archive) | André Malo | 2003-05-13 | 1 | -0/+14 |
* | I stumbled over a 2002 (it's not the only one) | Martin Kraemer | 2003-05-09 | 1 | -1/+1 |
* | Forward port a fix for a pair of potential buffer overflows in htdigest from 1.3 | Thom May | 2003-05-01 | 1 | -2/+2 |
* | run libtool from the apr install directory (in case that is different | Jeff Trawick | 2003-04-04 | 1 | -10/+14 |
* | Fix mod_ssl.dsp and abs.dsp to use also the openssl-0.9.7-defines for | André Malo | 2003-03-29 | 1 | -2/+2 |
* | Fix up the log resolve utility to work with NetWare. Increased the stack size | Bradley Nicholes | 2003-03-11 | 2 | -6/+6 |
* | After discussions at length on dev@apr/httpd, it is determined that | William A. Rowe Jr | 2003-03-11 | 9 | -90/+9 |
* | Restore the ability of htdigest.exe to create files that contain | André Malo | 2003-03-05 | 1 | -11/+53 |
* | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 8 | -37/+37 |
* | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 1 | -5/+5 |
* | Be more pedantic when cleaning environment. Clean it | André Malo | 2003-02-19 | 1 | -55/+68 |
* | break down the beast and explain the obvious >:-> | André Malo | 2003-02-19 | 1 | -1/+40 |
* | insert LoadModule directives only outside of sections. | André Malo | 2003-02-19 | 1 | -2/+23 |
* | foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which | William A. Rowe Jr | 2003-02-18 | 9 | -18/+18 |
* | Allow apachectl to perform status with links and elinks as well if lynx is | Justin Erenkrantz | 2003-02-15 | 1 | -1/+1 |
* | Fix suexec compile error under SUNOS4, where strerror() doesn't exist. | André Malo | 2003-02-12 | 1 | -0/+5 |
* | Let suexec send a message to stderr, if it failed or its policy | André Malo | 2003-02-10 | 1 | -7/+24 |
* | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 9 | -34/+111 |
* | finished that boring job: | André Malo | 2003-02-03 | 18 | -20/+20 |
* | apxs: Include any special APR ld flags when linking the DSO. | Jeff Trawick | 2003-01-23 | 1 | -6/+10 |
* | M-x untabify | Jeff Trawick | 2003-01-20 | 1 | -1/+1 |
* | Update support utility filenames to reflect .exe extensions for the | William A. Rowe Jr | 2003-01-20 | 9 | -18/+18 |
* | Fix the ulimit command used by apachectl on Tru64. | Jeff Trawick | 2003-01-17 | 1 | -1/+5 |
* | Change the ulimit command used by apachectl on AIX so that it | Jeff Trawick | 2003-01-15 | 1 | -5/+16 |
* | Use saner default config values for suexec. | Justin Erenkrantz | 2003-01-01 | 1 | -2/+8 |
* | Sun Forte requires having the same CFLAGS passed to the link stage as was | Justin Erenkrantz | 2002-12-23 | 1 | -1/+1 |
* | If an httpd.conf has commented out AddModule directives, | Bill Stoddard | 2002-12-09 | 1 | -12/+2 |
* | Axe some warnings in rotatelogs which came when the program was | Jeff Trawick | 2002-11-20 | 1 | -8/+4 |
* | Adding the current version string to the link of each NLM | Bradley Nicholes | 2002-10-16 | 6 | -6/+6 |
* | Updating the NLM descriptions in the NetWare make files | Bradley Nicholes | 2002-10-16 | 4 | -4/+4 |
* | %qd is not portable; use APR_INT64_FMT_T for apr_time_t | Jeff Trawick | 2002-10-16 | 1 | -3/+3 |
* | template parameter passed to apr_file_mktemp() must be modifiable | Jeff Trawick | 2002-10-08 | 1 | -2/+2 |
* | We can't just create the temporary file in the current directory. If that | Ryan Bloom | 2002-10-08 | 1 | -1/+14 |
* | Re-order header files in suexec.c. This adds apr.h, which is required | Ryan Bloom | 2002-09-28 | 1 | -2/+3 |
* | SuExec should use /usr/local/apache2 not /usr/local/apache as the default | Ryan Bloom | 2002-09-27 | 1 | -2/+2 |
* | Improve hook matching. | Ben Laurie | 2002-09-26 | 1 | -1/+1 |
* | Rework the apxs -cp command to work when the source dir isn't available by | Justin Erenkrantz | 2002-09-19 | 1 | -2/+19 |
* | Add -p option to apxs to allow unbundled modules (such as mod_mbox) to | Justin Erenkrantz | 2002-09-19 | 1 | -3/+11 |
* | Remove following warning: | Justin Erenkrantz | 2002-09-19 | 1 | -2/+2 |
* | Revert r1.57 and r1.58 per Will Rowe's veto. | Justin Erenkrantz | 2002-09-14 | 1 | -23/+0 |
* | truncate existing file if "-c" is used | Brian Pane | 2002-09-14 | 1 | -1/+1 |
* | Move another non-exists test into the non-existing tests block, and | William A. Rowe Jr | 2002-09-14 | 1 | -16/+19 |
* | More code cleanup: added some error checks and removed unused functions | Brian Pane | 2002-09-14 | 1 | -23/+18 |
* | remove single-byte file reads | Brian Pane | 2002-09-14 | 1 | -2/+2 |
* | cleaned up the file access checking | Brian Pane | 2002-09-14 | 1 | -26/+16 |
* | 1. Eliminate perror(), it's not portable. | William A. Rowe Jr | 2002-09-14 | 1 | -11/+7 |
* | Avoid a compiler error on NetWare | Bradley Nicholes | 2002-09-10 | 1 | -1/+1 |