| Commit message (Expand) | Author | Age | Files | Lines |
* | Log a warning when the LDAP authn provider is configured but an AuthLDAPURL | Eric Covener | 2013-12-17 | 1 | -0/+3 |
* | Remove redundant check (already performed the line before) | Christophe Jaillet | 2013-12-15 | 1 | -1/+1 |
* | 'ap_getword_conf' can not return NULL | Christophe Jaillet | 2013-12-15 | 1 | -1/+1 |
* | 'ap_getword_conf' can not return NULL | Christophe Jaillet | 2013-12-15 | 1 | -2/+2 |
* | Ease logic around 'ap_getword_conf' and drop useless line of code. | Christophe Jaillet | 2013-12-15 | 1 | -4/+1 |
* | s/equivalant/equivalent/ in comments | Christophe Jaillet | 2013-12-13 | 2 | -2/+2 |
* | Remove redundant check | Christophe Jaillet | 2013-12-13 | 1 | -1/+1 |
* | s/ip/IP/ in comments | Christophe Jaillet | 2013-12-13 | 1 | -6/+5 |
* | mod_session_crypto: Make sure we try to initialise twice, so we don't | Graham Leggett | 2013-12-12 | 1 | -7/+0 |
* | mod_auth_form: Make the trace logging consistent through the notes, session | Graham Leggett | 2013-12-12 | 1 | -2/+9 |
* | mod_auth_form: Add a debug message when the fields on a form are not | Graham Leggett | 2013-12-11 | 1 | -2/+15 |
* | Cleanup the bb brigade, because buckets inserted to it can be created from | Jan Kaluža | 2013-12-11 | 1 | -0/+4 |
* | mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all | Jan Kaluža | 2013-12-11 | 1 | -14/+79 |
* | Use apr_pstrmemdup instead of apr_pstrndup when this is safe. | Christophe Jaillet | 2013-12-09 | 1 | -2/+2 |
* | Use apr_pstrmemdup instead of apr_pstrndup when this is safe. | Christophe Jaillet | 2013-12-09 | 2 | -2/+2 |
* | Only close hdrs.fd when returning non-OK from cache_select(), | Eric Covener | 2013-12-04 | 1 | -1/+2 |
* | Fix missing spaces in messages | Christophe Jaillet | 2013-12-01 | 3 | -10/+10 |
* | SGC became dead in January 2000, effectively | Kaspar Brand | 2013-12-01 | 3 | -31/+0 |
* | Throw away the myCtxVar{Set,Get} abomination and introduce | Kaspar Brand | 2013-12-01 | 2 | -114/+74 |
* | If the "value" argument is prefixed with expr=, parse it with ap_expr | Eric Covener | 2013-12-01 | 1 | -3/+32 |
* | Tweaks for SSLOpenSSLConfCmd: | Kaspar Brand | 2013-11-30 | 2 | -39/+50 |
* | Axe dead code: It wouldn't have been needed ever since httpd 2.0.35 | Kaspar Brand | 2013-11-30 | 1 | -16/+0 |
* | mod_lua: Fix compiler warning by using correct | Rainer Jung | 2013-11-23 | 1 | -4/+4 |
* | Followup to r1544774: do not ignore failures from ssl_server_import_{cert,key} | Kaspar Brand | 2013-11-23 | 1 | -2/+20 |
* | Remove SSLPKCS7CertificateFile support: | Kaspar Brand | 2013-11-23 | 6 | -132/+18 |
* | Address a todo listed in | Kaspar Brand | 2013-11-23 | 7 | -184/+272 |
* | no more fcgi_protocol.h | Jeff Trawick | 2013-11-22 | 1 | -4/+0 |
* | Correct logic... if this is a UDS socket, then bypass all | Jim Jagielski | 2013-11-18 | 1 | -2/+3 |
* | Handle the gugz fix in APR 1.5.1 regarding duplicate | Jim Jagielski | 2013-11-17 | 1 | -0/+8 |
* | We were not being consistent between http and others | Jim Jagielski | 2013-11-16 | 5 | -22/+65 |
* | mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl | Graham Leggett | 2013-11-16 | 1 | -20/+19 |
* | apr_file_write_full() simplification (like r1542413 and r1542416) | Jeff Trawick | 2013-11-16 | 1 | -4/+3 |
* | more apr_file_write_full() simplification (like r1542413) | Jeff Trawick | 2013-11-15 | 3 | -14/+9 |
* | Follow-up to r1540161: | Jeff Trawick | 2013-11-15 | 1 | -5/+4 |
* | Use a distinguishing APLOGNO for unk t-e with read-until-close behavior | William A. Rowe Jr | 2013-11-13 | 1 | -1/+1 |
* | 80 rule | Jim Jagielski | 2013-11-12 | 1 | -2/+5 |
* | Wrap at 80 still, here at httpd project | William A. Rowe Jr | 2013-11-12 | 1 | -4/+5 |
* | At least one authorizer that doesn't use libfcgi directly | Jeff Trawick | 2013-11-12 | 1 | -21/+9 |
* | Add parse_errorlog_arg callback to ap_errorlog_provider to allow providers | Jan Kaluža | 2013-11-12 | 1 | -0/+13 |
* | Expand some of these fields... mostlt it's the workers that we | Jim Jagielski | 2013-11-09 | 1 | -10/+10 |
* | Avoid the confusion... the digests are NOT strings. | Jim Jagielski | 2013-11-09 | 1 | -9/+22 |
* | If apr_file_read did return APR_EOF, then ensure that, | Jim Jagielski | 2013-11-08 | 1 | -0/+1 |
* | Allow for backwards compatibility for the md5 check... | Jim Jagielski | 2013-11-08 | 1 | -6/+16 |
* | whitespace | Jim Jagielski | 2013-11-08 | 1 | -1/+0 |
* | Error detection and a quick validity check when restoring... | Jim Jagielski | 2013-11-08 | 1 | -17/+33 |
* | UDS urls need to be desockified when configuring... | Jim Jagielski | 2013-11-08 | 2 | -6/+39 |
* | Ensure that the file-based shm file is removed... | Jim Jagielski | 2013-11-08 | 1 | -0/+5 |
* | PR 55475: Detect incomplete body in HTTP input filter and return APR_INCOMPLETE | Jim Jagielski | 2013-11-04 | 2 | -6/+17 |
* | Remove useless apr_pstrdup as done for other mod_auth modules in r1026660 | Christophe Jaillet | 2013-11-02 | 1 | -1/+1 |
* | For better compatibility with mod_nss: | Joe Orton | 2013-10-31 | 2 | -5/+8 |