summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add two asserts to help parfait (#2530)Stefan Bühler2014-01-102-0/+2
* [mod_webdav] fix fd leak found with parfait (fixes #2530, thx kukackajiri)Stefan Bühler2014-01-101-2/+2
* [mod_mysql_vhost] fix memory leak on config init (#2530)Stefan Bühler2014-01-101-21/+26
* [auto* build] remove -no-undefined from linker flags, as we actually link mod...Stefan Bühler2014-01-101-33/+33
* [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditi...Stefan Bühler2014-01-102-44/+36
* maintain physical.basedir (the "acting" doc-root as prefix of physical.path) ...Stefan Bühler2014-01-104-1/+8
* [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken)Stefan Bühler2013-11-131-0/+8
* [mod_ssi] fix "ssi_val_init" prototypeStefan Bühler2013-11-131-1/+1
* [core] check success of setuid,setgid,setgroups (CVE-2013-4559)Stefan Bühler2013-11-131-3/+12
* [stat-cache] fix FAM cleanup/fdevent handlingStefan Bühler2013-11-133-41/+31
* [stat-cache] FAM: fix use after free (CVE-2013-4560)Stefan Bühler2013-11-131-0/+1
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-1341-65/+78
* fix typo (fixes #2519)Stefan Bühler2013-11-101-1/+1
* [ssl] fix SNI handling; only use key+cert+verify-client from SNI specific con...Stefan Bühler2013-11-054-50/+190
* remove unused members from struct server_socketStefan Bühler2013-11-052-9/+0
* [mod_extforward] fix compilation without IPv6, (not) using undefined var (fix...Stefan Bühler2013-10-131-1/+0
* [mod_auth] explicitly link ssl for SHA1 (fixes #2517)Stefan Bühler2013-10-131-1/+1
* [mod_scgi] fix log typosStefan Bühler2013-09-061-2/+2
* [core] set signal handlers before forking child processes in modules/plugins_...Stefan Bühler2013-08-301-45/+45
* [core] allow files to be used as document-root (fixes #2475)Stefan Bühler2013-08-302-2/+3
* [mod_accesslog] add accesslog.syslog-level option (fixes #2480)Stefan Bühler2013-08-301-1/+8
* [mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empt...Stefan Bühler2013-08-301-31/+30
* [core] check whether server.chroot existsStefan Bühler2013-08-301-0/+12
* [core] remove requirement that default doc-root has to exist, there are reaso...Stefan Bühler2013-08-301-21/+0
* [auth] new method "extern" to use already present REMOTE_USER (from magnet, s...Stefan Bühler2013-08-301-11/+25
* [mod_auth] some cleanup, only search for matching auth.require path onceStefan Bühler2013-08-303-27/+10
* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ...Stefan Bühler2013-08-309-35/+26
* [ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)Stefan Bühler2013-08-303-0/+17
* [ssl] accept ssl renegotiations if they are not disabled (fixes #2491)Stefan Bühler2013-08-303-5/+3
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...Stefan Bühler2013-07-3113-47/+48
* [mod_accesslog] fix log buffer <-> log file mappingStefan Bühler2013-07-311-22/+17
* [network] use constants available at compile time for maximum number of chunk...Stefan Bühler2013-06-291-19/+14
* [ssl] use DH only if openssl supports it (fixes #2479)Stefan Bühler2013-06-291-1/+11
* [core] recognize more http methods to forward to backends (fixes #2346)Stefan Bühler2013-06-292-37/+77
* [core] return 501 Not Implemented in static file mode for all methods except ...Stefan Bühler2013-06-292-20/+2
* [mod_userdir] add userdir.active option, "enabled" by defaultStefan Bühler2013-06-291-2/+11
* [mod_auth] fix invalid read in digest qop=auth-int handling (fixes #2478)Stefan Bühler2013-06-291-1/+13
* [fdevent-libev] fix type punning warningsStefan Bühler2013-06-291-5/+14
* [cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependenc...Stefan Bühler2013-06-291-12/+11
* fix undefined stuff found with clangStefan Bühler2013-05-154-82/+56
* fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)Stefan Bühler2013-05-152-2/+3
* [mod_auth] fix base64_decode (#2484)Stefan Bühler2013-05-151-22/+36
* [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl f...Stefan Bühler2013-04-291-0/+38
* [mod_auth] use crypt() on encrypted password instead of extracting salt first...Stefan Bühler2013-04-291-44/+11
* reject non ASCII characters in HTTP header namesStefan Bühler2013-03-251-48/+23
* call ERR_clear_error only for ssl connections in CON_STATE_ERRORStefan Bühler2013-03-251-1/+1
* [mod_fastcgi,log] support multi line logging (fixes #2252)Stefan Bühler2013-03-253-57/+114
* fix handling of If-Modified-Since if If-None-Match is present (don't return 4...Stefan Bühler2013-01-221-56/+6
* mod_fastcgi: fix mix up of "mode" => "authorizer" in other fastcgi configs (f...Stefan Bühler2013-01-041-0/+1
* remove whitespace at end of header keyslighttpd-1.4.32Stefan Bühler2012-11-211-1/+2