summaryrefslogtreecommitdiff
path: root/source4/torture/gentest.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-02more updates for new info levelsAndrew Tridgell1-7/+8
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-3/+4
2008-05-29merged gentest.c and gentest_smb2.cAndrew Tridgell1-476/+1401
2008-05-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-1/+1
2008-05-28added --skip-cleanup to gentestAndrew Tridgell1-0/+7
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-13/+20
2008-04-16fixed popt handling on 64bit boxes in gentestAndrew Tridgell1-7/+7
2008-02-15fixed some options that could not be overridden on the command lineAndrew Tridgell1-10/+3
2008-02-15convert gentest to use popt and the cmdline libraryAndrew Tridgell1-83/+83
2008-02-15fixed loadparm handling in standalone testsAndrew Tridgell1-1/+1
2008-01-11gentest: Fix a warning.Kai Blin1-1/+3
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-1/+3
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-12/+13
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-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-2/+2
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-1/+1