summaryrefslogtreecommitdiffstats
path: root/source3/torture/mangle_test.c
Commit message (Expand)AuthorAgeFilesLines
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-2/+2
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-1/+1
* s3-torture/mangle_test.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-05-181-13/+20
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-5/+5
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-5/+5
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3:fix the merged build of bin/smbtorture4Michael Adam2009-11-241-1/+1
* s3:torture: move the torture-specific headers to new torture/torture.hMichael Adam2009-11-231-0/+1
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-2/+2
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-5/+3
* Make cli_unlink async.Jeremy Allison2009-04-291-5/+5
* Make rmdir async.Jeremy Allison2009-04-211-1/+1
* Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2009-04-211-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-2/+2
* r17338: Add support for multiple shares test inspired by Samba 4 torture's --...Alexander Bokovoy2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-1/+2
* r1444: Another attempt to fulfil the 100% promise. There might be two dots at...Volker Lendecke2007-10-101-1/+1
* r1396: Give the build farm a chance to be clean before 3.0.5. We don't acceptVolker Lendecke2007-10-101-0/+4
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-2/+2
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-231-12/+20
* Fix the build.Jim McDonough2002-11-071-1/+4
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+3
* nicer measurement of failures and collisionsAndrew Tridgell2002-04-121-7/+15
* better mangling test. We now test that we can create by long name andAndrew Tridgell2002-04-121-2/+33
* - added a mangling test suite that measures the collision rate onAndrew Tridgell2002-04-121-0/+162