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 | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_transaction_*() to sbcErr. | Andreas Schneider | 1 | -3/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_includes() to sbcErr. | Andreas Schneider | 1 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_set_includes() to sbcErr. | Andreas Schneider | 1 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_includes() to sbcErr. | Andreas Schneider | 1 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_parameter() to sbcErr. | Andreas Schneider | 1 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_parameter() to sbcErr. | Andreas Schneider | 1 | -2/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_set_parameter() to sbcErr. | Andreas Schneider | 1 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_share() to sbcErr. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_share() to sbcErr. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_create_share() to smbErr. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_share_names() to sbcErr. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_drop() to sbcErr. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Added a sbcErrorString() function. | Andreas Schneider | 1 | -0/+9 | |
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> | |||||
2009-02-26 | s3:libsmbconf: add transactions to the libsmbconf api | Michael Adam | 1 | -0/+4 | |
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: move the non-registry parts of libsmbconf to top level | Michael Adam | 1 | -0/+97 | |
Michael |