summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Move handling the 1sec sharing_violation delay into smb1 codeVolker Lendecke2019-08-071-0/+18
* smbd: Cancel smbd_smb1_do_locks requests in reply_ntcancelVolker Lendecke2019-06-201-1/+1
* smbd: Only remove locks by mid if necessaryVolker Lendecke2019-06-201-2/+5
* s3:smbd: fix max_buffer handling of initial notify requestsStefan Metzmacher2019-03-291-2/+4
* smbd: Use dom_sid_str_bufVolker Lendecke2018-12-201-1/+2
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-11-271-0/+4
* smbd: Use dom_sid_str_bufVolker Lendecke2018-11-021-3/+3
* smbd: Fix CID 1438245 Dereference before null checkVolker Lendecke2018-08-081-1/+1
* smbd: Fix CID 1438246 Unchecked return valueVolker Lendecke2018-08-081-1/+10
* smbd: Align integer typesVolker Lendecke2018-08-081-1/+1
* s3/smbd: allow set quota for non root user (when built with --enable-selftest)Noel Power2018-07-311-1/+1
* s3/smbd: adjust smb1 server to use idl structs and generated ndr push/pull funcsNoel Power2018-07-311-279/+381
* s3:smbd: Add FALL_THROUGH statements in nttrans.cAndreas Schneider2018-03-011-0/+1
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-221-4/+0
* s3: smbd: In ntrename OR in ucf_flags, don't overwrite.Jeremy Allison2017-05-221-2/+2
* s3: smbd: Always use ucf_flags_from_smb_request() in place of checking by han...Jeremy Allison2017-05-221-2/+2
* smbd: remove coupling between get_ea_names_from_file() and "ea support"Uri Simchoni2017-03-021-12/+18
* s3:smbd: only pass UCF_PREP_CREATEFILE to filename_convert() if we may create...Stefan Metzmacher2016-10-251-4/+4
* nt-quotas: fixup failure case for TRANSACT_GET_USER_QUOTA_FOR_SIDUri Simchoni2016-04-291-0/+1
* smbd: do not cover up VFS failures to get quotaUri Simchoni2016-03-311-6/+1
* nt-quotas: vfs_get_ntquota() return NTSTATUSUri Simchoni2016-03-311-1/+3
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-1/+1
* s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().Jeremy Allison2016-03-241-1/+2
* s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...Jeremy Allison2016-03-151-2/+2
* CVE-2015-7560: s3: smbd: Refuse to set an ACL from a POSIX file handle on a s...Jeremy Allison2016-03-101-0/+6
* CVE-2015-7560: s3: smbd: Refuse to get an ACL from a POSIX file handle on a s...Jeremy Allison2016-03-101-0/+7
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-2/+2
* smbd: enable unit-testing of NT_TRANSACT_GET_USER_QUOTAUri Simchoni2016-01-261-1/+1
* s3: smbd: Replace most uses of lp_posix_pathnames() with req->posix_pathnames...Jeremy Allison2015-12-231-9/+9
* s3: smbd: Split all calls to srvstr_get_path() to calls to srvstr_get_path_po...Jeremy Allison2015-12-231-5/+37
* s3: smbd: Split all calls to srvstr_get_path_wcard() into srvstr_get_path_wca...Jeremy Allison2015-12-231-3/+22
* s3: smbd: In nttrans2.c, add in UCF_POSIX_PATHNAMES to the ucf_flags if lp_po...Jeremy Allison2015-12-231-4/+6
* s3: smbd: Use ucf_flags variable instead of passing as parameter.Jeremy Allison2015-12-231-2/+4
* s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.Jeremy Allison2015-12-131-1/+1
* lib: Make sid_linearize take a uint8_tVolker Lendecke2015-08-271-2/+3
* lib: Make sid_parse take a uint8_tVolker Lendecke2015-08-261-2/+3
* Convert three include files from uint32/16/8 to _t types as well as the sourc...Richard Sharpe2015-05-011-83/+83
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-4/+8
* s3:smbd: pass smbXsrv_connection to open_was_deferred()Stefan Metzmacher2014-09-191-3/+3
* s3:smbd: use req->sconn in reply_ntcancel()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: pass smbXsrv_connection to srv_send_smb()Stefan Metzmacher2014-09-191-3/+2
* s3:smbd: fix a comment typoRalph Boehme2014-09-091-1/+1
* s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher2014-08-221-3/+4
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+4
* s3:smbd: use req->xconn in nttrans.cStefan Metzmacher2014-08-061-5/+6
* s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_stateStefan Metzmacher2014-08-061-1/+3
* s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*Stefan Metzmacher2014-08-061-1/+2
* smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...Jeremy Allison2013-12-091-4/+2
* smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILEJeremy Allison2013-12-091-2/+2
* smbd: Pull mtime handling into open_file_ntcreateVolker Lendecke2013-11-231-18/+0