s3:libsmbconf: add transactions to the libsmbconf api
commit8dd46903944c48e171837729cbe937f54d9554b7
authorMichael Adam <obnox@samba.org>
Tue, 24 Feb 2009 10:25:44 +0000 (24 11:25 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 19 Mar 2009 11:12:08 +0000 (19 12:12 +0100)
tree10ea5d807e9538a28790eb44094172871d75e218
parent8353d9b764ec90948fb8a5cb39689ea39acc7f9f
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