f6824de91aTry to convert string options to shorts for numeric options in config file; allows to use env-vars for numeric options. (#1159, thx andrewb)Stefan Bühler2008-10-01 13:24:19 +00:00
65f4e4a8dbTry to convert string options to shorts for numeric options in config file; allows to use env-vars for numeric options. (#1159, thx andrewb)Stefan Bühler2008-10-01 13:24:19 +00:00
1554d5c42bRemoved debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuffStefan Bühler2008-09-30 21:13:42 +00:00
c426767ea2Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuffStefan Bühler2008-09-30 21:13:42 +00:00
5e5954b9e5fix auth.backend.ldap.bind-dn/pw problems (thx ruskie) - missing PATCH for them in mod_auth_patch_connectionStefan Bühler2008-09-19 16:02:34 +00:00
86766c10c5fix auth.backend.ldap.bind-dn/pw problems (thx ruskie) - missing PATCH for them in mod_auth_patch_connectionStefan Bühler2008-09-19 16:02:34 +00:00
087aaf8fa5workaround ldap connection leak if a ldap connection failed (restarting ldap)Stefan Bühler2008-09-17 14:25:42 +00:00
6d1d3fc203workaround ldap connection leak if a ldap connection failed (restarting ldap)Stefan Bühler2008-09-17 14:25:42 +00:00
c22cd136c5fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)Stefan Bühler2008-08-27 15:59:50 +00:00
7a64f2f888fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)Stefan Bühler2008-08-27 15:59:50 +00:00
ab55e2e026Change parser generation again as the previous fix broke building with some non-gnu make utils. According to the automake faq this is only "hiding errors" and we should be able to do better, but i don't see how (and their examples don't work with -jX). For a clean solution we need to compile lemon for the build host, not the target.Stefan Bühler2008-08-27 14:53:06 +00:00
5ab6fa6fd2Change parser generation again as the previous fix broke building with some non-gnu make utils. According to the automake faq this is only "hiding errors" and we should be able to do better, but i don't see how (and their examples don't work with -jX). For a clean solution we need to compile lemon for the build host, not the target.Stefan Bühler2008-08-27 14:53:06 +00:00
caeb895b65Fix small copy/paste typo in previous commitStefan Bühler2008-08-27 14:53:03 +00:00
9cb47be07fFix small copy/paste typo in previous commitStefan Bühler2008-08-27 14:53:03 +00:00
bca5b97f9fFix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgiStefan Bühler2008-08-19 16:41:56 +00:00
5194c28220Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgiStefan Bühler2008-08-19 16:41:56 +00:00
2aa6cc8d0fReplaced fprintf with log_error_write in mod-fastcgiStefan Bühler2008-08-19 16:41:49 +00:00
b511c42939Replaced fprintf with log_error_write in mod-fastcgiStefan Bühler2008-08-19 16:41:49 +00:00
1020c6ca8eAdd 'O' and 'X' to format characters in log_error_write upper case stands for "don't append space"; o/O is for off_t, x/X for int as hexStefan Bühler2008-08-19 16:41:42 +00:00
43a9842b28Add 'O' and 'X' to format characters in log_error_write upper case stands for "don't append space"; o/O is for off_t, x/X for int as hexStefan Bühler2008-08-19 16:41:42 +00:00
504684e6eaFix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG (assuming there are no access-log-lines > 2GB)Stefan Bühler2008-08-19 16:41:36 +00:00
227d6f1b56Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG (assuming there are no access-log-lines > 2GB)Stefan Bühler2008-08-19 16:41:36 +00:00
360b1e4925Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)Stefan Bühler2008-08-12 19:47:49 +00:00
ec61ba0559Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)Stefan Bühler2008-08-12 19:47:49 +00:00
1f416683f3Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)Stefan Bühler2008-08-01 16:13:34 +00:00
ad12e4c5b2Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)Stefan Bühler2008-08-01 16:13:34 +00:00