summaryrefslogtreecommitdiffstats
path: root/lib/smbconf
Commit message (Collapse)AuthorAgeFilesLines
* s3:smbconf: move smbconf_share_exists checks into backendMichael Adam2009-03-041-24/+0
| | | | Michael
* s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam2009-02-264-0/+39
| | | | | | | | | 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
* Speed up "net conf list"Volker Lendecke2009-02-261-4/+0
| | | | | | | With 1000 shares in the registry, this changed the time of "net conf list" from 1.1 seconds to .6 seconds. Signed-off-by: Michael Adam <obnox@samba.org>
* libsmbconf: Remove use of some Samba3-specific macros.Jelmer Vernooij2009-01-214-9/+15
|
* libsmbconf: Add build magic for Samba 4.Jelmer Vernooij2009-01-211-0/+3
|
* libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam2009-01-216-0/+1428
Michael