summaryrefslogtreecommitdiff
path: root/source4/torture/masktest.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_full_connection()Stefan Metzmacher1-2/+5
2025-04-18s4:torture: remove unused ports from masktests.cStefan Metzmacher1-2/+2
2025-04-18s4:libcli: remove unused ports from smbcli_full_connection()Stefan Metzmacher1-1/+0
2021-12-09s4: torture: Use smbcli_unlink_wcard() to setup and cleanup in masktest.Jeremy Allison1-1/+1
2021-09-10s4/torture/masktest: don't ignore unknown optionsRalph Boehme1-0/+5
2021-06-16s4:torture: Migrate masktest to new cmdline option parserAndreas Schneider1-9/+29
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2019-08-22s4: free popt context in tortureSwen Schillig1-0/+1
2017-06-01s4:torture: Fix comparison between pointer and zero character constantAndreas Schneider1-1/+1
2017-05-11s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison1-2/+4
2017-05-05s4: torture: Use a named TALLOC_CTX in masktest instead of talloc_autofree_co...Jeremy Allison1-4/+9
2017-02-15lib: Fix "is_case_sensitive" in "ms_fnmatch_protocol"' callersVolker Lendecke1-1/+1
2017-01-22lib: Add "is_case_sensitive" to ms_fnmatch_protocolVolker Lendecke1-1/+2
2014-04-02s4:torture: avoid argv related const warningsStefan Metzmacher1-2/+2
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-1/+1
2011-05-06lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbolAndrew Bartlett1-1/+1
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison1-2/+2
2011-05-03s4: fix arguments to safe_strcpy()Andrew Bartlett1-2/+2
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett1-4/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-6/+6
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-3/+0
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-3/+6
2008-11-02Fix build for make everything.Jelmer Vernooij1-1/+4
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-3/+6
2008-10-22masktest: Avoid creating new memory context, use dynamic allocation.Jelmer Vernooij1-8/+10
2008-10-22Change some dynamic allocations back to static buffers to fix build.Jelmer Vernooij1-11/+7
2008-10-22Repel pstring to nsswitch/.Jelmer Vernooij1-18/+21
2008-09-30Cope with API changes.Jelmer Vernooij1-3/+6
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-05-27Use new dynconfig.h location.Jelmer Vernooij1-1/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-2/+7
2008-02-15fixed masktest to use popt, and fixed the incorrect pstring conversionAndrew Tridgell1-94/+63
2008-02-15fixed loadparm handling in standalone testsAndrew Tridgell1-1/+1
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-3/+9
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-3/+5
2007-12-26r26606: masktest: Dynamically allocate strings.Kai Blin1-21/+27
2007-12-26r26605: masktest: Get rid of pstrings.Kai Blin1-23/+35
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-2/+0
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-2/+3
2007-12-21r26382: Remove more uses of global_loadparm.Jelmer Vernooij1-2/+0
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-1/+1
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij1-1/+2
2007-12-21r26339: Make loadparm talloc-allocated.Jelmer Vernooij1-1/+1
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij1-1/+1
2007-12-21r26275: return loadparm context in lp_load.Jelmer Vernooij1-4/+5
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij1-1/+1
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-1/+1
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-1/+1