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