summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf/testsuite.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:lib/smbconf: fix const warnings in testsuite.cStefan Metzmacher2014-04-021-4/+6
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* source3/lib/smbconf/testsuite.c: fix stackframe leakRusty Russell2012-07-181-0/+1
| | | | | Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-051-1/+1
|
* s3:libsmbconf: use lp_load_global() in the testsuiteMichael Adam2011-07-281-6/+1
|
* libsmbconf: Convert smbconf_delete_includes() to sbcErr.Andreas Schneider2011-05-101-7/+6
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* libsmbconf: Convert smbconf_set_includes() to sbcErr.Andreas Schneider2011-05-101-7/+6
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* libsmbconf: Convert smbconf_get_includes() to sbcErr.Andreas Schneider2011-05-101-13/+15
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* libsmbconf: Convert smbconf_open() to sbcErr.Andreas Schneider2011-05-101-2/+0
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* libsmbconf: Convert smbconf_init() to sbcErr.Andreas Schneider2011-05-101-6/+8
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-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
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
|
* smbconf: only include smbconf headers where needed.Günther Deschner2010-05-181-0/+4
| | | | Guenther
* fix "dubious escape" warning of Studio compilerBjörn Jacke2009-03-091-1/+1
|
* s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')Stefan Metzmacher2009-01-301-31/+29
| | | | | | Temporary results printfs should not contain reserved subunit words. metze
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuiteMichael Adam2009-01-211-5/+5
| | | | Michael
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-9/+9
|
* [s3]libsmbconf: create text config in smbconftortMichael Adam2008-10-271-1/+38
| | | | Michael
* libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam2008-04-221-1/+1
| | | | | | | ...for consistency. Michael (This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d)
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-131-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)
* libsmbconf: testsuite: add test for delete_includesMichael Adam2008-04-101-0/+56
| | | | | Michael (This used to be commit 757601ec830f4a08c5fdcbe2d9bfac86fdc6602c)
* libsmbconf: testsuite: fix handling of error message/overall statusMichael Adam2008-04-101-6/+2
| | | | | Michael (This used to be commit c2d3d56d628f266fdfc0ca98fc199afc01670c2c)
* libsmbconf: testsuite: add test_set_get_includes() and use it in registry testMichael Adam2008-04-101-0/+58
| | | | | Michael (This used to be commit 1f64a1b2b4f11b44e9c9584480f01cac066a6a1d)
* libsmbconf: testsuite: refactor printing of string lists out.Michael Adam2008-04-101-4/+15
| | | | | Michael (This used to be commit 828c7297247a557ed8e2b6935bbc819aae95a660)
* libsmbconf: testsuite: test get_includes for registry backendMichael Adam2008-04-101-0/+2
| | | | | Michael (This used to be commit 31e68cbe5bdc8d69b2b711ec8ea62dbe612ec68f)
* libsmbconf: testsuite: use the get_global_includes in get_includes test.Michael Adam2008-04-101-2/+2
| | | | | Michael (This used to be commit 2a4b71b105616b42e1bbfbf01126cc445a991cc0)
* libsmbconf: testsuite: add test for "get_includes" and use it in the text ↵Michael Adam2008-04-101-0/+32
| | | | | | | backend test. Michael (This used to be commit 1ca5afe58cef8b750a65bd8c2a5c9ee794ed50ba)
* libsmbconf: testsuite: set the debufg fd to stderr.Michael Adam2008-04-101-0/+1
| | | | | | | ...so that we see some debug output Michael (This used to be commit 7cfec55ed48644f922ca0ffaa171e3512c93a360)
* libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILEMichael Adam2008-04-101-1/+1
| | | | | | | so we can for instance set the debug level on the command line. Michael (This used to be commit 94a19234620fc23db9c4aaf449e948342164d1d4)
* libsmbconf: testsuite: add talloc_stackframe to main().Michael Adam2008-04-101-0/+2
| | | | | Michael (This used to be commit 8c631ac2f42e984137972b7388add4bcbc199665)
* libsmbconf: testsuite: add support for "--configfile" option.Michael Adam2008-04-101-1/+32
| | | | | Michael (This used to be commit 9f6c909f465df5fc64e2bec88acf272be9cd574e)
* libsmbconf: add testsuite to the library.Michael Adam2008-04-101-0/+94
Currently only the init function is tested, more tests to come... Michael (This used to be commit bc8dc8626c5fb296edbd193a7cc293317c7a29ca)