summaryrefslogtreecommitdiff
path: root/source3/torture/nbio.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2010-11-17s3: Fix a missing return valueVolker Lendecke1-1/+3
2010-10-29Fix bug #7700 - Improvement of return code of smbclientJeremy Allison1-5/+13
2010-10-24s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke1-1/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-07-27s3: Remove a typedef (struct file_info)Volker Lendecke1-2/+4
2010-07-25s3: cli_qpathinfo->cli_qpathinfo1Volker Lendecke1-1/+1
2009-11-24s3:torture/nbio: use timeval_current/timeval_elapsed instead of start_timer/e...Stefan Metzmacher1-2/+5
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-1/+1
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-8/+10
2009-04-29Make cli_unlink async.Jeremy Allison1-1/+1
2009-04-28Convert cli_rename to async.Jeremy Allison1-1/+1
2009-04-21Make rmdir async.Jeremy Allison1-1/+1
2009-01-02Fix warnings in make test code.Jeremy Allison1-4/+15
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-10r17363: Some C++ warningsVolker Lendecke1-2/+2
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7902: Fix the buildVolker Lendecke1-1/+1
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-2/+2
2007-10-10r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke1-1/+1
2007-10-10r5749: fix some build issuesGerald Carter1-2/+2
2003-12-02Two trivial warningsVolker Lendecke1-1/+3
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-7/+7
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+10
2002-04-04Fixed some compile warnings.Tim Potter1-0/+2
2002-03-05fixed NBENCH code for NT4 server ntcreatex semanticsAndrew Tridgell1-4/+10
2002-02-05- only show 1 cleanup msg per clientAndrew Tridgell1-4/+16
2002-02-05fixed the directory removal for when the dir doesn't exitAndrew Tridgell1-1/+1
2002-02-05rewrote smbtorture to use the new dbench 2 format and methodsAndrew Tridgell1-112/+159
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell1-0/+240