]> git.sur5r.net Git - openldap/commit
Modifications must be copied before calling slap_mods_check() because
authorLuke Howard <lukeh@openldap.org>
Mon, 15 Sep 2003 06:53:54 +0000 (06:53 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 15 Sep 2003 06:53:54 +0000 (06:53 +0000)
commitb299d7e06757a3f1a2fda945dc3cdbc28460179b
tree852ee6304954e9d728fbbb6e40b3d751ee6dd16b
parentaee837c9990f65caa51f0507a47c2fc0ed9a11de
Modifications must be copied before calling slap_mods_check() because
the pretty function may replace values which are owned by the SLAPI plugin

slapi_entry_dup() optimization - avoid string re-encoding

Fix slapi_add_internal() logic errors (was this ever tested?)

Don't attempt to free entries that have been cached; see new internal
slapi_add_entry_internal_locked() API
servers/slapd/slapi/slapi_ops.c
servers/slapd/slapi/slapi_utils.c