s3:libsmbconf: add transactions to the libsmbconf api
authorMichael Adam <obnox@samba.org>
Tue, 24 Feb 2009 10:25:44 +0000 (11:25 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 19 Mar 2009 17:03:56 +0000 (18:03 +0100)
commit7f196f3c98051c1a1c78ec8a38645a45c3258b5e
tree356fc946f1e584a791d4fc84c6e7da2e83adedaa
parent9d099300f3fff611fa45778d4f734d245ef17c29
s3:libsmbconf: add transactions to the libsmbconf api

This is useful for wrapping higher level aggregate operations
in transactions. The text backend implementations just return
WERR_OK, the registry backend implementatoins use the
regdb_transaction_start|commit|cancel routines just added.

Michael

Signed-off-by: Michael Adam <obnox@samba.org>
source/lib/smbconf/smbconf.c
source/lib/smbconf/smbconf.h
source/lib/smbconf/smbconf_private.h
source/lib/smbconf/smbconf_reg.c
source/lib/smbconf/smbconf_txt.c