]> git.sur5r.net Git - openldap/commit
ITS#5408 part 1 - error handling, debug output, add error texts (rs->sr_text).
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 11 Nov 2008 22:53:41 +0000 (22:53 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 11 Nov 2008 22:53:41 +0000 (22:53 +0000)
commit69a6d8ca2ffc32b364cc857f59541e843026f6a0
tree6ed743a0a5684703d2329cf8aeeb8d14d74b23e0
parentcb8f0d5ad59e38a67258f234eb744f4fcdef3410
ITS#5408 part 1 - error handling, debug output, add error texts (rs->sr_text).
- Reset rs->sr_text on success in apply_modify_to_entry(), not in its callers.
- Fix error test from ldif_write_entry() in ldif_move_entry().
- Start changing LDAP_UNWILLING_TO_PERFORM -> LDAP_OTHER for internal errors.
- Pass around LDAP result codes instead of errno.
- Rename spew_entry() -> ldif_write_entry(), move entry2str_mutex lock into it.
- Some other preparation for upcoming changes.
servers/slapd/back-ldif/ldif.c