summaryrefslogtreecommitdiff
path: root/source3/torture/scanner.c
Commit message (Expand)AuthorAgeFilesLines
* Correct "existence" typos.Chris Lamb2017-02-221-4/+4
* s3:libsmb: get rid of cli_ucs2Luk Claes2012-05-281-6/+7
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-4/+4
* s3:torture/*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher2011-08-091-2/+2
* s3:torture/scanner: use trans2_bytes_push_str() in scan_nttrans()Stefan Metzmacher2011-07-071-14/+52
* s3:torture/scanner: use trans2_bytes_push_str() in scan_trans2()Stefan Metzmacher2011-07-071-14/+52
* 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-2/+2
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-2/+2
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Convert try_trans2 to cli_transVolker Lendecke2011-01-171-28/+28
* s3: Convert try_nttrans to cli_transVolker Lendecke2011-01-171-26/+25
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-171-3/+3
* 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-8/+14
* Make cli_unlink async.Jeremy Allison2009-04-291-2/+2
* pull_ascii_pstring is gone.Jeremy Allison2007-12-041-6/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* 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
* r17338: Add support for multiple shares test inspired by Samba 4 torture's --...Alexander Bokovoy2007-10-101-2/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-6/+6
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-231-14/+14
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-8/+8
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-4/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* fixed compilation of tortureAndrew Tridgell2001-09-041-44/+40
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-6/+6
* forgot to commit the scanner codeAndrew Tridgell2001-08-271-0/+435