r3528: added support for the SMBntcancel() operation, which cancels any
authorAndrew Tridgell <tridge@samba.org>
Thu, 4 Nov 2004 11:28:38 +0000 (11:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:28 +0000 (13:05 -0500)
commit3423e2f41461d054067ef168b9b986f62cc8f77c
treeabd3222893db5edffe6dd55a2e0a651b5d5f6ec3
parentd264aacfd5b96c1fdb57fd1b6206835a7526eb3c
r3528: added support for the SMBntcancel() operation, which cancels any
outstanding async operation (triggering an immediate timeout).

pvfs now passes the RAW-MUX test
16 files changed:
source/ntvfs/cifs/vfs_cifs.c
source/ntvfs/common/brlock.c
source/ntvfs/ipc/vfs_ipc.c
source/ntvfs/nbench/vfs_nbench.c
source/ntvfs/ntvfs.h
source/ntvfs/ntvfs_generic.c
source/ntvfs/ntvfs_interface.c
source/ntvfs/posix/pvfs_open.c
source/ntvfs/posix/pvfs_wait.c
source/ntvfs/posix/vfs_posix.c
source/ntvfs/posix/vfs_posix.h
source/ntvfs/simple/vfs_simple.c
source/ntvfs/unixuid/vfs_unixuid.c
source/script/tests/test_posix.sh
source/smb_server/reply.c
source/torture/raw/mux.c