summaryrefslogtreecommitdiff
path: root/modules/ldap/util_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* LDAPConnectionPoolTTL should accept negative values in order to allowChristophe Jaillet2023-01-271-2/+4
* mod_ldap: Use the LDAP API directly to implement the rebind callbackJoe Orton2020-06-161-8/+43
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+3
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+1
* Avoid duplicated APLOGNO.Christophe Jaillet2019-06-141-2/+2
* PR63305: fix graceful restart crashes in LDAPEric Covener2019-04-011-2/+45
* Axe some dead code.Christophe Jaillet2018-05-241-1/+1
* fix bld break in r1831165Eric Covener2018-05-081-1/+1
* style fix for r1831165Eric Covener2018-05-081-2/+2
* mod_ldap: log and abort locking errors.Eric Covener2018-05-081-42/+56
* 10 years after r567503 , fix this properly.Eric Covener2018-02-191-3/+2
* PR61891: looping over mostly full LDAP cacheEric Covener2017-12-131-3/+3
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-12/+12
* remove old static ldc->reasonEric Covener2015-07-071-1/+0
* stuff unexpected LDAP errors into ldc->reason, not just in trace messages.Eric Covener2015-07-071-3/+12
* *) mod_ldap: In some case, LDAP_NO_SUCH_ATTRIBUTE could be returned instead ofEric Covener2015-06-281-4/+9
* Fix directive name in error message + fix some style issueChristophe Jaillet2015-06-151-8/+9
* LDAP connection pool did not release/close connections with Eric Covener2015-06-151-2/+3
* Give a better hint.Eric Covener2015-04-281-1/+1
* In 2.4.10, AuthLDAPBindDN might not be used for some LDAP searches, causing Eric Covener2014-07-261-1/+1
* make LDAPConnectionPoolTTL more conservative, use r->request_time rather thanEric Covener2014-07-051-4/+10
* Don't use a hardcoded cn=* in case the subgroup has no CN.Eric Covener2013-10-011-1/+1
* arrange previous fix.Jean-Frederic Clere2013-09-261-4/+4
* Follow-up to r1526436: Fix compilation errorJeff Trawick2013-09-261-1/+1
* Fix for PR 54626.Jean-Frederic Clere2013-09-261-0/+12
* revert comments in r1521973, may be more misleadin then good.Eric Covener2013-09-111-13/+1
* comments only, before I task switch. Eric Covener2013-09-111-1/+13
* "LDAPReferrals off" does not disable LDAPReferrals feature. Default OpenLDAP ...Eric Covener2013-08-251-7/+20
* remove nested retry loop, uldap_connection_open retries.Eric Covener2013-08-041-5/+1
* add TRACE5 messages around each LDAP retryEric Covener2013-08-041-0/+10
* retry during a timeout in uldap_cache_checkuserid(), like other paths that ch...Eric Covener2013-08-041-0/+8
* don't retry if uldap_connection_open() fails, because it has already Eric Covener2013-08-041-5/+1
* re-try LDAP connections in a few authz paths.Eric Covener2013-06-241-2/+10
* Drop severity of "LDAP: Setting referrals to ON" from DEBUG to TRACE4Eric Covener2013-06-241-1/+1
* uldap_simple_bind was subsequently rewritten to use the op_timeout with ldap_...Eric Covener2013-06-241-8/+0
* prevent excessive delays retrying new connections that timed out.Eric Covener2013-06-241-0/+1
* PR54587: LDAP connections used for authn were not respecting Eric Covener2013-03-041-7/+36
* No need to clear memory that is fully initialized just the line after.Christophe Jaillet2012-12-101-5/+5
* No need it apr_pcalloc here, the memory is fully initialized the line just afterChristophe Jaillet2012-10-141-1/+1
* make LDAPSharedCacheFile relative to DefaultRuntimeDirJeff Trawick2012-08-101-1/+1
* bytes is not a unit of filenameJeff Trawick2012-08-051-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-46/+46
* Fix segfault with Solaris LDAP SDK when enabling ldaps.Stefan Fritsch2011-12-021-4/+25
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-51/+51
* no termination of the loop in 1166823.Eric Covener2011-09-081-0/+1
* mod_ldap: Optional function uldap_ssl_supported(r) always returned falseEric Covener2011-09-081-1/+11
* The default timeout value of 10s lives in two places, the per-server configEric Covener2011-09-081-2/+2
* s/lderrno/uldap_ld_errno, but keep it internal.Eric Covener2011-08-141-4/+5
* add a static method to retrieve the LDAP errno, and call from aEric Covener2011-08-141-10/+14