Howard Chu
|
a87b4592a4
|
Remove tool_id2entry_get
|
2007-08-11 04:19:53 +00:00 |
|
Ralf Haferkamp
|
3a9310431e
|
Reworked recent backend API changes, now using a separate struct,
(ConfigReply) for the error messages.
|
2007-08-03 12:02:07 +00:00 |
|
Ralf Haferkamp
|
5ae46c195e
|
Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
_db_destroy functions.
|
2007-07-25 17:21:05 +00:00 |
|
Kurt Zeilenga
|
5953a397fc
|
Fix C errors
|
2007-02-15 01:41:56 +00:00 |
|
Howard Chu
|
9381fc42a5
|
Add overlay hooks for entry_get_rw / entry_release_rw
|
2007-02-06 04:18:14 +00:00 |
|
Howard Chu
|
a94c74987e
|
ITS#4554
|
2007-01-15 01:20:08 +00:00 |
|
Hallvard Furuseth
|
d16754c81b
|
Delete unused variables.
|
2007-01-11 12:04:22 +00:00 |
|
Kurt Zeilenga
|
da6d9eb046
|
happy new year
|
2007-01-02 20:00:42 +00:00 |
|
Howard Chu
|
6020a6d81d
|
ITS#4337 implement modrdn for back-config
|
2006-12-24 00:56:37 +00:00 |
|
Howard Chu
|
8274bc75e0
|
Fix rev 1.121/1.122
|
2006-12-18 22:42:46 +00:00 |
|
Howard Chu
|
39c3efdd7b
|
Pass extended ops thru as well
|
2006-12-18 22:29:45 +00:00 |
|
Howard Chu
|
8b457119ac
|
Use a specific sr_type for intermediate Glue results
|
2006-12-18 19:46:40 +00:00 |
|
Howard Chu
|
44dfc63877
|
Fake intermediate Results to prevent premature cleanup
|
2006-12-18 03:10:04 +00:00 |
|
Howard Chu
|
1f35a953a1
|
Remainder of fix for ITS#4615 - stop processing overlay stack at glue
boundary
|
2006-12-13 03:03:47 +00:00 |
|
Howard Chu
|
4ccf65d9bc
|
ITS#4614 - complain if glue/subordinate are attempted on the same backend
cleanup overlay list if overlay db_init fails.
|
2006-07-15 00:18:44 +00:00 |
|
Howard Chu
|
bc8550e3c2
|
Additional ONELEVEL fix
|
2006-06-16 21:58:40 +00:00 |
|
Luke Howard
|
7ca0a72a3a
|
fix previous commit
|
2006-06-11 08:29:07 +00:00 |
|
Luke Howard
|
a75a4f4eff
|
Honour o_no_subordinate_glue
Don't pollute o_req_ndn after resetting (hyc please review)
|
2006-06-10 12:31:22 +00:00 |
|
Luke Howard
|
dfe20afd84
|
Fix glue_back_select() behaviour so that it actually does select the most
specific backend for the DN (this was broken in the case that subordinate
and subsubordinate backends were glued)
|
2006-06-10 10:31:17 +00:00 |
|
Howard Chu
|
912ff2798b
|
Fix tlimit munging
|
2006-05-09 00:01:35 +00:00 |
|
Howard Chu
|
c1019fbfbd
|
More for ITS#4323 fix
|
2006-04-07 04:17:44 +00:00 |
|
Hallvard Furuseth
|
b4586b2f84
|
Fix for the previous ITS#4323 fix: for(expr;...) -> for(i=expr;...)
|
2006-04-05 14:15:34 +00:00 |
|
Howard Chu
|
0ad714d61e
|
Additional fix for ITS#4323, must propagate search result controls
|
2006-04-05 07:03:25 +00:00 |
|
Howard Chu
|
2bf9afd828
|
ITS#4323 allow lower overlays to work on master database
|
2006-04-05 00:27:16 +00:00 |
|
Hallvard Furuseth
|
da0c0360e4
|
Warnings: Unused vars. funcptr=0, not =NULL. if(b=...) -> if((b=...) != NULL).
|
2006-04-02 19:54:24 +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 |
|
Kurt Zeilenga
|
acbb5cf689
|
Happy new year!
|
2006-01-03 23:11:52 +00:00 |
|
Howard Chu
|
3d4eeba5d1
|
Fix ITS#4133, reset subtree search req_dn
|
2005-12-09 02:08:08 +00:00 |
|
Howard Chu
|
b81ed2c106
|
Fix ITS#4084, onelevel searches cannot return NO_SUCH_OBJECT if the base
was already found.
|
2005-12-09 01:20:05 +00:00 |
|
Kurt Zeilenga
|
48cb85865d
|
Remove some unnecessary #ifdefs
|
2005-11-26 07:38:18 +00:00 |
|
Pierangelo Masarati
|
b3c8a976ec
|
use LDAP_SIZELIMIT_EXCEEDED; rework the return values of slap_send_search_entry(); silence a few warnings
|
2005-11-25 22:17:24 +00:00 |
|
Howard Chu
|
255f1e494f
|
Don't touch op->ors_slimit.
|
2005-11-25 20:50:34 +00:00 |
|
Pierangelo Masarati
|
a6453f28f8
|
silence warnings
|
2005-11-06 23:27:09 +00:00 |
|
Kurt Zeilenga
|
ecd86725f2
|
Update result code to IANA-assigned values
Provide some backwards compatibility.
Misc cleanup
|
2005-11-03 01:27:07 +00:00 |
|
Howard Chu
|
37e58a73a4
|
Revert prev commit, use -g option to disable glue instead
|
2005-10-15 21:52:01 +00:00 |
|
Howard Chu
|
10a696bd15
|
ITS#4089 use slapcat -n XX to specify just the superior of a glued tree
|
2005-10-15 20:08:56 +00:00 |
|
Hallvard Furuseth
|
a5ac474f2f
|
Remove unused variable
|
2005-09-29 09:32:25 +00:00 |
|
Howard Chu
|
12733ab92f
|
ITS#3996 fix glue/syncprov interaction
|
2005-09-27 15:10:57 +00:00 |
|
Howard Chu
|
f1e05336f1
|
ITS#3979 restore old (RE21, RE22) search order
|
2005-09-09 11:43:13 +00:00 |
|
Howard Chu
|
3673cceb6c
|
ITS#3979 only support tool entry points if root DB has them
|
2005-09-09 11:37:00 +00:00 |
|
Howard Chu
|
beaa0f2250
|
ITS#3979 better check for duplicate bi_open functions
|
2005-09-09 07:40:54 +00:00 |
|
Hallvard Furuseth
|
00d898e7f3
|
Silence warnings
|
2005-09-03 17:03:36 +00:00 |
|
Howard Chu
|
4a1eabf257
|
Moving glue overlay back into slapd core, returning to 2.2 config syntax
|
2005-09-01 11:45:04 +00:00 |
|
Howard Chu
|
8ac15e9069
|
Delete backglue.c in favor of glue overlay
|
2004-12-04 19:41:58 +00:00 |
|
Howard Chu
|
5f99f7c991
|
More migration of syncrepl from frontend to syncprov overlay
define OPERATION_BUFFER_SIZE for dummy Operations
|
2004-11-27 00:57:37 +00:00 |
|
Howard Chu
|
7e87f54716
|
Revert ITS#3353 patch, it needs to be reworked.
|
2004-10-06 05:51:38 +00:00 |
|
Howard Chu
|
fda3d6260e
|
ITS#3353 consolidate slapd globals into a single struct
|
2004-10-01 07:33:16 +00:00 |
|
Howard Chu
|
81265a7872
|
fix uninit'd be_context_csn for syncrepl
|
2004-08-28 00:26:35 +00:00 |
|
Howard Chu
|
bec599a954
|
Qualify some structure fields
|
2004-07-02 11:34:16 +00:00 |
|
Jong Hyuk Choi
|
5ac9de4d36
|
More backglue fix: do not return NO_SUCH_OBJECT when the base object is located above the subordinate database in search
|
2004-06-14 23:41:13 +00:00 |
|