Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bitgarbage to the recycle bin | 2003-08-26 | 31 | -1627/+0 | ||
| | ||||||
* | string shit | 2003-08-25 | 1 | -3/+3 | ||
| | | | | ok markus@ | |||||
* | die - regenerated during build | 2003-08-21 | 1 | -89/+0 | ||
| | | | | noriced by theo | |||||
* | apache bug #21737 ( http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21737) | 2003-08-21 | 1 | -6/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | introduced with 1.3.28: Apparently there has been a regression in 1.3.28 from 1.3.27 whereby CGI scripts are getting left around as zombies when suexec is in use, apparently because of a change in src/main/alloc.c that altered the behavior when sending SIGTERM to a child process. With suexec, the SIGTERM at line 2862 will fail not because the subprocess is dead already but because the httpd uid has no permission to term the cgi process, which is running as some other user. fix by Ralf S. Engelschall: That is, we don't have to check for the return value of ap_os_kill() and especially not check for ESRCH, because we _HAVE_ to waitpid() for it anyway (because it's our child and it either is already terminated and is waiting as a zombie for our waitpid() or it is still running). Under Unix it cannot be that a (non-detached in the sense of BSD's daemon(3)) child of a process just does no longer exists as long as the parent still exists and as long as the parent still has not done waitpid() for the child. So ESRCH cannot happen in our situation and the patch we currently use is fully sufficient. Both are at least portable enough for Unix, of course... | |||||
* | #include conf.h -> ap_config.h | 2003-08-21 | 1 | -1/+1 | ||
| | ||||||
* | fix | 2003-08-21 | 1 | -1/+0 | ||
| | ||||||
* | merge | 2003-08-21 | 272 | -3030/+41002 | ||
| | ||||||
* | import apache 1.3.28 and mod_ssl 2.8.15 | 2003-08-21 | 68 | -1496/+2412 | ||
| | ||||||
* | use setusercontext(3) instead of initgroups/setuid/et al., making possible | 2003-08-07 | 2 | -8/+20 | ||
| | | | | | | to limit resources based on the user class the binary is run under. while i'm here, use %u for gid_t and uid_t. input and ok from millert and henning. | |||||
* | Remove some double semicolons (hmm, do two semis equal a maxi?). | 2003-08-06 | 3 | -3/+3 | ||
| | | | | I've skipped the GNU stuff for now. From Patrick Latifi. | |||||
* | #include "http_main.h" for the chroot functions | 2003-07-18 | 15 | -13/+28 | ||
| | | | | | fixes some implicit declaration warnings ok henning@ | |||||
* | declare chroot and etag functions in the .h files | 2003-07-08 | 5 | -15/+21 | ||
| | | | | | and get rid of some implicit declaration warnings ok henning@ | |||||
* | oupsie, error in code we don't compile | 2003-07-08 | 1 | -1/+1 | ||
| | | | | found bu david | |||||
* | bump mktemp/mkstemp randomness from 6 -> 10 X's | 2003-07-02 | 3 | -3/+3 | ||
| | | | | henning@ ok | |||||
* | Terms 3 and 4 have been removed from sbin/isakmpd/x509.c so they | 2003-06-12 | 1 | -5/+4 | ||
| | | | | can go away here too. | |||||
* | mop up some more 3/4 license issues | 2003-06-04 | 1 | -5/+1 | ||
| | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 4 | -20/+4 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | various format string cleanups; tedu ok | 2003-06-01 | 1 | -1/+1 | ||
| | ||||||
* | cut crap, use strdup instead of malloc + strlcpy, use err() | 2003-05-12 | 1 | -17/+7 | ||
| | ||||||
* | extend copyright to 2003 | 2003-05-12 | 1 | -2/+2 | ||
| | ||||||
* | no point in strncmp here; seen after question from | 2003-05-12 | 1 | -2/+2 | ||
| | | | | Pedro Bastos <pbastos@rdc.puc-rio.br> | |||||
* | explicit != NULL for pointer | 2003-05-12 | 1 | -2/+2 | ||
| | ||||||
* | add an ap_server_strip_chroot for LoadModule tags. this partially | 2003-04-30 | 1 | -1/+2 | ||
| | | | | | | unbreaks apachectl restarts (it still dies when it hits dlopen later on) henning@ ok | |||||
* | honour httpd_flags from rc.conf | 2003-04-16 | 1 | -2/+8 | ||
| | | | | ok hin@ jakob@ ho@ markus@ lebel@ avsm@ todd@ | |||||
* | fix an oups | 2003-04-15 | 1 | -3/+3 | ||
| | ||||||
* | close to "official" ap_config.h so future merges are easier. NOOP, just style | 2003-04-15 | 1 | -3/+3 | ||
| | ||||||
* | string shit; ok dhartmei@ | 2003-04-09 | 3 | -13/+19 | ||
| | ||||||
* | more string shit, ok bob and vincent | 2003-04-09 | 1 | -3/+4 | ||
| | ||||||
* | missing free(pagname); noticed by vincent | 2003-04-08 | 1 | -0/+1 | ||
| | ||||||
* | 2x trivial strcpy | 2003-04-08 | 1 | -2/+2 | ||
| | ||||||
* | very easy strcpy | 2003-04-08 | 1 | -3/+3 | ||
| | ||||||
* | kill one more strcpy; easy one | 2003-04-08 | 1 | -1/+1 | ||
| | ||||||
* | easy sprintf in code we don't use | 2003-04-08 | 1 | -2/+2 | ||
| | ||||||
* | string fixes in code we don't compile by default; tedu help & ok | 2003-04-08 | 1 | -10/+7 | ||
| | ||||||
* | use asprintf; ok henning | 2003-04-08 | 1 | -4/+3 | ||
| | ||||||
* | yes I am a dork | 2003-04-08 | 1 | -1/+1 | ||
| | ||||||
* | string fixes; pval agrees | 2003-04-08 | 2 | -16/+23 | ||
| | ||||||
* | trivial strcpy in code we don't even compile | 2003-04-08 | 1 | -1/+1 | ||
| | ||||||
* | string stuff, ok pval | 2003-04-08 | 1 | -3/+3 | ||
| | ||||||
* | bye-bye sprintf, ok pval@ | 2003-04-08 | 1 | -8/+8 | ||
| | ||||||
* | string stuff; ok pval@ | 2003-04-08 | 1 | -4/+5 | ||
| | ||||||
* | more strcpy & friends bye-bye; ok pval | 2003-04-08 | 1 | -8/+6 | ||
| | ||||||
* | string shit; ok pval | 2003-04-08 | 1 | -9/+8 | ||
| | ||||||
* | string shit, ok pval@ | 2003-04-08 | 1 | -7/+7 | ||
| | ||||||
* | more string shitz | 2003-04-08 | 1 | -29/+1 | ||
| | ||||||
* | easy strcpy elimination | 2003-04-08 | 1 | -1/+1 | ||
| | ||||||
* | trivial sprintf | 2003-04-05 | 1 | -1/+1 | ||
| | ||||||
* | use RSA key blinding code from mod_ssl 2.8.13. differences to our own fix | 2003-03-19 | 1 | -3/+3 | ||
| | | | | | that was already in are purely cosmetical, but this will make the future merge of mod_ssl 2.8.13 easier. | |||||
* | missing ap_server_strip_chroot() | 2003-03-15 | 1 | -6/+9 | ||
| | ||||||
* | RSA blinding for private keys here too. | 2003-03-14 | 1 | -0/+10 | ||
| |