Kurt Zeilenga
|
d15ce4d967
|
Need to clear controls before ldap_txn_end_s call.
Provide proxy control in bind calls instead of via ldap_set_option()
|
2006-03-06 21:46:31 +00:00 |
|
Kurt Zeilenga
|
825ce79611
|
Initial and rough client-side implementation of the revised LDAP
Transactions specification. A work in progress! Comments welcomed.
|
2006-03-06 21:20:36 +00:00 |
|
Kurt Zeilenga
|
f43cb38485
|
I-D updates
|
2006-03-06 20:55:11 +00:00 |
|
Luke Howard
|
e5a5f5e1b2
|
Don't fail compile if LDAP_EXOP_X_TURN undefined (ie. if LDAP_REL_ENG undefined)
|
2006-03-05 04:23:59 +00:00 |
|
Pierangelo Masarati
|
e46f2a137c
|
add search capabilities from a selected pool of filters
|
2006-03-04 19:27:27 +00:00 |
|
Pierangelo Masarati
|
3861c47316
|
queue implicit binds (ITS#4409)
|
2006-03-03 16:27:00 +00:00 |
|
Pierangelo Masarati
|
7ec2c64e73
|
add anonymous binding
|
2006-03-03 16:03:05 +00:00 |
|
Pierangelo Masarati
|
cfa9178822
|
split operations in inner/outer loops
|
2006-03-03 16:02:34 +00:00 |
|
Pierangelo Masarati
|
9c1ca54d1a
|
cleanup
|
2006-03-03 16:02:07 +00:00 |
|
Pierangelo Masarati
|
9d697d50f0
|
add ldap_initialize(); trim description of LDAP structure (now opaque)
|
2006-03-03 09:47:12 +00:00 |
|
Kurt Zeilenga
|
4c64b8626d
|
Add support for GSER-encoded certificateExactAsssertion values
|
2006-03-03 04:54:49 +00:00 |
|
Luke Howard
|
0ccbce9d09
|
Always pass valid BerElement to ldap_create_control() to avoid assert fail
|
2006-03-02 16:50:34 +00:00 |
|
Pierangelo Masarati
|
38d6716118
|
free subtree-exclude resources (forced commit)
|
2006-03-02 00:38:25 +00:00 |
|
Pierangelo Masarati
|
a3f4f0b2db
|
map result codes as required (ITS#4419)
|
2006-03-02 00:35:12 +00:00 |
|
Kurt Zeilenga
|
88d7428fbf
|
Add UDDI schema RFC
|
2006-03-01 16:41:07 +00:00 |
|
Luke Howard
|
fa1f4d3c38
|
slapi_ch_bvdup() should be implemented in terms of ber_dupbv()
|
2006-03-01 16:29:31 +00:00 |
|
Kurt Zeilenga
|
f28f4ae610
|
add manageDIt control spec, update protocol
|
2006-02-28 22:28:02 +00:00 |
|
Howard Chu
|
4a0f6e941e
|
ITS#4372 regenerate
|
2006-02-27 11:24:33 +00:00 |
|
Howard Chu
|
df91c3ef33
|
ITS#4372 add auditlog to build
|
2006-02-27 11:20:08 +00:00 |
|
Howard Chu
|
e308515a3f
|
ITS#4415 forced commit to update timestamp
|
2006-02-27 10:07:22 +00:00 |
|
Howard Chu
|
8e682b5e64
|
Add a delay in delete check
|
2006-02-27 09:45:03 +00:00 |
|
Howard Chu
|
94ee25b0d6
|
ITS#4417 add test for ldapdelete
|
2006-02-27 09:35:54 +00:00 |
|
Howard Chu
|
7b5528d68b
|
ITS#4417 backglue must pass intermediate responses transparently.
syncprov must prevent send_ldap_result from being called for an
in-progress persistent search.
|
2006-02-27 09:20:55 +00:00 |
|
Luke Howard
|
cd18c6cb4d
|
Fix slapi_valueset_count() for no value case
|
2006-02-27 05:21:11 +00:00 |
|
Luke Howard
|
8c674299bf
|
Fix memory smasher in slapi_valueset_free()
|
2006-02-27 03:44:40 +00:00 |
|
Kurt Zeilenga
|
eb0bb62cbd
|
Fix > v -gt in sizeof test
|
2006-02-22 04:47:41 +00:00 |
|
Luke Howard
|
8a3e5eb1b8
|
Add SLAPI_OPERATION_MSGID
Add SLAPI_IS_INTERNAL_OPERATION
|
2006-02-20 09:30:28 +00:00 |
|
Luke Howard
|
2a2a3fc620
|
Add SLAPI_IS_INTERNAL_OPERATION / SLAPI_OPERATION_MSGID
|
2006-02-20 09:26:02 +00:00 |
|
Kurt Zeilenga
|
7660018ef4
|
cleanup --with-tls handle
|
2006-02-17 22:46:22 +00:00 |
|
Howard Chu
|
c57eb180de
|
Apply ITS#4350 changes except slapdconfig.sdf. The BDB text in slapdconf2.sdf
is more accurate; slapdconfig.sdf should eventually be dropped.
|
2006-02-17 09:24:57 +00:00 |
|
Howard Chu
|
e05f833d42
|
Apply Eric Irrgang's patch from ITS#4371
|
2006-02-17 09:00:35 +00:00 |
|
Pierangelo Masarati
|
41f963644c
|
be conservative in reading subtree-exclude
|
2006-02-16 23:37:42 +00:00 |
|
Ralf Haferkamp
|
df7757b1fb
|
fixed last commit
|
2006-02-16 13:22:37 +00:00 |
|
Ralf Haferkamp
|
1195d6946b
|
Error out if creating the back-config entries fails when converting from
config file to config backend. [ITS: #4407]
|
2006-02-16 11:16:22 +00:00 |
|
Howard Chu
|
05655a202c
|
ITS#4403 don't unbind a NULL ld.
|
2006-02-16 08:21:02 +00:00 |
|
Howard Chu
|
e18a6ab7f9
|
ITS#4406 don't cache attrsonly results
|
2006-02-16 08:16:49 +00:00 |
|
Kurt Zeilenga
|
0532ecfccd
|
No longer hide cancel.
|
2006-02-16 05:05:52 +00:00 |
|
Kurt Zeilenga
|
8c8ea049cb
|
Macro cleanup
|
2006-02-16 05:01:29 +00:00 |
|
Kurt Zeilenga
|
f1c98ef3c0
|
All big PDUs for PROTOS testing (devel only)
|
2006-02-16 05:01:05 +00:00 |
|
Pierangelo Masarati
|
af0d2b1d2a
|
add support for "subtree-exclude"
|
2006-02-16 01:26:39 +00:00 |
|
Pierangelo Masarati
|
fa72882808
|
fix error message
|
2006-02-16 01:10:45 +00:00 |
|
Luke Howard
|
ec023f9777
|
remove c_pb, it is no longer needed
|
2006-02-16 00:14:38 +00:00 |
|
Kurt Zeilenga
|
377aa0be68
|
ITS#4404: fix typo in ValuesReturnFilter control OID, add
temporary server-side support for old OID.
|
2006-02-15 21:30:35 +00:00 |
|
Ralf Haferkamp
|
93d5e01390
|
some more debug logging
|
2006-02-15 17:25:45 +00:00 |
|
Howard Chu
|
937bc5bbb7
|
Fix ITS#4401 teardown persistent clients when unconfiguring
|
2006-02-15 07:38:17 +00:00 |
|
Kurt Zeilenga
|
cbc11c9233
|
unifdef -DLDAP_NULL_IS_NULL
|
2006-02-14 23:18:12 +00:00 |
|
Luke Howard
|
727a16ca55
|
Remove SLAPI references
|
2006-02-14 09:21:30 +00:00 |
|
Luke Howard
|
dab5803a59
|
Use bi_db_{open,close} to run SLAPI start/close plugins
|
2006-02-14 09:20:50 +00:00 |
|
Kurt Zeilenga
|
2d9e341ae9
|
Report layer installed only after installed, and fix up report text
|
2006-02-13 23:26:55 +00:00 |
|
Kurt Zeilenga
|
7a01c882a9
|
rev 19
|
2006-02-13 21:58:54 +00:00 |
|