Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread Liu Hao
On 2017/5/28 11:50, Samuel Leslie wrote: Oh dear. Take two! *crosses fingers* Thanks for the patch, I pushed it to master. -- Best regards, LH_Mouse -- Check out the vibrant tech community on one of the world's most

Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread Samuel Leslie
Oh dear. Take two! *crosses fingers* -SDL -Original Message- From: David Grayson [mailto:davidegray...@gmail.com] Sent: Sunday, 28 May 2017 1:47 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread David Grayson
t: Sunday, 28 May 2017 8:35 AM > To: mingw-w64-public@lists.sourceforge.net; JonY > Subject: Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by > unprivileged users > > On 2017/5/27 21:35, JonY wrote: >> On 05/27/2017 11:14 AM, Samuel Leslie wrote: >>> The MSDN document

Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread Samuel Leslie
M To: mingw-w64-public@lists.sourceforge.net; JonY Subject: Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users On 2017/5/27 21:35, JonY wrote: > On 05/27/2017 11:14 AM, Samuel Leslie wrote: >> The MSDN documentation doesn't appear to ha

Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread Liu Hao
On 2017/5/27 21:35, JonY wrote: On 05/27/2017 11:14 AM, Samuel Leslie wrote: The MSDN documentation doesn't appear to have been updated yet: https://msdn.microsoft.com/en-us/library/windows/desktop/aa363866(v=vs.85).aspx But you can find the details on the official developer blog: https://blogs

Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread Mateusz MikuĊ‚a
Are you sure 0x3 value (0x1 | 0x2) is valid for VALID_SYMBOLIC_LINK_FLAGS on every OS from 7 to 10? Dnia 2017-05-27, sob o godzinie 11:14 +, Samuel Leslie pisze: > The MSDN documentation doesn't appear to have been updated yet: > https://msdn.microsoft.com/en-us/library/windows/desktop/aa36386

Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread JonY
On 05/27/2017 11:14 AM, Samuel Leslie wrote: > The MSDN documentation doesn't appear to have been updated yet: > https://msdn.microsoft.com/en-us/library/windows/desktop/aa363866(v=vs.85).aspx > > But you can find the details on the official developer blog: > https://blogs.windows.com/buildingapps

[Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread Samuel Leslie
The MSDN documentation doesn't appear to have been updated yet: https://msdn.microsoft.com/en-us/library/windows/desktop/aa363866(v=vs.85).aspx But you can find the details on the official developer blog: https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/ Signed-off-by: Samuel