Commit Graph

274 Commits (a762402da55033a10b01f38272da445df50b7c01)

Author SHA1 Message Date
Glenn Strauss 8861c2bb54 [mod_cgi] handle local redirect response (fixes #2108)
7 years ago
Glenn Strauss bcddcf8b0e [tests] remove some tests duplicated in mod-cgi.t
7 years ago
Glenn Strauss ce7d040bf3 [mod_access] new directive url.access-allow (fixes #1421)
7 years ago
Glenn Strauss d147673d40 [tests] remove dependency on CGI.pm
7 years ago
Glenn Strauss 8dcbd61a45 [cygwin] fix mod_proxy and mod_fastcgi ioctl use
7 years ago
Glenn Strauss 16a3f3b6fc [build] update Makefile.am EXTRA_DIST w/ new files
7 years ago
Glenn Strauss a5fcfee6fc [mod_ssi] more flexible quoting (fixes #1768)
7 years ago
Glenn Strauss df146a7724 [mod_ssi] fix SSI statement parser
7 years ago
Glenn Strauss b47c393e26 [mod_auth] skip blank lines and comment lines (fixes #2327)
7 years ago
Glenn Strauss dbdab5dbc9 [core] server.error-handler new directive for error pages (fixes #2702)
7 years ago
Glenn Strauss 1c01a42aa3 [core] never evaluate else branches until the previous branches are aready (fixes #2598)
7 years ago
Stefan Bühler ab05eb7cec [tests] do not half-close socket before having received the response (fixes #2688)
7 years ago
Stefan Bühler 1566748b1a [tests] test apr-md5 in mod-auth.t
7 years ago
Kyle J. McKay 2bcb73cdb8 mod-auth.t: no crypt md5 for darwin
7 years ago
Stefan Bühler bfaa48260a [mod_secdownload] add required algorithm option; old behaviour available as "md5", new options "hmac-sha1" and "hmac-sha256"
7 years ago
Stefan Bühler 85d8a17575 [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #2661, thx gstrauss)
7 years ago
Stefan Bühler 68284bd7f1 [scons] various improvements
8 years ago
Stefan Bühler 9290e923d9 [tests] fix warning about newline in filename
8 years ago
Stefan Bühler 87c5ec9651 [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups
8 years ago
Stefan Bühler 403afcd251 [cmake] lowercase commands, whitespace cleanup, remove clutter in else(...), endif(...), endforeach(...)
8 years ago
Stefan Bühler 9f05b61ab4 parse If-None-Match for ETag validation (fixes #2578)
8 years ago
Stefan Bühler e6925949ab add some until now missing files to dist tarball
8 years ago
Stefan Bühler 673923daf8 [tests] fix undefined index warning in sendfile.php
8 years ago
Stefan Bühler adfa06de99 [tests] improve valgrind and strace TRACEME, disable condition logging in normal configs
8 years ago
Stefan Bühler d1a2356916 fix SQL injection / host name validation (thx Jann Horn)
9 years ago
Stefan Bühler d7c90814c3 [tests] add cleanup.sh to cmake test runs, reset SLOWREQUEST in request.t
9 years ago
Stefan Bühler a4640b457e [tests] use list for perl exec to skip the sh wrapper
10 years ago
Stefan Bühler 95dc1ed79e [tests] add mod_simplevhost tests
10 years ago
Stefan Bühler f0a2c0f293 [mod_user] add test cases to check handling of encoded ~ as %7E (#2124)
10 years ago
Stefan Bühler c26b50d9ad [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl for SHA1). This doesn't use any salt, md5 with salt is probably better.
10 years ago
Stefan Bühler 543bd249fb fix handling of If-Modified-Since if If-None-Match is present (don't return 412 for date parsing errors); follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags.
10 years ago
Stefan Bühler 6200764f05 tests: check different combination of empty values, leading/trailing spaces and commas in the Connection header
10 years ago
Cyril Brulebois 4f4bcdd3c3 tests: make sure mod_proxy doesn't leave running processes (fixes #2435, thx kibi)
11 years ago
Cyril Brulebois 0c6a564543 Fix non-ANSI function declarations.
11 years ago
Stefan Bühler 7187271fb6 [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case (fixes #889)
11 years ago
Stefan Bühler 6c9dff7cda [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)
11 years ago
Stefan Bühler e05f1b3eec Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
12 years ago
Stefan Bühler bf0d57d505 two additional test cases for absolute http(s) uris in the request line
12 years ago
Stefan Bühler 1eef447d32 [tests] Add path traversal check with $HTTP['url']
12 years ago
Stefan Bühler 48fea28651 Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
14 years ago
Stefan Bühler 6ecb86159c Fix accesslog escape segfault (#1551)
14 years ago
Stefan Bühler 8c83976dbe mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008)
14 years ago
Peter Colberg 8b6dae4139 Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <peter@colberg.org>)
14 years ago
Stefan Bühler 83145e8ba6 mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't exist or is not a regular file (fixes #985, thx lucas aerbeydt)
14 years ago
Stefan Bühler fd13e94427 mod_fastcgi: restart local procs immediately after they terminated, fix local procs handling
14 years ago
Stefan Bühler ce74fd521c tests: Rename env-var to select tests to RUNTESTS
14 years ago
Stefan Bühler d21c645bfa mod_compress: match partial+full content-type (fixes #1552)
14 years ago
Stefan Bühler 17d0c36eed Read hostname from absolute uris in the request line (fixes #1937)
14 years ago
Stefan Bühler 0eff441bb6 tests: fix endless loop if connect fails without the child dying
14 years ago
Stefan Bühler 64c2e93336 Cleanup tree: remove .cvsignore and ChangeLog (deprecated by NEWS)
14 years ago
Stefan Bühler b3ba9f0fb9 tests: use breakage log
14 years ago
Stefan Bühler 5865a2e3f2 Removed sendfile.php from dist
14 years ago
Stefan Bühler b2108c436c Remove X-Sendfile-Range feature; it will be replaced with something more powerful (#2005, #2008)
14 years ago
Stefan Bühler 60e745695a Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
14 years ago
Stefan Bühler ad1e80e5af Add X-Sendfile-Range feature (fixes #2005)
14 years ago
Stefan Bühler 59eaedf353 [tests] Remove index.html~ from repository, create it on the fly for tests
14 years ago
Stefan Bühler 3af67d1392 Ignore multiple "If-None-Match" headers (only use first one, fixes #753)
14 years ago
Stefan Bühler 57066345e4 Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989)
14 years ago
Stefan Bühler b8b4fe19c8 Finally removed spawn-fcgi
14 years ago
Stefan Bühler ce39062dd2 Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (fixes #729)
14 years ago
Stefan Bühler b06a8648df [tests] Fix mod-rewrite test (skipped too many tests if php wasn't running)
14 years ago
Stefan Bühler fdcb6f60f4 Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884)
14 years ago
Stefan Bühler 36f74e5d23 Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect
14 years ago
Stefan Bühler 454aefc51a [cmake] Add basic cmake support
14 years ago
Stefan Bühler 34172dfb09 [tests] Fix tests/mod-compress.conf distribution
14 years ago
Elan Ruusamäe c6c2bf8308 - Add possibility to disable methods in mod_compress (#1773)
15 years ago
Stefan Bühler 80a4f7a721 Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963)
15 years ago
Stefan Bühler 124d8cd555 Fix make dist (remove dummydir)
15 years ago
Stefan Bühler 24804542d2 [tests] fix skip in mod-rewrite
15 years ago
Stefan Bühler 3cb2c1c39c [tests] Added env var TESTS to select only a subset of tests
15 years ago
Stefan Bühler 5547928112 Decode url before matching in mod_rewrite (#1720)
15 years ago
Stefan Bühler 0c8ebbeb60 [tests] Fix fastcgi php finding
15 years ago
Stefan Bühler 2bd973108d [tests] remove env TODO test: don't use undefined env vars
15 years ago
Stefan Bühler 3bb07cad07 [tests] Fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
15 years ago
Stefan Bühler cbd40dc44b [tests] Remove pidfile from test system
15 years ago
Stefan Bühler 0b257bcefa [tests] Fixed test system, use foreground daemons and waitpid
15 years ago
Xuefer 765d3cbe6a avoid undefined index triggered by user's php.ini
15 years ago
Xuefer ead7276368 mark testcase executable
15 years ago
Stefan Bühler 074223041a Fix typo in test description
15 years ago
Stefan Bühler ac92ea3616 Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
15 years ago
Jan Kneschke abe8e3613e added support to run dtruss as TRACEME
15 years ago
Stefan Bühler 0663d67c1a Fix symlink.t check to run with builddir != srcdir
15 years ago
Stefan Bühler 1431deba81 Add option to configure verbosity of check in commandline: "VERBOSE=1 make check"
15 years ago
Stefan Bühler 52840fa1ed fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
15 years ago
Stefan Bühler 4875c125eb r2124@chromobil: stefan | 2008-02-27 19:34:57 +0100
15 years ago
Stefan Bühler debd30876a r2123@chromobil: stefan | 2008-02-27 19:30:54 +0100
15 years ago
Stefan Bühler 8b28023c85 Fix mod-proxy.t to run outside of the srcdir
15 years ago
Xuefer 925e96f5ed fix tests build for scons that has no config.h
15 years ago
Elan Ruusamäe cde46f6a3d - support chained proxies in mod_extforward (#1528)
15 years ago
Elan Ruusamäe b6d6b82b70 - add test for extforward module
15 years ago
Elan Ruusamäe 0f2fd1efd8 - add more missing files
15 years ago
Elan Ruusamäe 1f72c848af - add missing tests
15 years ago
Elan Ruusamäe f7dab695cc - sort
15 years ago
Elan Ruusamäe c65ad47a55 - change s/// separator that it doesn't confuse vim
15 years ago
Jan Kneschke 708f499d75 fixed case-sensitive match of auth-method (fixes #1456)
16 years ago
Jan Kneschke 5b2e697cfa * fixed hanging redirects with keep-alive due to missing
16 years ago
Marcus Rückert 8cb24edfd1 - added test case for crash on undefined environment variables
16 years ago
Marcus Rückert ea872bea37 - added testcase for bug #1322
16 years ago
Marcus Rückert 74c303a7b1 - a more portable version for the SAPI breakage in php 5.2.4
16 years ago
Jan Kneschke 30748f202c fixed timestamps for 32bit time_t which wraps at 2038
16 years ago