summaryrefslogtreecommitdiff
path: root/lib/smbconf/smbconf_txt.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-26s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam1-0/+17
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
2009-01-21libsmbconf: Remove use of some Samba3-specific macros.Jelmer Vernooij1-6/+6
2009-01-21libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam1-0/+655
Michael