summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/testsuite.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-18source3/lib/smbconf/testsuite.c: fix stackframe leakRusty Russell1-0/+1
2012-04-05build: Remove sys_fopen wrapperAndrew Bartlett1-1/+1
2011-07-28s3:libsmbconf: use lp_load_global() in the testsuiteMichael Adam1-6/+1
2011-05-10libsmbconf: Convert smbconf_delete_includes() to sbcErr.Andreas Schneider1-7/+6
2011-05-10libsmbconf: Convert smbconf_set_includes() to sbcErr.Andreas Schneider1-7/+6
2011-05-10libsmbconf: Convert smbconf_get_includes() to sbcErr.Andreas Schneider1-13/+15
2011-05-10libsmbconf: Convert smbconf_open() to sbcErr.Andreas Schneider1-2/+0
2011-05-10libsmbconf: Convert smbconf_init() to sbcErr.Andreas Schneider1-6/+8
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-05-18smbconf: only include smbconf headers where needed.Günther Deschner1-0/+4
2009-03-09fix "dubious escape" warning of Studio compilerBjörn Jacke1-1/+1
2009-01-30s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')Stefan Metzmacher1-31/+29
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuiteMichael Adam1-5/+5
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-9/+9
2008-10-27[s3]libsmbconf: create text config in smbconftortMichael Adam1-1/+38
2008-04-22libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam1-1/+1
2008-04-13libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam1-1/+1
2008-04-10libsmbconf: testsuite: add test for delete_includesMichael Adam1-0/+56
2008-04-10libsmbconf: testsuite: fix handling of error message/overall statusMichael Adam1-6/+2
2008-04-10libsmbconf: testsuite: add test_set_get_includes() and use it in registry testMichael Adam1-0/+58
2008-04-10libsmbconf: testsuite: refactor printing of string lists out.Michael Adam1-4/+15
2008-04-10libsmbconf: testsuite: test get_includes for registry backendMichael Adam1-0/+2
2008-04-10libsmbconf: testsuite: use the get_global_includes in get_includes test.Michael Adam1-2/+2
2008-04-10libsmbconf: testsuite: add test for "get_includes" and use it in the text bac...Michael Adam1-0/+32
2008-04-10libsmbconf: testsuite: set the debufg fd to stderr.Michael Adam1-0/+1
2008-04-10libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILEMichael Adam1-1/+1
2008-04-10libsmbconf: testsuite: add talloc_stackframe to main().Michael Adam1-0/+2
2008-04-10libsmbconf: testsuite: add support for "--configfile" option.Michael Adam1-1/+32
2008-04-10libsmbconf: add testsuite to the library.Michael Adam1-0/+94