Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-27 | libsmbconf: parse an empty share as empty share, not as NULL. | Michael Adam | 1 | -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-18 | smbconf: only include smbconf headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-02-26 | s3:libsmbconf: add transactions to the libsmbconf api | Michael Adam | 1 | -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-21 | libsmbconf: Remove use of some Samba3-specific macros. | Jelmer Vernooij | 1 | -6/+6 | |
2009-01-21 | libsmbconf: move the non-registry parts of libsmbconf to top level | Michael Adam | 1 | -0/+655 | |
Michael |