s3:libsmbconf: add transactions to the libsmbconf api
authorMichael Adam <obnox@samba.org>
Tue, 24 Feb 2009 09:52:30 +0000 (10:52 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 26 Feb 2009 10:05:23 +0000 (11:05 +0100)
commitbd121b532cf5a6728b7605072f725cc9c6d47f48
treea50f7d1d4fe399dc46417526f62e4f68ac1781d1
parent9f97674ef759c65b874028b7af01fcc65f8dac23
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
lib/smbconf/smbconf.c
lib/smbconf/smbconf.h
lib/smbconf/smbconf_private.h
lib/smbconf/smbconf_txt.c
source3/lib/smbconf/smbconf_reg.c