Pierangelo Masarati
|
fd609f3299
|
force entry release as appropriate (ITS#6081)
|
2009-04-29 13:03:50 +00:00 |
|
Pierangelo Masarati
|
aa494bd8c0
|
only free entries dup'ed by rwm_entry_get_rw() (ITS#6058)
|
2009-04-20 14:54:18 +00:00 |
|
Pierangelo Masarati
|
5207531d9b
|
always pass a DN to the underlying database (ITS#6070)
|
2009-04-20 09:54:31 +00:00 |
|
Pierangelo Masarati
|
8ed197799c
|
fix ITS#6057
|
2009-04-15 10:46:11 +00:00 |
|
Howard Chu
|
4d1f13b332
|
ITS#5960 fix rwm_bva_rewrite handling
|
2009-02-20 00:47:04 +00:00 |
|
Pierangelo Masarati
|
37e8e5a237
|
consistently map operational attrs as well (ITS#5760); silence warning
|
2009-02-14 11:11:24 +00:00 |
|
Pierangelo Masarati
|
f83b4345dd
|
more about ITS#5940
|
2009-02-13 01:12:56 +00:00 |
|
Pierangelo Masarati
|
a83d10e4ac
|
more about ITS#5940
|
2009-02-13 00:02:11 +00:00 |
|
Pierangelo Masarati
|
d1b415e6be
|
rewrite info should always be set (ITS#5940)
|
2009-02-12 23:00:47 +00:00 |
|
Pierangelo Masarati
|
bf261acda7
|
fix back-config handling of slapo-rwm
|
2009-01-24 15:41:48 +00:00 |
|
Kurt Zeilenga
|
4af9eb9715
|
Update copyright notices
|
2009-01-22 00:40:04 +00:00 |
|
Pierangelo Masarati
|
1d9ff10ed7
|
add newRDN rewriting; fix rewriteContext names (ITS#5834)
|
2008-11-28 20:34:02 +00:00 |
|
Pierangelo Masarati
|
6ffe73f5df
|
address ITS#5773 for slapo-rwm(); needs work
|
2008-10-26 20:47:11 +00:00 |
|
Pierangelo Masarati
|
9401bd3817
|
normalize rewritten DN-valued attrs (ITS#5772)
|
2008-10-26 19:29:36 +00:00 |
|
Pierangelo Masarati
|
363f75ca5f
|
preserve objectClasses not to be removed (ITS#5760)
|
2008-10-21 07:56:17 +00:00 |
|
Pierangelo Masarati
|
6845c2510d
|
don't free and reuse filter structure; don't rewrite undefined filter values (ITS#5731,ITS#5732)
|
2008-10-09 22:34:43 +00:00 |
|
Howard Chu
|
3a41f2c5a2
|
Fix: use overlay_entry_release_ov in overlay environment
|
2008-10-07 01:45:42 +00:00 |
|
Pierangelo Masarati
|
b904d08f56
|
cleanup in case of failure during search rewriting (partial fulfilment of ITS#5687)
|
2008-09-06 16:25:03 +00:00 |
|
Howard Chu
|
fe6f3683fa
|
ITS#5687 more cleanup fixes
|
2008-09-06 02:11:26 +00:00 |
|
Pierangelo Masarati
|
80df2a2906
|
fix normalizable/non-normalizable attr mapping \& merging (ITS#5624)
|
2008-08-04 21:20:06 +00:00 |
|
Pierangelo Masarati
|
e6446d3113
|
make sure rwm_op_cleanup() is called also in case of bind (in partial fulfillment of ITS#5601)
|
2008-07-12 11:53:49 +00:00 |
|
Pierangelo Masarati
|
2df4675ac3
|
don't set sm_nvalues unless required (ITS#5375)
|
2008-02-14 15:15:53 +00:00 |
|
Kurt Zeilenga
|
c890c96d13
|
Happy New Year (belated)
|
2008-01-08 00:19:56 +00:00 |
|
Howard Chu
|
dcaa5a27f5
|
Partially revert prev commit, unintended.
|
2007-09-24 05:30:36 +00:00 |
|
Howard Chu
|
ebb9e029a7
|
Make slap_passwd_parse non-destructive
|
2007-09-23 04:40:51 +00:00 |
|
Howard Chu
|
a3547e2758
|
More for a_numvals
|
2007-09-23 04:40:16 +00:00 |
|
Howard Chu
|
c4dbe1a274
|
Attribute/Modification value counters
|
2007-09-21 08:43:56 +00:00 |
|
Pierangelo Masarati
|
00ad93ac70
|
also copy modifications we don't deal with, as they will be freed altogether (ITS#5124)
|
2007-09-07 09:38:38 +00:00 |
|
Pierangelo Masarati
|
2f5bfba296
|
let req_modify_s and req_modrdn_s have a common portion to interoperate within slap_mods_opattrs() (ITS#5093)
|
2007-08-16 09:48:53 +00:00 |
|
Pierangelo Masarati
|
5ec09e2f0a
|
merge attributes as required after mapping; avoid objectClass duplicates (ITS#5091)
|
2007-08-14 11:46:29 +00:00 |
|
Pierangelo Masarati
|
d354844cf9
|
fix previous commit (crash if no rewrite but just mapping is present)
|
2007-08-11 09:28:33 +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 |
|
Pierangelo Masarati
|
3aefa9434d
|
major improvement: baseline support for back-config; minor improvement: trim code to handle absence of librewrite (enable forced when slapo-rwm is configured...)
|
2007-07-14 16:18:44 +00:00 |
|
Ralf Haferkamp
|
19b4aba5a1
|
added config option "normalize-mapped-attrs" to enable normalization of
undefined mapped attribute types.
|
2007-07-09 16:22:54 +00:00 |
|
Ralf Haferkamp
|
7203276785
|
ITS#4991 restore mapped AttributeNames before processing a response
|
2007-05-31 15:46:46 +00:00 |
|
Pierangelo Masarati
|
93f338eb79
|
cleanup
|
2007-03-19 15:50:51 +00:00 |
|
Pierangelo Masarati
|
98fe6a81a0
|
handle r_dn == r_ndn
|
2007-03-19 15:44:58 +00:00 |
|
Pierangelo Masarati
|
bce4063a17
|
shortcut schema mapping if not configured
|
2007-01-03 21:35:18 +00:00 |
|
Kurt Zeilenga
|
da6d9eb046
|
happy new year
|
2007-01-02 20:00:42 +00:00 |
|
Howard Chu
|
8c90df8314
|
Fix cleanup for extended ops
|
2006-12-19 01:14:35 +00:00 |
|
Howard Chu
|
01c38dd6ea
|
ITS#4458 re-encode passwd request
|
2006-12-18 22:30:47 +00:00 |
|
Howard Chu
|
23423cd086
|
Fix callback handling
|
2006-12-18 00:27:38 +00:00 |
|
Howard Chu
|
ccf7b0fb04
|
Remove redundant search cleanup
|
2006-12-18 00:02:00 +00:00 |
|
Howard Chu
|
28793246e6
|
ITS#4638 restore params for Compare and Modify
|
2006-12-17 23:49:42 +00:00 |
|
Howard Chu
|
1e849ec14d
|
ITS#4638 restore original parameters on op completion
(this is preliminary, more work remains)
|
2006-12-17 22:57:45 +00:00 |
|
Pierangelo Masarati
|
eb29c7c37b
|
reword comment
|
2006-10-07 13:12:16 +00:00 |
|
Kurt Zeilenga
|
d3e288dffe
|
s/managedit/relax/
#unifdef -DSLAP_RELAX
|
2006-08-22 23:31:46 +00:00 |
|
Pierangelo Masarati
|
c1c8c05c1b
|
first round at adding passwd exop support to slapo-rwm (ITS#4458)
|
2006-05-12 15:38:58 +00:00 |
|
Pierangelo Masarati
|
e01743193d
|
more coverity issues
|
2006-04-14 00:17:27 +00:00 |
|