Commit Graph

11218 Commits

Author SHA1 Message Date
Howard Chu
4a4bf0bf39 Cleanup error messages 2011-02-28 11:38:19 +00:00
Howard Chu
bc2b9f54f7 ITS#6845 don't muck with save_attrs for index deletes, use a new array 2011-02-28 10:17:03 +00:00
Howard Chu
7288804425 ITS#6845 set sorted flag on newly created sorted attrs 2011-02-28 09:58:25 +00:00
Pierangelo Masarati
05b5405c5e fix potential deadlock in back-meta (ITS#6846) 2011-02-28 09:27:18 +00:00
Howard Chu
28f0f11c6c Fix uninit'd var 2011-02-25 05:32:05 +00:00
Howard Chu
0109f871bf Fix dnIsSuffix to use berval len 2011-02-25 03:25:20 +00:00
Ralf Haferkamp
db7304fc4e ITS#6843 Fix cn=config slapadd for global overlays with private
database instances (e.g. slapo-chain)
2011-02-24 17:50:08 +00:00
Howard Chu
eeb7603de6 Fix prev commit 2011-02-24 13:22:57 +00:00
Ralf Haferkamp
24eb35f9b7 fix bdb_cache_deref() definition to match prototype 2011-02-23 15:51:09 +00:00
Howard Chu
4f2949b1ce Use refcnt instead of keeping entry locked in Add response 2011-02-23 03:53:21 +00:00
Howard Chu
e92278b457 Tweak error message 2011-02-23 03:47:05 +00:00
Howard Chu
f5422a8eeb More for cn=config support 2011-02-23 03:46:06 +00:00
Howard Chu
028c176c85 ITS#6815 delimited verbstring parsing 2011-02-23 03:44:54 +00:00
Howard Chu
2063cc9db7 ITS#6815 add logbase option, to only log requests matching a given suffix 2011-02-23 02:47:19 +00:00
Howard Chu
a60c82b3ba ITS#6837 olcChainDatabase inherits from olcLDAPConfig 2011-02-19 02:49:18 +00:00
Howard Chu
6005349cbc ITS#6837 make sure objectclasses are processed in correct
inheritance order
2011-02-19 02:48:47 +00:00
Howard Chu
20655ca45a ITS#3272 link against libslapi.la 2011-02-17 02:57:47 +00:00
Hallvard Furuseth
1e76343406 Unlock new_cached_query->rwlock before destroying it.
Fixes rev 1.210 (new since last OpenLDAP release).
2011-02-11 11:43:18 +00:00
Howard Chu
61029a3ecf Add substring matching rules for some of the olc-schema attributes.
Allows for easy extraction of individual objectclass definitions using
matchedValues searches.
2011-02-11 04:27:17 +00:00
Ralf Haferkamp
6a6626b49d removed some used vars 2011-02-08 17:20:44 +00:00
Howard Chu
3a8720d3db Cleanup ASPERL ifdefs 2011-02-05 00:51:18 +00:00
Howard Chu
d1cc334deb Cleanup PERL_5_6 ifdefs 2011-02-05 00:48:22 +00:00
Hallvard Furuseth
2a9ef9badc Silence gcc -Wformat: Cast printf %p arg to void* 2011-02-04 21:24:13 +00:00
Hallvard Furuseth
824ea93d84 Fix ITS#6814: Restore filter2bv_x() prototype.
It was removed in proto-slap.h 1.814, but the function is still in use.
2011-02-04 21:12:48 +00:00
Howard Chu
09cd5ebc4e Overlay result is in rs->sr_err 2011-02-04 17:36:49 +00:00
Howard Chu
586c52c38d config OID for back-perl 2011-02-04 17:13:29 +00:00
Howard Chu
6e0d483f62 Backward compatibility - treat unknown directives as perlModuleConfig's 2011-02-04 17:07:35 +00:00
Howard Chu
1c59810a89 Fixup config init 2011-02-04 16:42:06 +00:00
Howard Chu
6c7654d484 Fix typo from rev 1.15. Apparently nobody has used this module since 2007. 2011-02-04 16:21:10 +00:00
Ralf Haferkamp
41352ea34d Fixed the overlay delete code to allow removing
cn=config overlays again.
2011-02-04 16:10:11 +00:00
Howard Chu
95f014d02f Cleanup config items on destroy 2011-02-04 15:25:42 +00:00
Howard Chu
4e96cd4605 More cleanup / old perl compat 2011-02-04 15:03:16 +00:00
Howard Chu
a815d1821c Dynamic config support - not fully backward compatible 2011-02-04 15:00:10 +00:00
Howard Chu
e3eecf85c4 Dynamic config for back-shell 2011-02-04 13:09:15 +00:00
Howard Chu
aa0153ee88 Fix typo 2011-02-04 12:22:55 +00:00
Howard Chu
e3a5e9d060 Dynamic config for back-passwd 2011-02-04 12:22:17 +00:00
Howard Chu
999b6407b0 Add overlay config stuff, handle overlay responses 2011-02-04 10:52:34 +00:00
Pierangelo Masarati
5d9baf3e85 use (noncritical) whoami extop during SASL bind (ITS#6817) 2011-02-03 23:35:56 +00:00
Pierangelo Masarati
ddbcb565d4 use (noncritical) authzid control during SASL bind (ITS#6817) 2011-02-03 23:20:15 +00:00
Howard Chu
cfd29403c0 Just use back-sock OID arc for overlay 2011-02-03 21:54:11 +00:00
Howard Chu
bef7970e8b As an overlay, always return SLAP_CB_CONTINUE 2011-02-03 21:34:45 +00:00
Howard Chu
d678a83720 Add response message for overlays 2011-02-03 21:24:26 +00:00
Howard Chu
9ca9459ece More for overlay use, add connid extension 2011-02-03 20:47:38 +00:00
Howard Chu
8ab45884e3 Add overlay wrapper, use for triggers etc. 2011-02-03 20:17:23 +00:00
Pierangelo Masarati
fb2092328c do not set c_authz_backend unless needed (ITS#6824, thanks to Howard) 2011-02-03 20:04:56 +00:00
Howard Chu
14b7b19c0d ITS#6821 make sure objectclass is processed before other mods 2011-02-03 00:15:09 +00:00
Hallvard Furuseth
4225acc07a Revert last ITS#6532 commit, it is incomplete.
Needs better MUTATION support in filter.c first.
2011-02-02 23:28:42 +00:00
Hallvard Furuseth
b508c611a6 More ITS#6532: Support (:UUIDOrderingMatch:=foo) 2011-02-02 23:15:17 +00:00
Hallvard Furuseth
e74964d51b More ITS#6532: Support (:csnOrderingMatch:=foo) 2011-02-02 22:24:39 +00:00
Pierangelo Masarati
4e3eac93f7 prefix undef attrs with undef: (ITS#6823) 2011-02-02 21:45:34 +00:00