index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()
Stefan Metzmacher
2014-08-06
1
-4
/
+4
*
s3:smb2_ioctl: make use of smbd_smb2_generate_outbody()
Stefan Metzmacher
2014-03-05
1
-1
/
+1
*
smb2_ioctl: remove ioctl error response assumptions
David Disseldorp
2013-01-16
1
-17
/
+57
*
smb2_ioctl: split ioctl handler code on device type
David Disseldorp
2013-01-16
1
-355
/
+20
*
smb2_ioctl: split ioctl handlers into separate funtions
David Disseldorp
2013-01-16
1
-154
/
+173
*
s3:smb2_ioctl: make use of SMBD_SMB2_* macros
Stefan Metzmacher
2012-08-05
1
-8
/
+6
*
s3:smb2_ioctl: fix GUID_compare() check in FSCTL_VALIDATE_NEGOTIATE_INFO
Stefan Metzmacher
2012-07-25
1
-1
/
+1
*
s3:smb2_ioctl: allow clients to send padding at the end of FSCTL_VALIDATE_NEG...
Stefan Metzmacher
2012-07-25
1
-1
/
+1
*
s3:smb2_ioctl: remove FSCTL_VALIDATE_NEGOTIATE_INFO_224 implementation
Stefan Metzmacher
2012-07-25
1
-77
/
+0
*
s3:smbd: change smb2_ioctl.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
2012-06-15
1
-2
/
+2
*
s3:smbd: use FNUM_FIELD_INVALID instead of literal -1
Michael Adam
2012-06-15
1
-1
/
+1
*
s3:smb2_ioctl: make use of file_fsp_smb2()
Stefan Metzmacher
2012-06-10
1
-30
/
+12
*
s3:smb2_ioctl: verify credit charge
Stefan Metzmacher
2012-05-29
1
-0
/
+25
*
s3:smb2_ioctl: add more validation checks
Stefan Metzmacher
2012-05-29
1
-6
/
+67
*
s3:smb2_ioctl: add some more validation checks
Stefan Metzmacher
2012-05-29
1
-7
/
+36
*
s3:smb2_server: make use of nt_status_np_pipe()
Stefan Metzmacher
2012-05-23
1
-3
/
+9
*
s3:smbd: use nt_status_np_pipe for smb1
Stefan Metzmacher
2012-05-23
1
-0
/
+2
*
s3:smb2_ioctl: Fix Coverity ID 701771 Uninitialized scalar variable
Stefan Metzmacher
2012-05-21
1
-0
/
+10
*
s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO
Stefan Metzmacher
2012-05-12
1
-0
/
+86
*
s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO_224
Stefan Metzmacher
2012-05-12
1
-0
/
+73
*
s3:smb2_ioctl: allow functions to disconnect the smb connection
Stefan Metzmacher
2012-05-11
1
-3
/
+18
*
s3:smb2_ioctl: FSCTL_SRV_ENUMERATE_SNAPSHOTS is handles in SMB_VFS_FSCTL()
Stefan Metzmacher
2012-05-11
1
-125
/
+0
*
s3:smb2_ioctl: call SMB_VFS_FSCTL() as fallback for non SMB2 specific functions
Stefan Metzmacher
2012-05-11
1
-4
/
+33
*
Fix a bunch of "unused variable" warnings.
Jeremy Allison
2012-02-18
1
-3
/
+0
*
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
Stefan Metzmacher
2011-12-12
1
-2
/
+2
*
s3:smb2_ioctl: STATUS_PENDING is defered by 1 millisecond for SMB2_IOCTL
Stefan Metzmacher
2011-11-15
1
-1
/
+1
*
s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()
Stefan Metzmacher
2011-11-15
1
-1
/
+1
*
s3-smb2_server: fix ioctl InputOffset checking
David Disseldorp
2011-09-29
1
-1
/
+10
*
s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_ioctl.c
Stefan Metzmacher
2011-09-07
1
-13
/
+5
*
s3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BUFFER_OVERFLOW if neede...
Stefan Metzmacher
2011-06-24
1
-0
/
+5
*
s3: Fix Coverity ID 2582: FORWARD_NULL
Volker Lendecke
2011-06-19
1
-0
/
+5
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: Support shadow copy display over SMB2
Volker Lendecke
2011-05-31
1
-0
/
+121
*
s3: Add ioctl code to smbd_smb2_ioctl_send debug
Volker Lendecke
2011-05-30
1
-2
/
+3
*
s3-proto: move more rpc_server prototypes out of proto.h
Günther Deschner
2011-05-02
1
-0
/
+1
*
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
2011-04-29
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
2011-03-24
1
-1
/
+1
*
(Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...
Jeremy Allison
2010-05-19
1
-1
/
+1
*
Don't return a potentially uninitialized NT_STATUS. We can now see user lists...
Jeremy Allison
2010-04-27
1
-1
/
+1
*
Add debug statements so I can track the flow of RPC data.
Jeremy Allison
2010-04-27
1
-2
/
+27
*
s3:smbd: implement SMB2 Cancel correctly.
Stefan Metzmacher
2009-08-17
1
-5
/
+1
*
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
2009-08-12
1
-1
/
+1
*
s3:smbd: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
2009-08-08
1
-5
/
+5
*
Fix a few uninitialized variable warnings
Volker Lendecke
2009-07-24
1
-1
/
+1
*
s3:smbd: send SMB2 interim responses for async calls
Stefan Metzmacher
2009-06-24
1
-0
/
+5
*
s3:smbd: skip file handle checks for SMB2 compounded requests
Stefan Metzmacher
2009-06-09
1
-2
/
+4
*
s3:smbd: FSCTL_PIPE_TRANSCEIVE on a none IPC$ share should give NOT_SUPPORTED
Stefan Metzmacher
2009-06-06
1
-1
/
+1
*
s3:smbd: return the same things as Windows 7 for SMB2 Ioctl responses
Stefan Metzmacher
2009-06-06
1
-7
/
+23
*
s3:smbd: fix the build in smb2_ioctl.c
Stefan Metzmacher
2009-06-05
1
-1
/
+1
[next]