A free Windows-compatible Operating System - mirrored from GitHub
Go to file
joeg 941ae04aa2 ntoskrnl/ps/process.c
* Call SepCreateSystemProcessToken() when creating the
  initial system process.  Cleanup the token during
  in PiDeleteProcess().

* Call SepInitializeNewProcess() during NtCreateProcess
  to copy the parent processes token to the new process.

ntoskrnl/include/internal/se.h
ntoskrnl/se/token.c

* Change name of SepDuplicationToken() [which was unimplemented]
  to SepDuplicateToken().  Implement it.

* Implement new functions (which are used by process.c)
  SepInitializeNewProcess() and SepCreateSystemToken().

* Correctly (I think) set Token->ImpersonationLevel in
  NtCreateToken().

apps/tests/tokentest/tokentest.c

* Dump the current processes token.

svn path=/trunk/; revision=3113
2002-06-17 22:52:32 +00:00
freeldr Cross-platform tools added to Makefiles. 2002-06-13 00:39:49 +00:00
os2 reorganized some files 2002-05-30 15:11:47 +00:00
posix PSXSS: It seems the renamed csrterm did not get in the repository. 2002-06-09 08:37:07 +00:00
reactos ntoskrnl/ps/process.c 2002-06-17 22:52:32 +00:00
rosapps Ignore some intermediate files 2002-06-02 21:16:44 +00:00