summaryrefslogtreecommitdiff
path: root/source4/torture/gentest.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_tree_full_connection()Stefan Metzmacher1-0/+1
2025-04-18s4:libcli: pass struct loadparm_context to smb2_connect()Stefan Metzmacher1-0/+1
2025-04-18s4:libcli: remove unused dest_ports from smbcli_tree_full_connection()Stefan Metzmacher1-1/+0
2025-04-18s4:libcli: remove unused ports from smb2_connect()Stefan Metzmacher1-1/+0
2024-07-01s4:torture: Initialize param arraysAndreas Schneider1-28/+27
2024-06-30s4:torture: Remove trailing spaces from gentest.cAndreas Schneider1-109/+109
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2023-10-26s4/torture/gentest: explain seemingly redundant initialisationDouglas Bagnall1-0/+1
2023-10-26s4/torture/gentest: remove redundant op entryDouglas Bagnall1-5/+0
2021-09-10s4/torture/gentest: don't ignore unknown optionsRalph Boehme1-0/+5
2021-06-16s4:torture: Migrate gentest to new cmdline option parserAndreas Schneider1-6/+25
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
2020-04-28Implement alt name query for smb2David Mulder1-0/+1
2019-09-01Spelling fixes s/accidentially/accidentally/Mathieu Parent1-1/+1
2019-08-22s4: free popt context in tortureSwen Schillig1-0/+3
2019-05-01s4:libcli/raw: add RAW_FILEINFO_NORMALIZED_NAME_INFORMATION supportStefan Metzmacher1-0/+4
2019-01-28s4:torture: Use C99 initializers in gentestAndreas Schneider1-30/+146
2017-05-05s4: torture: Remove talloc_autofree_context() from gentest.Jeremy Allison1-3/+16
2015-12-24torture/gentest time_skew(): don't use labs() on unsigned NTTIMEDouglas Bagnall1-1/+6
2014-04-02s4:torture: avoid argv related const warningsStefan Metzmacher1-2/+2
2013-08-05s4:torture/gentest: make use of cli_credentials_get_username()Stefan Metzmacher1-1/+2
2013-07-17Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker1-0/+8
2011-11-29s4:gentest: get the tid from the smbcli_tree structStefan Metzmacher1-2/+4
2011-11-24s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher1-4/+13
2011-06-16s4:ntvfs subsystems - rework it using concrete enum valuesMatthias Dieter Wallnöfer1-1/+21
2011-06-09s4:ntvfs subsystem - quiet enum warningsMatthias Dieter Wallnöfer1-9/+1
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-1/+1
2010-09-16s3/s4: merge msleep and smb_msleepBjörn Jacke1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-11/+11
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+0
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-20/+20
2009-11-25s4/libcli: rename previously reserved field in SMB2 LOCK structSteven Danneman1-1/+1
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-3/+3
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher1-1/+1
2009-02-02s4:torture: s/private/private_dataStefan Metzmacher1-6/+6
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-5/+5
2008-11-02Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij1-1/+2
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-1/+2
2008-11-02Fix build for make everything.Jelmer Vernooij1-0/+2
2008-11-01Remove another use of global_loadparm.Jelmer Vernooij1-1/+3
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-1/+2
2008-10-12Use common util_file code.Jelmer Vernooij1-2/+2
2008-09-30Cope with API changes.Jelmer Vernooij1-1/+4
2008-09-24fixed setpathinfo in gentest to not zero the filename/handleAndrew Tridgell1-5/+2
2008-09-24support NT_STATUS_XX:NT_STATUS_YY syntax in ignore filesAndrew Tridgell1-1/+15
2008-09-23test setinfo FULL_EA_INFORMATION in gentestAndrew Tridgell1-1/+8
2008-09-23fixed a memory error in change notify handling in gentestAndrew Tridgell1-2/+1
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-06-06handle NULL fields in blob comparisonAndrew Tridgell1-1/+3