5a1d9edf1e
- Add possibility to disable methods in mod_compress (#1773)
Elan Ruusamäe
2008-10-03 10:05:33 +00:00
c6c2bf8308
- Add possibility to disable methods in mod_compress (#1773)
Elan Ruusamäe
2008-10-03 10:05:33 +00:00
bb4f844c38
Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963)
Stefan Bühler2008-10-01 20:08:23 +00:00
80a4f7a721
Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963)
Stefan Bühler2008-10-01 20:08:23 +00:00
f6824de91a
Try 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
65f4e4a8db
Try 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
1554d5c42b
Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuff
Stefan Bühler2008-09-30 21:13:42 +00:00
c426767ea2
Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuff
Stefan Bühler2008-09-30 21:13:42 +00:00
5e5954b9e5
fix auth.backend.ldap.bind-dn/pw problems (thx ruskie) - missing PATCH for them in mod_auth_patch_connection
Stefan Bühler2008-09-19 16:02:34 +00:00
86766c10c5
fix auth.backend.ldap.bind-dn/pw problems (thx ruskie) - missing PATCH for them in mod_auth_patch_connection
Stefan Bühler2008-09-19 16:02:34 +00:00
087aaf8fa5
workaround ldap connection leak if a ldap connection failed (restarting ldap)
Stefan Bühler2008-09-17 14:25:42 +00:00
6d1d3fc203
workaround ldap connection leak if a ldap connection failed (restarting ldap)
Stefan Bühler2008-09-17 14:25:42 +00:00
c22cd136c5
fix 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
7a64f2f888
fix 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
ab55e2e026
Change 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
5ab6fa6fd2
Change 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
caeb895b65
Fix small copy/paste typo in previous commit
Stefan Bühler2008-08-27 14:53:03 +00:00
9cb47be07f
Fix small copy/paste typo in previous commit
Stefan Bühler2008-08-27 14:53:03 +00:00
ca0435c657
Use struct copy instead of memcpy for volatile siginfo_t in server.c Fixes "discards qualifiers" warning.
Stefan Bühler2008-08-19 22:23:34 +00:00
22d8707ef2
Use struct copy instead of memcpy for volatile siginfo_t in server.c Fixes "discards qualifiers" warning.
Stefan Bühler2008-08-19 22:23:34 +00:00
3d05f027cb
Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
Stefan Bühler2008-08-19 17:40:42 +00:00
19588f6ee6
Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
Stefan Bühler2008-08-19 17:40:42 +00:00
bca5b97f9f
Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgi
Stefan Bühler2008-08-19 16:41:56 +00:00
5194c28220
Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgi
Stefan Bühler2008-08-19 16:41:56 +00:00
2aa6cc8d0f
Replaced fprintf with log_error_write in mod-fastcgi
Stefan Bühler2008-08-19 16:41:49 +00:00
b511c42939
Replaced fprintf with log_error_write in mod-fastcgi
Stefan Bühler2008-08-19 16:41:49 +00:00
1020c6ca8e
Add '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 hex
Stefan Bühler2008-08-19 16:41:42 +00:00
43a9842b28
Add '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 hex
Stefan Bühler2008-08-19 16:41:42 +00:00
504684e6ea
Fix 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
227d6f1b56
Fix 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
4303f125a3
Fix bug with case-insensitive filenames in mod_userdir (#1589)
Stefan Bühler2008-08-18 16:21:55 +00:00
43075bd42a
Fix bug with case-insensitive filenames in mod_userdir (#1589)
Stefan Bühler2008-08-18 16:21:55 +00:00
360b1e4925
Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)
Stefan Bühler2008-08-12 19:47:49 +00:00
ec61ba0559
Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)
Stefan Bühler2008-08-12 19:47:49 +00:00