summaryrefslogtreecommitdiff
path: root/modules/ldap
Commit message (Expand)AuthorAgeFilesLines
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-10/+10
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-103-229/+229
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-102-23/+23
* Remove an unnecessary module reference to LLDAPXBradley Nicholes2005-11-081-1/+0
* Do not set r->content_type directly, use our ap_set_content_type API, so that...Paul Querna2005-10-151-1/+2
* Consistantly use APR_PID_T_FMT for getpid valueJim Jagielski2005-08-311-5/+5
* Doxygen fixup / cleanupIan Holsman2005-08-281-2/+3
* * modules/ldap/util_ldap.c (util_ldap_parse_cert_type): Fix gcc 4Joe Orton2005-08-091-2/+2
* * modules/ldap/util_ldap.c (util_ldap_post_config): Pass NULL toJoe Orton2005-08-031-2/+0
* * modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Only removeJoe Orton2005-08-021-2/+4
* * modules/ldap/util_ldap.c (util_ldap_post_config): Fail ifJoe Orton2005-08-021-21/+9
* * modules/ldap/util_ldap_cache.c (util_ldap_url_node_display,Joe Orton2005-08-011-57/+46
* * modules/ldap/util_ldap_cache.c: Remove various casts-from-void *,Joe Orton2005-08-011-31/+39
* * modules/ldap/util_ldap_cache.c (MODLDAP_SHMEM_CACHE): Remove unusedJoe Orton2005-08-011-4/+0
* * modules/ldap/util_ldap.c (util_ldap_post_config): Don't attempt toJoe Orton2005-08-012-11/+3
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): ReplaceJoe Orton2005-07-281-41/+41
* * modules/ldap/util_ldap.c, modules/aaa/mod_authnz_ldap.c: Stop usingJoe Orton2005-07-281-15/+14
* * modules/ldap/util_ldap_cache.c (util_ldap_cache_module_kill): MakeJoe Orton2005-07-281-4/+1
* * modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Use theJoe Orton2005-07-281-2/+14
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_insert,Joe Orton2005-07-281-3/+3
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_insert): Fix aJoe Orton2005-07-281-1/+8
* * modules/ldap/util_ldap.c: Remove DOCTYPE_* macros duplicated fromJoe Orton2005-07-281-36/+0
* * modules/ldap/util_ldap.c (util_ldap_cmds): Make static const.Joe Orton2005-07-281-1/+1
* * modules/ldap/util_ldap.c (LDAP_CACHE_LOCK, LDAP_CACHE_UNLOCK):Joe Orton2005-07-281-7/+9
* End abuse of apr_strnat[case]cmp - it isn't str[case]cmp.William A. Rowe Jr2005-07-131-2/+2
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-151-1/+1
* Make sure that the LDAPVerifyServerCert patch is compatibile with apr-util 1....Bradley Nicholes2005-05-121-0/+23
* Add the LDAPVerifyServerCert directive to util_ldap to forceBradley Nicholes2005-05-111-1/+27
* Fix the static function declarations in the prototypesBradley Nicholes2005-05-031-2/+2
* Move the ldap_set_option() call to set the connection time from being global ...Bradley Nicholes2005-04-261-17/+20
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-141-0/+8
* Remove the unnecessary exported api's from the NetWare make fileBradley Nicholes2005-04-081-10/+0
* An aggressive visit by the style faerie. Sprinkled some comment cleanupsWilliam A. Rowe Jr2005-04-081-180/+254
* Fix Win32 breakage - these hook providers can't be _DECLARE()ed,William A. Rowe Jr2005-04-081-28/+30
* Implement the exported function from mod_ldap(util_ldap) as optional function...Bradley Nicholes2005-03-312-34/+46
* Actually use the compare_cache_size value that is being set by LDAPOpCacheEnt...Bradley Nicholes2005-03-303-5/+11
* Turn LDAPTrustedClientCert and LDAPTrustedMode into the RSRC_CONF context. T...Paul Querna2005-03-221-2/+2
* Don't attempt to remove the cache_file if one was never specified.Bradley Nicholes2005-03-091-1/+3
* Keep track of the number of attributes retrieved from LDAP so that all the va...Bradley Nicholes2005-03-093-8/+22
* If the search fails due to a bad connection, make sure that we unbind the con...Bradley Nicholes2005-02-281-2/+2
* * include/util_ldap.h (util_ldap_state_t): Fix gcc format stringJoe Orton2005-02-111-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* Allow AuthLDAPURL to override the default connection type with an option seco...Bradley Nicholes2005-02-031-6/+9
* Fix a typoBradley Nicholes2005-02-011-1/+1
* Set the connection timeout for LDAP SDK's that support the option. For SDK's ...Bradley Nicholes2005-02-011-0/+7
* Added a new LDAPConnectionTimeout directive to util_ldap so that the socket c...Bradley Nicholes2005-01-271-0/+40
* Remove the workaround that got client certificates to work with nonGraham Leggett2005-01-211-13/+6
* Recognize the new certificate formatsBradley Nicholes2005-01-201-2/+13
* Fix a problem where SSL was started twice when no client certificates wereGraham Leggett2005-01-201-8/+11