summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* * modules/ssl/ssl_engine_vars (ssl_var_lookup): Optimise such thatJoe Orton2004-03-041-57/+76
* * modules/ssl/mod_ssl.h: Declare ssl_is_https optional function.Joe Orton2004-03-042-0/+11
* * modules/ssl/ssl_engine_vars (ssl_var_lookup): Fix potentialJoe Orton2004-03-041-4/+4
* fix windows build: add path to mod_ssl.hAllan K. Edwards2004-03-012-6/+6
* * modules/metadata/mod_headers.c (header_inout_cmd): Remove redundantJoe Orton2004-03-011-6/+1
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_disable,Joe Orton2004-02-291-2/+3
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): SimplifyJoe Orton2004-02-281-8/+5
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): For a DNJoe Orton2004-02-281-4/+15
* Add 's' format tag to mod_headers to allow access to mod_ssl variablesJoe Orton2004-02-281-1/+48
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-2828-651/+671
* Relicense.Joe Orton2004-02-282-94/+25
* Send the 'Close Alert' message to the peer upon closing a SSL session. ThisMadhusudan Mathihalli2004-02-281-1/+19
* fix an old misfeature: "BufferedLogs Off" would sort-of turnJeff Trawick2004-02-261-2/+4
* a kind fix for a compile error unfortunately broke an orderJeff Trawick2004-02-261-7/+9
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_disable): Don't leak anJoe Orton2004-02-251-0/+1
* * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): WordingJoe Orton2004-02-221-3/+3
* * modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_init): Use anJoe Orton2004-02-221-4/+13
* remove support for Remote_User variable, which never worked at all.André Malo2004-02-211-8/+0
* forward port to not log twiceAndré Malo2004-02-211-1/+1
* do not exit() from inside a module!André Malo2004-02-211-6/+12
* ugh! Fix log open error condition, which never matched.André Malo2004-02-211-2/+1
* allow log pipes to be relative to serverroot as wellAndré Malo2004-02-211-2/+3
* there's no such defaultAndré Malo2004-02-211-2/+2
* minor mod_auth_basic and mod_auth_digest sync. mod_auth_basicGeoffrey Young2004-02-212-9/+23
* Fix segfault in util_ald_create_cache() when shared memory caching has been d...Bradley Nicholes2004-02-211-0/+2
* mod_isapi: GetServerVariable returned improperly terminated headerJeff Trawick2004-02-161-4/+6
* mod_isapi: send_response_header() failed to copy status string'sJeff Trawick2004-02-161-1/+1
* mod_isapi: GetServerVariable("ALL_RAW") returned the wrong bufferJeff Trawick2004-02-161-1/+1
* adding 304 support for if-Modified-Since request header,Jean-Jacques Clar2004-02-101-0/+7
* * modules/ssl/ssl_engine_pphrase.c: Note that the ERR_clear_error()Joe Orton2004-02-101-2/+3
* fix name of The Apache Software FoundationAndré Malo2004-02-09140-141/+141
* fix copyright dates and apply the license to one forgotten header fileAndré Malo2004-02-085-4/+19
* fix copyright dates according to the first check inAndré Malo2004-02-0825-26/+26
* fix copyright dates according to the first check inAndré Malo2004-02-0826-26/+26
* oopsAndré Malo2004-02-081-1/+1
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-0813-13/+13
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-0817-17/+17
* fix copyright date according to the first check inAndré Malo2004-02-081-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-0713-13/+13
* apply Apache License, Version 2.0André Malo2004-02-061-2/+1
* apply Apache License, Version 2.0André Malo2004-02-06121-6410/+1484
* apply Apache License, 2.0André Malo2004-02-0610-526/+101
* apply Apache License, version 2.0André Malo2004-02-068-392/+80
* We need the SSL module dir in our path in order to compile mod_ssl.Justin Erenkrantz2004-02-051-0/+1
* Allow mod_auth_digest to work with sub-requests with different methods thanJustin Erenkrantz2004-01-291-3/+5