summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-19libcli: move ioctl function field defs to smb_constantsDavid Disseldorp1-1/+1
2009-02-05s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher1-1/+2
2008-05-29fixed the error code for bad SMB2 ioctlsAndrew Tridgell1-1/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher1-0/+1
2007-10-10r16889: implement SMB2 Ioctl in the frontendStefan Metzmacher1-0/+3
2007-10-10r15738: make the code more readableStefan Metzmacher1-8/+3
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-1/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-1/+1
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-2/+3
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-3/+3
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-1/+1
2007-10-10r8122: more fixes from testing dos error code handling against w2k3Andrew Tridgell1-1/+1
2007-10-10r3544: fixed some #include lines to make them more consistentAndrew Tridgell1-1/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell1-1/+2
2007-10-10r3254: - expanded the RAW-IOCTL testAndrew Tridgell1-9/+1
2007-10-10r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell1-0/+87