[3/3] ntdll: Implement FileRenameInformation support. (try 2)

Sebastian Lackner sebastian at fds-team.de
Thu Aug 20 03:25:15 CDT 2015


Changes in v2 (thanks Alexandre):

* Move logic to separate wineserver call. I decided to call it "set_fd_name_info"
because for LinkInformation most of the logic can be reused.
* Add validation for path similar to create_file.

I also defered patch 4 because I assume a more general solution would be preferred, if possible.

---
 dlls/ntdll/file.c       |   44 +++++++++++++++++++-
 dlls/ntdll/tests/file.c |   76 ++++++++++++++++++----------------
 server/fd.c             |  105 +++++++++++++++++++++++++++++++++++++++++++++++-
 server/protocol.def     |   12 ++++-
 4 files changed, 197 insertions(+), 40 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003.diff
Type: text/x-patch
Size: 24136 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150820/97b76048/attachment.bin>


More information about the wine-patches mailing list