summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-2/+2
|
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
|
* s3-torture: Add a test for notify upon read&xVolker Lendecke2011-05-043-1/+302
| | | | | | | | This makes sure that when a file is brought online by a read call we notify the client for FILE_NOTIFY_CHANGE_ATTRIBUTES. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed May 4 21:09:22 CEST 2011 on sn-devel-104
* Add POSIX O_RDONLY test of a directory for bug #8112 - POSIX extension opens ↵Jeremy Allison2011-04-301-2/+10
| | | | | | | | | of a directory are denied with EISDIR. Don't strip access bits from wire flags when opening a directory. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Apr 30 02:21:24 CEST 2011 on sn-devel-104
* torture test for bug #8111 - CIFS VFS: unexpected error on SMB posix open.Jeremy Allison2011-04-301-0/+55
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Apr 30 00:33:40 CEST 2011 on sn-devel-104
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-292-0/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-1/+1
| | | | | | This means we use just one constant for this file attribute. Andrew Bartlett
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-293-15/+15
| | | | | | This means we use just one constant for this file attribute. Andrew Bartlett
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-299-124/+124
| | | | | | This means we use just one constant for this file attribute. Andrew Bartlett
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-299-127/+127
| | | | | | This means we use just one constant for this file attribute. Andrew Bartlett
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-291-1/+1
| | | | | | This means we use just one constant for this file attribute. Andrew Bartlett
* s3: Use cli_writeall instead of cli_writeVolker Lendecke2011-04-265-82/+140
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add a 10-second timeout for the 445 or netbios connection to a DCVolker Lendecke2011-04-251-1/+1
|
* s3: Add a quick test for bug 8042Volker Lendecke2011-04-033-0/+81
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 3 16:13:21 CEST 2011 on sn-devel-104
* s3-torture: a very simple test for convert_string_error()Andrew Tridgell2011-03-311-0/+98
| | | | | | this is a very simple test based on the example volker gave in 1e50f9a5. A more sophisticated test will also be worthwhile, but this at least gives us a basic test while changes are being made
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-5/+14
| | | | | | | | Makes these interfaces much harder to misuse and easier to ensure error checking. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 30 23:59:37 CEST 2011 on sn-devel-104
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-303-0/+3
| | | | | | | We might find a better name for it and merge other namequery related things as well here... Guenther
* s3-locking: move locking prototypes out of proto.h.Günther Deschner2011-03-302-0/+2
| | | | | | Will later become part of locking.h Guenther
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-302-0/+2
| | | | Guenther
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-309-0/+9
| | | | Guenther
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-includes: only include system/shmem.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-302-0/+2
| | | | Guenther
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3: Convert cli_raw_tcon to cli_smbVolker Lendecke2011-03-271-2/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 27 19:50:21 CEST 2011 on sn-devel-104
* s3: Fix a memleakVolker Lendecke2011-03-271-0/+2
|
* s3: Replace a use of cli_errstrVolker Lendecke2011-03-271-1/+1
|
* s3: Replace cli_negprot_sendsync() by cli_negprot_send()Volker Lendecke2011-03-271-2/+22
|
* s3: Remove a pointless staticVolker Lendecke2011-03-271-1/+1
|
* s3: Remove a use of cli_send_smbVolker Lendecke2011-03-271-1/+1
|
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵Andrew Tridgell2011-03-241-2/+2
| | | | | | | | | convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104
* s3-prototypes: remove protos of some dead functions.Günther Deschner2011-03-241-1/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-155-0/+5
| | | | Guenther
* s3-torture: fix the build of rpc_open_tcp.Günther Deschner2011-02-281-1/+1
| | | | Guenther
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
|
* Torture test added to run_opentest() to ensure we don't regress onJeremy Allison2011-02-231-0/+26
| | | | | | | the previous change. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 23 03:00:53 CET 2011 on sn-devel-104
* smbtorture Remove random file name before we start RW2Andrew Bartlett2011-02-221-0/+4
|
* nsswitch: make wb_reqtrans a common subsystem.Günther Deschner2011-02-171-1/+1
| | | | Guenther
* s3: test addrchangeVolker Lendecke2011-02-013-0/+95
|
* s3-masktest: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-01-251-5/+6
| | | | | | Convert cli_errstr() to nt_errstr() Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-01-251-7/+6
| | | | | | Convert cli_errstr() to nt_errstr() Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture: fix uninitialized status code.Günther Deschner2011-01-211-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 21 16:52:34 CET 2011 on sn-devel-104
* Add DELETE-LN test to show bug #7863 - Unlink may unlink wrong file when ↵Jeremy Allison2011-01-191-0/+111
| | | | | | | hardlinks are involved Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Jan 19 03:06:32 CET 2011 on sn-devel-104
* s3:torture: use dcerpc_echo_X() functionsStefan Metzmacher2011-01-171-4/+6
| | | | metze
* 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
|