summaryrefslogtreecommitdiff
path: root/source3/torture/scanner.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-28s3:libsmb: get rid of cli_ucs2Luk Claes1-6/+7
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-4/+4
2011-08-09s3:torture/*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher1-2/+2
2011-07-07s3:torture/scanner: use trans2_bytes_push_str() in scan_nttrans()Stefan Metzmacher1-14/+52
2011-07-07s3:torture/scanner: use trans2_bytes_push_str() in scan_trans2()Stefan Metzmacher1-14/+52
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-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-2/+2
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-01-17s3: Convert try_trans2 to cli_transVolker Lendecke1-28/+28
2011-01-17s3: Convert try_nttrans to cli_transVolker Lendecke1-26/+25
2011-01-17s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
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-8/+14
2009-04-29Make cli_unlink async.Jeremy Allison1-2/+2
2007-12-04pull_ascii_pstring is gone.Jeremy Allison1-6/+9
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
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-10r17338: Add support for multiple shares test inspired by Samba 4 torture's --...Alexander Bokovoy1-2/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-6/+6
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-14/+14
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-8/+8
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-4/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2001-09-04fixed compilation of tortureAndrew Tridgell1-44/+40
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-6/+6
2001-08-27forgot to commit the scanner codeAndrew Tridgell1-0/+435