summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf/testsuite.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuiteMichael Adam2009-01-211-5/+5
* 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
* libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam2008-04-221-1/+1
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-131-1/+1
* libsmbconf: testsuite: add test for delete_includesMichael Adam2008-04-101-0/+56
* libsmbconf: testsuite: fix handling of error message/overall statusMichael Adam2008-04-101-6/+2
* libsmbconf: testsuite: add test_set_get_includes() and use it in registry testMichael Adam2008-04-101-0/+58
* libsmbconf: testsuite: refactor printing of string lists out.Michael Adam2008-04-101-4/+15
* libsmbconf: testsuite: test get_includes for registry backendMichael Adam2008-04-101-0/+2
* libsmbconf: testsuite: use the get_global_includes in get_includes test.Michael Adam2008-04-101-2/+2
* libsmbconf: testsuite: add test for "get_includes" and use it in the text bac...Michael Adam2008-04-101-0/+32
* libsmbconf: testsuite: set the debufg fd to stderr.Michael Adam2008-04-101-0/+1
* libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILEMichael Adam2008-04-101-1/+1
* libsmbconf: testsuite: add talloc_stackframe to main().Michael Adam2008-04-101-0/+2
* libsmbconf: testsuite: add support for "--configfile" option.Michael Adam2008-04-101-1/+32
* libsmbconf: add testsuite to the library.Michael Adam2008-04-101-0/+94