openldap/servers/slapd/slapi
Luke Howard b6fffd1417 Add orr_modlist member to request structure, containing a list of
modifications to be applied by the backend atomically with a modify
RDN request.

Handle updating of RDN values in frontend.

Code that calls a backend's be_modrdn should call slap_modrdn2mods(op, rs)
before invoking the backend and cleanup with slap_mods_free( op->orr_modlist, 1 ).
See do_modrdn() for an example.
2006-01-01 09:23:24 +00:00
..
Makefile.in Fix typo in previous commit (slapi_dn.c -> slapi_dn.lo) 2005-08-08 14:30:34 +00:00
plugin.c Centralize SLAPI initialization into slapi_over_config() 2005-08-01 15:22:56 +00:00
printmsg.c
proto-slapi.h ITS#3924 2005-08-09 05:28:58 +00:00
slapi_dn.c fix slapi_sdn_isempty() logic 2005-08-26 10:46:56 +00:00
slapi_ext.c
slapi_ops.c Add orr_modlist member to request structure, containing a list of 2006-01-01 09:23:24 +00:00
slapi_overlay.c Fix crasher in slapi_over_unmerge_controls() (if called from cleanup handler 2005-12-24 09:20:06 +00:00
slapi_pblock.c Add orr_modlist member to request structure, containing a list of 2006-01-01 09:23:24 +00:00
slapi_utils.c Fix regression in SLAPI ACL plugins, call with frontendDB pblock 2005-12-24 17:15:13 +00:00
slapi.h Add Slapi_DN API 2005-08-08 13:24:18 +00:00
TODO