index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_getinfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: smbd: Plumb through struct smb_request *req parameter so it can be used b...
Jeremy Allison
2019-06-24
1
-0
/
+1
*
smbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling
Stefan Metzmacher
2019-05-01
1
-0
/
+9
*
libsmb: Rename InfoType from [MS-SMB2] according to the spec
Volker Lendecke
2019-04-01
1
-4
/
+4
*
s3: smbd: Clarify POSIX name handling in SMB2 get/setinfo calls.
Jeremy Allison
2019-03-19
1
-1
/
+1
*
Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...
Ralph Boehme
2019-01-11
1
-1
/
+1
*
smbd: use lp_smbd_getinfo_ask_sharemode()
Ralph Boehme
2018-12-06
1
-8
/
+14
*
s3/smbd: Ensure quota code is only called when quota support detected
Noel Power
2018-08-10
1
-0
/
+5
*
s3/smbd: smb2 server implementation for query get/set info.
Noel Power
2018-07-31
1
-3
/
+83
*
smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...
Stefan Metzmacher
2018-06-18
1
-1
/
+1
*
s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....
Jeremy Allison
2018-03-22
1
-0
/
+3
*
s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGS
Stefan Metzmacher
2014-08-22
1
-1
/
+2
*
s3:smbd: pass smbXsrv_connection to smbd_do_qfsinfo()
Stefan Metzmacher
2014-08-06
1
-1
/
+1
*
s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()
Stefan Metzmacher
2014-08-06
1
-4
/
+4
*
s3:smb2_*: make use of smb2req->xconn where possible
Stefan Metzmacher
2014-08-06
1
-1
/
+1
*
s3:smb2_server: use xconn->smb2.server.max_* instead of sconn->smb2.max_*
Stefan Metzmacher
2014-08-06
1
-4
/
+5
*
s3:smb2_getinfo: make use of smbd_smb2_generate_outbody()
Stefan Metzmacher
2014-03-05
1
-1
/
+1
*
smbd: Revert a93f9c3
Volker Lendecke
2013-08-28
1
-5
/
+0
*
smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfo
Volker Lendecke
2013-08-28
1
-0
/
+10
*
smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfo
Volker Lendecke
2013-08-28
1
-0
/
+12
*
smbd: qfsinfo has fixed/variable buffers
Volker Lendecke
2013-08-28
1
-0
/
+2
*
smbd: qfilepathinfo has fixed/variable buffers
Volker Lendecke
2013-08-28
1
-0
/
+2
*
smbd: Use #defines in smb2_getinfo_send
Volker Lendecke
2013-08-27
1
-4
/
+4
*
s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...
Ralph Wuerthner
2013-08-05
1
-3
/
+10
*
s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...
Ralph Wuerthner
2013-08-05
1
-0
/
+5
*
s3: Make SMB2_GETINFO multi-volume aware.
Ira Cooper
2013-02-08
1
-0
/
+1
*
s3:smb2_getinfo ensure proper error for not yet present quota support
Christian Ambach
2012-10-12
1
-0
/
+4
*
s3:smb2_getinfo: make use of SMBD_SMB2_* macros
Stefan Metzmacher
2012-08-05
1
-5
/
+4
*
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
2012-06-25
1
-1
/
+1
*
s3:smbd: change smb2_getinfo.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
2012-06-15
1
-4
/
+4
*
s3: Fix Coverity ID 709049 Dereference before null check
Volker Lendecke
2012-06-11
1
-1
/
+1
*
s3:smb2_getinfo: make use of file_fsp_smb2()
Stefan Metzmacher
2012-06-09
1
-29
/
+12
*
s3: Fix some 64-bit warnings
Volker Lendecke
2012-05-31
1
-2
/
+2
*
s3:smbd/smb2_getinfo add a debug message
Christian Ambach
2012-05-29
1
-0
/
+8
*
s3:smb2_server verify creditcharge
Christian Ambach
2012-03-09
1
-0
/
+6
*
Fix a bunch of "unused variable" warnings.
Jeremy Allison
2012-02-18
1
-4
/
+0
*
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
Stefan Metzmacher
2011-12-12
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: get/set info are limited by max_trans size (bug #8473)
Stefan Metzmacher
2011-10-13
1
-0
/
+7
*
s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_getinfo.c
Stefan Metzmacher
2011-09-07
1
-13
/
+5
*
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
*
s3-trans2: only include trans2.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
2011-02-08
1
-1
/
+1
*
We need to reply to SMB2_GETINFO_FILE with a class of SMB2_FILE_STANDARD_INFO...
Jeremy Allison
2011-01-28
1
-1
/
+32
*
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
2011-01-25
1
-2
/
+4
*
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Jeremy Allison
2011-01-25
1
-2
/
+2
*
s3:Fix a bogus uninitialized variable warning
Volker Lendecke
2010-07-05
1
-1
/
+1
*
(Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...
Jeremy Allison
2010-05-19
1
-1
/
+1
*
Update (C) for 2010.
Jeremy Allison
2010-04-28
1
-0
/
+1
*
Plumb in get_nt_acl into SMB2.
Jeremy Allison
2010-04-26
1
-6
/
+76
[next]