index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ldap
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
"LDAPReferrals off" does not disable LDAPReferrals feature. Default OpenLDAP ...
Eric Covener
2013-08-26
1
-7
/
+20
*
remove nested retry loop, uldap_connection_open retries.
Eric Covener
2013-08-04
1
-5
/
+1
*
add TRACE5 messages around each LDAP retry
Eric Covener
2013-08-04
1
-0
/
+10
*
retry during a timeout in uldap_cache_checkuserid(), like other paths that ch...
Eric Covener
2013-08-04
1
-0
/
+8
*
don't retry if uldap_connection_open() fails, because it has already
Eric Covener
2013-08-04
1
-5
/
+1
*
Unlikely potential memory leak.
Christophe Jaillet
2013-07-17
1
-1
/
+1
*
re-try LDAP connections in a few authz paths.
Eric Covener
2013-06-24
1
-2
/
+10
*
Drop severity of "LDAP: Setting referrals to ON" from DEBUG to TRACE4
Eric Covener
2013-06-24
1
-1
/
+1
*
uldap_simple_bind was subsequently rewritten to use the op_timeout with ldap_...
Eric Covener
2013-06-24
1
-8
/
+0
*
prevent excessive delays retrying new connections that timed out.
Eric Covener
2013-06-24
1
-0
/
+1
*
PR54587: LDAP connections used for authn were not respecting
Eric Covener
2013-03-04
1
-7
/
+36
*
No need to clear memory that is fully initialized just the line after.
Christophe Jaillet
2012-12-10
1
-5
/
+5
*
CVE-2012-3499
Stefan Fritsch
2012-12-08
1
-1
/
+1
*
No need it apr_pcalloc here, the memory is fully initialized the line just after
Christophe Jaillet
2012-10-14
1
-1
/
+1
*
make LDAPSharedCacheFile relative to DefaultRuntimeDir
Jeff Trawick
2012-08-10
1
-1
/
+1
*
NetWare build tweaks.
Guenter Knauf
2012-08-09
1
-1
/
+1
*
bytes is not a unit of filename
Jeff Trawick
2012-08-05
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
2
-51
/
+51
*
Fix segfault with Solaris LDAP SDK when enabling ldaps.
Stefan Fritsch
2011-12-02
1
-4
/
+25
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-12
/
+12
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-51
/
+51
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-8
/
+8
*
no termination of the loop in 1166823.
Eric Covener
2011-09-08
1
-0
/
+1
*
mod_ldap: Optional function uldap_ssl_supported(r) always returned false
Eric Covener
2011-09-08
1
-1
/
+11
*
The default timeout value of 10s lives in two places, the per-server config
Eric Covener
2011-09-08
1
-2
/
+2
*
s/lderrno/uldap_ld_errno, but keep it internal.
Eric Covener
2011-08-15
1
-4
/
+5
*
add a static method to retrieve the LDAP errno, and call from a
Eric Covener
2011-08-15
1
-10
/
+14
*
Compare value instead of string pointer
Stefan Fritsch
2011-08-13
1
-1
/
+1
*
Accept LDAP_OPT_CONNECT_TIMEOUT as an alternative to LDAP_OPT_NETWORK_TIMEOUT.
Eric Covener
2011-08-12
1
-0
/
+4
*
mod_ldap: remove hard-coded loops of 10 retries w/o delay with a configurable
Eric Covener
2011-08-11
1
-35
/
+134
*
Try to obtain the specific LDAP error code returned during a failed
Eric Covener
2011-08-10
1
-0
/
+7
*
Enable ldap modules in 'all' and 'most' selections if ldap is compiled into
Stefan Fritsch
2011-08-05
1
-5
/
+11
*
Bring part some parts of r1142938 which were removed
Rainer Jung
2011-07-24
1
-2
/
+3
*
Revert r1129808:
Stefan Fritsch
2011-07-23
9
-2019
/
+113
*
Revert r1129886:
Stefan Fritsch
2011-07-23
4
-16
/
+16
*
Revert r1129891:
Stefan Fritsch
2011-07-23
1
-44
/
+0
*
Revert r1129956:
Stefan Fritsch
2011-07-23
1
-9
/
+9
*
Revert r1130186:
Stefan Fritsch
2011-07-23
1
-1
/
+1
*
Revert r1131393:
Stefan Fritsch
2011-07-23
1
-3
/
+4
*
Revert r1140069:
Stefan Fritsch
2011-07-23
2
-91
/
+0
*
Revert r1141201:
Stefan Fritsch
2011-07-23
4
-4
/
+0
*
Allow to specify module specific custom linker flags
Rainer Jung
2011-07-05
1
-1
/
+1
*
Silence compiler warnings.
Rainer Jung
2011-07-04
1
-0
/
+2
*
Fix compilation error due to missing LDAP_DECLARE definition
Stefan Fritsch
2011-06-29
4
-0
/
+4
*
Fix load order dependencies in LDAP code by switching to use of APR
Joe Orton
2011-06-27
2
-0
/
+91
*
Fix "statement not reached" warnings with sun cc
Stefan Fritsch
2011-06-24
1
-2
/
+2
*
Several fixes for the ap_ldap build logic. This should fix compilation
Stefan Fritsch
2011-06-04
1
-4
/
+3
*
PR51307: Fix ldap_rebind build error when ldap is enabled and APR is built wi...
Eric Covener
2011-06-01
1
-1
/
+1
*
Fix include path relative to modules/ldap/
William A. Rowe Jr
2011-06-01
1
-9
/
+9
*
LDAP_DECLARE Header adjustment for nw/win32
William A. Rowe Jr
2011-05-31
1
-0
/
+44
[next]