summaryrefslogtreecommitdiff
path: root/lib/smbconf/smbconf_txt.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-27libsmbconf: parse an empty share as empty share, not as NULL.Michael Adam1-5/+1
This fixes a segfault in net conf import: Importing a text file with an empty share resulted in a segfault. Now this creates an empty share in registry config, just as it should. Thanks to Gregor Beck <gbeck@sernet.de> for reporting.
2010-05-18smbconf: only include smbconf headers where needed.Günther Deschner1-0/+1
Guenther
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