92e8fba264
Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED)
Stefan Bühler2008-04-29 21:00:01 +00:00
7b309ef770
Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED)
Stefan Bühler2008-04-29 21:00:01 +00:00
735eeb1f11
Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
Stefan Bühler2008-04-29 20:59:39 +00:00
93e7167f84
Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
Stefan Bühler2008-04-29 20:59:39 +00:00
f8096a4373
Disable logging to access.log if filename is an empty string
Stefan Bühler2008-04-29 20:59:18 +00:00
f9999e286e
Disable logging to access.log if filename is an empty string
Stefan Bühler2008-04-29 20:59:18 +00:00
4ad1a10c90
Do not rely on PATH_MAX (POSIX does not require it) (#580)
Stefan Bühler2008-04-29 11:03:41 +00:00
cbdd9e485b
Do not rely on PATH_MAX (POSIX does not require it) (#580)
Stefan Bühler2008-04-29 11:03:41 +00:00
c6dc1415b0
Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
Stefan Bühler2008-04-29 11:03:26 +00:00
5a9992b106
Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
Stefan Bühler2008-04-29 11:03:26 +00:00
5a8203c49d
Remove generated mod_ssi_expreparser.h from source (should be generated by lemon)
Stefan Bühler2008-04-29 11:03:13 +00:00
7adc4d7e8c
Remove generated mod_ssi_expreparser.h from source (should be generated by lemon)
Stefan Bühler2008-04-29 11:03:13 +00:00
ce9dec0965
And now really delete lighttpd.spec.in itself
Stefan Bühler2008-04-23 20:01:51 +00:00
c431c5166f
And now really delete lighttpd.spec.in itself
Stefan Bühler2008-04-23 20:01:51 +00:00
233f0313d3
Remove lighttpd.spec* from source, fixing all problems with it ;-)
Stefan Bühler2008-04-23 19:54:35 +00:00
70c0280c92
Remove lighttpd.spec* from source, fixing all problems with it ;-)
Stefan Bühler2008-04-23 19:54:35 +00:00
059d00d5d7
Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
Stefan Bühler2008-04-23 19:27:12 +00:00
73189c64e7
Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
Stefan Bühler2008-04-23 19:27:12 +00:00
7bf291ea84
Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
Stefan Bühler2008-04-23 19:10:42 +00:00
ac92ea3616
Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
Stefan Bühler2008-04-23 19:10:42 +00:00
559e145c62
Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
Stefan Bühler2008-04-23 13:20:55 +00:00
4bf89c62b6
Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
Stefan Bühler2008-04-23 13:20:55 +00:00
f025f6e0b5
Fix comment style (use /* */ instead of //)
Stefan Bühler2008-04-23 13:10:41 +00:00
fcce4c9cbb
Fix comment style (use /* */ instead of //)
Stefan Bühler2008-04-23 13:10:41 +00:00
a7f877a20c
Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
Stefan Bühler2008-04-23 13:08:13 +00:00
fe8b7e575e
Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
Stefan Bühler2008-04-23 13:08:13 +00:00
e6d7b8d95b
Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
Stefan Bühler2008-04-23 13:04:21 +00:00
79a6ae3fd4
Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
Stefan Bühler2008-04-23 13:04:21 +00:00
4b8e912266
Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
Stefan Bühler2008-04-23 13:00:15 +00:00
0841482318
Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
Stefan Bühler2008-04-23 13:00:15 +00:00
966f4990c8
Fix conditional interpretation of core options
Stefan Bühler2008-04-23 12:38:32 +00:00
bb1d9af71c
Fix conditional interpretation of core options
Stefan Bühler2008-04-23 12:38:32 +00:00
0a8a876652
- fix 2 small typos in the ssl fix
Marcus Rückert
2008-04-07 10:54:26 +00:00
91d83ea983
- fix 2 small typos in the ssl fix
Marcus Rückert
2008-04-07 10:54:26 +00:00
6f7761e1a9
Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
Stefan Bühler2008-04-05 20:00:21 +00:00
bcb3310a62
Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
Stefan Bühler2008-04-05 20:00:21 +00:00
bf6c37a869
Fix previous commit (wrong line in the NEWS file)
Stefan Bühler2008-03-30 15:01:50 +00:00
3ab6e28ce8
Fix previous commit (wrong line in the NEWS file)
Stefan Bühler2008-03-30 15:01:50 +00:00
ba88bde078
Fixed SSL_shutdown error handling problems which became visible after [2136].
Stefan Bühler2008-03-28 16:33:15 +00:00
6363a0908f
Fixed SSL_shutdown error handling problems which became visible after [2136].
Stefan Bühler2008-03-28 16:33:15 +00:00
262a97ec9b
Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
Stefan Bühler2008-03-26 14:23:05 +00:00
2cf3927ef5
Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
Stefan Bühler2008-03-26 14:23:05 +00:00
c34d21c12e
Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
Stefan Bühler2008-03-26 13:51:33 +00:00
80be71bd43
Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
Stefan Bühler2008-03-26 13:51:33 +00:00
41414d6348
- added CVE for the mod_userdir bug
Marcus Rückert
2008-03-10 21:28:30 +00:00
f6748e64af
fixed handling of waitpid() == EINTR mod_ssi on solaris
Jan Kneschke2008-03-10 19:20:27 +00:00
7bb555991c
fixed handling of waitpid() == EINTR mod_ssi on solaris
Jan Kneschke2008-03-10 19:20:27 +00:00
0e9c7e9c16
make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
Jan Kneschke2008-03-10 19:15:27 +00:00
1181dad6e0
make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
Jan Kneschke2008-03-10 19:15:27 +00:00
08e9fcb88f
added support to run dtruss as TRACEME
Jan Kneschke2008-03-10 19:14:05 +00:00
abe8e3613e
added support to run dtruss as TRACEME
Jan Kneschke2008-03-10 19:14:05 +00:00
06e1c9528c
- added cve numbers for DOS and mod_cgi bug
Marcus Rückert
2008-03-10 15:54:38 +00:00
8cc03378a1
- added cve numbers for DOS and mod_cgi bug
Marcus Rückert
2008-03-10 15:54:38 +00:00
ba688fd6cb
workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed)
Stefan Bühler2008-03-10 11:45:29 +00:00
ec5c74ad12
workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed)
Stefan Bühler2008-03-10 11:45:29 +00:00
2b1034a49b
- verbose FCGI header too small error
Elan Ruusamäe
2008-03-07 10:48:34 +00:00
0fd628958c
- verbose FCGI header too small error
Elan Ruusamäe
2008-03-07 10:48:34 +00:00
e18a9ccf21
Fix symlink.t check to run with builddir != srcdir
Stefan Bühler2008-03-02 12:59:54 +00:00
0663d67c1a
Fix symlink.t check to run with builddir != srcdir
Stefan Bühler2008-03-02 12:59:54 +00:00
c34344c7b5
Add option to configure verbosity of check in commandline: "VERBOSE=1 make check"
Stefan Bühler2008-03-02 12:59:36 +00:00
1431deba81
Add option to configure verbosity of check in commandline: "VERBOSE=1 make check"
Stefan Bühler2008-03-02 12:59:36 +00:00
1e625e2266
merged part of [1528] from trunk: added the new options and added alternative names for user-agent, remote-ip and query-string
mOo2008-03-02 11:46:44 +00:00
9ffe08a583
merged part of [1528] from trunk: added the new options and added alternative names for user-agent, remote-ip and query-string
mOo2008-03-02 11:46:44 +00:00
e7cb649cc3
fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
Stefan Bühler2008-03-01 19:10:47 +00:00
52840fa1ed
fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
Stefan Bühler2008-03-01 19:10:47 +00:00
2deb4140db
fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
Stefan Bühler2008-02-28 22:19:03 +00:00
6754ad5116
fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
Stefan Bühler2008-02-28 22:19:03 +00:00
92aee825d2
r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100 Fix sending source of cgi script instead of 500 error if fork fails
Stefan Bühler2008-02-28 21:19:24 +00:00
c065f36bc1
r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100 Fix sending source of cgi script instead of 500 error if fork fails
Stefan Bühler2008-02-28 21:19:24 +00:00
410bc99a60
Fix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before spawning
Stefan Bühler2008-02-28 12:19:34 +00:00
0adc0af5fd
Fix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before spawning
Stefan Bühler2008-02-28 12:19:34 +00:00