summaryrefslogtreecommitdiffstats
path: root/source3/torture/nbio.c
Commit message (Expand)AuthorAgeFilesLines
* s3: libsmb : Move users of cli_dskattr to a 64-bit interface cli_disk_free().Jeremy Allison2014-06-071-2/+2
* s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-05-091-1/+1
* s3-torture: Call cli_flush().Andreas Schneider2013-12-061-1/+2
* s3-torture: Fix several memory leaks in delete_fn().Andreas Schneider2013-12-061-1/+5
* s3:torture: replace shm_setup() with anonymous_shared_allocate()Stefan Metzmacher2012-07-251-1/+1
* s3-torture/nbio.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-4/+15
* s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach2011-07-201-1/+1
* s3-torture/nbio.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-05-181-7/+16
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-1/+1
* s3: Use cli_writeall instead of cli_writeVolker Lendecke2011-04-261-3/+7
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3: Fix a missing return valueVolker Lendecke2010-11-171-1/+3
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-291-5/+13
* s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke2010-10-241-1/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-271-2/+4
* s3: cli_qpathinfo->cli_qpathinfo1Volker Lendecke2010-07-251-1/+1
* s3:torture/nbio: use timeval_current/timeval_elapsed instead of start_timer/e...Stefan Metzmacher2009-11-241-2/+5
* 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
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-1/+1
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-8/+10
* Make cli_unlink async.Jeremy Allison2009-04-291-1/+1
* Convert cli_rename to async.Jeremy Allison2009-04-281-1/+1
* Make rmdir async.Jeremy Allison2009-04-211-1/+1
* Fix warnings in make test code.Jeremy Allison2009-01-021-4/+15
* 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
* r17363: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7902: Fix the buildVolker Lendecke2007-10-101-1/+1
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-2/+2
* r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke2007-10-101-1/+1
* r5749: fix some build issuesGerald Carter2007-10-101-2/+2
* Two trivial warningsVolker Lendecke2003-12-021-1/+3
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-231-7/+7
* merge in metze' smbcquotas patch from HEADGerald Carter2003-04-151-2/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+10
* Fixed some compile warnings.Tim Potter2002-04-041-0/+2
* fixed NBENCH code for NT4 server ntcreatex semanticsAndrew Tridgell2002-03-051-4/+10
* - only show 1 cleanup msg per clientAndrew Tridgell2002-02-051-4/+16
* fixed the directory removal for when the dir doesn't exitAndrew Tridgell2002-02-051-1/+1
* rewrote smbtorture to use the new dbench 2 format and methodsAndrew Tridgell2002-02-051-112/+159
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* moved all our torture code to a separate directoryAndrew Tridgell2001-06-191-0/+240