summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf/testsuite.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/smbconf: fix const warnings in testsuite.cStefan Metzmacher2014-04-021-4/+6
* source3/lib/smbconf/testsuite.c: fix stackframe leakRusty Russell2012-07-181-0/+1
* 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
* libsmbconf: Convert smbconf_set_includes() to sbcErr.Andreas Schneider2011-05-101-7/+6
* libsmbconf: Convert smbconf_get_includes() to sbcErr.Andreas Schneider2011-05-101-13/+15
* libsmbconf: Convert smbconf_open() to sbcErr.Andreas Schneider2011-05-101-2/+0
* libsmbconf: Convert smbconf_init() to sbcErr.Andreas Schneider2011-05-101-6/+8
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
* 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
* 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