-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote shadows on NT-based systems [CORE1038] #1455
Comments
Commented by: Mark Jones (mjnz) The company I am doing some work for at the moment is also interested in doing this. I have done some research and a small change that allows this to work but I came across some additional security issues. Firstly I see that there is talk about changing the RemoteFileOpenAbility flag in some other threads: But this flag only current works for NFS shares, and furthermore it has no effect if NO_NFS is defined in the code - which is defined for WIN_NT, FREEBSD, NETBSD, VMS I am unsure if this RemoteFileOpenAbility change is on anybody's todo list at this point. (if not I would probably be capable of doing it) But there are some security problems under windows... |
Modified by: @dyemanovassignee: Dmitry Yemanov [ dimitr ] |
Modified by: @pcisarWorkflow: jira [ 11372 ] => Firebird [ 15408 ] |
Modified by: @dyemanovstatus: Open [ 1 ] => Open [ 1 ] Target: 2.5.0 [ 10221 ] Planning Status: Considered for inclusion Implementation: [Easy] |
Modified by: @dyemanovFix Version: 2.5 Beta 1 [ 10251 ] |
Modified by: @samofatovassignee: Dmitry Yemanov [ dimitr ] => Nickolay Samofatov [ skidder ] status: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.5.0 [ 10221 ] Fix Version: 3.0.0 [ 10048 ] => |
Modified by: @dyemanovFix Version: 2.5 RC1 [ 10362 ] Version: 2.0.0 [ 10091 ] => Fix Version: 2.5.0 [ 10221 ] => |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Modified by: @pavel-zotovstatus: Closed [ 6 ] => Closed [ 6 ] QA Status: No test => Cannot be tested |
Submitted by: m_Th (m_th)
Assigned to: @samofatov
Relax a bit the parsing engine in order to allow creating remote shadows on Windows LAN ie Create shadow 1 '\\<Server>\<Share>';
Commits: 363cabb 0070f23
The text was updated successfully, but these errors were encountered: