summaryrefslogtreecommitdiff
path: root/lib/smbconf
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06s4-waf: more dependencies on tallocAndrew Tridgell1-6/+3
these are needed so we can support a system talloc without using the bundled talloc.h
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+8
2009-03-04s3:smbconf: move smbconf_share_exists checks into backendMichael Adam1-24/+0
Michael
2009-02-26s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam4-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
2009-02-26Speed up "net conf list"Volker Lendecke1-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>
2009-01-21libsmbconf: Remove use of some Samba3-specific macros.Jelmer Vernooij4-9/+15
2009-01-21libsmbconf: Add build magic for Samba 4.Jelmer Vernooij1-0/+3
2009-01-21libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam6-0/+1428
Michael