Howard Chu
104f8cc409
Simpler fix for NO_THREADS
2002-09-19 06:34:53 +00:00
Howard Chu
ff9e580d33
Updated BDB_HIER for current API
2002-09-19 06:08:12 +00:00
Kurt Zeilenga
e4d05f386a
Add new LDAP RFCs
2002-09-19 04:43:28 +00:00
Howard Chu
6fa0363d09
Don't set bdb yield with NO_THREADS
2002-09-19 01:38:00 +00:00
Howard Chu
919274432b
Fixes for NO_THREADS
...
Use a per-env locker ID
Always set lock_detect, since we allow slapadd etc. concurrently
Also removed unused lock_detect_task code. lockdetect config keyword only
needs <policy>, no <seconds> argument.
2002-09-19 01:13:27 +00:00
Kurt Zeilenga
5a69fa6df6
remove unused log level
2002-09-19 00:58:51 +00:00
Howard Chu
7666bb7482
Add calls to module_init/module_kill to support dynamically loaded backends.
2002-09-18 11:58:19 +00:00
Kurt Zeilenga
bec2237439
Add the LDAPv3 TS.
2002-09-18 02:04:59 +00:00
Kurt Zeilenga
264a428cf3
rebuild with new openldap.m4 pthread version check
2002-09-18 00:22:42 +00:00
Howard Chu
9c80832e08
Fix pthread version check again
2002-09-18 00:11:53 +00:00
Kurt Zeilenga
043e5c5a13
latest dupent I-D
2002-09-17 21:05:41 +00:00
Kurt Zeilenga
3eb21d8a6c
Misc cleanup
2002-09-16 21:50:55 +00:00
Kurt Zeilenga
f0364e25d1
Fix sizeof [r]buf typo
2002-09-16 21:35:33 +00:00
Kurt Zeilenga
cc7d1433bb
For object classes in attribute lists, use '+' (or '-') to indicate
...
name is an objectClass.
2002-09-16 20:48:08 +00:00
Kurt Zeilenga
a1da292989
Wrap csn filter frees with sync mode check.
2002-09-15 22:42:50 +00:00
Kurt Zeilenga
88c8cca820
Fix return value
2002-09-15 22:42:07 +00:00
Kurt Zeilenga
0ad91236fd
Add LDAP_CONTROL_CLIENT_UPDATE to list of supported controls
2002-09-15 22:28:38 +00:00
Kurt Zeilenga
1d0e916c6f
Misc CLIENT_UPDATE cleanups
2002-09-15 22:22:51 +00:00
Kurt Zeilenga
2a9783bd5e
Fix typos in last commit
2002-09-15 22:13:25 +00:00
Kurt Zeilenga
629a0219f2
Cleanup up LDAP_CLIENT_UPDATE code... including some bug fixing.
2002-09-15 21:08:34 +00:00
Jong Hyuk Choi
1509e321de
LCUP Response Control Code
2002-09-14 00:29:06 +00:00
Howard Chu
3e61f0630d
Fix ITS#2082, bdb_idl_intersection
2002-09-13 20:19:56 +00:00
Howard Chu
7e493b87be
Fix debug messages
2002-09-13 20:19:15 +00:00
Howard Chu
615af63d04
Added group ACL tests
2002-09-13 15:04:04 +00:00
Howard Chu
a8297e6d22
Fix test of uninit'd rc at LOCK_ID
2002-09-13 12:32:08 +00:00
Howard Chu
2e6a83049e
POSIX threads tweaks for Draft 4 vs Draft 5
2002-09-12 23:12:18 +00:00
Howard Chu
dd77936809
Fix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o
2002-09-12 22:49:03 +00:00
Howard Chu
1263e40b55
Set BDB's global allocators to ber_*, don't bother with the per-env setting.
2002-09-12 02:47:18 +00:00
Pierangelo Masarati
ae2cd84d16
trim c++ style comments
2002-09-11 17:15:55 +00:00
Howard Chu
7823832770
Fix ITS#2075, NULL moddn->newsup->bv_val
2002-09-11 10:59:41 +00:00
Howard Chu
5dede11811
FIx previous commit, test for Draft 7 was inverted
2002-09-11 09:48:35 +00:00
Howard Chu
97b98783c3
Fix pthreads version detection
2002-09-11 07:43:20 +00:00
Howard Chu
dfa8bdec60
Fine-tuning pthreads revision dependencies
2002-09-11 07:24:21 +00:00
Pierangelo Masarati
8758a30bf2
#undef SLAP_X_FILTER_HASSUBORDINATES while I fix the entry lock problem ...
2002-09-10 10:10:11 +00:00
Howard Chu
35e8b8325d
Unifdef BDB_IDL_MULTI.
2002-09-10 04:20:45 +00:00
Howard Chu
c72ee9ae1b
Decrease default thread stack size from 16MB to 2MB
2002-09-10 03:34:49 +00:00
Howard Chu
1dbbccc3fe
Eliminate overallocation in LUTIL_BASE64_ENCODE_LEN
2002-09-10 03:13:37 +00:00
Howard Chu
7017f22468
Fix ITS#2055, avoid roundoff errors in LUTIL_BASE64_DECODE_LEN
2002-09-10 02:55:05 +00:00
Howard Chu
890d4b9449
Moved stdio replacements from liblutil lutil_* to liblber ber_pvt_*.
2002-09-10 00:47:32 +00:00
Kurt Zeilenga
e6fdfd4cee
only optimize objectClass filters when (objectClass=*) is
...
presented... avoids (&(objectClass=*)(objectClass=foo)) problems.
2002-09-09 23:25:22 +00:00
Kurt Zeilenga
07a6d6c208
(re)insert reference to rfc2253
2002-09-09 07:01:51 +00:00
Kurt Zeilenga
b41d7df452
Add clarification
2002-09-09 06:59:51 +00:00
Kurt Zeilenga
be39bfd36a
Update access control section to avoid regex usage
2002-09-09 06:53:11 +00:00
Howard Chu
9953574b47
Fix: if slapadd was used with an un-ordered LDIF file, we can't rely on
...
entries having ascending entry IDs. Always start from the beginning of
the candidate list. (This should be fine in the general case as well,
since the subtree index will also have refined the candidates.)
2002-09-09 04:24:38 +00:00
Howard Chu
30de884223
More memory cleanup
2002-09-09 00:56:57 +00:00
Howard Chu
a4b30ce455
Plug memleaks from -r1.45
2002-09-09 00:55:52 +00:00
Kurt Zeilenga
64fcd8b043
Add note about "children" to access controls section.
...
Clarify cut-n-past in quickstart.
2002-09-09 00:47:01 +00:00
Howard Chu
3f41c614a1
Added ldapcompare.c to SRCS so it will be processed by make depend
2002-09-08 22:01:29 +00:00
Howard Chu
3ab4579eca
Unneeded, merged into regular mkdep script
2002-09-08 12:37:01 +00:00
Howard Chu
49f7399e24
Added rules to use "cc -E" output to generate dependencies.
2002-09-08 12:36:25 +00:00