s3: smbd: Remove now unused dfs_filename_convert().
[samba.git] / source3 / smbd / msdfs.c
2023-03-31 Jeremy Allisons3: smbd: Remove now unused dfs_filename_convert().
2023-02-06 Andreas Schneiders3:smbd: Don't assign variable to itself
2022-09-12 Michael TokarevFix spelling mistakes.
2022-08-28 Jeremy Allisons3: smbd: parse_dfs_path() - Fix comment explaining...
2022-08-28 Jeremy Allisons3: smbd: Remove allow_broken_path parameter from parse...
2022-08-28 Jeremy Allisons3: smbd: Now parse_dfs_path() is only called from...
2022-08-28 Jeremy Allisons3: smbd: Remove allow_broken_path from create_junction().
2022-08-28 Jeremy Allisons3: smbd: Remove allow_broken_path from get_referred_pa...
2022-08-28 Jeremy Allisons3: smbd: Remove unneeded NULL check inside msdfs_servi...
2022-08-28 Jeremy Allisons3: smbd: In create_junction() don't read hostname...
2022-08-28 Jeremy Allisons3: smbd: In create_junction() remove hostname check...
2022-08-28 Jeremy Allisons3: smbd: Change create_junction() to use parse_dfs_pat...
2022-08-28 Jeremy Allisons3: smbd: Change get_referred_path() to use parse_dfs_p...
2022-08-28 Jeremy Allisons3: smbd: Add a comment explaing why dfs_filename_conve...
2022-08-28 Jeremy Allisons3: smbd: In dfs_filename_convert(), don't ask for...
2022-08-28 Jeremy Allisons3: smbd: Add a new function parse_dfs_path_strict().
2022-08-12 Jeremy Allisons3: smbd: Remove the old dfs_path_lookup() code.
2022-08-12 Jeremy Allisons3: smbd: Switch get_referred_path() over to use the...
2022-08-12 Jeremy Allisons3: smbd: Add new version of dfs_path_lookup() that...
2022-08-12 Jeremy Allisons3: smbd: Remove dfs_redirect().
2022-08-12 Jeremy Allisons3: smbd: In get create_junction(), make sure check_pat...
2022-08-12 Jeremy Allisons3: smbd: In get referred_path(), make sure check_path_...
2022-08-12 Jeremy Allisons3: smbd: Add dfs_filename_convert(). Simple wrapper...
2022-08-12 Jeremy Allisons3: smbd: Use helper function msdfs_servicename_matches...
2022-08-12 Jeremy Allisons3: smbd: Use helper function msdfs_servicename_matches...
2022-08-12 Jeremy Allisons3: smbd: Add helper function msdfs_servicename_matches...
2022-08-12 Jeremy Allisons3: smbd: Remove use of 'struct dfs_path'. Not needed...
2022-08-12 Jeremy Allisons3: smbd: Add TALLOC_CTX * parameter to parse_dfs_path().
2022-08-08 Jeremy Allisons3: smbd: Oops. DBG_ERR messages I used to debug parse_...
2022-08-05 Jeremy Allisons3: smbd: Cleanup - integer align. consumedcnt should...
2022-08-05 Jeremy Allisons3: smbd: Minor cleanup in parse_dfs_path().
2022-08-05 Jeremy Allisons3: smbd: Change srvstr_get_path_internal() to always...
2022-03-02 Jeremy Allisons3: smbd: Rename OpenDir_ntstatus() -> OpenDir().
2022-03-02 Jeremy Allisons3: smbd: In form_junctions(), Move one more use of...
2022-03-02 Jeremy Allisons3: smbd: In count_dfs_links(), Move one more use of...
2021-12-11 Jeremy Allisons3: smbd: parse_dfs_path() can ignore wildcards.
2021-12-11 Jeremy Allisons3: smbd: Remove 'bool search_wcard_flag' from parse_df...
2021-12-11 Jeremy Allisons3: smbd: dfs_path_lookup() no longer deals with wildcards.
2021-12-11 Jeremy Allisons3: smbd: Allow dfs_redirect() to return a TWRP token...
2021-12-11 Jeremy Allisons3: smbd: In dfs_path_lookup(). If we have a DFS path...
2021-11-11 Ralph Boehmesource3: move lib/substitute.c functions out of proto.h
2021-08-25 Jeremy Allisons3: smbd: In create_conn_struct_cwd(), don't TALLOC_FRE...
2021-07-14 Jeremy Allisons3: smbd: In dfs_path_lookup(), use relative dirfsp...
2021-07-14 Jeremy Allisons3: smbd: In dfs_path_lookup(), use relative dirfsp...
2021-07-14 Jeremy Allisons3: smbd: In is_msdfs_link(), change to dirfsp, atname...
2021-06-16 Ralph Boehmesmbd: add create_conn_struct_cwd()
2021-06-16 Ralph Boehmesmbd: pass tevent context to create_conn_struct_as_root()
2021-01-28 Ralph Boehmesmbd: use real dirfsp for SMB_VFS_UNLINKAT() in remove_...
2021-01-28 Ralph Boehmesmbd: use real dirfsp for SMB_VFS_CREATE_DFS_PATHAT...
2021-01-28 Ralph Boehmesmbd: use real dirfsp for SMB_VFS_UNLINKAT() in create_...
2021-01-13 Jeremy Allisons3: smbd: Add call to conn_setup_case_options() to...
2021-01-08 Volker Lendeckelib: give global_contexts.c its own header file
2020-09-30 Jeremy Allisons3: smbd: Remove unused 'bool *ppath_contains_wcard...
2020-09-30 Jeremy Allisons3: smbd: Implement the 'allow_wcards' parameter inside...
2020-09-30 Jeremy Allisons3: smbd: Remove wrapper resolve_dfspath_wcard(). Just...
2020-09-30 Jeremy Allisons3: smbd: Remove unused 'bool *ppath_contains_wcard...
2020-09-30 Jeremy Allisons3: smbd: Remove unused 'bool *ppath_contains_wcard...
2020-09-30 Jeremy Allisons3: smbd: MS-DFS - We no longer ever set UCF_COND_ALLOW...
2020-05-30 Ralph Boehmesmbd: RIP conn->origpath
2020-05-05 Ralph Boehmesmbd: pass twrp as NTTIME to filename_convert() and...
2020-05-05 Ralph Boehmesmbd: move time_t twrp to @GMT string token conversion...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-04-09 Jeremy Allisons3: smbd: Always call canonicalize_connect_path() for...
2020-03-24 Ralph Boehmesmbd: use canonicalize_connect_path() in create_conn_st...
2020-03-24 Ralph Boehmesmbd: use OpenDir() in form_junctions()
2020-03-24 Ralph Boehmesmbd: use OpenDir() in count_dfs_links()
2020-02-18 Jeremy Allisons3: DFS: Remove is_msdfs_link_internal() - no longer...
2020-02-18 Jeremy Allisons3: DFS: Change the last use of is_msdfs_link_internal...
2020-02-18 Jeremy Allisons3: DFS: Replace calls to is_msdfs_link_internal()...
2020-02-18 Jeremy Allisons3: DFS: Change dfs_path_lookup() to return struct...
2020-02-18 Jeremy Allisons3: DFS: Parse the returned target path in dfs_path_loo...
2020-02-18 Jeremy Allisons3: DFS: Change simple is_msdfs_link() call to use...
2020-02-18 Jeremy Allisons3: smbd: dfs: Clean up exits / talloc heirarchy in...
2020-02-18 Jeremy Allisons3: smbd: dfs: Make parameter names consistent.
2020-02-18 Jeremy Allisons3: smbd: dfs: Allow parse_msdfs_symlink() to be called...
2020-02-18 Jeremy Allisons3: smbd: dfs: Apply some README.Coding to parse_msdfs_...
2020-02-18 Jeremy Allisons3: smbd: dfs: Make parse_msdfs_symlink() external.
2020-02-18 Jeremy Allisons3: smbd: dfs: Move lp_msdfs_shuffle_referrals() call...
2020-02-18 Jeremy Allisons3: smbd: dfs: Cleanup, reformat calls to parse_msdfs_s...
2020-02-18 Jeremy Allisons3: DFS: Don't allow link deletion on a read-only share.
2020-02-18 Jeremy Allisons3: DFS: Don't allow link creation on a read-only share.
2020-01-10 Jeremy Allisons3: smbd: msdfs: Change create_msdfs_link() to call...
2019-12-20 Ralph Boehmes3: simplify create_conn_struct_as_root()
2019-12-20 Ralph Boehmesmbd: pass session info to create_conn_struct_tos_cwd()
2019-12-20 Ralph Boehmesmbd: pass session_info to form_junctions()
2019-12-20 Ralph Boehmesmbd: pass session info to count_dfs_links()
2019-12-20 Ralph Boehmes3: pass session_info to enum_msdfs_links()
2019-12-20 Ralph Boehmesmbd: pass session_info to junction_to_local_path_tos()
2019-12-20 Ralph Boehmes3: pass session_info to remove_msdfs_link()
2019-12-20 Ralph Boehmes3: pass session_info to create_msdfs_link()
2019-12-20 Ralph Boehmes3: pass session info to get_referred_path()
2019-12-16 Jeremy Allisons3: smbd: msdfs: Factor out the code to create a msdfs...
2019-12-16 Jeremy Allisons3: smbd: cleanup. Change 'int referral_count' -> ...
2019-12-16 Jeremy Allisons3: smbd: msdfs: Cleanup, don't mix int and size_t...
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-11-27 Ralph Boehmesmbdotconf: mark "path" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "msdfs proxy" with substitution="1"
2019-11-27 Stefan Metzmachersmbdotconf: mark "comment" with substitution="1"
2019-09-26 Jeremy Allisons3: smbd: Change remove_msdfs_link() to call SMB_VFS_UN...
2019-09-26 Jeremy Allisons3: smbd: Change create_msdfs_link() to call SMB_VFS_UN...
next