summaryrefslogtreecommitdiff
path: root/source4/torture/gentest.c
Commit message (Expand)AuthorAgeFilesLines
* s4: torture: Remove talloc_autofree_context() from gentest.Jeremy Allison2017-05-051-3/+16
* torture/gentest time_skew(): don't use labs() on unsigned NTTIMEDouglas Bagnall2015-12-241-1/+6
* s4:torture: avoid argv related const warningsStefan Metzmacher2014-04-021-2/+2
* s4:torture/gentest: make use of cli_credentials_get_username()Stefan Metzmacher2013-08-051-1/+2
* Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker2013-07-171-0/+8
* s4:gentest: get the tid from the smbcli_tree structStefan Metzmacher2011-11-291-2/+4
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-241-4/+13
* s4:ntvfs subsystems - rework it using concrete enum valuesMatthias Dieter Wallnöfer2011-06-161-1/+21
* s4:ntvfs subsystem - quiet enum warningsMatthias Dieter Wallnöfer2011-06-091-9/+1
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* s3/s4: merge msleep and smb_msleepBjörn Jacke2010-09-161-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-11/+11
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+0
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-20/+20
* s4/libcli: rename previously reserved field in SMB2 LOCK structSteven Danneman2009-11-251-1/+1
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-3/+3
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
* s4:torture: s/private/private_dataStefan Metzmacher2009-02-021-6/+6
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-5/+5
* Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2008-11-021-1/+2
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-1/+2
* Fix build for make everything.Jelmer Vernooij2008-11-021-0/+2
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-1/+3
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-1/+2
* Use common util_file code.Jelmer Vernooij2008-10-121-2/+2
* Cope with API changes.Jelmer Vernooij2008-09-301-1/+4
* fixed setpathinfo in gentest to not zero the filename/handleAndrew Tridgell2008-09-241-5/+2
* support NT_STATUS_XX:NT_STATUS_YY syntax in ignore filesAndrew Tridgell2008-09-241-1/+15
* test setinfo FULL_EA_INFORMATION in gentestAndrew Tridgell2008-09-231-1/+8
* fixed a memory error in change notify handling in gentestAndrew Tridgell2008-09-231-2/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* handle NULL fields in blob comparisonAndrew Tridgell2008-06-061-1/+3
* more updates for new info levelsAndrew Tridgell2008-06-021-7/+8
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-3/+4
* merged gentest.c and gentest_smb2.cAndrew Tridgell2008-05-291-476/+1401
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-05-281-1/+1
|\
| * Use new dynconfig.h location.Jelmer Vernooij2008-05-271-1/+1
* | added --skip-cleanup to gentestAndrew Tridgell2008-05-281-0/+7
|/
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-13/+20
* fixed popt handling on 64bit boxes in gentestAndrew Tridgell2008-04-161-7/+7
* fixed some options that could not be overridden on the command lineAndrew Tridgell2008-02-151-10/+3
* convert gentest to use popt and the cmdline libraryAndrew Tridgell2008-02-151-83/+83
* fixed loadparm handling in standalone testsAndrew Tridgell2008-02-151-1/+1
* gentest: Fix a warning.Kai Blin2008-01-111-1/+3
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-1/+3
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+4
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-12/+13
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+1
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-211-1/+2
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-211-1/+1