summaryrefslogtreecommitdiff
path: root/source3/torture/utable.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-1/+1
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-1/+1
2011-07-23s3-torture/utable.c: replace cli_read_old() with cli_read()Björn Baumbach1-1/+1
2011-07-20s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach1-1/+1
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-4/+4
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-4/+4
2011-04-26s3: Use cli_writeall instead of cli_writeVolker Lendecke1-1/+2
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison1-5/+14
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-2/+2
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2010-10-24s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke1-2/+3
2010-10-24s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke1-2/+4
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-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-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-9/+8
2009-04-29Make cli_unlink async.Jeremy Allison1-4/+4
2009-04-21Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison1-1/+1
2009-01-02Fix warnings in make test code.Jeremy Allison1-1/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
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-10r18796: Fix the build. Sorry.Jeremy Allison1-2/+2
2007-10-10r17338: Add support for multiple shares test inspired by Samba 4 torture's --...Alexander Bokovoy1-2/+2
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter1-1/+1
2004-03-12Fix build after Jeremy -- yet another place where convert_string() wasn't upd...Alexander Bokovoy1-2/+2
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-2/+2
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-21/+28
2003-04-18fixing torture build by merging code from HEADGerald Carter1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-1/+1
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-2/+18
2001-10-02better method of generating the case equivalence tableAndrew Tridgell1-22/+37
2001-10-02the CASETABLE torture target now generates the complete unicodeAndrew Tridgell1-0/+74
2001-09-25added a little smbtorture test for dumping the unicode table of aAndrew Tridgell1-0/+82