summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
Commit message (Expand)AuthorAgeFilesLines
* smbd: squash check_path_syntax() variantsRalph Boehme2023-03-311-4/+1
* s3: smbd: Add check_path_syntax_smb2_posix().Jeremy Allison2023-03-311-0/+1
* s3: smbd: Remove now unused dfs_filename_convert().Jeremy Allison2023-03-311-5/+0
* s3: smbd: Add utility function smb1_strip_dfs_path().Ralph Boehme2023-03-311-0/+3
* s3: smbd: Remove 'is_dfs' parameter to check_path_syntax_smb2().Jeremy Allison2023-03-311-1/+1
* s3: smbd: Add utility function smb2_strip_dfs_path().Jeremy Allison2023-03-311-0/+1
* smbd: Remove dptr_struct->expect_closeVolker Lendecke2023-02-131-1/+0
* smbd: Remove dptr_struct->spidVolker Lendecke2023-02-131-1/+0
* smbd: Move get_posix_fsp() to smb1_trans2.cVolker Lendecke2023-01-041-6/+0
* smbd: Make get_posix_fsp() publicVolker Lendecke2023-01-041-0/+6
* smbd: Make map_info2_flags_to_sbuf() publicVolker Lendecke2023-01-041-0/+5
* smbd: Make smb_set_file_size() publicVolker Lendecke2023-01-041-0/+7
* smbd: Make smb_set_file_disposition_info() publicVolker Lendecke2023-01-041-1/+5
* smbd: Make store_file_unix_basic[_info2] publicVolker Lendecke2023-01-041-0/+9
* smbd: Add "posix" flag to openat_pathref_dirfsp_nosymlink()Volker Lendecke2022-12-151-0/+1
* smbd: Remove source3/smbd/statcache.cVolker Lendecke2022-12-141-19/+0
* smbd: Make set_current_case_sensitive() staticVolker Lendecke2022-12-141-1/+0
* smbd: add fsp_search_ask_sharemode() and fsp_getinfo_ask_sharemode()Ralph Boehme2022-12-091-0/+2
* smbd: factor out reference_smb_fname_fsp_link() from parent_pathref()Ralph Boehme2022-12-091-0/+3
* posix_acls: Make try_chown and unpack_nt_owners staticChristof Schmitt2022-12-021-1/+0
* posix_acl: Move chown checks to new functionChristof Schmitt2022-12-021-1/+3
* s3:smbd: remove static from release_file_oplock()Stefan Metzmacher2022-09-201-0/+1
* lib: Move extract_snapshot_token() to util_path.cVolker Lendecke2022-09-191-1/+0
* smbd: Remove non_widelink_open() support codeVolker Lendecke2022-09-171-3/+0
* smbd: Make readlink_talloc() publicVolker Lendecke2022-09-171-0/+5
* smbd: Convert store_smb2_posix_info() to use an existing blobVolker Lendecke2022-09-021-5/+7
* smbd: Convert smb2_posix_cc_info() to use an existing blobVolker Lendecke2022-09-021-4/+8
* smbd: remove const from smb_fname arg of set_ea_dos_attribute()Ralph Boehme2022-08-291-1/+1
* s3: smbd: Remove allow_broken_path from create_junction().Jeremy Allison2022-08-281-1/+0
* s3: smbd: Remove allow_broken_path from get_referred_path() and it's callers.Jeremy Allison2022-08-281-1/+0
* s3: smbd: Add "enum file_close_type close_type" parameter to file_close_conn().Jeremy Allison2022-08-181-1/+1
* s3: smbd: Add "enum file_close_type close_type" parameter to close_cnum().Jeremy Allison2022-08-181-1/+3
* s3: smbd: Remove unix_convert() and associated functions.Jeremy Allison2022-08-121-12/+0
* s3: smbd: Remove dfs_redirect().Jeremy Allison2022-08-121-7/+0
* s3: smbd: Add dfs_filename_convert(). Simple wrapper around parse_dfs_path().Jeremy Allison2022-08-121-0/+5
* s3: smbd: Add helper function check_path_syntax_smb2().Jeremy Allison2022-08-121-0/+1
* smbd: Pass vfs_open_how through fd_openatVolker Lendecke2022-08-061-1/+1
* s3: smbd: Remove the ucf_flags parameter from extract_snapshot_token().Jeremy Allison2022-08-051-1/+1
* s3: smbd: Cleanup - integer align. consumedcnt should be a size_t.Jeremy Allison2022-08-051-1/+1
* s3: smbd: Remove filename_convert().Jeremy Allison2022-08-041-6/+0
* s3: smbd: Add returned dirfsp pointer to filename_convert_smb1_search_path().Jeremy Allison2022-08-041-0/+1
* s3: smbd: Remove const from name_in parameter to filename_convert_smb1_search...Jeremy Allison2022-08-041-1/+1
* s3: smbd: Add ucf_flags parameter to extract_snapshot_token().Jeremy Allison2022-08-041-1/+1
* s3: smbd: Add dirfsp parameter to create_directory().Jeremy Allison2022-08-021-1/+3
* s3: smbd: Add src_dirfsp and dst_dirfsp parameters to copy_internals().Jeremy Allison2022-08-021-0/+2
* s3: smbd: Add old_dirfsp and new_dirfsp parameters to hardlink_internals().Jeremy Allison2022-08-021-0/+2
* s3: smbd: Add dst_dirfsp parameter to rename_internals_fsp().Jeremy Allison2022-08-021-0/+1
* s3: smbd: Add dirfsp parameter to unlink_internals().Jeremy Allison2022-08-021-0/+1
* s3: smbd: Add src_dirfsp and dst_dirfsp parameters to rename_internals().Jeremy Allison2022-08-021-0/+2
* smbd: Add openat_pathref_dirfsp_nosymlink()Volker Lendecke2022-07-251-0/+8