Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-10 | libsmbconf: Define a doxygen group for libsmbconf. | Andreas Schneider | 1 | -0/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_transaction_cancel(). | Andreas Schneider | 1 | -0/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_transaction_commit(). | Andreas Schneider | 1 | -0/+13 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_transaction_start(). | Andreas Schneider | 1 | -0/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_global_includes(). | Andreas Schneider | 1 | -0/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_includes(). | Andreas Schneider | 1 | -0/+12 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_set_global_includes(). | Andreas Schneider | 1 | -0/+12 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_set_includes(). | Andreas Schneider | 1 | -0/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_global_includes(). | Andreas Schneider | 1 | -0/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_includes(). | Andreas Schneider | 1 | -0/+17 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_global_parameter(). | Andreas Schneider | 1 | -0/+13 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_parameter(). | Andreas Schneider | 1 | -0/+13 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_global_parameter(). | Andreas Schneider | 1 | -0/+17 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_parameter(). | Andreas Schneider | 1 | -0/+17 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_set_global_parameter(). | Andreas Schneider | 1 | -0/+16 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_set_parameter(). | Andreas Schneider | 1 | -0/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_share(). | Andreas Schneider | 1 | -0/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_share(). | Andreas Schneider | 1 | -0/+18 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_create_share(). | Andreas Schneider | 1 | -0/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_share_exists(). | Andreas Schneider | 1 | -0/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_share_names(). | Andreas Schneider | 1 | -0/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_config(). | Andreas Schneider | 1 | -4/+22 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_drop(). | Andreas Schneider | 1 | -0/+9 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_changed(). | Andreas Schneider | 1 | -0/+20 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_shutdown(). | Andreas Schneider | 1 | -0/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_is_writeable(). | Andreas Schneider | 1 | -0/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_backend_requires_messaging(). | Andreas Schneider | 1 | -2/+14 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_config() to sbcErr. | Andreas Schneider | 2 | -10/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_transaction_*() to sbcErr. | Andreas Schneider | 4 | -15/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_includes() to sbcErr. | Andreas Schneider | 4 | -11/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_set_includes() to sbcErr. | Andreas Schneider | 4 | -12/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_includes() to sbcErr. | Andreas Schneider | 4 | -18/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_parameter() to sbcErr. | Andreas Schneider | 4 | -11/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_parameter() to sbcErr. | Andreas Schneider | 4 | -17/+17 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_set_parameter() to sbcErr. | Andreas Schneider | 4 | -11/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_share() to sbcErr. | Andreas Schneider | 4 | -6/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_share() to sbcErr. | Andreas Schneider | 4 | -16/+14 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_create_share() to smbErr. | Andreas Schneider | 4 | -30/+44 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_share_names() to sbcErr. | Andreas Schneider | 5 | -40/+43 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_drop() to sbcErr. | Andreas Schneider | 4 | -5/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_open() to sbcErr. | Andreas Schneider | 2 | -10/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_init() to sbcErr. | Andreas Schneider | 4 | -50/+60 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Added a sbcErrorString() function. | Andreas Schneider | 2 | -0/+44 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Introduce a sbcErrType. | Andreas Schneider | 1 | -0/+23 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -3/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
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 | |||||
2010-04-06 | s4-waf: more dependencies on talloc | Andrew Tridgell | 1 | -6/+3 | |
these are needed so we can support a system talloc without using the bundled talloc.h | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+8 | |