reactos/ntoskrnl/se
George Bișoc 506cee3219 [NTOS:SE] Implement logon session termination notification
Note to SELF and EVERYONE: the commit implements the initial logon session termination notification implementation, the SeMarkLogonSessionForTerminationNotification function, but as it currently stands there are several other tasks to be addressed in the future in order for the logon termination notification to be fully completed. The tasks as of which are.

1. Our SepRmDereferenceLogonSession is not fully implemented, as it doesn't inform the LSA and filesystems of logon deletion notification
2. Implement two worker routines that are actually in charge of such tasks of informing LSA and FSDs
3. Perform logon deletion
4. Do further investigations and check whatever that is left to address, if any
2021-07-15 19:31:46 +02:00
..
access.c
accesschk.c
acl.c [NTOS:SE] Set up an ACL and SD for the anonymous logon 2021-03-25 02:30:46 +03:00
audit.c [NTOS:SE] Do not ignore SepAccessCheckAndAuditAlarmWorker return value 2021-06-28 10:20:57 +02:00
priv.c
sd.c [NTOS:SE] Move SQOS capturing in its own file 2021-07-05 09:39:06 +02:00
semgr.c [NTOS:SE] Create the anonymous logon tokens on Security initialisation phase 2021-03-25 02:30:46 +03:00
sid.c
sqos.c [NTOS:SE] Move SQOS capturing in its own file 2021-07-05 09:39:06 +02:00
srm.c [NTOS:SE] Implement logon session termination notification 2021-07-15 19:31:46 +02:00
token.c [NTOS:SE] Minor refactor on NtOpenThreadTokenEx 2021-06-18 18:38:12 +02:00