Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libsmbconf: Convert smbconf_get_config() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -9/+5 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_transaction_*() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -3/+3 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_delete_includes() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -6/+5 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_set_includes() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -7/+6 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_get_includes() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -7/+6 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_delete_parameter() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -6/+5 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_get_parameter() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -8/+7 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_set_parameter() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -6/+5 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_delete_share() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_get_share() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -5/+6 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_create_share() to smbErr. | Andreas Schneider | 2011-05-10 | 1 | -26/+40 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_get_share_names() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -4/+6 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_drop() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Added a sbcErrorString() function. | Andreas Schneider | 2011-05-10 | 1 | -0/+35 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3:smbconf: move smbconf_share_exists checks into backend | Michael Adam | 2009-03-04 | 1 | -24/+0 |
| | | | | Michael | ||||
* | s3:libsmbconf: add transactions to the libsmbconf api | Michael Adam | 2009-02-26 | 1 | -0/+15 |
| | | | | | | | | | 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 Lendecke | 2009-02-26 | 1 | -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 Vernooij | 2009-01-21 | 1 | -1/+1 |
| | |||||
* | libsmbconf: move the non-registry parts of libsmbconf to top level | Michael Adam | 2009-01-21 | 1 | -0/+405 |
Michael |