Bug 14282 - 4.12 only has the create part of the VFS DFS changes.
Summary: 4.12 only has the create part of the VFS DFS changes.
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: VFS Modules (show other bugs)
Version: 4.12.0rc2
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on: 14269
Blocks:
  Show dependency treegraph
 
Reported: 2020-02-18 23:59 UTC by Jeremy Allison
Modified: 2020-12-11 12:29 UTC (History)
2 users (show)

See Also:


Attachments
git-am fix for 4.12.rcNrext. (64.52 KB, patch)
2020-02-19 00:19 UTC, Jeremy Allison
jra: review? (slow)
vl: review+
Details
git-am update for WHATSNEW.txt (1.46 KB, patch)
2020-02-19 00:25 UTC, Jeremy Allison
kseeger: review+
jra: review? (slow)
vl: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2020-02-18 23:59:53 UTC
Ralph just reviewed and added the SMB_VFS_DFS_READ_PATHAT() changes to master. I'd really like to get these into 4.12rcNext, as currently only the write side of this code is in place, leaving OEMs with only half a solution.

Back-port / cherry pick and WHATSNEW update will be added.
Comment 1 Jeremy Allison 2020-02-19 00:19:39 UTC
Created attachment 15796 [details]
git-am fix for 4.12.rcNrext.

git-am fix for 4.12.rcNrext. Cherry-picked from master.

NB. This also includes the two fixes adding create_dfs_pathat() to the catia and cap modules that were missed in the laster 4.12.rc release, which are needed to complete the create_dfs_pathat() code paths.
Comment 2 Jeremy Allison 2020-02-19 00:25:07 UTC
Created attachment 15797 [details]
git-am update for WHATSNEW.txt

Update to WHATSNEW.txt explaining the new MS-DFS calls.
Comment 3 Karolin Seeger 2020-02-19 09:08:41 UTC
Pushed to v4-12-test.
Closing out bug report.

Thanks!