Files
reactos/reactos
Eric Kohl bb14287865 - Implement NtCreateToken()
- Implement RtlGetAce()
- Fix bug which cause RtlCreateAcl() to always fail.
- Cleanup parameter names and fix bug that caused a buffer overrun in RtlCopySidAndAttributesArray()
- When referencing the token object in NtQueryInformationToken() pass in either TOKEN_QUERY access or TOKEN_QUERY_SOURCE access. Passing in zero led to ObReferenceObjectByHandle() always failing with ACCESS_DENIED.
- Fixed NtQueryInformationToken() to check the buffer length and return STATUS_BUFFER_TO_SMALL and the required length.
- Ensure that the ReturnLength is set correctly when NtQueryInformationToken() succeeds. Previously, it was set to the number of bytes unused in the user buffer in some cases or not set at all.
- Handle case of NULL default dacl correctly in NtQueryInformationToken()
- Update main makefile to build apps\utils.
- Update makefiles in apps\utils to have the correct PATH_TO_TOP.
- Update main makefile to build apps\tests\tokentest

Written by Joseph Galbraith.

svn path=/trunk/; revision=3024
2002-06-07 23:00:20 +00:00
..
2002-06-07 23:00:20 +00:00
2001-07-24 20:49:57 +00:00
2002-06-07 23:00:20 +00:00
2002-06-07 23:00:20 +00:00
2002-01-02 00:51:37 +00:00
2002-06-07 23:00:20 +00:00
2002-05-15 09:42:19 +00:00
1999-10-23 18:56:04 +00:00
1999-05-29 00:15:17 +00:00
2000-12-05 02:40:51 +00:00
2002-05-05 15:30:01 +00:00
2002-06-07 23:00:20 +00:00
2002-01-27 01:11:24 +00:00
2002-06-07 23:00:20 +00:00
1999-07-17 23:10:31 +00:00
2002-06-02 19:25:02 +00:00

About Reactos

1. What is Reactos

A project aiming to make an approximate clone of Windows NT, compatible
with most Windows applications.

The project has a website at http://www.reactos.com/

2. Building Reactos

See the INSTALL file for more details.

3. More information

See the doc subdirectory for some sparse notes

4. Who is responsible

See the CREDITS file

5. Recent developments

See the NEWS file