* patch based on work by Jim Myers to unify the ioctl handling to be
authorAndrew Tridgell <tridge@samba.org>
Thu, 4 Dec 2003 02:03:06 +0000 (02:03 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 4 Dec 2003 02:03:06 +0000 (02:03 +0000)
commit926240428c0646aabb13539745940b61a7cf44a9
tree102988d47fab4a56b59161409dddc9c9dfa86ed5
parentb8cbd9181efabbc360ef335e214a696011839b41
* patch based on work by Jim Myers to unify the ioctl handling to be
  more like the other major SMB functions

* added SMBntrename code
(This used to be commit f2d3dc9893fa0e089c407fa16ce9ff13587e70cd)
13 files changed:
source4/include/ntvfs.h
source4/include/smb_interfaces.h
source4/libcli/raw/rawioctl.c
source4/ntvfs/cifs/vfs_cifs.c
source4/ntvfs/ipc/vfs_ipc.c
source4/ntvfs/print/vfs_print.c
source4/ntvfs/simple/vfs_simple.c
source4/smbd/process.c
source4/smbd/reply.c
source4/torture/raw/ioctl.c
source4/torture/raw/seek.c
source4/torture/torture.c
source4/torture/torture_util.c