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
/
nttrans.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: Move handling the 1sec sharing_violation delay into smb1 code
Volker Lendecke
2019-08-07
1
-0
/
+18
*
smbd: Cancel smbd_smb1_do_locks requests in reply_ntcancel
Volker Lendecke
2019-06-20
1
-1
/
+1
*
smbd: Only remove locks by mid if necessary
Volker Lendecke
2019-06-20
1
-2
/
+5
*
s3:smbd: fix max_buffer handling of initial notify requests
Stefan Metzmacher
2019-03-29
1
-2
/
+4
*
smbd: Use dom_sid_str_buf
Volker Lendecke
2018-12-20
1
-1
/
+2
*
s3:smbd: add twrp args to filename_convert()
Ralph Boehme
2018-11-27
1
-0
/
+4
*
smbd: Use dom_sid_str_buf
Volker Lendecke
2018-11-02
1
-3
/
+3
*
smbd: Fix CID 1438245 Dereference before null check
Volker Lendecke
2018-08-08
1
-1
/
+1
*
smbd: Fix CID 1438246 Unchecked return value
Volker Lendecke
2018-08-08
1
-1
/
+10
*
smbd: Align integer types
Volker Lendecke
2018-08-08
1
-1
/
+1
*
s3/smbd: allow set quota for non root user (when built with --enable-selftest)
Noel Power
2018-07-31
1
-1
/
+1
*
s3/smbd: adjust smb1 server to use idl structs and generated ndr push/pull funcs
Noel Power
2018-07-31
1
-279
/
+381
*
s3:smbd: Add FALL_THROUGH statements in nttrans.c
Andreas Schneider
2018-03-01
1
-0
/
+1
*
s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...
Jeremy Allison
2017-05-22
1
-4
/
+0
*
s3: smbd: In ntrename OR in ucf_flags, don't overwrite.
Jeremy Allison
2017-05-22
1
-2
/
+2
*
s3: smbd: Always use ucf_flags_from_smb_request() in place of checking by han...
Jeremy Allison
2017-05-22
1
-2
/
+2
*
smbd: remove coupling between get_ea_names_from_file() and "ea support"
Uri Simchoni
2017-03-02
1
-12
/
+18
*
s3:smbd: only pass UCF_PREP_CREATEFILE to filename_convert() if we may create...
Stefan Metzmacher
2016-10-25
1
-4
/
+4
*
nt-quotas: fixup failure case for TRANSACT_GET_USER_QUOTA_FOR_SID
Uri Simchoni
2016-04-29
1
-0
/
+1
*
smbd: do not cover up VFS failures to get quota
Uri Simchoni
2016-03-31
1
-6
/
+1
*
nt-quotas: vfs_get_ntquota() return NTSTATUS
Uri Simchoni
2016-03-31
1
-1
/
+3
*
s3: smbd: Remove many common uses of lp_posix_pathnames().
Jeremy Allison
2016-03-24
1
-1
/
+1
*
s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().
Jeremy Allison
2016-03-24
1
-1
/
+2
*
s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...
Jeremy Allison
2016-03-15
1
-2
/
+2
*
CVE-2015-7560: s3: smbd: Refuse to set an ACL from a POSIX file handle on a s...
Jeremy Allison
2016-03-10
1
-0
/
+6
*
CVE-2015-7560: s3: smbd: Refuse to get an ACL from a POSIX file handle on a s...
Jeremy Allison
2016-03-10
1
-0
/
+7
*
s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.
Jeremy Allison
2016-03-07
1
-2
/
+2
*
smbd: enable unit-testing of NT_TRANSACT_GET_USER_QUOTA
Uri Simchoni
2016-01-26
1
-1
/
+1
*
s3: smbd: Replace most uses of lp_posix_pathnames() with req->posix_pathnames...
Jeremy Allison
2015-12-23
1
-9
/
+9
*
s3: smbd: Split all calls to srvstr_get_path() to calls to srvstr_get_path_po...
Jeremy Allison
2015-12-23
1
-5
/
+37
*
s3: smbd: Split all calls to srvstr_get_path_wcard() into srvstr_get_path_wca...
Jeremy Allison
2015-12-23
1
-3
/
+22
*
s3: smbd: In nttrans2.c, add in UCF_POSIX_PATHNAMES to the ucf_flags if lp_po...
Jeremy Allison
2015-12-23
1
-4
/
+6
*
s3: smbd: Use ucf_flags variable instead of passing as parameter.
Jeremy Allison
2015-12-23
1
-2
/
+4
*
s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.
Jeremy Allison
2015-12-13
1
-1
/
+1
*
lib: Make sid_linearize take a uint8_t
Volker Lendecke
2015-08-27
1
-2
/
+3
*
lib: Make sid_parse take a uint8_t
Volker Lendecke
2015-08-26
1
-2
/
+3
*
Convert three include files from uint32/16/8 to _t types as well as the sourc...
Richard Sharpe
2015-05-01
1
-83
/
+83
*
s3:vfs: add create tags to SMB_VFS_CREATEFILE
Ralph Boehme
2014-12-04
1
-4
/
+8
*
s3:smbd: pass smbXsrv_connection to open_was_deferred()
Stefan Metzmacher
2014-09-19
1
-3
/
+3
*
s3:smbd: use req->sconn in reply_ntcancel()
Stefan Metzmacher
2014-09-19
1
-1
/
+1
*
s3:smbd: pass smbXsrv_connection to srv_send_smb()
Stefan Metzmacher
2014-09-19
1
-3
/
+2
*
s3:smbd: fix a comment typo
Ralph Boehme
2014-09-09
1
-1
/
+1
*
s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGS
Stefan Metzmacher
2014-08-22
1
-3
/
+4
*
vfs3: Pass "lease" through SMB_VFS_CREATE_FILE
Volker Lendecke
2014-08-11
1
-0
/
+4
*
s3:smbd: use req->xconn in nttrans.c
Stefan Metzmacher
2014-08-06
1
-5
/
+6
*
s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state
Stefan Metzmacher
2014-08-06
1
-1
/
+3
*
s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*
Stefan Metzmacher
2014-08-06
1
-1
/
+2
*
smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...
Jeremy Allison
2013-12-09
1
-4
/
+2
*
smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILE
Jeremy Allison
2013-12-09
1
-2
/
+2
*
smbd: Pull mtime handling into open_file_ntcreate
Volker Lendecke
2013-11-23
1
-18
/
+0
[next]