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