summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Log a warning when the LDAP authn provider is configured but an AuthLDAPURL Eric Covener2013-12-171-0/+3
* Remove redundant check (already performed the line before)Christophe Jaillet2013-12-151-1/+1
* 'ap_getword_conf' can not return NULLChristophe Jaillet2013-12-151-1/+1
* 'ap_getword_conf' can not return NULLChristophe Jaillet2013-12-151-2/+2
* Ease logic around 'ap_getword_conf' and drop useless line of code.Christophe Jaillet2013-12-151-4/+1
* s/equivalant/equivalent/ in commentsChristophe Jaillet2013-12-132-2/+2
* Remove redundant checkChristophe Jaillet2013-12-131-1/+1
* s/ip/IP/ in commentsChristophe Jaillet2013-12-131-6/+5
* mod_session_crypto: Make sure we try to initialise twice, so we don'tGraham Leggett2013-12-121-7/+0
* mod_auth_form: Make the trace logging consistent through the notes, sessionGraham Leggett2013-12-121-2/+9
* mod_auth_form: Add a debug message when the fields on a form are notGraham Leggett2013-12-111-2/+15
* Cleanup the bb brigade, because buckets inserted to it can be created fromJan Kaluža2013-12-111-0/+4
* mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of allJan Kaluža2013-12-111-14/+79
* Use apr_pstrmemdup instead of apr_pstrndup when this is safe.Christophe Jaillet2013-12-091-2/+2
* Use apr_pstrmemdup instead of apr_pstrndup when this is safe.Christophe Jaillet2013-12-092-2/+2
* Only close hdrs.fd when returning non-OK from cache_select(),Eric Covener2013-12-041-1/+2
* Fix missing spaces in messagesChristophe Jaillet2013-12-013-10/+10
* SGC became dead in January 2000, effectivelyKaspar Brand2013-12-013-31/+0
* Throw away the myCtxVar{Set,Get} abomination and introduceKaspar Brand2013-12-012-114/+74
* If the "value" argument is prefixed with expr=, parse it with ap_exprEric Covener2013-12-011-3/+32
* Tweaks for SSLOpenSSLConfCmd:Kaspar Brand2013-11-302-39/+50
* Axe dead code: It wouldn't have been needed ever since httpd 2.0.35Kaspar Brand2013-11-301-16/+0
* mod_lua: Fix compiler warning by using correctRainer Jung2013-11-231-4/+4
* Followup to r1544774: do not ignore failures from ssl_server_import_{cert,key}Kaspar Brand2013-11-231-2/+20
* Remove SSLPKCS7CertificateFile support:Kaspar Brand2013-11-236-132/+18
* Address a todo listed inKaspar Brand2013-11-237-184/+272
* no more fcgi_protocol.hJeff Trawick2013-11-221-4/+0
* Correct logic... if this is a UDS socket, then bypass allJim Jagielski2013-11-181-2/+3
* Handle the gugz fix in APR 1.5.1 regarding duplicateJim Jagielski2013-11-171-0/+8
* We were not being consistent between http and othersJim Jagielski2013-11-165-22/+65
* mod_ssl: Don't flush when an EOS is received. Prepares mod_sslGraham Leggett2013-11-161-20/+19
* apr_file_write_full() simplification (like r1542413 and r1542416)Jeff Trawick2013-11-161-4/+3
* more apr_file_write_full() simplification (like r1542413)Jeff Trawick2013-11-153-14/+9
* Follow-up to r1540161:Jeff Trawick2013-11-151-5/+4
* Use a distinguishing APLOGNO for unk t-e with read-until-close behaviorWilliam A. Rowe Jr2013-11-131-1/+1
* 80 ruleJim Jagielski2013-11-121-2/+5
* Wrap at 80 still, here at httpd projectWilliam A. Rowe Jr2013-11-121-4/+5
* At least one authorizer that doesn't use libfcgi directlyJeff Trawick2013-11-121-21/+9
* Add parse_errorlog_arg callback to ap_errorlog_provider to allow providersJan Kaluža2013-11-121-0/+13
* Expand some of these fields... mostlt it's the workers that weJim Jagielski2013-11-091-10/+10
* Avoid the confusion... the digests are NOT strings.Jim Jagielski2013-11-091-9/+22
* If apr_file_read did return APR_EOF, then ensure that,Jim Jagielski2013-11-081-0/+1
* Allow for backwards compatibility for the md5 check...Jim Jagielski2013-11-081-6/+16
* whitespaceJim Jagielski2013-11-081-1/+0
* Error detection and a quick validity check when restoring...Jim Jagielski2013-11-081-17/+33
* UDS urls need to be desockified when configuring...Jim Jagielski2013-11-082-6/+39
* Ensure that the file-based shm file is removed...Jim Jagielski2013-11-081-0/+5
* PR 55475: Detect incomplete body in HTTP input filter and return APR_INCOMPLETEJim Jagielski2013-11-042-6/+17
* Remove useless apr_pstrdup as done for other mod_auth modules in r1026660Christophe Jaillet2013-11-021-1/+1
* For better compatibility with mod_nss:Joe Orton2013-10-312-5/+8