- Jan 25, 2022
-
-
Alexandre Julliard authored
Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Nov 15, 2021
-
-
Explicitly include <sys/types.h> to make uid_t available to users of server/security.h. This is a problem on musl, and possibly other non-glibc systems. Signed-off-by:
Ismael Luceno <ismael@iodev.co.uk> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Jul 01, 2021
-
-
Alexandre Julliard authored
Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Jun 30, 2021
-
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51347 Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Feb 17, 2021
-
-
Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Sep 24, 2020
-
-
Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Sep 23, 2020
-
-
Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Apr 24, 2019
-
-
Signed-off-by:
Erich E. Hoover <erich.e.hoover@gmail.com> Signed-off-by:
Vijay Kiran Kamuju <infyquest@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Jun 19, 2017
-
-
Signed-off-by:
Matteo Bruni <mbruni@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Jun 15, 2017
-
-
Signed-off-by:
Matteo Bruni <mbruni@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Matteo Bruni <mbruni@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Matteo Bruni <mbruni@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Jan 15, 2016
-
-
Alexandre Julliard authored
Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Mar 19, 2015
-
-
- Apr 23, 2013
-
-
- Apr 11, 2013
-
-
-
Alexandre Julliard authored
-
- Aug 13, 2012
-
-
- Mar 02, 2011
-
-
- Dec 11, 2009
-
-
- Mar 26, 2008
-
-
Alexandre Julliard authored
Make sure we don't check the impersonation level for primary tokens.
-
- Oct 30, 2007
-
-
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
-
- Oct 25, 2007
-
-
- Oct 04, 2007
-
-
server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions.
-
-
- Oct 03, 2007
-
-
These both don't operate on tokens so token.c is not the right place for them to be implemented.
-
- May 30, 2007
-
-
server: Move most of the duplicate_token request to a new function, token_duplicate, to enable the code to be used inside wineserver.
-
- Feb 21, 2007
-
-
Don't check object's security when duplicating a handle of the same or lower access rights. Based on a patch by Vitaliy Margolen.
-
- May 23, 2006
-
-
- Jul 18, 2005
-
-
NtQueryInformationToken. - Implement TokenUser for NtQueryInformationToken. - Add a function for getting the user's registry path from a SID.
-
- Jul 13, 2005
-
-
- Jun 20, 2005
-
-
- Apr 22, 2005
-
-
- Implement checking tokens for privileges in the server. - Implement NtPrivilegeCheck.
-