Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
pp_smb_fname);
}
-/*
- * Go through all the steps to validate a filename.
- * root (privileged) version.
- */
-
-NTSTATUS filename_convert_with_privilege(TALLOC_CTX *ctx,
- connection_struct *conn,
- struct smb_request *smbreq,
- const char *name_in,
- uint32_t ucf_flags,
- struct smb_filename **pp_smb_fname)
-{
- return filename_convert_internal(ctx,
- conn,
- smbreq,
- name_in,
- ucf_flags,
- 0,
- pp_smb_fname);
-}
-
/*
* Build the full path from a dirfsp and dirfsp relative name
*/
uint32_t ucf_flags,
NTTIME twrp,
struct smb_filename **pp_smb_fname);
-NTSTATUS filename_convert_with_privilege(TALLOC_CTX *mem_ctx,
- connection_struct *conn,
- struct smb_request *smbreq,
- const char *name_in,
- uint32_t ucf_flags,
- struct smb_filename **pp_smb_fname);
/* The following definitions come from smbd/files.c */