pathnamep,
handle->conn->sconn->remote_address,
handle->conn->sconn->local_address,
- !handle->conn->sconn->using_smb2,
junction, &consumedcnt, &self_referral);
if (!NT_STATUS_IS_OK(status)) {
struct smb_filename connectpath_fname = {
r->in.path,
remote_address,
local_address,
- true, /*allow_broken_path */
jn, &consumedcnt, &self_ref);
if(!NT_STATUS_IS_OK(status)) {
return ntstatus_to_werror(status);
r->in.dfs_entry_path,
remote_address,
local_address,
- true, /*allow_broken_path */
jn, &consumedcnt, &self_ref);
if(!NT_STATUS_IS_OK(status)) {
return WERR_NERR_DFSNOSUCHVOLUME;
r->in.dfs_entry_path,
remote_address,
local_address,
- true, /*allow_broken_path */
jn, &consumedcnt, &self_ref);
if(!NT_STATUS_IS_OK(status) ||
consumedcnt < strlen(r->in.dfs_entry_path)) {
const char *dfs_path,
const struct tsocket_address *remote_address,
const struct tsocket_address *local_address,
- bool allow_broken_path,
struct junction_map *jucn,
size_t *consumedcntp,
bool *self_referralp)
const char *dfs_path,
const struct tsocket_address *remote_address,
const struct tsocket_address *local_address,
- bool allow_broken_path,
struct junction_map *jucn,
size_t *consumedcntp,
bool *self_referralp);