Pierangelo Masarati
9fd59d812d
format error message as LDIF (do not assume the error messages do not contain fancy chars; ITS#4382)
2006-02-02 21:01:29 +00:00
Anil Kumar Kommuri
e8886621ab
Added man pages for ldap_search_ext() and ldap_search_ext_s() APIs
2006-02-02 09:59:19 +00:00
Anil Kumar Kommuri
580eea5cff
Adding new files ldap_rename.3 ldap_rename.3.links
2006-02-02 09:56:49 +00:00
Anil Kumar Kommuri
a4d9b403c4
Added new man page for API ldap_parse_vlv_control()
2006-02-02 09:54:28 +00:00
Anil Kumar Kommuri
0098119d2d
Added new man page for ldap_parse_sort_control() API
2006-02-02 09:53:37 +00:00
Anil Kumar Kommuri
74d54b121a
Added new files for ldap_extended_operation() API
2006-02-02 09:50:45 +00:00
Anil Kumar Kommuri
0da8dbde40
ldap_delete_ext, ldap_delete_ext_s
2006-02-02 09:47:14 +00:00
Anil Kumar Kommuri
4dcad2637c
Added ldap_compare_ext, ldap_compare_ext_s
2006-02-02 09:45:21 +00:00
Anil Kumar Kommuri
13091208ff
Added ldap_set_rebind_proc.3
2006-02-02 09:42:42 +00:00
Howard Chu
6c062ca841
Use pcache debug level
2006-02-02 08:36:41 +00:00
Howard Chu
71d439aba7
Use "pcache" dynamic debug level
2006-02-02 08:31:15 +00:00
Howard Chu
0ef7742328
Reparse unknown debug flags after config is read to allow use
...
of dynamically registered debug levels
2006-02-02 08:30:56 +00:00
Howard Chu
57c25cbd68
Fix negative caching again, be sure it's really from zero entries returned
2006-02-02 02:52:54 +00:00
Pierangelo Masarati
54aefe30f7
implement proxy long-lived connection TTL
2006-02-01 23:10:12 +00:00
Pierangelo Masarati
72d27f225d
check regression of ITS#4380
2006-02-01 21:59:34 +00:00
Pierangelo Masarati
0e2b26986e
do not assume the matching rule synta has a validate handler (ITS#4380)
2006-02-01 21:53:58 +00:00
Howard Chu
8ce19e5c75
Use -d cache instead of -d trace
2006-02-01 19:32:42 +00:00
Howard Chu
f50316f141
Use LDAP_DEBUG_CACHE instead of TRACE. Delete remove_mutex.
2006-02-01 19:31:35 +00:00
Anil Kumar Kommuri
10d43a0200
Added ldap_set_rebind_proc, ldap_unbind_ext and ldap_unbind_ext_s man page
...
contents.
2006-02-01 14:13:21 +00:00
Kurt Zeilenga
c80b8626b9
Approved revision
2006-01-31 18:49:32 +00:00
Kurt Zeilenga
4f63fb900f
Approved (with Note to RFC Editor) revision
2006-01-31 18:23:30 +00:00
Kurt Zeilenga
7371592575
Add LBURP
2006-01-31 03:08:42 +00:00
Howard Chu
297d12c808
ITS#4376 add missing parameters in config_generic_wrapper
2006-01-28 08:26:21 +00:00
Howard Chu
bedac8bd60
Fix negative caching, only do it on Success
2006-01-27 22:55:28 +00:00
Kurt Zeilenga
fdfd5e7ec0
clarify 'native'
2006-01-25 22:13:14 +00:00
Kurt Zeilenga
a3fce95ffc
Add note about contrib/slapd-modules
2006-01-25 22:12:16 +00:00
Howard Chu
a970038b0c
ITS#4373, fix prev commit
2006-01-25 19:06:16 +00:00
Luke Howard
667d3c1a37
fix typo
2006-01-25 14:12:51 +00:00
Kurt Zeilenga
a77427bd01
updates
2006-01-25 04:13:59 +00:00
Howard Chu
3d3ba13f92
ITS#4369 add log messages for delta syncrepl ops
2006-01-25 01:47:48 +00:00
Howard Chu
bebfc49d71
ITS#4370 always init slap_daemon mutexes
2006-01-25 01:36:18 +00:00
Howard Chu
9870eba3ee
ITS#4368 unlock pool ltp_mutex before destroying it
2006-01-24 23:31:56 +00:00
Kurt Zeilenga
f5b9ff7940
unifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNOWN_IGNORED=""
...
-DSLAPD_DEBUG_CONFIG_ERROR=LDAP_DEBUG_ANY
2006-01-24 04:40:01 +00:00
Howard Chu
fdc89d2604
ITS#4365 reset frs.sr_nentries before searching in syncprov_playlog
2006-01-23 22:23:00 +00:00
Luke Howard
0c0abfe917
slapi_filter_dup() can now use filter_dup()
2006-01-23 21:23:36 +00:00
Howard Chu
51c5916149
ITS#4364 add filter_dup, don't use str2filter to dup filters.
2006-01-23 20:53:52 +00:00
Howard Chu
3407467ca2
ITS#4361, 4362 fix autorecovery logic, add ALOCK_NOSAVE flag to record
...
txn/non-txn status of the environment.
2006-01-22 13:51:33 +00:00
Howard Chu
bf0692d5ba
ITS#4360 must init c_minfree
2006-01-22 05:11:23 +00:00
Pierangelo Masarati
cf94f444fc
-FF means: log just once
2006-01-21 16:27:15 +00:00
Pierangelo Masarati
44abcdfa2f
fix previous commit
2006-01-21 16:08:01 +00:00
Pierangelo Masarati
5360a5dc21
cleanup
2006-01-21 10:42:21 +00:00
Pierangelo Masarati
42bf993798
on't use freed memory; streamline parse error reporting
2006-01-21 10:41:41 +00:00
Howard Chu
2b0bccc74c
ITS#4357 Solaris occasionally returns ENOSYS when selecting on a descriptor
...
in the midst of closing. Instead of special casing EBADF, ENOSYS, and
WSAENOTSOCK, just count if any error occurs two or more times in a row,
and log if so. Don't treat any error as fatal unless it occurs many times
in a row (SLAPD_EBADF_LIMIT).
2006-01-20 08:13:54 +00:00
Pierangelo Masarati
05088318df
need normalized timestamp as well, although this is a SINGLE-VALUE attr
2006-01-19 23:20:45 +00:00
Howard Chu
c2b660f3d7
ITS#4355 timestamps must be normalized
2006-01-19 22:16:23 +00:00
Luke Howard
f341270a46
Permissive support for LDAP_MOD_INCREMENT -- treat absence of attribute
...
as if attribute existed with a value of 0
2006-01-19 22:06:24 +00:00
Howard Chu
17dbef6ba8
ITS#4354 add a note about avoiding Anonymous DH.
2006-01-19 18:28:20 +00:00
Howard Chu
fb4cba514d
ITS#4354 only set DH callback if OPT_DHFILE has been set.
2006-01-19 18:12:15 +00:00
Howard Chu
7b5716ae9b
dd note about indexing queryid's
2006-01-18 03:31:01 +00:00
Howard Chu
ff2163ff17
Fix typo in filter example
2006-01-18 03:23:52 +00:00