summaryrefslogtreecommitdiff
path: root/source3/smbd/msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: squash check_path_syntax() variantsRalph Boehme2023-03-311-3/+3
* s3: smbd: Remove now unused dfs_filename_convert().Jeremy Allison2023-03-311-295/+0
* s3:smbd: Don't assign variable to itselfAndreas Schneider2023-02-061-2/+0
* Fix spelling mistakes.Michael Tokarev2022-09-121-1/+1
* s3: smbd: parse_dfs_path() - Fix comment explaining where this is called from...Jeremy Allison2022-08-281-4/+4
* s3: smbd: Remove allow_broken_path parameter from parse_dfs_path().Jeremy Allison2022-08-281-2/+0
* s3: smbd: Now parse_dfs_path() is only called from dfs_filename_convert() rep...Jeremy Allison2022-08-281-3/+9
* 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: Remove unneeded NULL check inside msdfs_servicename_matches_connect...Jeremy Allison2022-08-281-5/+0
* s3: smbd: In create_junction() don't read hostname from parse_dfs_path_strict().Jeremy Allison2022-08-281-2/+1
* s3: smbd: In create_junction() remove hostname check. parse_dfs_path_strict()...Jeremy Allison2022-08-281-8/+0
* s3: smbd: Change create_junction() to use parse_dfs_path_strict().Jeremy Allison2022-08-281-3/+2
* s3: smbd: Change get_referred_path() to use parse_dfs_path_strict().Jeremy Allison2022-08-281-6/+3
* s3: smbd: Add a comment explaing why dfs_filename_convert() must continue to ...Jeremy Allison2022-08-281-0/+10
* s3: smbd: In dfs_filename_convert(), don't ask for hostname, sharename and th...Jeremy Allison2022-08-281-11/+2
* s3: smbd: Add a new function parse_dfs_path_strict().Jeremy Allison2022-08-281-0/+143
* s3: smbd: Remove the old dfs_path_lookup() code.Jeremy Allison2022-08-121-191/+0
* s3: smbd: Switch get_referred_path() over to use the new dfs_path_lookup().Jeremy Allison2022-08-121-25/+6
* s3: smbd: Add new version of dfs_path_lookup() that uses filename_convert_dir...Jeremy Allison2022-08-121-0/+261
* s3: smbd: Remove dfs_redirect().Jeremy Allison2022-08-121-115/+0
* s3: smbd: In get create_junction(), make sure check_path_syntax() is called o...Jeremy Allison2022-08-121-0/+6
* s3: smbd: In get referred_path(), make sure check_path_syntax() is called on ...Jeremy Allison2022-08-121-0/+7
* s3: smbd: Add dfs_filename_convert(). Simple wrapper around parse_dfs_path().Jeremy Allison2022-08-121-0/+62
* s3: smbd: Use helper function msdfs_servicename_matches_connection() in dfs_r...Jeremy Allison2022-08-121-7/+6
* s3: smbd: Use helper function msdfs_servicename_matches_connection() in parse...Jeremy Allison2022-08-121-8/+7
* s3: smbd: Add helper function msdfs_servicename_matches_connection().Jeremy Allison2022-08-121-0/+46
* s3: smbd: Remove use of 'struct dfs_path'. Not needed for a (hostname, servic...Jeremy Allison2022-08-121-80/+87
* s3: smbd: Add TALLOC_CTX * parameter to parse_dfs_path().Jeremy Allison2022-08-121-5/+17
* s3: smbd: Oops. DBG_ERR messages I used to debug parse_dfs_path(), should hav...Jeremy Allison2022-08-081-4/+4
* s3: smbd: Cleanup - integer align. consumedcnt should be a size_t.Jeremy Allison2022-08-051-5/+5
* s3: smbd: Minor cleanup in parse_dfs_path().Jeremy Allison2022-08-051-4/+3
* s3: smbd: Change srvstr_get_path_internal() to always call check_path_syntaxX...Jeremy Allison2022-08-051-68/+45
* s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().Jeremy Allison2022-03-021-12/+12
* s3: smbd: In form_junctions(), Move one more use of OpenDir() -> OpenDir_nsta...Jeremy Allison2022-03-021-2/+8
* s3: smbd: In count_dfs_links(), Move one more use of OpenDir() -> OpenDir_nst...Jeremy Allison2022-03-021-2/+8
* s3: smbd: parse_dfs_path() can ignore wildcards.Jeremy Allison2021-12-111-6/+0
* s3: smbd: Remove 'bool search_wcard_flag' from parse_dfs_path().Jeremy Allison2021-12-111-2/+1
* s3: smbd: dfs_path_lookup() no longer deals with wildcards.Jeremy Allison2021-12-111-13/+0
* s3: smbd: Allow dfs_redirect() to return a TWRP token it got from a parsed pa...Jeremy Allison2021-12-111-1/+2
* s3: smbd: In dfs_path_lookup(). If we have a DFS path including a @GMT-token,...Jeremy Allison2021-12-111-0/+7
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-111-0/+1
* s3: smbd: In create_conn_struct_cwd(), don't TALLOC_FREE() an unallocated poi...Jeremy Allison2021-08-251-6/+1
* s3: smbd: In dfs_path_lookup(), use relative dirfsp, atname lookups in SMB_VF...Jeremy Allison2021-07-141-19/+40
* s3: smbd: In dfs_path_lookup(), use relative dirfsp, atname lookups in SMB_VF...Jeremy Allison2021-07-141-21/+36
* s3: smbd: In is_msdfs_link(), change to dirfsp, atname parameters.Jeremy Allison2021-07-141-6/+6
* smbd: add create_conn_struct_cwd()Ralph Boehme2021-06-161-0/+38
* smbd: pass tevent context to create_conn_struct_as_root()Ralph Boehme2021-06-161-6/+10
* smbd: use real dirfsp for SMB_VFS_UNLINKAT() in remove_msdfs_link()Ralph Boehme2021-01-281-2/+15
* smbd: use real dirfsp for SMB_VFS_CREATE_DFS_PATHAT() in create_msdfs_link()Ralph Boehme2021-01-281-4/+4