Quanah Gibson-Mount
|
a2e10091f6
|
Fix missing CVS tag
|
2008-02-12 02:00:13 +00:00 |
|
Quanah Gibson-Mount
|
4928934137
|
Add missing cvs tag
|
2008-02-11 22:29:11 +00:00 |
|
Hallvard Furuseth
|
5b526d2544
|
ITS#5328 - cosmetic cleanup (0 -> LDAP_SUCCESS)
|
2008-02-11 21:07:25 +00:00 |
|
Hallvard Furuseth
|
64bda128c6
|
ITS#5328 - return LDAP result code from null_back_entry_get().
|
2008-02-11 21:05:12 +00:00 |
|
Hallvard Furuseth
|
61140d66a0
|
ITS#5328:
Do not send errors (other than referral) from ldif_back_referrals().
Return LDAP result code from ldif_back_entry_get().
|
2008-02-11 21:04:05 +00:00 |
|
Hallvard Furuseth
|
01ec3c64ea
|
ITS#5328 - do not send errors (other than referral) from be->be_chk_referrals()
|
2008-02-11 20:59:40 +00:00 |
|
Hallvard Furuseth
|
8a703aba83
|
ITS#5328 - return LDAP result code from config_back_entry_get (back-config bi_entry_get_rw)
|
2008-02-11 20:56:46 +00:00 |
|
Hallvard Furuseth
|
9ebe788370
|
ITS#5344: modrdn check for affectsMultipleDSAs and for new DN above/below self
|
2008-02-11 17:29:55 +00:00 |
|
Howard Chu
|
d64f5be105
|
ITS#5368 partially revert 1.239
|
2008-02-11 08:53:11 +00:00 |
|
Howard Chu
|
525f266d10
|
ITS#5367 revert prev commit
|
2008-02-11 00:19:43 +00:00 |
|
Hallvard Furuseth
|
84c2a01c3b
|
ITS#5364, thread pool efficiency:
Use ldap_pvt_thread_pool_pausing(): pause check for slapd without locking.
|
2008-02-10 16:25:05 +00:00 |
|
Howard Chu
|
ae471f78c3
|
ITS#5360 move tls option setup
|
2008-02-10 06:29:40 +00:00 |
|
Howard Chu
|
584c7fb8be
|
Debug info for CSN tracking (ITS#5362)
|
2008-02-10 02:18:22 +00:00 |
|
Howard Chu
|
32a082c24b
|
Cleanup
|
2008-02-10 02:10:28 +00:00 |
|
Howard Chu
|
99e1adc1f2
|
Cleanup debug msg, check for redundant updates
|
2008-02-10 02:08:08 +00:00 |
|
Howard Chu
|
5cfa1386ea
|
ITS#5362 syncrepl_updateCookie doesn't need to graduate_commit_csn, the
backends already do it.
|
2008-02-10 02:06:31 +00:00 |
|
Howard Chu
|
90e644a1e9
|
Cleanup bdb_next_id unused arg
|
2008-02-10 00:56:44 +00:00 |
|
Howard Chu
|
a3262ff239
|
ITS#5332 someone else may free the entry as soon as we unlock it
|
2008-02-08 06:32:41 +00:00 |
|
Howard Chu
|
f481ffef9c
|
ITS#5355 use bi_extra instead of calling directly into back-ldap
|
2008-02-08 02:01:17 +00:00 |
|
Ralf Haferkamp
|
a1612ae911
|
Fix crash when no-op control is used (ITS#5358)
|
2008-02-07 12:06:24 +00:00 |
|
Ralf Haferkamp
|
4db84db74b
|
Don't emit global ACLs for other database than frontendDB (ITS#5352)
|
2008-02-05 12:16:21 +00:00 |
|
Pierangelo Masarati
|
137172f952
|
allow 2.1 CSN format (ITS#5348)
|
2008-02-02 10:23:35 +00:00 |
|
Pierangelo Masarati
|
44b20b98e0
|
s/assert/LDAP_INVALID_SYNTAX/ (ITS#5348)
|
2008-02-01 19:16:58 +00:00 |
|
Ralf Haferkamp
|
713ec710ad
|
don't error out if replacing a non-existant attribute, create opattrs in
config_build_entry() to have them also when started with -f (ITS#5343)
|
2008-01-31 18:12:00 +00:00 |
|
Ralf Haferkamp
|
1af03ee2c7
|
error out if modify_delete_vindex() fails (ITS#5343)
|
2008-01-30 14:45:35 +00:00 |
|
Howard Chu
|
3b02cd32ba
|
Cleanup for C++
|
2008-01-28 15:30:40 +00:00 |
|
Howard Chu
|
6693f72402
|
Clean up config.h
|
2008-01-22 13:26:16 +00:00 |
|
Pierangelo Masarati
|
e3befa7f26
|
fix referrals (part of ITS#5328); fix compare (ITS#4937)
|
2008-01-19 10:43:08 +00:00 |
|
Hallvard Furuseth
|
2dd186a8fd
|
More ITS#5328 cleanup
|
2008-01-18 17:05:23 +00:00 |
|
Pierangelo Masarati
|
79e68ebc2d
|
cleanup previous commit
|
2008-01-16 22:00:57 +00:00 |
|
Pierangelo Masarati
|
8517e7199a
|
rework back-relay internals along Hallvard's suggestions (ITS#5328)
|
2008-01-16 21:53:44 +00:00 |
|
Pierangelo Masarati
|
440099d271
|
fix test; don't return error when relaying exops
|
2008-01-15 21:59:23 +00:00 |
|
Pierangelo Masarati
|
807df724c1
|
fix ITS#5327 crasher
|
2008-01-15 20:32:35 +00:00 |
|
Pierangelo Masarati
|
ae665d0d3d
|
fix str2entry2() when there is no attrs (ITS#5308)
|
2008-01-11 19:32:01 +00:00 |
|
Hallvard Furuseth
|
cd63a0c43b
|
Warning cleanup: function ptr <=> void* at ldap_pvt_thread_pool_<set/get>key()
|
2008-01-11 06:07:43 +00:00 |
|
Howard Chu
|
82719d5351
|
ITS#5319 no special treatment for no-effect renames
|
2008-01-11 04:01:37 +00:00 |
|
Howard Chu
|
25ba37cc35
|
ITS#5319 allow rename to same DN
|
2008-01-11 03:17:10 +00:00 |
|
Howard Chu
|
37d65aed6e
|
ITS#5322 don't try to free a NULL locker
|
2008-01-11 00:44:12 +00:00 |
|
Pierangelo Masarati
|
f63ec3f497
|
more attribute values mucking
|
2008-01-08 17:02:37 +00:00 |
|
Hallvard Furuseth
|
e1e0370e8c
|
Remove unused variable
|
2008-01-08 16:49:13 +00:00 |
|
Hallvard Furuseth
|
5f068303d3
|
Remove unused variables
|
2008-01-08 16:37:13 +00:00 |
|
Hallvard Furuseth
|
9de53658d7
|
ITS#5309 followup: join a ldap_pvt_thread_pool_getkey() call into a setkey()
|
2008-01-08 16:24:53 +00:00 |
|
Pierangelo Masarati
|
5ebb7ee175
|
fix zeroing out attribute values (should fix ITS#5311)
|
2008-01-08 14:58:24 +00:00 |
|
Kurt Zeilenga
|
c890c96d13
|
Happy New Year (belated)
|
2008-01-08 00:19:56 +00:00 |
|
Hallvard Furuseth
|
d3c90c989c
|
Fix spew_file() comment
|
2008-01-08 00:02:58 +00:00 |
|
Hallvard Furuseth
|
0dab27bb1e
|
Fix comment for be_rootdn_bind()
|
2008-01-07 23:23:12 +00:00 |
|
Pierangelo Masarati
|
30f401c628
|
rename ldap_pvt_thread_pool_setkey_x() to ldap_pvt_thread_pool_setkey() (as part of ITS#5309)
|
2008-01-07 21:35:03 +00:00 |
|
Hallvard Furuseth
|
f763967c48
|
Fix Debug() format in previous change
|
2008-01-07 20:13:01 +00:00 |
|
Hallvard Furuseth
|
e9c2a7dcb3
|
ITS#5309: Use ldap_pvt_thread_pool_setkey_x() more. Fix void** arguments.
|
2008-01-07 20:10:22 +00:00 |
|
Hallvard Furuseth
|
d0a379ed45
|
ITS#5309: Use ldap_pvt_thread_pool_setkey_x() in slap_passwd_check() and
be_rootdn_bind() - push/pop any old value instead of resetting it.
|
2008-01-07 20:08:22 +00:00 |
|