The Samba-Bugzilla – Attachment 83 Details for
Bug 263
Unable to apply ACLs down the tree when mapped through a dfs share
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix dfs get_info call
srv_dfs_nt.c.patch (text/plain), 562 bytes, created by
John Janosik
on 2003-08-15 15:04:04 UTC
(
hide
)
Description:
Fix dfs get_info call
Filename:
MIME Type:
Creator:
John Janosik
Created:
2003-08-15 15:04:04 UTC
Size:
562 bytes
patch
obsolete
>--- rpc_server/srv_dfs_nt.c.orig Fri Aug 15 16:26:58 2003 >+++ rpc_server/srv_dfs_nt.c Fri Aug 15 16:31:00 2003 >@@ -353,6 +353,7 @@ > { > UNISTR2* uni_path = &q_u->uni_path; > uint32 level = q_u->level; >+ int consumedcnt; > pstring path; > struct junction_map jn; > >@@ -360,7 +361,7 @@ > if(!create_junction(path, &jn)) > return WERR_DFS_NO_SUCH_SERVER; > >- if(!get_referred_path(path, &jn, NULL, NULL)) >+ if(!get_referred_path(path, &jn, &consumedcnt, NULL) || consumedcnt < strlen(path)) > return WERR_DFS_NO_SUCH_VOL; > > r_u->level = level;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 263
: 83