summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BUFFER_OVERFLOW if neede...Stefan Metzmacher2011-06-241-0/+5
* s3: Fix Coverity ID 2582: FORWARD_NULLVolker Lendecke2011-06-191-0/+5
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3: Support shadow copy display over SMB2Volker Lendecke2011-05-311-0/+121
* s3: Add ioctl code to smbd_smb2_ioctl_send debugVolker Lendecke2011-05-301-2/+3
* s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner2011-05-021-0/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* (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