summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-1/+1
* Don't return a potentially uninitialized NT_STATUS. We can now see user lists...Jeremy Allison2010-04-271-1/+1
* Add debug statements so I can track the flow of RPC data.Jeremy Allison2010-04-271-2/+27
* s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher2009-08-171-5/+1
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-081-5/+5
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-1/+1
* s3:smbd: send SMB2 interim responses for async callsStefan Metzmacher2009-06-241-0/+5
* s3:smbd: skip file handle checks for SMB2 compounded requestsStefan Metzmacher2009-06-091-2/+4
* s3:smbd: FSCTL_PIPE_TRANSCEIVE on a none IPC$ share should give NOT_SUPPORTEDStefan Metzmacher2009-06-061-1/+1
* s3:smbd: return the same things as Windows 7 for SMB2 Ioctl responsesStefan Metzmacher2009-06-061-7/+23
* s3:smbd: fix the build in smb2_ioctl.cStefan Metzmacher2009-06-051-1/+1
* s3:smbd: add support for SMB2 Ioctl FSCTL_DFS_GET_REFERRALSStefan Metzmacher2009-06-051-0/+74
* s3:smbd: add support for STATUS_BUFFER_OVERFLOW to SMB2 IoctlStefan Metzmacher2009-06-051-5/+10
* s3:smbd: add support for SMB2 Ioctl FSCTL_PIPE_TRANSCEIVE on IPC$Stefan Metzmacher2009-06-051-0/+92
* s3:smbd: add support for SMB2 IoctlStefan Metzmacher2009-06-051-0/+271