summaryrefslogtreecommitdiffstats
path: root/lib/smbconf/smbconf.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam2009-02-261-0/+4
| | | | | | | | | 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
* libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam2009-01-211-0/+97
Michael