index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
ldap
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some compiler warnings inside the LDAP modules
Graham Leggett
2005-01-05
1
-13
/
+22
*
Allow APR to exist and build outside of the httpd/srclib file structure
Bradley Nicholes
2004-11-30
1
-3
/
+3
*
Remove the .cvsignore files.
Joe Orton
2004-11-19
1
-20
/
+0
*
If the entry has a password then don't allow util_ldap_cache_getuserdn() to u...
Bradley Nicholes
2004-11-04
1
-1
/
+6
*
Implement the util_ldap_cache_getuserdn() API so that the ldap authorization ...
Bradley Nicholes
2004-11-01
2
-10
/
+192
*
Don't display the cache statistics if the node is empty
Bradley Nicholes
2004-10-30
1
-12
/
+18
*
Since the host will include a port if the default port is not used, always sp...
Bradley Nicholes
2004-10-25
1
-1
/
+6
*
mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.
Graham Leggett
2004-10-14
1
-2
/
+6
*
* modules/ldap/util_ldap.c (util_ldap_child_init): Don't segfault if
Joe Orton
2004-10-12
1
-2
/
+16
*
ignore generated stuff
André Malo
2004-10-10
1
-0
/
+20
*
mod_ldap: fix a bogus error message to tell the user which file
Graham Leggett
2004-10-03
1
-2
/
+5
*
mod_ldap: prevent the possiblity of an infinite loop in the LDAP
Graham Leggett
2004-10-03
1
-2
/
+5
*
Remove the second initialisation of the variable to NULL. It is already
Graham Leggett
2004-09-22
1
-2
/
+0
*
Fix the global mutex crash when the global mutex is never allocated due
Graham Leggett
2004-09-19
1
-2
/
+4
*
Fix a segfault in the LDAP cache purge.
Graham Leggett
2004-09-19
1
-4
/
+8
*
* modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): Return
Joe Orton
2004-09-13
1
-0
/
+3
*
* modules/ldap/util_ldap.c (util_ldap_post_config): Fix false
Joe Orton
2004-09-13
3
-3
/
+4
*
Catch up for Win32 to authnz_ldap changes, and make win32's module
William A. Rowe Jr
2004-08-31
1
-24
/
+24
*
Preserve the return value from the apr_stat() call so that it can be displaye...
Bradley Nicholes
2004-08-26
1
-3
/
+3
*
Preserve the return value from the apr_stat() call so that it can be displaye...
Bradley Nicholes
2004-08-26
1
-3
/
+4
*
Since OpenLDAP doesn't validate the certificate until it tries to use it, at ...
Bradley Nicholes
2004-08-23
1
-0
/
+11
*
Fix a few references to mod_auth_ldap to be mod_authnz_ldap
Bradley Nicholes
2004-08-20
1
-6
/
+6
*
Clean up some compiler warnings
Bradley Nicholes
2004-08-19
1
-10
/
+3
*
Add build files for the util_ldap module
Bradley Nicholes
2004-08-19
2
-0
/
+12
*
Move util_ldap out of experimental and into ldap.
Bradley Nicholes
2004-08-18
7
-0
/
+3149
*
Get rid of an old .cvsignore file so this directory will get pruned
Cliff Woolley
2001-10-23
1
-10
/
+0
*
Missed this one when I removed the other ldap files.
Ryan Bloom
2001-10-16
1
-537
/
+0
*
Remove all of the ldap modules. These have been moved to their own
Ryan Bloom
2001-10-16
5
-1639
/
+0
*
Added some bulletproofing to memory allocation in the LDAP cache
Graham Leggett
2001-08-30
3
-17
/
+47
*
Add specified user attributes to the environment when using
Graham Leggett
2001-08-28
4
-18
/
+84
*
Use uniform wrapping for unistd.h, and don't include it if it's aready includ...
Martin Kraemer
2001-08-22
1
-0
/
+2
*
Enabled negative caching on attribute comparisons in the LDAP cache.
Graham Leggett
2001-08-18
3
-21
/
+43
*
Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAP
Graham Leggett
2001-08-18
3
-10
/
+6
*
Fixed LDAP cleanup on graceful restarts. LDAP connections are now
Graham Leggett
2001-08-18
1
-14
/
+26
*
Add a missing .cvsignore file.
Graham Leggett
2001-08-18
1
-0
/
+10
*
Clean up an unnecessary function.
Graham Leggett
2001-08-18
1
-7
/
+1
*
Landing of mod_ldap - the LDAP cache and connection pooling module.
Graham Leggett
2001-08-18
6
-0
/
+2054