- Oct 04, 2007
-
-
server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions.
-
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
-
-
- Oct 03, 2007
-
-
server: Use ACL_REVISION in create_default_dacl instead of MAX_ACL_REVISION since we don't use any features from later ACL revisions.
-
Use it to implement NtQuerySecurityObject.
-
These both don't operate on tokens so token.c is not the right place for them to be implemented.
-
- Oct 02, 2007
-
-
Alexandre Julliard authored
-
- Sep 28, 2007
-
-
- Sep 27, 2007
-
-
- Sep 26, 2007
-
-
- Sep 20, 2007
-
-
Alexandre Julliard authored
-
- Sep 14, 2007
-
-
server: Add get_token_statistics server call and use it to implement the TokenStatistics and TokenType levels for NtQueryInformationToken.
-
- Sep 11, 2007
-
-
- Sep 10, 2007
-
-
server: Print a more informative message when file_set_error or sock_get_error can't map errno to a status code.
-
- Aug 31, 2007
-
-
server: Fix the crashed process exit code when the debugger exits without detaching. Add a conformance test.
-
- Aug 30, 2007
-
-
Alexandre Julliard authored
-
-
- Aug 29, 2007
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Aug 27, 2007
-
-
Alexandre Julliard authored
This avoids the need to invalidate the window after WM_ERASEBKGND.
-
Alexandre Julliard authored
-
- Aug 24, 2007
-
-
- Aug 23, 2007
-
-
Alexandre Julliard authored
-
-
- Aug 22, 2007
-
-
Alexandre Julliard authored
-
- Aug 09, 2007
-
-
Alexandre Julliard authored
-
-
- Jul 31, 2007
-
-
- Jul 25, 2007
-
-
- Jul 23, 2007
-
-
- Jul 16, 2007
-
-
Alexandre Julliard authored
This is needed to return the correct value when one of the handles being waited on is set to signaled state by the APC.
-
- Jun 25, 2007
-
-
Alexandre Julliard authored
-
- Jun 20, 2007
-
-
Alexandre Julliard authored
One rpath is for installing and one is for running inside the build tree.
-
Alexandre Julliard authored
-
- Jun 15, 2007
-
-
Alexandre Julliard authored
-
- Jun 06, 2007
-
-
Alexandre Julliard authored
server: Add support for system processes, that can be signaled to exit when all non-system processes are done.
-
- Jun 04, 2007
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
server: Remove the extra apc_arg parameter now that user APCs all require the same arg as the kernel APC.
-
- May 30, 2007
-
-