Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-28 | s3:libsmbconf: use lp_load_global() in the testsuite | Michael Adam | 1 | -6/+1 | |
2011-05-10 | libsmbconf: Convert smbconf_delete_includes() to sbcErr. | Andreas Schneider | 1 | -7/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_set_includes() to sbcErr. | Andreas Schneider | 1 | -7/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_includes() to sbcErr. | Andreas Schneider | 1 | -13/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_open() to sbcErr. | Andreas Schneider | 1 | -2/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_init() to sbcErr. | Andreas Schneider | 1 | -6/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-11-02 | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 1 | -1/+1 | |
This change improves the setup_logging() API so that callers which wish to set up logging to stderr can simply ask for it, rather than directly modify the dbf global variable. Andrew Bartlett | |||||
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -0/+1 | |
2010-05-18 | smbconf: only include smbconf headers where needed. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-03-09 | fix "dubious escape" warning of Studio compiler | Björn Jacke | 1 | -1/+1 | |
2009-01-30 | s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:') | Stefan Metzmacher | 1 | -31/+29 | |
Temporary results printfs should not contain reserved subunit words. metze | |||||
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite | Michael Adam | 1 | -5/+5 | |
Michael | |||||
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -9/+9 | |
2008-10-27 | [s3]libsmbconf: create text config in smbconftort | Michael Adam | 1 | -1/+38 | |
Michael | |||||
2008-04-22 | libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt(). | Michael Adam | 1 | -1/+1 | |
...for consistency. Michael (This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d) | |||||
2008-04-13 | libsmbconf: remove the bool verbatim parameter from txt backend init function. | Michael Adam | 1 | -1/+1 | |
Always be verbatim for now. Backend config options may be added later via some private data pointer. Michael (This used to be commit e8bafcfbf4a7ab1dc1ce4f2acd24b0eb74933256) | |||||
2008-04-10 | libsmbconf: testsuite: add test for delete_includes | Michael Adam | 1 | -0/+56 | |
Michael (This used to be commit 757601ec830f4a08c5fdcbe2d9bfac86fdc6602c) | |||||
2008-04-10 | libsmbconf: testsuite: fix handling of error message/overall status | Michael Adam | 1 | -6/+2 | |
Michael (This used to be commit c2d3d56d628f266fdfc0ca98fc199afc01670c2c) | |||||
2008-04-10 | libsmbconf: testsuite: add test_set_get_includes() and use it in registry test | Michael Adam | 1 | -0/+58 | |
Michael (This used to be commit 1f64a1b2b4f11b44e9c9584480f01cac066a6a1d) | |||||
2008-04-10 | libsmbconf: testsuite: refactor printing of string lists out. | Michael Adam | 1 | -4/+15 | |
Michael (This used to be commit 828c7297247a557ed8e2b6935bbc819aae95a660) | |||||
2008-04-10 | libsmbconf: testsuite: test get_includes for registry backend | Michael Adam | 1 | -0/+2 | |
Michael (This used to be commit 31e68cbe5bdc8d69b2b711ec8ea62dbe612ec68f) | |||||
2008-04-10 | libsmbconf: testsuite: use the get_global_includes in get_includes test. | Michael Adam | 1 | -2/+2 | |
Michael (This used to be commit 2a4b71b105616b42e1bbfbf01126cc445a991cc0) | |||||
2008-04-10 | libsmbconf: testsuite: add test for "get_includes" and use it in the text ↵ | Michael Adam | 1 | -0/+32 | |
backend test. Michael (This used to be commit 1ca5afe58cef8b750a65bd8c2a5c9ee794ed50ba) | |||||
2008-04-10 | libsmbconf: testsuite: set the debufg fd to stderr. | Michael Adam | 1 | -0/+1 | |
...so that we see some debug output Michael (This used to be commit 7cfec55ed48644f922ca0ffaa171e3512c93a360) | |||||
2008-04-10 | libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILE | Michael Adam | 1 | -1/+1 | |
so we can for instance set the debug level on the command line. Michael (This used to be commit 94a19234620fc23db9c4aaf449e948342164d1d4) | |||||
2008-04-10 | libsmbconf: testsuite: add talloc_stackframe to main(). | Michael Adam | 1 | -0/+2 | |
Michael (This used to be commit 8c631ac2f42e984137972b7388add4bcbc199665) | |||||
2008-04-10 | libsmbconf: testsuite: add support for "--configfile" option. | Michael Adam | 1 | -1/+32 | |
Michael (This used to be commit 9f6c909f465df5fc64e2bec88acf272be9cd574e) | |||||
2008-04-10 | libsmbconf: add testsuite to the library. | Michael Adam | 1 | -0/+94 | |
Currently only the init function is tested, more tests to come... Michael (This used to be commit bc8dc8626c5fb296edbd193a7cc293317c7a29ca) |