openldap/servers/slapd/back-sql
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
..
docs
rdbms_depend remove cruft 2005-08-07 10:49:01 +00:00
add.c remove support for control as the operation is now incompatible 2005-12-16 15:01:59 +00:00
api.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
back-sql.h enable syncrepl support by default 2005-08-10 16:54:45 +00:00
bind.c remove unnecessary data from search_info 2005-08-07 20:43:07 +00:00
compare.c remove unnecessary data from search_info 2005-08-07 20:43:07 +00:00
config.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
delete.c fix various memory leaks and handling issues 2005-12-06 22:06:29 +00:00
entry-id.c plug leaks... 2005-12-06 22:56:58 +00:00
init.c use pooled memory whenever appropriate 2005-11-13 21:51:13 +00:00
Makefile.in
modify.c fix various memory leaks and handling issues 2005-12-06 22:06:29 +00:00
modrdn.c Add orr_modlist member to request structure, containing a list of 2006-01-01 09:23:24 +00:00
operational.c use pooled memory whenever appropriate 2005-11-13 21:51:13 +00:00
proto-sql.h use pooled memory whenever appropriate 2005-11-13 21:51:13 +00:00
schema-map.c use lutil_ato*() whenever appropriate 2005-11-24 01:10:05 +00:00
search.c fix various memory leaks and handling issues 2005-12-06 22:06:29 +00:00
sql-wrap.c make the message one-line 2005-12-17 00:41:17 +00:00
util.c silence debug messages 2005-11-24 01:00:28 +00:00