summaryrefslogtreecommitdiff
path: root/source3/torture/utable.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all uses of uint32/16/8 to _t in source3/torture.Richard Sharpe2015-05-121-1/+1
* s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-05-091-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-1/+1
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-1/+1
* s3-torture/utable.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-1/+1
* s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach2011-07-201-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-4/+4
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-4/+4
* s3: Use cli_writeall instead of cli_writeVolker Lendecke2011-04-261-1/+2
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-5/+14
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-2/+2
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke2010-10-241-2/+3
* s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke2010-10-241-2/+4
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-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
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-9/+8
* Make cli_unlink async.Jeremy Allison2009-04-291-4/+4
* Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2009-04-211-1/+1
* Fix warnings in make test code.Jeremy Allison2009-01-021-1/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* 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
* r18796: Fix the build. Sorry.Jeremy Allison2007-10-101-2/+2
* r17338: Add support for multiple shares test inspired by Samba 4 torture's --...Alexander Bokovoy2007-10-101-2/+2
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-101-1/+1
* Fix build after Jeremy -- yet another place where convert_string() wasn't upd...Alexander Bokovoy2004-03-121-2/+2
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-2/+2
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-231-21/+28
* fixing torture build by merging code from HEADGerald Carter2003-04-181-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-1/+1
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-2/+18
* better method of generating the case equivalence tableAndrew Tridgell2001-10-021-22/+37
* the CASETABLE torture target now generates the complete unicodeAndrew Tridgell2001-10-021-0/+74
* added a little smbtorture test for dumping the unicode table of aAndrew Tridgell2001-09-251-0/+82