Pierangelo Masarati
|
85ba0b81ed
|
fix previous commit
|
2011-01-17 15:06:11 +00:00 |
|
Pierangelo Masarati
|
3c82ea09c7
|
make sure rwm_response returns SLAP_CB_CONTINUE (ITS#6792, as indicated by Hallvard)
|
2011-01-17 13:15:28 +00:00 |
|
Kurt Zeilenga
|
966cef8c9a
|
Happy New Year
|
2011-01-05 00:42:37 +00:00 |
|
Hallvard Furuseth
|
04f8fa5619
|
ITS#6760: Fix rwm entry handling
|
2010-12-31 12:01:03 +00:00 |
|
Hallvard Furuseth
|
98966abeef
|
noop commit for ITS#6758: Remove no-effect code.
Unused variable resets, unused SlapReply parameters to some functions.
|
2010-12-30 23:43:12 +00:00 |
|
Hallvard Furuseth
|
cd6e9156e7
|
Remove lint (unused vars/labels/funcs/default:s)
|
2010-12-30 23:34:55 +00:00 |
|
Hallvard Furuseth
|
6be3671985
|
Fix rev 1.132 (ITS#6632): Initialize all of roc in rwm_callback_get()
|
2010-12-03 10:08:59 +00:00 |
|
Pierangelo Masarati
|
fa4dbb871b
|
fix double free related to ITS#6720
|
2010-11-29 16:03:43 +00:00 |
|
Pierangelo Masarati
|
df2573b4a9
|
hacks ITS#6632
|
2010-08-29 08:08:42 +00:00 |
|
Howard Chu
|
c8c3847103
|
ITS#6566 use Debug, not fprintf(stderr)
|
2010-06-02 00:18:32 +00:00 |
|
Pierangelo Masarati
|
71a11b44e8
|
fix memory handling in rewrite parsing (ITS#6526)
|
2010-04-17 16:29:34 +00:00 |
|
Pierangelo Masarati
|
a3a603eca6
|
malloc as much as possible on slab
|
2010-04-15 05:11:23 +00:00 |
|
Kurt Zeilenga
|
3dadeb3efe
|
happy belated New Year
|
2010-04-13 22:17:29 +00:00 |
|
Howard Chu
|
e85ca5d49a
|
ITS#6484 don't bypass other overlays' entry_release handler
|
2010-03-03 23:36:29 +00:00 |
|
Pierangelo Masarati
|
ade09a57da
|
allow direct insert/delete of olcRwmMap (ITS#6436)
|
2009-12-21 18:58:21 +00:00 |
|
Pierangelo Masarati
|
0329d982a2
|
better fix to ITS#6434 (olcRwmMap needs work to allow atomic mods)
|
2009-12-21 17:32:05 +00:00 |
|
Pierangelo Masarati
|
8ddb160ae8
|
fix in-database configuration of olcRwmMap (no ITS# yet)
|
2009-12-20 18:31:08 +00:00 |
|
Pierangelo Masarati
|
173873172c
|
guard against simultaneous REP_ENTRY_MUSTRELEASE and REP_ENTRY_MODIFIABLE (ITS#6423)
|
2009-12-08 19:36:10 +00:00 |
|
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 |
|