summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: Use security_token_count_flag_sids() in open_np_file()Volker Lendecke2023-05-161-12/+11
* smbd: Save 488 bytes RSSVolker Lendecke2023-04-181-25/+83
* smbd: Fix a DBG statementVolker Lendecke2023-04-181-2/+1
* smbd/notify: Handle allocation failureJoseph Sutton2023-04-121-13/+63
* pysmbd: Fix typo in error messageJoseph Sutton2023-04-121-1/+1
* posix_acls: Don't skip ACEs in merge_default_aces()Joseph Sutton2023-04-121-2/+18
* smbXsrv_tcon: avoid storing temporary (invalid!) records.Stefan Metzmacher2023-04-125-60/+95
* smbd: Prevent creation of vetoed filesRalph Boehme2023-04-061-3/+7
* smbd: Indicate posix pathnames if SMB311 POSX cc requestedVolker Lendecke2023-04-041-1/+1
* smbd: squash check_path_syntax() variantsRalph Boehme2023-03-316-68/+15
* s3: smbd: Correctly process SMB3 POSIX paths in create.Jeremy Allison2023-03-312-16/+44
* s3: smbd: Correctly set smb2req->smb1req->posix_pathnames from the calling fs...Jeremy Allison2023-03-3114-14/+20
* smbd: Ensure share root POSIX attrs are cleared after mode_fnDavid Mulder2023-03-311-7/+14
* s3: smbd: Add check_path_syntax_smb2_posix().Jeremy Allison2023-03-312-0/+6
* s3: smbd: Flatten the check_path_syntax_smb2() wrapper.Jeremy Allison2023-03-311-6/+1
* s3: smbd: Remove now unused dfs_filename_convert().Jeremy Allison2023-03-312-300/+0
* smbd: RIP DFS pathname processing in filename_convert_dirfsp_nosymlink()Ralph Boehme2023-03-311-33/+1
* s3: smbd: In smb_file_link_information() and smb_file_rename_information() th...Jeremy Allison2023-03-311-0/+7
* smbd: use smb1_strip_dfs_path() in call_trans2findfirst()Ralph Boehme2023-03-311-0/+6
* smbd: use smb1_strip_dfs_path() in reply_search()Ralph Boehme2023-03-311-0/+6
* smbd: use smb1_strip_dfs_path() in call_trans2mkdir()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in call_trans2setpathinfo()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in smb_set_file_unix_hlink()Ralph Boehme2023-03-311-0/+4
* smbd: use smb1_strip_dfs_path() in call_trans2qpathinfo()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in call_trans2open()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_mv()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_mv()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_rmdir()Ralph Boehme2023-03-311-0/+6
* smbd: use smb1_strip_dfs_path() in reply_mkdir()Ralph Boehme2023-03-311-0/+6
* smbd: use smb1_strip_dfs_path() in reply_unlink()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_ctemp()Ralph Boehme2023-03-311-0/+6
* smbd: use smb1_strip_dfs_path() in reply_mknew()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_open_and_X()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_open()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_setatr()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_getatrRalph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_checkpath()Ralph Boehme2023-03-311-0/+6
* smbd: use smb1_strip_dfs_path() in reply_ntrename()Ralph Boehme2023-03-311-0/+5
* smbd: use smb1_strip_dfs_path() in reply_ntrename()Ralph Boehme2023-03-311-0/+6
* smbd: use smb1_strip_dfs_path() in call_nt_transact_create()Ralph Boehme2023-03-311-0/+6
* smbd: use smb1_strip_dfs_path() in reply_ntcreate_and_X()Ralph Boehme2023-03-311-0/+6
* s3: smbd: Add utility function smb1_strip_dfs_path().Ralph Boehme2023-03-312-0/+75
* s3: smbd: Remove unused and commented out check_path_syntax_smb2_msdfs().Jeremy Allison2023-03-311-38/+0
* s3: smbd: Remove 'is_dfs' parameter to check_path_syntax_smb2().Jeremy Allison2023-03-314-11/+14
* s3: smbd: Add assertion to filename_convert_dirfsp_nosymlink() that shows SMB...Jeremy Allison2023-03-311-0/+9
* s3: smbd: Remove all DFS path prefixes before passing to check_path_syntax_sm...Jeremy Allison2023-03-312-8/+64
* s3: smbd: Add utility function smb2_strip_dfs_path().Jeremy Allison2023-03-312-0/+57
* s3: smbd: Change smb2_file_link_information() to use srvstr_pull_talloc()/che...Jeremy Allison2023-03-311-19/+14
* s3: smbd: In smb2_file_link_information(), don't ever expect @GMT tokens in t...Jeremy Allison2023-03-311-5/+1
* s3: smbd: Duplicate smb_file_link_information() hardlink handling as smb2_fil...Jeremy Allison2023-03-311-3/+109