summaryrefslogtreecommitdiff
path: root/source4/torture/locktest.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_full_connection()Stefan Metzmacher1-1/+2
2025-04-18s4:libcli: remove unused ports from smbcli_full_connection()Stefan Metzmacher1-1/+0
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2021-09-10s4/torture/locktest: don't ignore unknown optionsRalph Boehme1-0/+5
2021-06-16s4:torture: Migrate locktest to new cmdline option parserAndreas Schneider1-8/+27
2021-06-16s4:torture: Change -U|--user to --user1 and --user2Andreas Schneider1-9/+17
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2019-08-22s4: free popt context in tortureSwen Schillig1-0/+2
2017-05-05s4: torture: Remove talloc_autofree_context() from locktest.Jeremy Allison1-4/+15
2014-11-25s4:torture/locktest: comment out unused code and avoid smbcli_nt_error()Stefan Metzmacher1-5/+5
2014-04-02s4:torture: avoid argv related const warningsStefan Metzmacher1-2/+2
2012-06-05s4:torture/locktest: fix compiler warningStefan Metzmacher1-1/+1
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-1/+1
2010-12-06s4:torture/locktest.c - fix "pid_t" printf warning on SolarisMatthias Dieter Wallnöfer1-1/+1
2010-12-06s4:torture/locktest.c - fix one indentationMatthias Dieter Wallnöfer1-1/+1
2010-09-10s4:torture/locktest.c - add a cast in order to quiet a warning on Solaris ccMatthias Dieter Wallnöfer1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-9/+9
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+0
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-1/+1
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-6/+6
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-1/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-4/+4
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-1/+2
2008-11-02Fix build for make everything.Jelmer Vernooij1-0/+1
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-1/+2
2008-10-22Repel pstring to nsswitch/.Jelmer Vernooij1-11/+13
2008-10-12Fix number of arguments for file_load() functions.Jelmer Vernooij1-1/+1
2008-09-30Cope with API changes.Jelmer Vernooij1-1/+3
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-9/+17
2008-02-15remove redundent codeAndrew Tridgell1-3/+0
2008-02-15make sure lp_ctx is initialisedAndrew Tridgell1-1/+2
2008-02-15fix typoAndrew Tridgell1-1/+1
2008-02-15added a blackbox test for masktestAndrew Tridgell1-5/+10
2008-02-15converted locktest to use popt and cmdline utility codeAndrew Tridgell1-94/+68
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-1/+4
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-1/+4
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-0/+1
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-21r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij1-7/+8
2007-12-21r26275: return loadparm context in lp_load.Jelmer Vernooij1-6/+7
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij1-3/+5
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij1-2/+2
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-21/+21
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1