Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7808 lines
196 KiB

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. msaudite.mc
  5. Abstract:
  6. Constant definitions for the NT Audit Event Messages.
  7. Author:
  8. Jim Kelly (JimK) 30-Mar-1992
  9. Revision History:
  10. Notes:
  11. The .h and .res forms of this file are generated from the .mc
  12. form of the file (base\seaudit\msaudite\msaudite.mc).
  13. Please make all changes to the .mc form of the file.
  14. If you add a new audit category or make any change to the
  15. audit event id valid limits (0x200 ~ 0x5ff), please make a
  16. corresponding change to ntlsa.h
  17. --*/
  18. #ifndef _MSAUDITE_
  19. #define _MSAUDITE_
  20. /*lint -e767 */ // Don't complain about different definitions // winnt
  21. //
  22. // Values are 32 bit values layed out as follows:
  23. //
  24. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  25. // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  26. // +---+-+-+-----------------------+-------------------------------+
  27. // |Sev|C|R| Facility | Code |
  28. // +---+-+-+-----------------------+-------------------------------+
  29. //
  30. // where
  31. //
  32. // Sev - is the severity code
  33. //
  34. // 00 - Success
  35. // 01 - Informational
  36. // 10 - Warning
  37. // 11 - Error
  38. //
  39. // C - is the Customer code flag
  40. //
  41. // R - is a reserved bit
  42. //
  43. // Facility - is the facility code
  44. //
  45. // Code - is the facility's status code
  46. //
  47. //
  48. // Define the facility codes
  49. //
  50. //
  51. // Define the severity codes
  52. //
  53. //
  54. // MessageId: 0x00000000L (No symbolic name defined)
  55. //
  56. // MessageText:
  57. //
  58. // Unused message ID
  59. //
  60. // Message ID 0 is unused - just used to flush out the diagram
  61. //
  62. // min/max limits on audit category-id and event-id of audit events
  63. //
  64. #define SE_ADT_MIN_CATEGORY_ID 1 // SE_CATEGID_SYSTEM
  65. #define SE_ADT_MAX_CATEGORY_ID 9 // SE_CATEGID_ACCOUNT_LOGON
  66. #define SE_ADT_MIN_AUDIT_ID 0x200 // see msaudite.h
  67. #define SE_ADT_MAX_AUDIT_ID 0x5ff // see msaudite.h
  68. ///////////////////////////////////////////////////////////////////////////
  69. ///////////////////////////////////////////////////////////////////////////
  70. // //
  71. // //
  72. // Audit Message ID Space: //
  73. // //
  74. // 0x0000 - 0x00FF : Reserved for future use. //
  75. // //
  76. // 0x0100 - 0x01FF : Categories //
  77. // //
  78. // 0x0200 - 0x05FF : Events //
  79. // //
  80. // 0x0600 - 0x063F : Standard access types and names for //
  81. // specific accesses when no specific names //
  82. // can be found. //
  83. // //
  84. // 0x0640 - 0x06FF : Well known privilege names (as we would //
  85. // like them displayed in the event viewer). //
  86. // //
  87. // 0x0700 - 0x0FFE : Reserved for future use. //
  88. // //
  89. // 0X0FFF : SE_ADT_LAST_SYSTEM_MESSAGE (the highest //
  90. // value audit message used by the system) //
  91. // //
  92. // //
  93. // 0x1000 and above: For use by Parameter Message Files //
  94. // //
  95. ///////////////////////////////////////////////////////////////////////////
  96. ///////////////////////////////////////////////////////////////////////////
  97. //
  98. // MessageId: SE_ADT_LAST_SYSTEM_MESSAGE
  99. //
  100. // MessageText:
  101. //
  102. // Highest System-Defined Audit Message Value.
  103. //
  104. #define SE_ADT_LAST_SYSTEM_MESSAGE ((ULONG)0x00000FFFL)
  105. /////////////////////////////////////////////////////////////////////////////
  106. // //
  107. // //
  108. // CATEGORIES //
  109. // //
  110. // Categories take up the range 0x1 - 0x400 //
  111. // //
  112. // Category IDs: //
  113. // //
  114. // SE_CATEGID_SYSTEM //
  115. // SE_CATEGID_LOGON //
  116. // SE_CATEGID_OBJECT_ACCESS //
  117. // SE_CATEGID_PRIVILEGE_USE //
  118. // SE_CATEGID_DETAILED_TRACKING //
  119. // SE_CATEGID_POLICY_CHANGE //
  120. // SE_CATEGID_ACCOUNT_MANAGEMENT //
  121. // SE_CATEGID_DS_ACCESS //
  122. // SE_CATEGID_ACCOUNT_LOGON //
  123. // //
  124. // //
  125. /////////////////////////////////////////////////////////////////////////////
  126. //
  127. // MessageId: SE_CATEGID_SYSTEM
  128. //
  129. // MessageText:
  130. //
  131. // System Event
  132. //
  133. #define SE_CATEGID_SYSTEM ((ULONG)0x00000001L)
  134. //
  135. // MessageId: SE_CATEGID_LOGON
  136. //
  137. // MessageText:
  138. //
  139. // Logon/Logoff
  140. //
  141. #define SE_CATEGID_LOGON ((ULONG)0x00000002L)
  142. //
  143. // MessageId: SE_CATEGID_OBJECT_ACCESS
  144. //
  145. // MessageText:
  146. //
  147. // Object Access
  148. //
  149. #define SE_CATEGID_OBJECT_ACCESS ((ULONG)0x00000003L)
  150. //
  151. // MessageId: SE_CATEGID_PRIVILEGE_USE
  152. //
  153. // MessageText:
  154. //
  155. // Privilege Use
  156. //
  157. #define SE_CATEGID_PRIVILEGE_USE ((ULONG)0x00000004L)
  158. //
  159. // MessageId: SE_CATEGID_DETAILED_TRACKING
  160. //
  161. // MessageText:
  162. //
  163. // Detailed Tracking
  164. //
  165. #define SE_CATEGID_DETAILED_TRACKING ((ULONG)0x00000005L)
  166. //
  167. // MessageId: SE_CATEGID_POLICY_CHANGE
  168. //
  169. // MessageText:
  170. //
  171. // Policy Change
  172. //
  173. #define SE_CATEGID_POLICY_CHANGE ((ULONG)0x00000006L)
  174. //
  175. // MessageId: SE_CATEGID_ACCOUNT_MANAGEMENT
  176. //
  177. // MessageText:
  178. //
  179. // Account Management
  180. //
  181. #define SE_CATEGID_ACCOUNT_MANAGEMENT ((ULONG)0x00000007L)
  182. //
  183. // MessageId: SE_CATEGID_DS_ACCESS
  184. //
  185. // MessageText:
  186. //
  187. // Directory Service Access
  188. //
  189. #define SE_CATEGID_DS_ACCESS ((ULONG)0x00000008L)
  190. //
  191. // MessageId: SE_CATEGID_ACCOUNT_LOGON
  192. //
  193. // MessageText:
  194. //
  195. // Account Logon
  196. //
  197. #define SE_CATEGID_ACCOUNT_LOGON ((ULONG)0x00000009L)
  198. /////////////////////////////////////////////////////////////////////////////
  199. // //
  200. // //
  201. // Messages for Category: SE_CATEGID_SYSTEM //
  202. // //
  203. // Event IDs: //
  204. // SE_AUDITID_SYSTEM_RESTART //
  205. // SE_AUDITID_SYSTEM_SHUTDOWN //
  206. // SE_AUDITID_AUTH_PACKAGE_LOAD //
  207. // SE_AUDITID_LOGON_PROC_REGISTER //
  208. // SE_AUDITID_AUDITS_DISCARDED //
  209. // SE_AUDITID_NOTIFY_PACKAGE_LOAD //
  210. // SE_AUDITID_LPC_INVALID_USE //
  211. // SE_AUDITID_SYSTEM_TIME_CHANGE //
  212. // SE_AUDITID_UNABLE_TO_LOG_EVENTS //
  213. // SE_AUDITID_SECURITY_LOG_EXCEEDS_WARNING_LEVEL //
  214. // //
  215. /////////////////////////////////////////////////////////////////////////////
  216. //
  217. //
  218. // SE_AUDITID_SYSTEM_RESTART
  219. //
  220. // Category: SE_CATEGID_SYSTEM
  221. //
  222. // Parameter Strings - None
  223. //
  224. //
  225. //
  226. //
  227. // MessageId: SE_AUDITID_SYSTEM_RESTART
  228. //
  229. // MessageText:
  230. //
  231. // Windows is starting up.
  232. //
  233. #define SE_AUDITID_SYSTEM_RESTART ((ULONG)0x00000200L)
  234. //
  235. //
  236. // SE_AUDITID_SYSTEM_SHUTDOWN
  237. //
  238. // Category: SE_CATEGID_SYSTEM
  239. //
  240. // Parameter Strings - None
  241. //
  242. //
  243. //
  244. //
  245. // MessageId: SE_AUDITID_SYSTEM_SHUTDOWN
  246. //
  247. // MessageText:
  248. //
  249. // Windows is shutting down.
  250. // All logon sessions will be terminated by this shutdown.
  251. //
  252. #define SE_AUDITID_SYSTEM_SHUTDOWN ((ULONG)0x00000201L)
  253. //
  254. //
  255. // SE_AUDITID_SYSTEM_AUTH_PACKAGE_LOAD
  256. //
  257. // Category: SE_CATEGID_SYSTEM
  258. //
  259. // Parameter Strings -
  260. //
  261. // 1 - Authentication Package Name
  262. //
  263. //
  264. //
  265. //
  266. // MessageId: SE_AUDITID_AUTH_PACKAGE_LOAD
  267. //
  268. // MessageText:
  269. //
  270. // An authentication package has been loaded by the Local Security Authority.
  271. // This authentication package will be used to authenticate logon attempts.
  272. // %n
  273. // Authentication Package Name:%t%1
  274. //
  275. #define SE_AUDITID_AUTH_PACKAGE_LOAD ((ULONG)0x00000202L)
  276. //
  277. //
  278. // SE_AUDITID_SYSTEM_LOGON_PROC_REGISTER
  279. //
  280. // Category: SE_CATEGID_SYSTEM
  281. //
  282. // Parameter Strings -
  283. //
  284. // 1 - Logon Process Name
  285. //
  286. //
  287. //
  288. //
  289. // MessageId: SE_AUDITID_SYSTEM_LOGON_PROC_REGISTER
  290. //
  291. // MessageText:
  292. //
  293. // A trusted logon process has registered with the Local Security Authority.
  294. // This logon process will be trusted to submit logon requests.
  295. // %n
  296. // %n
  297. // Logon Process Name:%t%1
  298. //
  299. #define SE_AUDITID_SYSTEM_LOGON_PROC_REGISTER ((ULONG)0x00000203L)
  300. //
  301. //
  302. // SE_AUDITID_AUDITS_DISCARDED
  303. //
  304. // Category: SE_CATEGID_SYSTEM
  305. //
  306. // Parameter Strings -
  307. //
  308. // 1 - Number of audits discarded
  309. //
  310. //
  311. //
  312. //
  313. // MessageId: SE_AUDITID_AUDITS_DISCARDED
  314. //
  315. // MessageText:
  316. //
  317. // Internal resources allocated for the queuing of audit messages have been exhausted,
  318. // leading to the loss of some audits.
  319. // %n
  320. // %tNumber of audit messages discarded:%t%1
  321. //
  322. #define SE_AUDITID_AUDITS_DISCARDED ((ULONG)0x00000204L)
  323. //
  324. //
  325. // SE_AUDITID_AUDIT_LOG_CLEARED
  326. //
  327. // Category: SE_CATEGID_SYSTEM
  328. //
  329. // Parameter Strings -
  330. //
  331. // 1 - Primary user account name
  332. //
  333. // 2 - Primary authenticating domain name
  334. //
  335. // 3 - Primary logon ID string
  336. //
  337. // 4 - Client user account name ("-" if no client)
  338. //
  339. // 5 - Client authenticating domain name ("-" if no client)
  340. //
  341. // 6 - Client logon ID string ("-" if no client)
  342. //
  343. //
  344. //
  345. //
  346. // MessageId: SE_AUDITID_AUDIT_LOG_CLEARED
  347. //
  348. // MessageText:
  349. //
  350. // The audit log was cleared
  351. // %n
  352. // %tPrimary User Name:%t%1%n
  353. // %tPrimary Domain:%t%2%n
  354. // %tPrimary Logon ID:%t%3%n
  355. // %tClient User Name:%t%4%n
  356. // %tClient Domain:%t%5%n
  357. // %tClient Logon ID:%t%6%n
  358. //
  359. #define SE_AUDITID_AUDIT_LOG_CLEARED ((ULONG)0x00000205L)
  360. //
  361. //
  362. // SE_AUDITID_SYSTEM_NOTIFY_PACKAGE_LOAD
  363. //
  364. // Category: SE_CATEGID_SYSTEM
  365. //
  366. // Parameter Strings -
  367. //
  368. // 1 - Notification Package Name
  369. //
  370. //
  371. //
  372. //
  373. // MessageId: SE_AUDITID_NOTIFY_PACKAGE_LOAD
  374. //
  375. // MessageText:
  376. //
  377. // An notification package has been loaded by the Security Account Manager.
  378. // This package will be notified of any account or password changes.
  379. // %n
  380. // Notification Package Name:%t%1
  381. //
  382. #define SE_AUDITID_NOTIFY_PACKAGE_LOAD ((ULONG)0x00000206L)
  383. //
  384. //
  385. // SE_AUDITID_LPC_INVALID_USE
  386. //
  387. // Category: SE_CATEGID_SYSTEM
  388. //
  389. // Parameter Strings -
  390. //
  391. // 1 - LPC call (e.g. "impersonation" | "reply")
  392. //
  393. // 2 - Server Port name
  394. //
  395. // 3 - Faulting process
  396. //
  397. // Event type: success
  398. //
  399. // Description:
  400. // SE_AUDIT_LPC_INVALID_USE is generated when a process uses an invalid LPC
  401. // port in an attempt to impersonate a client, reply or read/write from/to a client address space.
  402. //
  403. //
  404. // MessageId: SE_AUDITID_LPC_INVALID_USE
  405. //
  406. // MessageText:
  407. //
  408. // Invalid use of LPC port.%n
  409. // %tProcess ID: %1%n
  410. // %tImage File Name: %2%n
  411. // %tPrimary User Name:%t%3%n
  412. // %tPrimary Domain:%t%4%n
  413. // %tPrimary Logon ID:%t%5%n
  414. // %tClient User Name:%t%6%n
  415. // %tClient Domain:%t%7%n
  416. // %tClient Logon ID:%t%8%n
  417. // %tInvalid use: %9%n
  418. // %tServer Port Name:%t%10%n
  419. //
  420. #define SE_AUDITID_LPC_INVALID_USE ((ULONG)0x00000207L)
  421. //
  422. //
  423. // SE_AUDITID_SYSTEM_TIME_CHANGE
  424. //
  425. // Category: SE_CATEGID_SYSTEM
  426. //
  427. // Parameter Strings -
  428. //
  429. // Type: success
  430. //
  431. // Description: This event is generated when the system time is changed.
  432. //
  433. // Note: This will often appear twice in the audit log; this is an implementation
  434. // detail wherein changing the system time results in two calls to NtSetSystemTime.
  435. // This is necessary to deal with time zone changes.
  436. //
  437. //
  438. //
  439. // MessageId: SE_AUDITID_SYSTEM_TIME_CHANGE
  440. //
  441. // MessageText:
  442. //
  443. // The system time was changed.%n
  444. // Process ID:%t%t%1%n
  445. // Process Name:%t%t%2%n
  446. // Primary User Name:%t%3%n
  447. // Primary Domain:%t%t%4%n
  448. // Primary Logon ID:%t%t%5%n
  449. // Client User Name:%t%t%6%n
  450. // Client Domain:%t%t%7%n
  451. // Client Logon ID:%t%t%8%n
  452. // Previous Time:%t%t%10 %9%n
  453. // New Time:%t%t%12 %11%n
  454. //
  455. #define SE_AUDITID_SYSTEM_TIME_CHANGE ((ULONG)0x00000208L)
  456. //
  457. //
  458. // SE_AUDITID_UNABLE_TO_LOG_EVENTS
  459. //
  460. // Category: SE_CATEGID_SYSTEM
  461. //
  462. // Type: failure
  463. //
  464. // Description:
  465. // This event is generated when the system is not able to log
  466. // security audit events.
  467. //
  468. // Parameters:
  469. // 1 : Win32 error code
  470. //
  471. // 2 : value of the key System\CurrentControlSet\Control\Lsa\CrashOnAuditFail
  472. // 0 --> CrashOnAuditFail is not set
  473. // 1 --> system will crash if not able to log audit events
  474. // 2 --> system has rebooted after such a crash and will allow
  475. // only admins to logon
  476. //
  477. //
  478. //
  479. // MessageId: SE_AUDITID_UNABLE_TO_LOG_EVENTS
  480. //
  481. // MessageText:
  482. //
  483. // Unable to log events to security log:%n
  484. // %tStatus code:%t%t%1%n
  485. // %tValue of CrashOnAuditFail:%t%2%n
  486. //
  487. #define SE_AUDITID_UNABLE_TO_LOG_EVENTS ((ULONG)0x00000209L)
  488. //
  489. //
  490. // SE_AUDITID_AUDIT_COLLECTION_AGENT_ERROR
  491. //
  492. // Category: SE_CATEGID_SYSTEM
  493. //
  494. // Type: failure
  495. //
  496. // Description:
  497. // This event is generated when AdtAgent/AdtServer
  498. // encounter an error.
  499. //
  500. // Parameters:
  501. // 1 : Component (AdtAgent, AdtServer, etc.)
  502. // 2 : Version of the component
  503. // 3 : Win32 error
  504. //
  505. //
  506. // MessageId: SE_AUDITID_AUDIT_COLLECTION_AGENT_ERROR
  507. //
  508. // MessageText:
  509. //
  510. // The audit collection system has encountered an error.%n
  511. // %tComponent:%t%1%n
  512. // %tVersion:%t%2%n
  513. // %tStatus code:%t%3%n
  514. //
  515. #define SE_AUDITID_AUDIT_COLLECTION_AGENT_ERROR ((ULONG)0x0000020AL)
  516. //
  517. //
  518. // SE_AUDITID_SECURITY_LOG_EXCEEDS_WARNING_LEVEL
  519. //
  520. // Category: SE_CATEGID_SYSTEM
  521. //
  522. // Parameter Strings -
  523. //
  524. // 1 - Percent Full
  525. //
  526. // Description: This event is generated when security logs exceedes a certain
  527. // percent full. That percent is controlled by the registry value named
  528. // "WarningLevel" which is stored in the security subkey of the eventlog.
  529. //
  530. //
  531. //
  532. // MessageId: SE_AUDITID_SECURITY_LOG_EXCEEDS_WARNING_LEVEL
  533. //
  534. // MessageText:
  535. //
  536. // The security log is now %1 percent full.
  537. //
  538. #define SE_AUDITID_SECURITY_LOG_EXCEEDS_WARNING_LEVEL ((ULONG)0x0000020BL)
  539. //
  540. //
  541. // SE_AUDITID_EVENT_LOG_AUTOBACKUP
  542. //
  543. // Category: SE_CATEGID_SYSTEM
  544. //
  545. // Type: success/failure
  546. //
  547. // Description:
  548. // This event is generated when the eventlog service automatically
  549. // backs-up the security log.
  550. //
  551. // Parameters:
  552. // 1 : Type of log (for example, 'Security')
  553. // 2 : Full path to the backed-up copy
  554. // 3 : Win32 error (0 ==> success)
  555. //
  556. //
  557. // MessageId: SE_AUDITID_EVENT_LOG_AUTOBACKUP
  558. //
  559. // MessageText:
  560. //
  561. // Event log auto-backup%n
  562. // %tLog:%t%1%n
  563. // %tFile:%t%2%n
  564. // %tStatus:%t%3%n
  565. //
  566. #define SE_AUDITID_EVENT_LOG_AUTOBACKUP ((ULONG)0x0000020CL)
  567. /////////////////////////////////////////////////////////////////////////////
  568. // //
  569. // //
  570. // Messages for Category: SE_CATEGID_LOGON //
  571. // //
  572. // Event IDs: //
  573. // SE_AUDITID_SUCCESSFUL_LOGON //
  574. // SE_AUDITID_UNKNOWN_USER_OR_PWD //
  575. // SE_AUDITID_ACCOUNT_TIME_RESTR //
  576. // SE_AUDITID_ACCOUNT_DISABLED //
  577. // SE_AUDITID_ACCOUNT_EXPIRED //
  578. // SE_AUDITID_WORKSTATION_RESTR //
  579. // SE_AUDITID_LOGON_TYPE_RESTR //
  580. // SE_AUDITID_PASSWORD_EXPIRED //
  581. // SE_AUDITID_NETLOGON_NOT_STARTED //
  582. // SE_AUDITID_UNSUCCESSFUL_LOGON //
  583. // SE_AUDITID_LOGOFF //
  584. // SE_AUDITID_ACCOUNT_LOCKED //
  585. // SE_AUDITID_NETWORK_LOGON //
  586. // SE_AUDITID_IPSEC_LOGON_SUCCESS //
  587. // SE_AUDITID_IPSEC_LOGOFF_MM //
  588. // SE_AUDITID_IPSEC_LOGOFF_QM //
  589. // SE_AUDITID_IPSEC_AUTH_FAIL_CERT_TRUST //
  590. // SE_AUDITID_IPSEC_AUTH //
  591. // SE_AUDITID_IPSEC_ATTRIB_FAIL //
  592. // SE_AUDITID_IPSEC_NEGOTIATION_FAIL //
  593. // SE_AUDITID_IPSEC_IKE_NOTIFICATION //
  594. // SE_AUDITID_DOMAIN_TRUST_INCONSISTENT //
  595. // SE_AUDITID_AUTH_REPLAY_DETECTED //
  596. // //
  597. /////////////////////////////////////////////////////////////////////////////
  598. //
  599. //
  600. // SE_AUDITID_SUCCESSFUL_LOGON
  601. //
  602. // Category: SE_CATEGID_LOGON
  603. //
  604. // Parameter Strings -
  605. //
  606. // 1 - User account name
  607. //
  608. // 2 - Authenticating domain name
  609. //
  610. // 3 - Logon ID string
  611. //
  612. // 4 - Logon Type string
  613. //
  614. // 5 - Logon process name
  615. //
  616. // 6 - Authentication package name
  617. //
  618. // 7 - Workstation from which logon request came
  619. //
  620. // 8 - Globally unique logon ID
  621. //
  622. //
  623. //
  624. // MessageId: SE_AUDITID_SUCCESSFUL_LOGON
  625. //
  626. // MessageText:
  627. //
  628. // Successful Logon:%n
  629. // %tUser Name:%t%1%n
  630. // %tDomain:%t%t%2%n
  631. // %tLogon ID:%t%t%3%n
  632. // %tLogon Type:%t%4%n
  633. // %tLogon Process:%t%5%n
  634. // %tAuthentication Package:%t%6%n
  635. // %tWorkstation Name:%t%7%n
  636. // %tLogon GUID:%t%8%n
  637. // %tCaller User Name:%t%9%n
  638. // %tCaller Domain:%t%10%n
  639. // %tCaller Logon ID:%t%11%n
  640. // %tCaller Process ID: %12%n
  641. // %tTransited Services: %13%n
  642. // %tSource Network Address:%t%14%n
  643. // %tSource Port:%t%15%n
  644. //
  645. #define SE_AUDITID_SUCCESSFUL_LOGON ((ULONG)0x00000210L)
  646. //
  647. //
  648. // SE_AUDITID_UNKNOWN_USER_OR_PWD
  649. //
  650. // Category: SE_CATEGID_LOGON
  651. //
  652. // Parameter Strings -
  653. //
  654. // 1 - User account name
  655. //
  656. // 2 - Authenticating domain name
  657. //
  658. // 3 - Logon Type string
  659. //
  660. // 4 - Logon process name
  661. //
  662. // 5 - Authentication package name
  663. //
  664. //
  665. //
  666. // MessageId: SE_AUDITID_UNKNOWN_USER_OR_PWD
  667. //
  668. // MessageText:
  669. //
  670. // Logon Failure:%n
  671. // %tReason:%t%tUnknown user name or bad password%n
  672. // %tUser Name:%t%1%n
  673. // %tDomain:%t%t%2%n
  674. // %tLogon Type:%t%3%n
  675. // %tLogon Process:%t%4%n
  676. // %tAuthentication Package:%t%5%n
  677. // %tWorkstation Name:%t%6%n
  678. // %tCaller User Name:%t%7%n
  679. // %tCaller Domain:%t%8%n
  680. // %tCaller Logon ID:%t%9%n
  681. // %tCaller Process ID:%t%10%n
  682. // %tTransited Services:%t%11%n
  683. // %tSource Network Address:%t%12%n
  684. // %tSource Port:%t%13%n
  685. //
  686. #define SE_AUDITID_UNKNOWN_USER_OR_PWD ((ULONG)0x00000211L)
  687. //
  688. //
  689. // SE_AUDITID_ACCOUNT_TIME_RESTR
  690. //
  691. // Category: SE_CATEGID_LOGON
  692. //
  693. // Parameter Strings -
  694. //
  695. // 1 - User account name
  696. //
  697. // 2 - Authenticating domain name
  698. //
  699. // 3 - Logon Type string
  700. //
  701. // 4 - Logon process name
  702. //
  703. // 5 - Authentication package name
  704. //
  705. //
  706. //
  707. // MessageId: SE_AUDITID_ACCOUNT_TIME_RESTR
  708. //
  709. // MessageText:
  710. //
  711. // Logon Failure:%n
  712. // %tReason:%t%tAccount logon time restriction violation%n
  713. // %tUser Name:%t%1%n
  714. // %tDomain:%t%t%2%n
  715. // %tLogon Type:%t%3%n
  716. // %tLogon Process:%t%4%n
  717. // %tAuthentication Package:%t%5%n
  718. // %tWorkstation Name:%t%6%n
  719. // %tCaller User Name:%t%7%n
  720. // %tCaller Domain:%t%8%n
  721. // %tCaller Logon ID:%t%9%n
  722. // %tCaller Process ID:%t%10%n
  723. // %tTransited Services:%t%11%n
  724. // %tSource Network Address:%t%12%n
  725. // %tSource Port:%t%13%n
  726. //
  727. #define SE_AUDITID_ACCOUNT_TIME_RESTR ((ULONG)0x00000212L)
  728. //
  729. //
  730. // SE_AUDITID_ACCOUNT_DISABLED
  731. //
  732. // Category: SE_CATEGID_LOGON
  733. //
  734. // Parameter Strings -
  735. //
  736. // 1 - User account name
  737. //
  738. // 2 - Authenticating domain name
  739. //
  740. // 3 - Logon Type string
  741. //
  742. // 4 - Logon process name
  743. //
  744. // 5 - Authentication package name
  745. //
  746. //
  747. //
  748. // MessageId: SE_AUDITID_ACCOUNT_DISABLED
  749. //
  750. // MessageText:
  751. //
  752. // Logon Failure:%n
  753. // %tReason:%t%tAccount currently disabled%n
  754. // %tUser Name:%t%1%n
  755. // %tDomain:%t%t%2%n
  756. // %tLogon Type:%t%3%n
  757. // %tLogon Process:%t%4%n
  758. // %tAuthentication Package:%t%5%n
  759. // %tWorkstation Name:%t%6%n
  760. // %tCaller User Name:%t%7%n
  761. // %tCaller Domain:%t%8%n
  762. // %tCaller Logon ID:%t%9%n
  763. // %tCaller Process ID:%t%10%n
  764. // %tTransited Services:%t%11%n
  765. // %tSource Network Address:%t%12%n
  766. // %tSource Port:%t%13%n
  767. //
  768. #define SE_AUDITID_ACCOUNT_DISABLED ((ULONG)0x00000213L)
  769. //
  770. //
  771. // SE_AUDITID_ACCOUNT_EXPIRED
  772. //
  773. // Category: SE_CATEGID_LOGON
  774. //
  775. // Parameter Strings -
  776. //
  777. // 1 - User account name
  778. //
  779. // 2 - Authenticating domain name
  780. //
  781. // 3 - Logon Type string
  782. //
  783. // 4 - Logon process name
  784. //
  785. // 5 - Authentication package name
  786. //
  787. //
  788. //
  789. // MessageId: SE_AUDITID_ACCOUNT_EXPIRED
  790. //
  791. // MessageText:
  792. //
  793. // Logon Failure:%n
  794. // %tReason:%t%tThe specified user account has expired%n
  795. // %tUser Name:%t%1%n
  796. // %tDomain:%t%t%2%n
  797. // %tLogon Type:%t%3%n
  798. // %tLogon Process:%t%4%n
  799. // %tAuthentication Package:%t%5%n
  800. // %tWorkstation Name:%t%6%n
  801. // %tCaller User Name:%t%7%n
  802. // %tCaller Domain:%t%8%n
  803. // %tCaller Logon ID:%t%9%n
  804. // %tCaller Process ID:%t%10%n
  805. // %tTransited Services:%t%11%n
  806. // %tSource Network Address:%t%12%n
  807. // %tSource Port:%t%13%n
  808. //
  809. #define SE_AUDITID_ACCOUNT_EXPIRED ((ULONG)0x00000214L)
  810. //
  811. //
  812. // SE_AUDITID_WORKSTATION_RESTR
  813. //
  814. // Category: SE_CATEGID_LOGON
  815. //
  816. // Parameter Strings -
  817. //
  818. // 1 - User account name
  819. //
  820. // 2 - Authenticating domain name
  821. //
  822. // 3 - Logon Type string
  823. //
  824. // 4 - Logon process name
  825. //
  826. // 5 - Authentication package name
  827. //
  828. //
  829. //
  830. // MessageId: SE_AUDITID_WORKSTATION_RESTR
  831. //
  832. // MessageText:
  833. //
  834. // Logon Failure:%n
  835. // %tReason:%t%tUser not allowed to logon at this computer%n
  836. // %tUser Name:%t%1%n
  837. // %tDomain:%t%t%2%n
  838. // %tLogon Type:%t%3%n
  839. // %tLogon Process:%t%4%n
  840. // %tAuthentication Package:%t%5%n
  841. // %tWorkstation Name:%t%6%n
  842. // %tCaller User Name:%t%7%n
  843. // %tCaller Domain:%t%8%n
  844. // %tCaller Logon ID:%t%9%n
  845. // %tCaller Process ID:%t%10%n
  846. // %tTransited Services:%t%11%n
  847. // %tSource Network Address:%t%12%n
  848. // %tSource Port:%t%13%n
  849. //
  850. #define SE_AUDITID_WORKSTATION_RESTR ((ULONG)0x00000215L)
  851. //
  852. //
  853. // SE_AUDITID_LOGON_TYPE_RESTR
  854. //
  855. // Category: SE_CATEGID_LOGON
  856. //
  857. // Parameter Strings -
  858. //
  859. // 1 - User account name
  860. //
  861. // 2 - Authenticating domain name
  862. //
  863. // 3 - Logon Type string
  864. //
  865. // 4 - Logon process name
  866. //
  867. // 5 - Authentication package name
  868. //
  869. //
  870. //
  871. // MessageId: SE_AUDITID_LOGON_TYPE_RESTR
  872. //
  873. // MessageText:
  874. //
  875. // Logon Failure:%n
  876. // %tReason:%tThe user has not been granted the requested%n
  877. // %t%tlogon type at this machine%n
  878. // %tUser Name:%t%1%n
  879. // %tDomain:%t%t%2%n
  880. // %tLogon Type:%t%3%n
  881. // %tLogon Process:%t%4%n
  882. // %tAuthentication Package:%t%5%n
  883. // %tWorkstation Name:%t%6%n
  884. // %tCaller User Name:%t%7%n
  885. // %tCaller Domain:%t%8%n
  886. // %tCaller Logon ID:%t%9%n
  887. // %tCaller Process ID:%t%10%n
  888. // %tTransited Services:%t%11%n
  889. // %tSource Network Address:%t%12%n
  890. // %tSource Port:%t%13%n
  891. //
  892. #define SE_AUDITID_LOGON_TYPE_RESTR ((ULONG)0x00000216L)
  893. //
  894. //
  895. // SE_AUDITID_PASSWORD_EXPIRED
  896. //
  897. // Category: SE_CATEGID_LOGON
  898. //
  899. // Parameter Strings -
  900. //
  901. // 1 - User account name
  902. //
  903. // 2 - Authenticating domain name
  904. //
  905. // 3 - Logon Type string
  906. //
  907. // 4 - Logon process name
  908. //
  909. // 5 - Authentication package name
  910. //
  911. //
  912. //
  913. // MessageId: SE_AUDITID_PASSWORD_EXPIRED
  914. //
  915. // MessageText:
  916. //
  917. // Logon Failure:%n
  918. // %tReason:%t%tThe specified account's password has expired%n
  919. // %tUser Name:%t%1%n
  920. // %tDomain:%t%t%2%n
  921. // %tLogon Type:%t%3%n
  922. // %tLogon Process:%t%4%n
  923. // %tAuthentication Package:%t%5%n
  924. // %tWorkstation Name:%t%6%n
  925. // %tCaller User Name:%t%7%n
  926. // %tCaller Domain:%t%8%n
  927. // %tCaller Logon ID:%t%9%n
  928. // %tCaller Process ID:%t%10%n
  929. // %tTransited Services:%t%11%n
  930. // %tSource Network Address:%t%12%n
  931. // %tSource Port:%t%13%n
  932. //
  933. #define SE_AUDITID_PASSWORD_EXPIRED ((ULONG)0x00000217L)
  934. //'
  935. //
  936. // SE_AUDITID_NETLOGON_NOT_STARTED
  937. //
  938. // Category: SE_CATEGID_LOGON
  939. //
  940. // Parameter Strings -
  941. //
  942. // 1 - User account name
  943. //
  944. // 2 - Authenticating domain name
  945. //
  946. // 3 - Logon Type string
  947. //
  948. // 4 - Logon process name
  949. //
  950. // 5 - Authentication package name
  951. //
  952. //
  953. //
  954. // MessageId: SE_AUDITID_NETLOGON_NOT_STARTED
  955. //
  956. // MessageText:
  957. //
  958. // Logon Failure:%n
  959. // %tReason:%t%tThe NetLogon component is not active%n
  960. // %tUser Name:%t%1%n
  961. // %tDomain:%t%t%2%n
  962. // %tLogon Type:%t%3%n
  963. // %tLogon Process:%t%4%n
  964. // %tAuthentication Package:%t%5%n
  965. // %tWorkstation Name:%t%6%n
  966. // %tCaller User Name:%t%7%n
  967. // %tCaller Domain:%t%8%n
  968. // %tCaller Logon ID:%t%9%n
  969. // %tCaller Process ID:%t%10%n
  970. // %tTransited Services:%t%11%n
  971. // %tSource Network Address:%t%12%n
  972. // %tSource Port:%t%13%n
  973. //
  974. #define SE_AUDITID_NETLOGON_NOT_STARTED ((ULONG)0x00000218L)
  975. //
  976. //
  977. // SE_AUDITID_UNSUCCESSFUL_LOGON
  978. //
  979. // Category: SE_CATEGID_LOGON
  980. //
  981. // Parameter Strings -
  982. //
  983. // 1 - User account name
  984. //
  985. // 2 - Authenticating domain name
  986. //
  987. // 3 - Logon Type string
  988. //
  989. // 4 - Logon process name
  990. //
  991. // 5 - Authentication package name
  992. //
  993. //
  994. //
  995. // MessageId: SE_AUDITID_UNSUCCESSFUL_LOGON
  996. //
  997. // MessageText:
  998. //
  999. // Logon Failure:%n
  1000. // %tReason:%t%tAn error occurred during logon%n
  1001. // %tUser Name:%t%1%n
  1002. // %tDomain:%t%t%2%n
  1003. // %tLogon Type:%t%3%n
  1004. // %tLogon Process:%t%4%n
  1005. // %tAuthentication Package:%t%5%n
  1006. // %tWorkstation Name:%t%6%n
  1007. // %tStatus code:%t%7%n
  1008. // %tSubstatus code:%t%8%n
  1009. // %tCaller User Name:%t%9%n
  1010. // %tCaller Domain:%t%10%n
  1011. // %tCaller Logon ID:%t%11%n
  1012. // %tCaller Process ID:%t%12%n
  1013. // %tTransited Services:%t%13%n
  1014. // %tSource Network Address:%t%14%n
  1015. // %tSource Port:%t%15%n
  1016. //
  1017. #define SE_AUDITID_UNSUCCESSFUL_LOGON ((ULONG)0x00000219L)
  1018. //
  1019. //
  1020. // SE_AUDITID_LOGOFF
  1021. //
  1022. // Category: SE_CATEGID_LOGON
  1023. //
  1024. // Event Type : success
  1025. //
  1026. // Description:
  1027. // This event is generated when the logoff process is complete,
  1028. // A logoff is considered complete when the associated logon session object
  1029. // is deleted.
  1030. //
  1031. // Notes:
  1032. // A logon session object is deleted only after all tokens
  1033. // associated with it are closed. This can take arbitrarily long time.
  1034. // Because of this, the time difference between SE_AUDITID_SUCCESSFUL_LOGON
  1035. // and SE_AUDITID_LOGOFF does not accurately indicate the total logon duration
  1036. // for a user. To calculate the logon duration, use the SE_AUDITID_BEGIN_LOGOFF
  1037. // time instead.
  1038. //
  1039. // Parameter Strings -
  1040. //
  1041. // 1 - User account name
  1042. //
  1043. // 2 - Authenticating domain name
  1044. //
  1045. // 3 - Logon ID string
  1046. //
  1047. // 3 - Logon Type string
  1048. //
  1049. //
  1050. //
  1051. //
  1052. // MessageId: SE_AUDITID_LOGOFF
  1053. //
  1054. // MessageText:
  1055. //
  1056. // User Logoff:%n
  1057. // %tUser Name:%t%1%n
  1058. // %tDomain:%t%t%2%n
  1059. // %tLogon ID:%t%t%3%n
  1060. // %tLogon Type:%t%4%n
  1061. //
  1062. #define SE_AUDITID_LOGOFF ((ULONG)0x0000021AL)
  1063. //
  1064. //
  1065. // SE_AUDITID_ACCOUNT_LOCKED
  1066. //
  1067. // Category: SE_CATEGID_LOGON
  1068. //
  1069. // Parameter Strings -
  1070. //
  1071. // 1 - User account name
  1072. //
  1073. // 2 - Authenticating domain name
  1074. //
  1075. // 3 - Logon Type string
  1076. //
  1077. // 4 - Logon process name
  1078. //
  1079. // 5 - Authentication package name
  1080. //
  1081. //
  1082. //
  1083. // MessageId: SE_AUDITID_ACCOUNT_LOCKED
  1084. //
  1085. // MessageText:
  1086. //
  1087. // Logon Failure:%n
  1088. // %tReason:%t%tAccount locked out%n
  1089. // %tUser Name:%t%1%n
  1090. // %tDomain:%t%2%n
  1091. // %tLogon Type:%t%3%n
  1092. // %tLogon Process:%t%4%n
  1093. // %tAuthentication Package:%t%5%n
  1094. // %tWorkstation Name:%t%6%n
  1095. // %tCaller User Name:%t%7%n
  1096. // %tCaller Domain:%t%8%n
  1097. // %tCaller Logon ID:%t%9%n
  1098. // %tCaller Process ID: %10%n
  1099. // %tTransited Services: %11%n
  1100. // %tSource Network Address:%t%12%n
  1101. // %tSource Port:%t%13%n
  1102. //
  1103. #define SE_AUDITID_ACCOUNT_LOCKED ((ULONG)0x0000021BL)
  1104. //
  1105. //
  1106. // SE_AUDITID_NETWORK_LOGON
  1107. //
  1108. // Category: SE_CATEGID_LOGON
  1109. //
  1110. // Description:
  1111. // This event represents a successful logon of type Network(2) or
  1112. // NetworkCleartext(8).
  1113. //
  1114. // [kumarp] I do not know why this event was created separately because
  1115. // this was already covered by SE_AUDITID_SUCCESSFUL_LOGON with
  1116. // the right logon types.
  1117. //
  1118. // Parameter Strings -
  1119. //
  1120. // 1 - User account name
  1121. //
  1122. // 2 - Authenticating domain name
  1123. //
  1124. // 3 - Logon ID string
  1125. //
  1126. // 4 - Logon Type string
  1127. //
  1128. // 5 - Logon process name
  1129. //
  1130. // 6 - Authentication package name
  1131. //
  1132. // 7 - Workstation from which logon request came
  1133. //
  1134. // 8 - Globally unique logon ID
  1135. //
  1136. //
  1137. // MessageId: SE_AUDITID_NETWORK_LOGON
  1138. //
  1139. // MessageText:
  1140. //
  1141. // Successful Network Logon:%n
  1142. // %tUser Name:%t%1%n
  1143. // %tDomain:%t%t%2%n
  1144. // %tLogon ID:%t%t%3%n
  1145. // %tLogon Type:%t%4%n
  1146. // %tLogon Process:%t%5%n
  1147. // %tAuthentication Package:%t%6%n
  1148. // %tWorkstation Name:%t%7%n
  1149. // %tLogon GUID:%t%8%n
  1150. // %tCaller User Name:%t%9%n
  1151. // %tCaller Domain:%t%10%n
  1152. // %tCaller Logon ID:%t%11%n
  1153. // %tCaller Process ID: %12%n
  1154. // %tTransited Services: %13%n
  1155. // %tSource Network Address:%t%14%n
  1156. // %tSource Port:%t%15%n
  1157. //
  1158. #define SE_AUDITID_NETWORK_LOGON ((ULONG)0x0000021CL)
  1159. //
  1160. //
  1161. // SE_AUDITID_IPSEC_LOGON_SUCCESS
  1162. //
  1163. // Category: SE_CATEGID_LOGON
  1164. //
  1165. // Parameter Strings -
  1166. //
  1167. // 1 - Mode
  1168. //
  1169. // 2 - Peer Identity
  1170. //
  1171. // 3 - Filter
  1172. //
  1173. // 4 - Parameters
  1174. //
  1175. //
  1176. //
  1177. // MessageId: SE_AUDITID_IPSEC_LOGON_SUCCESS
  1178. //
  1179. // MessageText:
  1180. //
  1181. // IKE security association established.%n
  1182. // Mode: %n%1%n
  1183. // Peer Identity: %n%2%n
  1184. // Filter: %n%3%n
  1185. // Parameters: %n%4%n
  1186. //
  1187. #define SE_AUDITID_IPSEC_LOGON_SUCCESS ((ULONG)0x0000021DL)
  1188. //
  1189. //
  1190. // SE_AUDITID_IPSEC_LOGOFF_QM
  1191. //
  1192. // Category: SE_CATEGID_LOGON
  1193. //
  1194. // Parameter Strings -
  1195. //
  1196. // 1 - Filter
  1197. //
  1198. // 2 - Inbound SPI
  1199. //
  1200. // 3 - Outbound SPI
  1201. //
  1202. //
  1203. //
  1204. // MessageId: SE_AUDITID_IPSEC_LOGOFF_QM
  1205. //
  1206. // MessageText:
  1207. //
  1208. // IKE security association ended.%n
  1209. // Mode: Data Protection (Quick mode)
  1210. // Filter: %n%1%n
  1211. // Inbound SPI: %n%2%n
  1212. // Outbound SPI: %n%3%n
  1213. //
  1214. #define SE_AUDITID_IPSEC_LOGOFF_QM ((ULONG)0x0000021EL)
  1215. //
  1216. //
  1217. // SE_AUDITID_IPSEC_LOGOFF_MM
  1218. //
  1219. // Category: SE_CATEGID_LOGON
  1220. //
  1221. // Parameter Strings -
  1222. //
  1223. // 1 - Filter
  1224. //
  1225. //
  1226. // MessageId: SE_AUDITID_IPSEC_LOGOFF_MM
  1227. //
  1228. // MessageText:
  1229. //
  1230. // IKE security association ended.%n
  1231. // Mode: Key Exchange (Main mode)%n
  1232. // Filter: %n%1%n
  1233. //
  1234. #define SE_AUDITID_IPSEC_LOGOFF_MM ((ULONG)0x0000021FL)
  1235. //
  1236. //
  1237. // SE_AUDITID_IPSEC_AUTH_FAIL_CERT_TRUST
  1238. //
  1239. // Category: SE_CATEGID_LOGON
  1240. //
  1241. // Parameter Strings -
  1242. //
  1243. // 1 - Peer Identity
  1244. //
  1245. // 2 - Filter
  1246. //
  1247. //
  1248. //
  1249. // MessageId: SE_AUDITID_IPSEC_AUTH_FAIL_CERT_TRUST
  1250. //
  1251. // MessageText:
  1252. //
  1253. // IKE security association establishment failed because peer could not authenticate.
  1254. // The certificate trust could not be established.%n
  1255. // Peer Identity: %n%1%n
  1256. // Filter: %n%2%n
  1257. //
  1258. #define SE_AUDITID_IPSEC_AUTH_FAIL_CERT_TRUST ((ULONG)0x00000220L)
  1259. //
  1260. //
  1261. // SE_AUDITID_IPSEC_AUTH_FAIL
  1262. //
  1263. // Category: SE_CATEGID_LOGON
  1264. //
  1265. // Parameter Strings -
  1266. //
  1267. // 1 - Peer Identity
  1268. //
  1269. // 2 - Filter
  1270. //
  1271. //
  1272. //
  1273. // MessageId: SE_AUDITID_IPSEC_AUTH_FAIL
  1274. //
  1275. // MessageText:
  1276. //
  1277. // IKE peer authentication failed.%n
  1278. // Peer Identity: %n%1%n
  1279. // Filter: %n%2%n
  1280. //
  1281. #define SE_AUDITID_IPSEC_AUTH_FAIL ((ULONG)0x00000221L)
  1282. //
  1283. //
  1284. // SE_AUDITID_IPSEC_ATTRIB_FAIL
  1285. //
  1286. // Category: SE_CATEGID_LOGON
  1287. //
  1288. // Parameter Strings -
  1289. //
  1290. // 1 - Mode
  1291. //
  1292. // 2 - Filter
  1293. //
  1294. // 3 - Attribute Name
  1295. //
  1296. // 4 - Expected Value
  1297. //
  1298. // 5 - Received Value
  1299. //
  1300. //
  1301. //
  1302. // MessageId: SE_AUDITID_IPSEC_ATTRIB_FAIL
  1303. //
  1304. // MessageText:
  1305. //
  1306. // IKE security association establishment failed because peer
  1307. // sent invalid proposal.%n
  1308. // Mode: %n%1%n
  1309. // Filter: %n%2%n
  1310. // Attribute: %n%3%n
  1311. // Expected value: %n%4%n
  1312. // Received value: %n%5%n
  1313. //
  1314. #define SE_AUDITID_IPSEC_ATTRIB_FAIL ((ULONG)0x00000222L)
  1315. //
  1316. //
  1317. // SE_AUDITID_IPSEC_NEGOTIATION_FAIL
  1318. //
  1319. // Category: SE_CATEGID_LOGON
  1320. //
  1321. // Parameter Strings -
  1322. //
  1323. // 1 - Mode
  1324. //
  1325. // 2 - Filter
  1326. //
  1327. // 3 - Failure Point
  1328. //
  1329. // 4 - Failure Reason
  1330. //
  1331. //
  1332. //
  1333. // MessageId: SE_AUDITID_IPSEC_NEGOTIATION_FAIL
  1334. //
  1335. // MessageText:
  1336. //
  1337. // IKE security association negotiation failed.%n
  1338. // Mode: %n%1%n
  1339. // Filter: %n%2%n
  1340. // Peer Identity: %n%3%n
  1341. // Failure Point: %n%4%n
  1342. // Failure Reason: %n%5%n
  1343. // Extra Status: %n%6%n
  1344. //
  1345. #define SE_AUDITID_IPSEC_NEGOTIATION_FAIL ((ULONG)0x00000223L)
  1346. //
  1347. //
  1348. // SE_AUDITID_DOMAIN_TRUST_INCONSISTENT
  1349. //
  1350. // Category: SE_CATEGID_LOGON
  1351. //
  1352. // Event Type : failure
  1353. //
  1354. // Description:
  1355. // This event is generated by an authentication package when the
  1356. // quarantined domain SID filtering function in LSA returns
  1357. // STATUS_DOMAIN_TRUST_INCONSISTENT error code.
  1358. //
  1359. // In case of kerberos:
  1360. // If the server ticket info has a TDOSid then KdcCheckPacForSidFiltering
  1361. // function makes a check to make sure the SID from the TDO matches
  1362. // the client's home domain SID. A call to LsaIFilterSids
  1363. // is made to do the check. If this function fails with
  1364. // STATUS_DOMAIN_TRUST_INCONSISTENT then this event is generated.
  1365. //
  1366. // In case of netlogon:
  1367. // NlpUserValidateHigher function does a similar check by
  1368. // calling LsaIFilterSids.
  1369. //
  1370. // Notes:
  1371. //
  1372. //
  1373. // MessageId: SE_AUDITID_DOMAIN_TRUST_INCONSISTENT
  1374. //
  1375. // MessageText:
  1376. //
  1377. // Logon Failure:%n
  1378. // %tReason:%t%tDomain sid inconsistent%n
  1379. // %tUser Name:%t%1%n
  1380. // %tDomain:%t%t%2%n
  1381. // %tLogon Type:%t%3%n
  1382. // %tLogon Process:%t%4%n
  1383. // %tAuthentication Package:%t%5%n
  1384. // %tWorkstation Name:%t%6
  1385. // %tTransited Services:%t%7%n
  1386. //
  1387. #define SE_AUDITID_DOMAIN_TRUST_INCONSISTENT ((ULONG)0x00000224L)
  1388. //
  1389. //
  1390. // SE_AUDITID_ALL_SIDS_FILTERED
  1391. //
  1392. // Category: SE_CATEGID_LOGON
  1393. //
  1394. // Event Type : failure
  1395. //
  1396. // Description:
  1397. // During a cross forest authentication, SIDS corresponding to untrusted
  1398. // namespaces are filtered out. If this filtering action results into
  1399. // removal of all sids then this event is generated.
  1400. //
  1401. // Notes:
  1402. // This is generated on the computer running kdc
  1403. //
  1404. // **** This event is now obsolete. The schema below is retained so that
  1405. // people can view old instance of this event using a new viewer.
  1406. //
  1407. //
  1408. // MessageId: SE_AUDITID_ALL_SIDS_FILTERED
  1409. //
  1410. // MessageText:
  1411. //
  1412. // Logon Failure:%n
  1413. // %tReason: %tAll sids were filtered out%n
  1414. // %tUser Name:%t%1%n
  1415. // %tDomain:%t%2%n
  1416. // %tLogon Type:%t%3%n
  1417. // %tLogon Process:%t%4%n
  1418. // %tAuthentication Package%t: %5%n
  1419. // %tWorkstation Name:%t%6
  1420. //
  1421. #define SE_AUDITID_ALL_SIDS_FILTERED ((ULONG)0x00000225L)
  1422. //
  1423. //
  1424. // SE_AUDITID_IPSEC_IKE_NOTIFICATION
  1425. //
  1426. // Category: SE_CATEGID_LOGON
  1427. //
  1428. // Parameter Strings -
  1429. //
  1430. // 1 - Notification Message
  1431. //
  1432. //
  1433. // MessageId: SE_AUDITID_IPSEC_IKE_NOTIFICATION
  1434. //
  1435. // MessageText:
  1436. //
  1437. // %1%n
  1438. //
  1439. #define SE_AUDITID_IPSEC_IKE_NOTIFICATION ((ULONG)0x00000226L)
  1440. //
  1441. //
  1442. // SE_AUDITID_BEGIN_LOGOFF
  1443. //
  1444. // Category: SE_CATEGID_LOGON
  1445. //
  1446. // Event Type : success
  1447. //
  1448. // Description:
  1449. // This event is generated when a user initiates logoff.
  1450. //
  1451. // Notes:
  1452. // When the logoff process is complete, SE_AUDITID_LOGOFF event is generated.
  1453. // A logoff is considered complete when the associated logon session object
  1454. // is deleted. This happens only after all tokens associated with it are closed.
  1455. // This can take arbitrarily long time therefore there can be a substantial
  1456. // time difference between the two events.
  1457. //
  1458. //
  1459. // Parameter Strings -
  1460. //
  1461. // 1 - User account name
  1462. //
  1463. // 2 - Authenticating domain name
  1464. //
  1465. // 3 - Logon ID string
  1466. //
  1467. //
  1468. //
  1469. // MessageId: SE_AUDITID_BEGIN_LOGOFF
  1470. //
  1471. // MessageText:
  1472. //
  1473. // User initiated logoff:%n
  1474. // %tUser Name:%t%1%n
  1475. // %tDomain:%t%t%2%n
  1476. // %tLogon ID:%t%t%3%n
  1477. //
  1478. #define SE_AUDITID_BEGIN_LOGOFF ((ULONG)0x00000227L)
  1479. //
  1480. //
  1481. // SE_AUDITID_LOGON_USING_EXPLICIT_CREDENTIALS
  1482. //
  1483. // Category: SE_CATEGID_LOGON
  1484. //
  1485. // Event Type : success
  1486. //
  1487. // Description:
  1488. // This event is generated when someone tries to logon using
  1489. // explicit credentials while already logged on as a different user.
  1490. //
  1491. // Notes:
  1492. // This is generated on the client machine from which logon request originates.
  1493. //
  1494. //
  1495. //
  1496. // MessageId: SE_AUDITID_LOGON_USING_EXPLICIT_CREDENTIALS
  1497. //
  1498. // MessageText:
  1499. //
  1500. // Logon attempt using explicit credentials:%n
  1501. // Logged on user:%n
  1502. // %tUser Name:%t%1%n
  1503. // %tDomain:%t%t%2%n
  1504. // %tLogon ID:%t%t%3%n
  1505. // %tLogon GUID:%t%4%n
  1506. // User whose credentials were used:%n
  1507. // %tTarget User Name:%t%5%n
  1508. // %tTarget Domain:%t%6%n
  1509. // %tTarget Logon GUID: %7%n%n
  1510. // Target Server Name:%t%8%n
  1511. // Target Server Info:%t%9%n
  1512. // Caller Process ID:%t%10%n
  1513. // Source Network Address:%t%11%n
  1514. // Source Port:%t%12%n
  1515. //
  1516. #define SE_AUDITID_LOGON_USING_EXPLICIT_CREDENTIALS ((ULONG)0x00000228L)
  1517. //
  1518. //
  1519. // SE_AUDITID_AUTH_REPLAY_DETECTED
  1520. //
  1521. // Category: SE_CATEGID_LOGON
  1522. //
  1523. // Event Type : failure
  1524. //
  1525. // Description:
  1526. // This event is generated when an auth package detects replay attack.
  1527. //
  1528. // Notes:
  1529. // This is generated by the computer running kdc or the server machine
  1530. // that is receiving the auth request. For kerberos, Request Type is one of
  1531. // the KRB_XXX_REQ or whatever request depending on the specific auth protocol.
  1532. //
  1533. //
  1534. //
  1535. // MessageId: SE_AUDITID_AUTH_REPLAY_DETECTED
  1536. //
  1537. // MessageText:
  1538. //
  1539. // %tUser Name:%t%1%n
  1540. // %tDomain:%t%%t%2%n
  1541. // %tRequest Type:%t%3%n
  1542. // %tLogon Process:%t%4%n
  1543. // %tAuthentication Package:%t%5%n
  1544. // %tWorkstation Name:%t%6%n
  1545. // %tCaller User Name:%t%7%n
  1546. // %tCaller Domain:%t%8%n
  1547. // %tCaller Logon ID:%t%9%n
  1548. // %tCaller Process ID: %10%n
  1549. // %tTransited Services: %11%n
  1550. //
  1551. #define SE_AUDITID_AUTH_REPLAY_DETECTED ((ULONG)0x00000229L)
  1552. /////////////////////////////////////////////////////////////////////////////
  1553. // //
  1554. // //
  1555. // Messages for Category: SE_CATEGID_OBJECT_ACCESS //
  1556. // //
  1557. // Event IDs: //
  1558. // SE_AUDITID_OPEN_HANDLE //
  1559. // SE_AUDITID_CLOSE_HANDLE //
  1560. // SE_AUDITID_OPEN_OBJECT_FOR_DELETE //
  1561. // SE_AUDITID_DELETE_OBJECT //
  1562. // SE_AUDITID_OPEN_HANDLE_OBJECT_TYPE //
  1563. // SE_AUDITID_OBJECT_OPERATION //
  1564. // SE_AUDITID_OBJECT_ACCESS //
  1565. // SE_AUDITID_HARDLINK_CREATION //
  1566. // //
  1567. // //
  1568. /////////////////////////////////////////////////////////////////////////////
  1569. //
  1570. //
  1571. // SE_AUDITID_OPEN_HANDLE
  1572. //
  1573. // Category: SE_CATEGID_OBJECT_ACCESS
  1574. //
  1575. // Parameter Strings -
  1576. //
  1577. // 1 - Object Type string
  1578. //
  1579. // 2 - Object name
  1580. //
  1581. // 3 - New handle ID string
  1582. //
  1583. // 4 - Object server name
  1584. //
  1585. // 5 - Process ID string
  1586. //
  1587. // 6 - Primary user account name
  1588. //
  1589. // 7 - Primary authenticating domain name
  1590. //
  1591. // 8 - Primary logon ID string
  1592. //
  1593. // 9 - Client user account name ("-" if no client)
  1594. //
  1595. // 10 - Client authenticating domain name ("-" if no client)
  1596. //
  1597. // 11 - Client logon ID string ("-" if no client)
  1598. //
  1599. // 12 - Access names
  1600. //
  1601. //
  1602. //
  1603. //
  1604. //
  1605. // MessageId: SE_AUDITID_OPEN_HANDLE
  1606. //
  1607. // MessageText:
  1608. //
  1609. // Object Open:%n
  1610. // %tObject Server:%t%1%n
  1611. // %tObject Type:%t%2%n
  1612. // %tObject Name:%t%3%n
  1613. // %tHandle ID:%t%4%n
  1614. // %tOperation ID:%t{%5,%6}%n
  1615. // %tProcess ID:%t%7%n
  1616. // %tImage File Name:%t%8%n
  1617. // %tPrimary User Name:%t%9%n
  1618. // %tPrimary Domain:%t%10%n
  1619. // %tPrimary Logon ID:%t%11%n
  1620. // %tClient User Name:%t%12%n
  1621. // %tClient Domain:%t%13%n
  1622. // %tClient Logon ID:%t%14%n
  1623. // %tAccesses:%t%15%n
  1624. // %tPrivileges:%t%16%n
  1625. // %tRestricted Sid Count:%t%17%n
  1626. // %tAccess Mask:%t%18%n
  1627. //
  1628. #define SE_AUDITID_OPEN_HANDLE ((ULONG)0x00000230L)
  1629. //
  1630. //
  1631. // SE_AUDITID_CLOSE_HANDLE
  1632. //
  1633. // Category: SE_CATEGID_OBJECT_ACCESS
  1634. //
  1635. // Parameter Strings -
  1636. //
  1637. // 1 - Object server name
  1638. //
  1639. // 2 - Handle ID string
  1640. //
  1641. // 3 - Process ID string
  1642. //
  1643. //
  1644. //
  1645. //
  1646. //
  1647. // MessageId: SE_AUDITID_CLOSE_HANDLE
  1648. //
  1649. // MessageText:
  1650. //
  1651. // Handle Closed:%n
  1652. // %tObject Server:%t%1%n
  1653. // %tHandle ID:%t%2%n
  1654. // %tProcess ID:%t%3%n
  1655. // %tImage File Name:%t%4%n
  1656. //
  1657. #define SE_AUDITID_CLOSE_HANDLE ((ULONG)0x00000232L)
  1658. //
  1659. //
  1660. // SE_AUDITID_OPEN_OBJECT_FOR_DELETE
  1661. //
  1662. // Category: SE_CATEGID_OBJECT_ACCESS
  1663. //
  1664. // Parameter Strings -
  1665. //
  1666. // 1 - Object Type string
  1667. //
  1668. // 2 - Object name
  1669. //
  1670. // 3 - New handle ID string
  1671. //
  1672. // 4 - Object server name
  1673. //
  1674. // 5 - Process ID string
  1675. //
  1676. // 6 - Primary user account name
  1677. //
  1678. // 7 - Primary authenticating domain name
  1679. //
  1680. // 8 - Primary logon ID string
  1681. //
  1682. // 9 - Client user account name ("-" if no client)
  1683. //
  1684. // 10 - Client authenticating domain name ("-" if no client)
  1685. //
  1686. // 11 - Client logon ID string ("-" if no client)
  1687. //
  1688. // 12 - Access names
  1689. //
  1690. //
  1691. //
  1692. //
  1693. //
  1694. // MessageId: SE_AUDITID_OPEN_OBJECT_FOR_DELETE
  1695. //
  1696. // MessageText:
  1697. //
  1698. // Object Open for Delete:%n
  1699. // %tObject Server:%t%1%n
  1700. // %tObject Type:%t%2%n
  1701. // %tObject Name:%t%3%n
  1702. // %tHandle ID:%t%4%n
  1703. // %tOperation ID:%t{%5,%6}%n
  1704. // %tProcess ID:%t%7%n
  1705. // %tPrimary User Name:%t%8%n
  1706. // %tPrimary Domain:%t%9%n
  1707. // %tPrimary Logon ID:%t%10%n
  1708. // %tClient User Name:%t%11%n
  1709. // %tClient Domain:%t%12%n
  1710. // %tClient Logon ID:%t%13%n
  1711. // %tAccesses:%t%t%14%n
  1712. // %tPrivileges:%t%t%15%n
  1713. // %tAccess Mask:%t%16%n
  1714. //
  1715. #define SE_AUDITID_OPEN_OBJECT_FOR_DELETE ((ULONG)0x00000233L)
  1716. //
  1717. //
  1718. // SE_AUDITID_DELETE_OBJECT
  1719. //
  1720. // Category: SE_CATEGID_OBJECT_ACCESS
  1721. //
  1722. // Parameter Strings -
  1723. //
  1724. // 1 - Object server name
  1725. //
  1726. // 2 - Handle ID string
  1727. //
  1728. // 3 - Process ID string
  1729. //
  1730. //
  1731. //
  1732. //
  1733. //
  1734. // MessageId: SE_AUDITID_DELETE_OBJECT
  1735. //
  1736. // MessageText:
  1737. //
  1738. // Object Deleted:%n
  1739. // %tObject Server:%t%1%n
  1740. // %tHandle ID:%t%2%n
  1741. // %tProcess ID:%t%3%n
  1742. // %tImage File Name:%t%4%n
  1743. //
  1744. #define SE_AUDITID_DELETE_OBJECT ((ULONG)0x00000234L)
  1745. //
  1746. //
  1747. // SE_AUDITID_OPEN_HANDLE_OBJECT_TYPE
  1748. //
  1749. // Category: SE_CATEGID_OBJECT_ACCESS
  1750. //
  1751. // Parameter Strings -
  1752. //
  1753. // 1 - Object Type string
  1754. //
  1755. // 2 - Object name
  1756. //
  1757. // 3 - New handle ID string
  1758. //
  1759. // 4 - Object server name
  1760. //
  1761. // 5 - Process ID string
  1762. //
  1763. // 6 - Primary user account name
  1764. //
  1765. // 7 - Primary authenticating domain name
  1766. //
  1767. // 8 - Primary logon ID string
  1768. //
  1769. // 9 - Client user account name ("-" if no client)
  1770. //
  1771. // 10 - Client authenticating domain name ("-" if no client)
  1772. //
  1773. // 11 - Client logon ID string ("-" if no client)
  1774. //
  1775. // 12 - Access names
  1776. //
  1777. // 13 - Object Type parameters
  1778. //
  1779. //
  1780. //
  1781. //
  1782. //
  1783. // MessageId: SE_AUDITID_OPEN_HANDLE_OBJECT_TYPE
  1784. //
  1785. // MessageText:
  1786. //
  1787. // Object Open:%n
  1788. // %tObject Server:%t%1%n
  1789. // %tObject Type:%t%2%n
  1790. // %tObject Name:%t%3%n
  1791. // %tHandle ID:%t%4%n
  1792. // %tOperation ID:%t{%5,%6}%n
  1793. // %tProcess ID:%t%7%n
  1794. // %tProcess Name:%t%8%n
  1795. // %tPrimary User Name:%t%9%n
  1796. // %tPrimary Domain:%t%10%n
  1797. // %tPrimary Logon ID:%t%11%n
  1798. // %tClient User Name:%t%12%n
  1799. // %tClient Domain:%t%13%n
  1800. // %tClient Logon ID:%t%14%n
  1801. // %tAccesses:%t%15%n
  1802. // %tPrivileges:%t%16%n%n
  1803. // %tProperties:%n%17%n
  1804. // %tAccess Mask:%t%18%n
  1805. //
  1806. #define SE_AUDITID_OPEN_HANDLE_OBJECT_TYPE ((ULONG)0x00000235L)
  1807. // SE_AUDITID_OBJECT_OPERATION
  1808. //
  1809. // Category: SE_CATEGID_OBJECT_ACCESS
  1810. //
  1811. // Parameter Strings -
  1812. //
  1813. // 1 - Operation Name
  1814. //
  1815. // 2 - Object Type
  1816. //
  1817. // 3 - Object name
  1818. //
  1819. // 4 - Handle ID
  1820. //
  1821. // 5 - Primary user account name
  1822. //
  1823. // 6 - Primary authenticating domain name
  1824. //
  1825. // 7 - Primary logon ID string
  1826. //
  1827. // 8 - Client user account name ("-" if no client)
  1828. //
  1829. // 9 - Client authenticating domain name ("-" if no client)
  1830. //
  1831. // 10 - Client logon ID string ("-" if no client)
  1832. //
  1833. // 11 - Requested accesses to the object
  1834. //
  1835. // 12 - Object properties ("-" if none)
  1836. //
  1837. // 13 - additional information ("-" if none)
  1838. //
  1839. //
  1840. // MessageId: SE_AUDITID_OBJECT_OPERATION
  1841. //
  1842. // MessageText:
  1843. //
  1844. // Object Operation:%n
  1845. // %tObject Server:%t%1%n
  1846. // %tOperation Type:%t%2%n
  1847. // %tObject Type:%t%3%n
  1848. // %tObject Name:%t%4%n
  1849. // %tHandle ID:%t%5%n
  1850. // %tPrimary User Name:%t%6%n
  1851. // %tPrimary Domain:%t%7%n
  1852. // %tPrimary Logon ID:%t%8%n
  1853. // %tClient User Name:%t%9%n
  1854. // %tClient Domain:%t%10%n
  1855. // %tClient Logon ID:%t%11%n
  1856. // %tAccesses:%t%12%n
  1857. // %tProperties:%n%t%13%n
  1858. // %tAdditional Info:%t%14%n
  1859. // %tAdditional Info2:%t%15%n
  1860. // %tAccess Mask:%t%16%n
  1861. //
  1862. #define SE_AUDITID_OBJECT_OPERATION ((ULONG)0x00000236L)
  1863. //
  1864. //
  1865. // SE_AUDITID_OBJECT_ACCESS
  1866. //
  1867. // Category: SE_CATEGID_OBJECT_ACCESS
  1868. //
  1869. // Parameter Strings -
  1870. //
  1871. // 1 - Object server name
  1872. //
  1873. // 2 - Handle ID string
  1874. //
  1875. // 3 - Process ID string
  1876. //
  1877. // 4 - List of Accesses
  1878. //
  1879. //
  1880. //
  1881. // MessageId: SE_AUDITID_OBJECT_ACCESS
  1882. //
  1883. // MessageText:
  1884. //
  1885. // Object Access Attempt:%n
  1886. // %tObject Server:%t%1%n
  1887. // %tHandle ID:%t%2%n
  1888. // %tObject Type:%t%3%n
  1889. // %tProcess ID:%t%4%n
  1890. // %tImage File Name:%t%5%n
  1891. // %tAccesses:%t%6%n
  1892. // %tAccess Mask:%t%7%n
  1893. //
  1894. #define SE_AUDITID_OBJECT_ACCESS ((ULONG)0x00000237L)
  1895. //
  1896. //
  1897. // SE_AUDITID_HARDLINK_CREATION
  1898. //
  1899. // Category: SE_CATEGID_OBJECT_ACCESS
  1900. //
  1901. // Parameter Strings -
  1902. //
  1903. // 1 - Object server name
  1904. //
  1905. // 2 - Handle ID string
  1906. //
  1907. // 3 - Process ID string
  1908. //
  1909. //
  1910. //
  1911. //
  1912. //
  1913. // MessageId: SE_AUDITID_HARDLINK_CREATION
  1914. //
  1915. // MessageText:
  1916. //
  1917. // Hard link creation attempt:%n
  1918. // %tPrimary User Name:%t%1%n
  1919. // %tPrimary Domain:%t%2%n
  1920. // %tPrimary Logon ID:%t%3%n
  1921. // %tFile Name:%t%4%n
  1922. // %tLink Name:%t%5%n
  1923. //
  1924. #define SE_AUDITID_HARDLINK_CREATION ((ULONG)0x00000238L)
  1925. //
  1926. //
  1927. // SE_AUDITID_AZ_CLIENTCONTEXT_CREATION
  1928. //
  1929. // Category: SE_CATEGID_OBJECT_ACCESS
  1930. //
  1931. // Parameter Strings -
  1932. //
  1933. // 1 - Application name
  1934. //
  1935. // 2 - Application instance id
  1936. //
  1937. // 3 - Client name
  1938. //
  1939. // 4 - Client domain name
  1940. //
  1941. // 5 - Client Logon id
  1942. //
  1943. // 6 - Error status
  1944. //
  1945. //
  1946. // Description: This audit is generated when the resource manager in AZ
  1947. // creates a client context. Currently, the only creation supported is
  1948. // from a Nt Token. To track back to the identity of the client, use the Client
  1949. // context Id and match it with the Logon Id in the Token Creation audit.
  1950. //
  1951. //
  1952. //
  1953. // MessageId: SE_AUDITID_AZ_CLIENTCONTEXT_CREATION
  1954. //
  1955. // MessageText:
  1956. //
  1957. // Application client context creation attempt:%n
  1958. // %tApplication Name:%t%1%n
  1959. // %tApplication Instance ID:%t%2%n
  1960. // %tClient Name:%t%3%n
  1961. // %tClient Domain:%t%4%n
  1962. // %tClient Context ID:%t%5%n
  1963. // %tStatus:%t%6%n
  1964. //
  1965. #define SE_AUDITID_AZ_CLIENTCONTEXT_CREATION ((ULONG)0x00000239L)
  1966. //
  1967. //
  1968. // SE_AUDITID_AZ_ACCESSCHECK
  1969. //
  1970. // Category: SE_CATEGID_OBJECT_ACCESS
  1971. //
  1972. // Parameter Strings -
  1973. //
  1974. // 1 - Application Name
  1975. //
  1976. // 2 - Application instance luid
  1977. //
  1978. // 3 - Object Name
  1979. //
  1980. // 4 - Scope name to which the object belongs
  1981. // Scopes are not nested in V1. In V2, this will be a comma
  1982. // separated list.
  1983. //
  1984. // 5 - Client name
  1985. //
  1986. // 6 - Client domain name
  1987. //
  1988. // 7 - Client Logon Id
  1989. //
  1990. // 8 - Role information
  1991. // Role because of which the client was granted access.
  1992. //
  1993. // 9 - Group Information
  1994. // Groups because of which the client belonged to the role.
  1995. // This is a comma separated list.
  1996. //
  1997. // 10 - Operation name
  1998. // Name of the operation e.g. Read general information
  1999. //
  2000. // 11 - Operation Id
  2001. // DWORD internal representation of the operation.
  2002. //
  2003. //
  2004. // Desription: This audit is generated when the client accesses an object.
  2005. // One audit (success/failure) is generated per every Operation asked for.
  2006. // Ex: Asked for Op1, Op2, Op3.
  2007. // Granted Op1; Denied Op2, Op3
  2008. // Will generate one success and 2 failure audits.
  2009. //
  2010. //
  2011. // MessageId: SE_AUDITID_AZ_ACCESSCHECK
  2012. //
  2013. // MessageText:
  2014. //
  2015. // Application operation attempt:%n
  2016. // %tApplication Name:%t%1%n
  2017. // %tApplication Instance ID:%t%2%n
  2018. // %tObject Name:%t%3%n
  2019. // %tScope Names:%t%4%n
  2020. // %tClient Name:%t%5%n
  2021. // %tClient Domain:%t%6%n
  2022. // %tClient Context ID:%t%7%n
  2023. // %tRole:%t%8%n
  2024. // %tGroups:%t%9%n
  2025. // %tOperation Name:%t%10 (%11)%n
  2026. //
  2027. #define SE_AUDITID_AZ_ACCESSCHECK ((ULONG)0x0000023AL)
  2028. //
  2029. //
  2030. // SE_AUDITID_AZ_CLIENTCONTEXT_DELETION
  2031. //
  2032. // Category: SE_CATEGID_OBJECT_ACCESS
  2033. //
  2034. // Parameter Strings -
  2035. //
  2036. // 1 - Application name
  2037. //
  2038. // 2 - Application instance luid
  2039. //
  2040. // 3 - Client name
  2041. //
  2042. // 4 - Client domain name
  2043. //
  2044. // 5 - Client login Id
  2045. //
  2046. // Description: This audit is generated when the client context is deleted by
  2047. // the AZ app. Tie this with the client context creation audit.
  2048. //
  2049. //
  2050. //
  2051. //
  2052. // MessageId: SE_AUDITID_AZ_CLIENTCONTEXT_DELETION
  2053. //
  2054. // MessageText:
  2055. //
  2056. // Application client context deletion:%n
  2057. // %tApplication Name:%t%1%n
  2058. // %tApplication Instance ID:%t%2%n
  2059. // %tClient Name:%t%3%n
  2060. // %tClient Domain:%t%4%n
  2061. // %tClient Context ID:%t%5%n
  2062. //
  2063. #define SE_AUDITID_AZ_CLIENTCONTEXT_DELETION ((ULONG)0x0000023BL)
  2064. //
  2065. //
  2066. // SE_AUDITID_AZ_APPLICATION_INITIALIZATION
  2067. //
  2068. // Category: SE_CATEGID_OBJECT_ACCESS
  2069. //
  2070. // Parameter Strings -
  2071. //
  2072. // 1 - Application name
  2073. //
  2074. // 2 - Application instance luid
  2075. //
  2076. // 3 - Client name
  2077. //
  2078. // 4 - Client domain name
  2079. //
  2080. // 5 - Client logon id
  2081. //
  2082. // 6 - Policy store url
  2083. //
  2084. // Description: This audit is generated when the admin manager initializes the
  2085. // app. The applciation name and instance Id help to tie the future audits.
  2086. //
  2087. //
  2088. //
  2089. //
  2090. // MessageId: SE_AUDITID_AZ_APPLICATION_INITIALIZATION
  2091. //
  2092. // MessageText:
  2093. //
  2094. // Application Initialized%n
  2095. // %tApplication Name:%t%1%n
  2096. // %tApplication Instance ID:%t%2%n
  2097. // %tClient Name:%t%3%n
  2098. // %tClient Domain:%t%4%n
  2099. // %tClient ID:%t%5%n
  2100. // %tPolicy Store URL:%t%6%n
  2101. //
  2102. #define SE_AUDITID_AZ_APPLICATION_INITIALIZATION ((ULONG)0x0000023CL)
  2103. //
  2104. //
  2105. // SE_AUDITID_GENERIC_AUDIT_EVENT
  2106. //
  2107. // Category: SE_CATEGID_OBJECT_ACCESS
  2108. //
  2109. // Parameter Strings -
  2110. //
  2111. // 1 - source name
  2112. //
  2113. // 2 - event ID specific to this source
  2114. //
  2115. // 3 - 27 : insertion strings
  2116. //
  2117. //
  2118. // Description:
  2119. // This audit is generated when a process generates non-system audit event
  2120. // using the AuthZ audit API. Parameters supplied by the process are converted
  2121. // to strings and inserted as strings %3 through %27.
  2122. //
  2123. //
  2124. //
  2125. //
  2126. // MessageId: SE_AUDITID_GENERIC_AUDIT_EVENT
  2127. //
  2128. // MessageText:
  2129. //
  2130. // %nApplication-specific security event.%n
  2131. // %tEvent Source:%t%1%n
  2132. // %tEvent ID:%t%2%n
  2133. // %t%t%3%n
  2134. // %t%t%4%n
  2135. // %t%t%5%n
  2136. // %t%t%6%n
  2137. // %t%t%7%n
  2138. // %t%t%8%n
  2139. // %t%t%9%n
  2140. // %t%t%10%n
  2141. // %t%t%11%n
  2142. // %t%t%12%n
  2143. // %t%t%13%n
  2144. // %t%t%14%n
  2145. // %t%t%15%n
  2146. // %t%t%16%n
  2147. // %t%t%17%n
  2148. // %t%t%18%n
  2149. // %t%t%19%n
  2150. // %t%t%20%n
  2151. // %t%t%21%n
  2152. // %t%t%22%n
  2153. // %t%t%23%n
  2154. // %t%t%24%n
  2155. // %t%t%25%n
  2156. // %t%t%26%n
  2157. // %t%t%27%n
  2158. //
  2159. #define SE_AUDITID_GENERIC_AUDIT_EVENT ((ULONG)0x0000023DL)
  2160. /////////////////////////////////////////////////////////////////////////////
  2161. // //
  2162. // //
  2163. // Messages for Category: SE_CATEGID_PRIVILEGE_USE //
  2164. // //
  2165. // Event IDs: //
  2166. // SE_AUDITID_ASSIGN_SPECIAL_PRIV //
  2167. // SE_AUDITID_PRIVILEGED_SERVICE //
  2168. // SE_AUDITID_PRIVILEGED_OBJECT //
  2169. // //
  2170. // //
  2171. // //
  2172. /////////////////////////////////////////////////////////////////////////////
  2173. //
  2174. //
  2175. // SE_AUDITID_ASSIGN_SPECIAL_PRIV
  2176. //
  2177. // Category: SE_CATEGID_PRIVILEGE_USE
  2178. //
  2179. // Description:
  2180. // When a user logs on, if any one of the following privileges is added
  2181. // to his/her token, this event is generated.
  2182. //
  2183. // - SeChangeNotifyPrivilege
  2184. // - SeAuditPrivilege
  2185. // - SeCreateTokenPrivilege
  2186. // - SeAssignPrimaryTokenPrivilege
  2187. // - SeBackupPrivilege
  2188. // - SeRestorePrivilege
  2189. // - SeDebugPrivilege
  2190. //
  2191. //
  2192. // Parameter Strings -
  2193. //
  2194. // 1 - User name
  2195. //
  2196. // 2 - domain name
  2197. //
  2198. // 3 - Logon ID string
  2199. //
  2200. // 4 - Privilege names (as 1 string, with formatting)
  2201. //
  2202. //
  2203. //
  2204. //
  2205. //
  2206. // MessageId: SE_AUDITID_ASSIGN_SPECIAL_PRIV
  2207. //
  2208. // MessageText:
  2209. //
  2210. // Special privileges assigned to new logon:%n
  2211. // %tUser Name:%t%1%n
  2212. // %tDomain:%t%t%2%n
  2213. // %tLogon ID:%t%t%3%n
  2214. // %tPrivileges:%t%4
  2215. //
  2216. #define SE_AUDITID_ASSIGN_SPECIAL_PRIV ((ULONG)0x00000240L)
  2217. //
  2218. //
  2219. // SE_AUDITID_PRIVILEGED_SERVICE
  2220. //
  2221. // Category: SE_CATEGID_PRIVILEGE_USE
  2222. //
  2223. // Description:
  2224. // This event is generated when a user makes an attempt to perform
  2225. // a privileged system service operation.
  2226. //
  2227. // Parameter Strings -
  2228. //
  2229. // 1 - server name
  2230. //
  2231. // 2 - service name
  2232. //
  2233. // 3 - Primary User name
  2234. //
  2235. // 4 - Primary domain name
  2236. //
  2237. // 5 - Primary Logon ID string
  2238. //
  2239. // 6 - Client User name (or "-" if not impersonating)
  2240. //
  2241. // 7 - Client domain name (or "-" if not impersonating)
  2242. //
  2243. // 8 - Client Logon ID string (or "-" if not impersonating)
  2244. //
  2245. // 9 - Privilege names (as 1 string, with formatting)
  2246. //
  2247. //
  2248. //
  2249. //
  2250. //
  2251. // MessageId: SE_AUDITID_PRIVILEGED_SERVICE
  2252. //
  2253. // MessageText:
  2254. //
  2255. // Privileged Service Called:%n
  2256. // %tServer:%t%t%1%n
  2257. // %tService:%t%t%2%n
  2258. // %tPrimary User Name:%t%3%n
  2259. // %tPrimary Domain:%t%4%n
  2260. // %tPrimary Logon ID:%t%5%n
  2261. // %tClient User Name:%t%6%n
  2262. // %tClient Domain:%t%7%n
  2263. // %tClient Logon ID:%t%8%n
  2264. // %tPrivileges:%t%9
  2265. //
  2266. #define SE_AUDITID_PRIVILEGED_SERVICE ((ULONG)0x00000241L)
  2267. //
  2268. //
  2269. // SE_AUDITID_PRIVILEGED_OBJECT
  2270. //
  2271. // Category: SE_CATEGID_PRIVILEGE_USE
  2272. //
  2273. // Parameter Strings -
  2274. //
  2275. // 1 - object server
  2276. //
  2277. // 2 - object handle (if available)
  2278. //
  2279. // 3 - process ID string
  2280. //
  2281. // 4 - Primary User name
  2282. //
  2283. // 5 - Primary domain name
  2284. //
  2285. // 6 - Primary Logon ID string
  2286. //
  2287. // 7 - Client User name (or "-" if not impersonating)
  2288. //
  2289. // 8 - Client domain name (or "-" if not impersonating)
  2290. //
  2291. // 9 - Client Logon ID string (or "-" if not impersonating)
  2292. //
  2293. // 10 - Privilege names (as 1 string, with formatting)
  2294. //
  2295. //
  2296. //
  2297. // MessageId: SE_AUDITID_PRIVILEGED_OBJECT
  2298. //
  2299. // MessageText:
  2300. //
  2301. // Privileged object operation:%n
  2302. // %tObject Server:%t%1%n
  2303. // %tObject Handle:%t%2%n
  2304. // %tProcess ID:%t%3%n
  2305. // %tPrimary User Name:%t%4%n
  2306. // %tPrimary Domain:%t%5%n
  2307. // %tPrimary Logon ID:%t%6%n
  2308. // %tClient User Name:%t%7%n
  2309. // %tClient Domain:%t%8%n
  2310. // %tClient Logon ID:%t%9%n
  2311. // %tPrivileges:%t%10
  2312. //
  2313. #define SE_AUDITID_PRIVILEGED_OBJECT ((ULONG)0x00000242L)
  2314. /////////////////////////////////////////////////////////////////////////////
  2315. // //
  2316. // //
  2317. // Messages for Category: SE_CATEGID_DETAILED_TRACKING //
  2318. // //
  2319. // Event IDs: //
  2320. // SE_AUDITID_PROCESS_CREATED //
  2321. // SE_AUDITID_PROCESS_EXIT //
  2322. // SE_AUDITID_DUPLICATE_HANDLE //
  2323. // SE_AUDITID_INDIRECT_REFERENCE //
  2324. // SE_AUDITID_DPAPI_BACKUP //
  2325. // SE_AUDITID_DPAPI_RECOVERY //
  2326. // SE_AUDITID_DPAPI_PROTECT //
  2327. // SE_AUDITID_DPAPI_UNPROTECT //
  2328. // SE_AUDITID_ASSIGN_TOKEN //
  2329. // SE_AUDITID_SERVICE_INSTALL //
  2330. // SE_AUDITID_JOB_CREATED //
  2331. // //
  2332. // //
  2333. /////////////////////////////////////////////////////////////////////////////
  2334. //
  2335. //
  2336. // SE_AUDITID_PROCESS_CREATED
  2337. //
  2338. // Category: SE_CATEGID_DETAILED_TRACKING
  2339. //
  2340. // Parameter Strings -
  2341. //
  2342. // 1 - process ID string
  2343. //
  2344. // 2 - Image file name (if available - otherwise "-")
  2345. //
  2346. // 3 - Creating process's ID
  2347. //
  2348. // 4 - User name (of new process)
  2349. //
  2350. // 5 - domain name (of new process)
  2351. //
  2352. // 6 - Logon ID string (of new process)
  2353. //
  2354. //
  2355. // MessageId: SE_AUDITID_PROCESS_CREATED
  2356. //
  2357. // MessageText:
  2358. //
  2359. // A new process has been created:%n
  2360. // %tNew Process ID:%t%1%n
  2361. // %tImage File Name:%t%2%n
  2362. // %tCreator Process ID:%t%3%n
  2363. // %tUser Name:%t%4%n
  2364. // %tDomain:%t%t%5%n
  2365. // %tLogon ID:%t%t%6%n
  2366. //
  2367. #define SE_AUDITID_PROCESS_CREATED ((ULONG)0x00000250L)
  2368. //
  2369. //
  2370. // SE_AUDITID_PROCESS_EXIT
  2371. //
  2372. // Category: SE_CATEGID_DETAILED_TRACKING
  2373. //
  2374. // Parameter Strings -
  2375. //
  2376. // 1 - process ID string
  2377. //
  2378. // 2 - image name
  2379. //
  2380. // 3 - User name
  2381. //
  2382. // 4 - domain name
  2383. //
  2384. // 5 - Logon ID string
  2385. //
  2386. //
  2387. //
  2388. //
  2389. //
  2390. // MessageId: SE_AUDITID_PROCESS_EXIT
  2391. //
  2392. // MessageText:
  2393. //
  2394. // A process has exited:%n
  2395. // %tProcess ID:%t%1%n
  2396. // %tImage File Name:%t%2%n
  2397. // %tUser Name:%t%3%n
  2398. // %tDomain:%t%t%4%n
  2399. // %tLogon ID:%t%t%5%n
  2400. //
  2401. #define SE_AUDITID_PROCESS_EXIT ((ULONG)0x00000251L)
  2402. //
  2403. //
  2404. // SE_AUDITID_DUPLICATE_HANDLE
  2405. //
  2406. // Category: SE_CATEGID_DETAILED_TRACKING
  2407. //
  2408. // Parameter Strings -
  2409. //
  2410. // 1 - Origin (source) handle ID string
  2411. //
  2412. // 2 - Origin (source) process ID string
  2413. //
  2414. // 3 - New (Target) handle ID string
  2415. //
  2416. // 4 - Target process ID string
  2417. //
  2418. //
  2419. //
  2420. //
  2421. // MessageId: SE_AUDITID_DUPLICATE_HANDLE
  2422. //
  2423. // MessageText:
  2424. //
  2425. // A handle to an object has been duplicated:%n
  2426. // %tSource Handle ID:%t%1%n
  2427. // %tSource Process ID:%t%2%n
  2428. // %tTarget Handle ID:%t%3%n
  2429. // %tTarget Process ID:%t%4%n
  2430. //
  2431. #define SE_AUDITID_DUPLICATE_HANDLE ((ULONG)0x00000252L)
  2432. //
  2433. //
  2434. // SE_AUDITID_INDIRECT_REFERENCE
  2435. //
  2436. // Category: SE_CATEGID_DETAILED_TRACKING
  2437. //
  2438. // Parameter Strings -
  2439. //
  2440. // 1 - Object type
  2441. //
  2442. // 2 - object name (if available - otherwise "-")
  2443. //
  2444. // 3 - ID string of handle used to gain access
  2445. //
  2446. // 3 - server name
  2447. //
  2448. // 4 - process ID string
  2449. //
  2450. // 5 - primary User name
  2451. //
  2452. // 6 - primary domain name
  2453. //
  2454. // 7 - primary logon ID
  2455. //
  2456. // 8 - client User name
  2457. //
  2458. // 9 - client domain name
  2459. //
  2460. // 10 - client logon ID
  2461. //
  2462. // 11 - granted access names (with formatting)
  2463. //
  2464. //
  2465. //
  2466. // MessageId: SE_AUDITID_INDIRECT_REFERENCE
  2467. //
  2468. // MessageText:
  2469. //
  2470. // Indirect access to an object has been obtained:%n
  2471. // %tObject Type:%t%1%n
  2472. // %tObject Name:%t%2%n
  2473. // %tProcess ID:%t%3%n
  2474. // %tPrimary User Name:%t%4%n
  2475. // %tPrimary Domain:%t%5%n
  2476. // %tPrimary Logon ID:%t%6%n
  2477. // %tClient User Name:%t%7%n
  2478. // %tClient Domain:%t%8%n
  2479. // %tClient Logon ID:%t%9%n
  2480. // %tAccesses:%t%10%n
  2481. // %tAccess Mask:%t%11%n
  2482. //
  2483. #define SE_AUDITID_INDIRECT_REFERENCE ((ULONG)0x00000253L)
  2484. //
  2485. //
  2486. // SE_AUDITID_DPAPI_BACKUP
  2487. //
  2488. // Category: SE_CATEGID_DETAILED_TRACKING
  2489. //
  2490. // Parameter Strings -
  2491. //
  2492. // 1 - Master key GUID
  2493. //
  2494. // 2 - Recovery Server
  2495. //
  2496. // 3 - GUID identifier of the recovery key
  2497. //
  2498. // 4 - Failure reason
  2499. //
  2500. //
  2501. // MessageId: SE_AUDITID_DPAPI_BACKUP
  2502. //
  2503. // MessageText:
  2504. //
  2505. // Backup of data protection master key.
  2506. // %n
  2507. // %tKey Identifier:%t%t%1%n
  2508. // %tRecovery Server:%t%t%2%n
  2509. // %tRecovery Key ID:%t%t%3%n
  2510. // %tFailure Reason:%t%t%4%n
  2511. //
  2512. #define SE_AUDITID_DPAPI_BACKUP ((ULONG)0x00000254L)
  2513. //
  2514. //
  2515. // SE_AUDITID_DPAPI_RECOVERY
  2516. //
  2517. // Category: SE_CATEGID_DETAILED_TRACKING
  2518. //
  2519. // Parameter Strings -
  2520. //
  2521. // 1 - Master key GUID
  2522. //
  2523. // 2 - Recovery Server
  2524. //
  2525. // 3 - Reason for the backup
  2526. //
  2527. // 4 - GUID identifier of the recovery key
  2528. //
  2529. // 5 - Failure reason
  2530. //
  2531. //
  2532. // MessageId: SE_AUDITID_DPAPI_RECOVERY
  2533. //
  2534. // MessageText:
  2535. //
  2536. // Recovery of data protection master key.
  2537. // %n
  2538. // %tKey Identifier:%t%t%1%n
  2539. // %tRecovery Reason:%t%t%3%n
  2540. // %tRecovery Server:%t%t%2%n
  2541. // %tRecovery Key ID:%t%t%4%n
  2542. // %tFailure Reason:%t%t%5%n
  2543. //
  2544. #define SE_AUDITID_DPAPI_RECOVERY ((ULONG)0x00000255L)
  2545. //
  2546. //
  2547. // SE_AUDITID_DPAPI_PROTECT
  2548. //
  2549. // Category: SE_CATEGID_DETAILED_TRACKING
  2550. //
  2551. // Parameter Strings -
  2552. //
  2553. //
  2554. // 1 - Master key GUID
  2555. //
  2556. // 2 - Data Description
  2557. //
  2558. // 3 - Protected data flags
  2559. //
  2560. // 4 - Algorithms
  2561. //
  2562. // 5 - failure reason
  2563. //
  2564. //
  2565. // MessageId: SE_AUDITID_DPAPI_PROTECT
  2566. //
  2567. // MessageText:
  2568. //
  2569. // Protection of auditable protected data.
  2570. // %n
  2571. // %tData Description:%t%t%2%n
  2572. // %tKey Identifier:%t%t%1%n
  2573. // %tProtected Data Flags:%t%3%n
  2574. // %tProtection Algorithms:%t%4%n
  2575. // %tFailure Reason:%t%t%5%n
  2576. //
  2577. #define SE_AUDITID_DPAPI_PROTECT ((ULONG)0x00000256L)
  2578. //
  2579. //
  2580. // SE_AUDITID_DPAPI_UNPROTECT
  2581. //
  2582. // Category: SE_CATEGID_DETAILED_TRACKING
  2583. //
  2584. // Parameter Strings -
  2585. //
  2586. //
  2587. // 1 - Master key GUID
  2588. //
  2589. // 2 - Data Description
  2590. //
  2591. // 3 - Protected data flags
  2592. //
  2593. // 4 - Algorithms
  2594. //
  2595. // 5 - failure reason
  2596. //
  2597. //
  2598. // MessageId: SE_AUDITID_DPAPI_UNPROTECT
  2599. //
  2600. // MessageText:
  2601. //
  2602. // Unprotection of auditable protected data.
  2603. // %n
  2604. // %tData Description:%t%t%2%n
  2605. // %tKey Identifier:%t%t%1%n
  2606. // %tProtected Data Flags:%t%3%n
  2607. // %tProtection Algorithms:%t%4%n
  2608. // %tFailure Reason:%t%t%5%n
  2609. //
  2610. #define SE_AUDITID_DPAPI_UNPROTECT ((ULONG)0x00000257L)
  2611. //
  2612. //
  2613. // SE_AUDITID_ASSIGN_TOKEN
  2614. //
  2615. // Category: SE_CATEGID_DETAILED_TRACKING
  2616. //
  2617. // Parameter Strings -
  2618. //
  2619. // 1. Current Process ID (the process doing the assignment
  2620. // 2. Current Image File Name
  2621. // 3. Current User Name
  2622. // 4. Current Domain
  2623. // 5. Current Logon ID
  2624. //
  2625. // 6. Process ID (of new process)
  2626. // 7. Image Name (of new process)
  2627. // 8. User name (of new process)
  2628. // 9. domain name (of new process)
  2629. // 10. Logon ID string (of new process)
  2630. //
  2631. //
  2632. // MessageId: SE_AUDITID_ASSIGN_TOKEN
  2633. //
  2634. // MessageText:
  2635. //
  2636. // A process was assigned a primary token.%n
  2637. // Assigning Process Information:%n
  2638. // %tProcess ID:%t%1%n
  2639. // %tImage File Name:%t%2%n
  2640. // %tPrimary User Name:%t%3%n
  2641. // %tPrimary Domain:%t%4%n
  2642. // %tPrimary Logon ID:%t%5%n
  2643. // New Process Information:%n
  2644. // %tProcess ID:%t%6%n
  2645. // %tImage File Name:%t%7%n
  2646. // %tTarget User Name:%t%8%n
  2647. // %tTarget Domain:%t%9%n
  2648. // %tTarget Logon ID:%t%10%n
  2649. //
  2650. #define SE_AUDITID_ASSIGN_TOKEN ((ULONG)0x00000258L)
  2651. //
  2652. //
  2653. // SE_AUDITID_SERVICE_INSTALL
  2654. //
  2655. // Category: SE_CATEGID_DETAILED_TRACKING
  2656. //
  2657. // Event type: success/failure
  2658. //
  2659. // Description:
  2660. // This event is generated when a service is installed
  2661. //
  2662. // Note:
  2663. //
  2664. //
  2665. // MessageId: SE_AUDITID_SERVICE_INSTALL
  2666. //
  2667. // MessageText:
  2668. //
  2669. // Attempt to install service:%n
  2670. // %tService Name:%t%1%n
  2671. // %tService File Name:%t%2%n
  2672. // %tService Type:%t%3%n
  2673. // %tService Start Type:%t%4%n
  2674. // %tService Account:%t%5%n
  2675. // By:%n
  2676. // %tUser Name:%t%6%n
  2677. // %tDomain:%t%t%7%n
  2678. // %tLogon ID:%t%t%8%n
  2679. //
  2680. #define SE_AUDITID_SERVICE_INSTALL ((ULONG)0x00000259L)
  2681. //
  2682. //
  2683. // SE_AUDITID_JOB_CREATED
  2684. //
  2685. // Category: SE_CATEGID_DETAILED_TRACKING
  2686. //
  2687. // Event type: success/failure
  2688. //
  2689. // Description:
  2690. // This event is generated when a scheduler job is created
  2691. // File Name is the name of the file in the Tasks folder.
  2692. // Task Time, Days of Month, Days of Week, Flags and Commandline
  2693. // are taken from the AT_INFO structure.
  2694. // Target Name and Target Domain are the user account the job
  2695. // is to run as. This event is generated by the task scheduler
  2696. // through for example the AT command.
  2697. //
  2698. // Note:
  2699. //
  2700. //
  2701. // MessageId: SE_AUDITID_JOB_CREATED
  2702. //
  2703. // MessageText:
  2704. //
  2705. // Scheduled Task created:%n
  2706. // %tFile Name:%t%1%n
  2707. // %tCommand:%t%2%n
  2708. // %tTriggers:%t%t%3%n
  2709. // %tTime:%t%t%4 %5%n
  2710. // %tFlags:%t%t%6%n
  2711. // %tTarget User:%t%7%n
  2712. // By:%n
  2713. // %tUser:%t%t%8%n
  2714. // %tDomain:%t%t%9%n
  2715. // %tLogon ID:%t%t%10%n
  2716. //
  2717. #define SE_AUDITID_JOB_CREATED ((ULONG)0x0000025AL)
  2718. /////////////////////////////////////////////////////////////////////////////
  2719. // //
  2720. // //
  2721. // Messages for Category: SE_CATEGID_POLICY_CHANGE //
  2722. // //
  2723. // Event IDs: //
  2724. // SE_AUDITID_USER_RIGHT_ASSIGNED //
  2725. // SE_AUDITID_USER_RIGHT_REMOVED //
  2726. // SE_AUDITID_TRUSTED_DOMAIN_ADD //
  2727. // SE_AUDITID_TRUSTED_DOMAIN_REM //
  2728. // SE_AUDITID_TRUSTED_DOMAIN_MOD //
  2729. // SE_AUDITID_POLICY_CHANGE //
  2730. // SE_AUDITID_IPSEC_POLICY_START //
  2731. // SE_AUDITID_IPSEC_POLICY_DISABLED //
  2732. // SE_AUDITID_IPSEC_POLICY_CHANGED //
  2733. // SE_AUDITID_IPSEC_POLICY_FAILURE //
  2734. // SE_AUDITID_SYSTEM_ACCESS_CHANGE //
  2735. // SE_AUDITID_NAMESPACE_COLLISION //
  2736. // SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_ADD //
  2737. // SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_REM //
  2738. // SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_MOD //
  2739. // SE_AUDITID_PER_USER_AUDIT_TABLE_CREATION //
  2740. // SE_AUDITID_PER_USER_AUDIT_TABLE_ELEMENT_CREATION //
  2741. // //
  2742. // //
  2743. /////////////////////////////////////////////////////////////////////////////
  2744. //
  2745. //
  2746. // SE_AUDITID_USER_RIGHT_ASSIGNED
  2747. //
  2748. // Category: SE_CATEGID_POLICY_CHANGE
  2749. //
  2750. // Parameter Strings -
  2751. //
  2752. // 1 - User right name
  2753. //
  2754. // 2 - SID string of account assigned the user right
  2755. //
  2756. // 3 - User name of subject assigning the right
  2757. //
  2758. // 4 - Domain name of subject assigning the right
  2759. //
  2760. // 5 - Logon ID string of subject assigning the right
  2761. //
  2762. //
  2763. //
  2764. //
  2765. // MessageId: SE_AUDITID_USER_RIGHT_ASSIGNED
  2766. //
  2767. // MessageText:
  2768. //
  2769. // User Right Assigned:%n
  2770. // %tUser Right:%t%1%n
  2771. // %tAssigned To:%t%2%n
  2772. // %tAssigned By:%n
  2773. // %t User Name:%t%3%n
  2774. // %t Domain:%t%t%4%n
  2775. // %t Logon ID:%t%5%n
  2776. //
  2777. #define SE_AUDITID_USER_RIGHT_ASSIGNED ((ULONG)0x00000260L)
  2778. //
  2779. //
  2780. // SE_AUDITID_USER_RIGHT_REMOVED
  2781. //
  2782. // Category: SE_CATEGID_POLICY_CHANGE
  2783. //
  2784. // Parameter Strings -
  2785. //
  2786. // 1 - User right name
  2787. //
  2788. // 2 - SID string of account from which the user
  2789. // right was removed
  2790. //
  2791. // 3 - User name of subject removing the right
  2792. //
  2793. // 4 - Domain name of subject removing the right
  2794. //
  2795. // 5 - Logon ID string of subject removing the right
  2796. //
  2797. //
  2798. //
  2799. // MessageId: SE_AUDITID_USER_RIGHT_REMOVED
  2800. //
  2801. // MessageText:
  2802. //
  2803. // User Right Removed:%n
  2804. // %tUser Right:%t%1%n
  2805. // %tRemoved From:%t%2%n
  2806. // %tRemoved By:%n
  2807. // %t User Name:%t%3%n
  2808. // %t Domain:%t%t%4%n
  2809. // %t Logon ID:%t%5%n
  2810. //
  2811. #define SE_AUDITID_USER_RIGHT_REMOVED ((ULONG)0x00000261L)
  2812. //
  2813. //
  2814. // SE_AUDITID_TRUSTED_DOMAIN_ADD
  2815. //
  2816. // Category: SE_CATEGID_POLICY_CHANGE
  2817. //
  2818. // Event type: success/failure
  2819. //
  2820. // Description:
  2821. // This event is generated when somebody creates a trust relationship
  2822. // with another domain.
  2823. //
  2824. // Note:
  2825. // It is recorded on the domain controller on which
  2826. // the trusted domain object (TDO) is created and not on any other
  2827. // domain controller to which the TDO creation replicates.
  2828. //
  2829. //
  2830. // MessageId: SE_AUDITID_TRUSTED_DOMAIN_ADD
  2831. //
  2832. // MessageText:
  2833. //
  2834. // New Trusted Domain:%n
  2835. // %tDomain Name:%t%1%n
  2836. // %tDomain ID:%t%2%n
  2837. // %tEstablished By:%n
  2838. // %t User Name:%t%3%n
  2839. // %t Domain:%t%t%4%n
  2840. // %t Logon ID:%t%5%n
  2841. // %tTrust Type:%t%6%n
  2842. // %tTrust Direction:%t%7%n
  2843. // %tTrust Attributes:%t%8%n
  2844. // %tSID Filtering:%t%9%n
  2845. //
  2846. #define SE_AUDITID_TRUSTED_DOMAIN_ADD ((ULONG)0x00000262L)
  2847. //
  2848. //
  2849. // SE_AUDITID_TRUSTED_DOMAIN_REM
  2850. //
  2851. // Category: SE_CATEGID_POLICY_CHANGE
  2852. //
  2853. // Event type: success/failure
  2854. //
  2855. // Description:
  2856. // This event is generated when somebody removes a trust relationship
  2857. // with another domain.
  2858. //
  2859. // Note:
  2860. // It is recorded on the domain controller on which
  2861. // the trusted domain object (TDO) is deleted and not on any other
  2862. // domain controller to which the TDO deletion replicates.
  2863. //
  2864. //
  2865. // MessageId: SE_AUDITID_TRUSTED_DOMAIN_REM
  2866. //
  2867. // MessageText:
  2868. //
  2869. // Trusted Domain Removed:%n
  2870. // %tDomain Name:%t%1%n
  2871. // %tDomain ID:%t%2%n
  2872. // %tRemoved By:%n
  2873. // %t User Name:%t%3%n
  2874. // %t Domain:%t%t%4%n
  2875. // %t Logon ID:%t%5%n
  2876. //
  2877. #define SE_AUDITID_TRUSTED_DOMAIN_REM ((ULONG)0x00000263L)
  2878. //
  2879. //
  2880. // SE_AUDITID_POLICY_CHANGE
  2881. //
  2882. // Category: SE_CATEGID_POLICY_CHANGE
  2883. //
  2884. // Parameter Strings -
  2885. //
  2886. // 1 - System success audit status ("+" or "-")
  2887. // 2 - System failure audit status ("+" or "-")
  2888. //
  2889. // 3 - Logon/Logoff success audit status ("+" or "-")
  2890. // 4 - Logon/Logoff failure audit status ("+" or "-")
  2891. //
  2892. // 5 - Object Access success audit status ("+" or "-")
  2893. // 6 - Object Access failure audit status ("+" or "-")
  2894. //
  2895. // 7 - Detailed Tracking success audit status ("+" or "-")
  2896. // 8 - Detailed Tracking failure audit status ("+" or "-")
  2897. //
  2898. // 9 - Privilege Use success audit status ("+" or "-")
  2899. // 10 - Privilege Use failure audit status ("+" or "-")
  2900. //
  2901. // 11 - Policy Change success audit status ("+" or "-")
  2902. // 12 - Policy Change failure audit status ("+" or "-")
  2903. //
  2904. // 13 - Account Management success audit status ("+" or "-")
  2905. // 14 - Account Management failure audit status ("+" or "-")
  2906. //
  2907. // 15 - Directory Service access success audit status ("+" or "-")
  2908. // 16 - Directory Service access failure audit status ("+" or "-")
  2909. //
  2910. // 17 - Account Logon success audit status ("+" or "-")
  2911. // 18 - Account Logon failure audit status ("+" or "-")
  2912. //
  2913. // 19 - Account Name of user that changed the policy
  2914. //
  2915. // 20 - Domain of user that changed the policy
  2916. //
  2917. // 21 - Logon ID of user that changed the policy
  2918. //
  2919. //
  2920. //
  2921. // MessageId: SE_AUDITID_POLICY_CHANGE
  2922. //
  2923. // MessageText:
  2924. //
  2925. // Audit Policy Change:%n
  2926. // New Policy:%n
  2927. // %tSuccess%tFailure%n
  2928. // %t %3%t %4%tLogon/Logoff%n
  2929. // %t %5%t %6%tObject Access%n
  2930. // %t %7%t %8%tPrivilege Use%n
  2931. // %t %13%t %14%tAccount Management%n
  2932. // %t %11%t %12%tPolicy Change%n
  2933. // %t %1%t %2%tSystem%n
  2934. // %t %9%t %10%tDetailed Tracking%n
  2935. // %t %15%t %16%tDirectory Service Access%n
  2936. // %t %17%t %18%tAccount Logon%n%n
  2937. // Changed By:%n
  2938. // %t User Name:%t%19%n
  2939. // %t Domain Name:%t%20%n
  2940. // %t Logon ID:%t%21
  2941. //
  2942. #define SE_AUDITID_POLICY_CHANGE ((ULONG)0x00000264L)
  2943. //
  2944. //
  2945. // SE_AUDITID_IPSEC_POLICY_START
  2946. //
  2947. // Category: SE_CATEGID_POLICY_CHANGE
  2948. //
  2949. // Parameter Strings -
  2950. //
  2951. // 1 - Ipsec Policy Agent
  2952. //
  2953. // 2 - Policy Source
  2954. //
  2955. // 3 - Event Data
  2956. //
  2957. //
  2958. //
  2959. // MessageId: SE_AUDITID_IPSEC_POLICY_START
  2960. //
  2961. // MessageText:
  2962. //
  2963. // IPSec Services started: %t%1%n
  2964. // Policy Source: %t%2%n
  2965. // %3%n
  2966. //
  2967. #define SE_AUDITID_IPSEC_POLICY_START ((ULONG)0x00000265L)
  2968. //
  2969. //
  2970. // SE_AUDITID_IPSEC_POLICY_DISABLED
  2971. //
  2972. // Category: SE_CATEGID_POLICY_CHANGE
  2973. //
  2974. // Parameter Strings -
  2975. //
  2976. // 1 - Ipsec Policy Agent
  2977. //
  2978. // 2 - Event Data
  2979. //
  2980. //
  2981. //
  2982. // MessageId: SE_AUDITID_IPSEC_POLICY_DISABLED
  2983. //
  2984. // MessageText:
  2985. //
  2986. // IPSec Services disabled: %t%1%n
  2987. // %2%n
  2988. //
  2989. #define SE_AUDITID_IPSEC_POLICY_DISABLED ((ULONG)0x00000266L)
  2990. //
  2991. //
  2992. // SE_AUDITID_IPSEC_POLICY_CHANGED
  2993. //
  2994. // Category: SE_CATEGID_POLICY_CHANGE
  2995. //
  2996. // Parameter Strings -
  2997. //
  2998. // 1 - Event Data
  2999. //
  3000. //
  3001. //
  3002. // MessageId: SE_AUDITID_IPSEC_POLICY_CHANGED
  3003. //
  3004. // MessageText:
  3005. //
  3006. // IPSec Services: %t%1%n
  3007. //
  3008. #define SE_AUDITID_IPSEC_POLICY_CHANGED ((ULONG)0x00000267L)
  3009. //
  3010. //
  3011. // SE_AUDITID_IPSEC_POLICY_FAILURE
  3012. //
  3013. // Category: SE_CATEGID_POLICY_CHANGE
  3014. //
  3015. // Parameter Strings -
  3016. //
  3017. // 1 - Event Data
  3018. //
  3019. //
  3020. //
  3021. // MessageId: SE_AUDITID_IPSEC_POLICY_FAILURE
  3022. //
  3023. // MessageText:
  3024. //
  3025. // IPSec Services encountered a potentially serious failure.%n
  3026. // %1%n
  3027. //
  3028. #define SE_AUDITID_IPSEC_POLICY_FAILURE ((ULONG)0x00000268L)
  3029. //
  3030. //
  3031. // SE_AUDITID_KERBEROS_POLICY_CHANGE
  3032. //
  3033. // Category: SE_CATEGID_POLICY_CHANGE
  3034. //
  3035. // Parameter Strings -
  3036. //
  3037. // 1 - user account name
  3038. //
  3039. // 2 - domain name of user
  3040. //
  3041. // 3 - logon ID of user
  3042. //
  3043. // 4 - description of the change made
  3044. //
  3045. //
  3046. //
  3047. // MessageId: SE_AUDITID_KERBEROS_POLICY_CHANGE
  3048. //
  3049. // MessageText:
  3050. //
  3051. // Kerberos Policy Changed:%n
  3052. // Changed By:%n
  3053. // %t User Name:%t%1%n
  3054. // %t Domain Name:%t%2%n
  3055. // %t Logon ID:%t%3%n
  3056. // Changes made:%n
  3057. // ('--' means no changes, otherwise each change is shown as:%n
  3058. // <ParameterName>: <new value> (<old value>))%n
  3059. // %4%n
  3060. //
  3061. #define SE_AUDITID_KERBEROS_POLICY_CHANGE ((ULONG)0x00000269L)
  3062. //
  3063. //
  3064. // SE_AUDITID_EFS_POLICY_CHANGE
  3065. //
  3066. // Category: SE_CATEGID_POLICY_CHANGE
  3067. //
  3068. // Parameter Strings -
  3069. //
  3070. // 1 - user account name
  3071. //
  3072. // 2 - domain name of user
  3073. //
  3074. // 3 - logon ID of user
  3075. //
  3076. // 4 - description of the change made
  3077. //
  3078. //
  3079. //
  3080. // MessageId: SE_AUDITID_EFS_POLICY_CHANGE
  3081. //
  3082. // MessageText:
  3083. //
  3084. // Encrypted Data Recovery Policy Changed:%n
  3085. // Changed By:%n
  3086. // %t User Name:%t%1%n
  3087. // %t Domain Name:%t%2%n
  3088. // %t Logon ID:%t%3%n
  3089. // Changes made:%n
  3090. // ('--' means no changes, otherwise each change is shown as:%n
  3091. // <ParameterName>: <new value> (<old value>))%n
  3092. // %4%n
  3093. //
  3094. #define SE_AUDITID_EFS_POLICY_CHANGE ((ULONG)0x0000026AL)
  3095. //
  3096. //
  3097. // SE_AUDITID_TRUSTED_DOMAIN_MOD
  3098. //
  3099. // Category: SE_CATEGID_POLICY_CHANGE
  3100. //
  3101. // Event type: success/failure
  3102. //
  3103. // Description:
  3104. // This event is generated when somebody modifies a trust relationship
  3105. // with another domain.
  3106. //
  3107. // Note:
  3108. // It is recorded on the domain controller on which
  3109. // the trusted domain object (TDO) is modified and not on any other
  3110. // domain controller to which the TDO modification replicates.
  3111. //
  3112. //
  3113. // MessageId: SE_AUDITID_TRUSTED_DOMAIN_MOD
  3114. //
  3115. // MessageText:
  3116. //
  3117. // Trusted Domain Information Modified:%n
  3118. // %tDomain Name:%t%1%n
  3119. // %tDomain ID:%t%2%n
  3120. // %tModified By:%n
  3121. // %t User Name:%t%3%n
  3122. // %t Domain:%t%t%4%n
  3123. // %t Logon ID:%t%5%n
  3124. // %tTrust Type:%t%6%n
  3125. // %tTrust Direction:%t%7%n
  3126. // %tTrust Attributes:%t%8%n
  3127. // %tSID Filtering:%t%9%n
  3128. //
  3129. #define SE_AUDITID_TRUSTED_DOMAIN_MOD ((ULONG)0x0000026CL)
  3130. //
  3131. //
  3132. // SE_AUDITID_SYSTEM_ACCESS_GRANTED
  3133. //
  3134. // Category: SE_CATEGID_POLICY_CHANGE
  3135. //
  3136. // Parameter Strings -
  3137. //
  3138. // 1 - User right name
  3139. //
  3140. // 2 - SID string of account for which the user
  3141. // right was affected
  3142. //
  3143. // 3 - User name of subject changing the right
  3144. //
  3145. // 4 - Domain name of subject changing the right
  3146. //
  3147. // 5 - Logon ID string of subject changing the right
  3148. //
  3149. //
  3150. //
  3151. // MessageId: SE_AUDITID_SYSTEM_ACCESS_GRANTED
  3152. //
  3153. // MessageText:
  3154. //
  3155. // System Security Access Granted:%n
  3156. // %tAccess Granted:%t%4%n
  3157. // %tAccount Modified:%t%5%n
  3158. // %tAssigned By:%n
  3159. // %t User Name:%t%1%n
  3160. // %t Domain:%t%t%2%n
  3161. // %t Logon ID:%t%3%n
  3162. //
  3163. #define SE_AUDITID_SYSTEM_ACCESS_GRANTED ((ULONG)0x0000026DL)
  3164. //
  3165. //
  3166. // SE_AUDITID_SYSTEM_ACCESS_REMOVED
  3167. //
  3168. // Category: SE_CATEGID_POLICY_CHANGE
  3169. //
  3170. // Parameter Strings -
  3171. //
  3172. // 1 - User right name
  3173. //
  3174. // 2 - SID string of account for which the user
  3175. // right was affected
  3176. //
  3177. // 3 - User name of subject changing the right
  3178. //
  3179. // 4 - Domain name of subject changing the right
  3180. //
  3181. // 5 - Logon ID string of subject changing the right
  3182. //
  3183. //
  3184. //
  3185. // MessageId: SE_AUDITID_SYSTEM_ACCESS_REMOVED
  3186. //
  3187. // MessageText:
  3188. //
  3189. // System Security Access Removed:%n
  3190. // %tAccess Removed:%t%4%n
  3191. // %tAccount Modified:%t%5%n
  3192. // %tRemoved By:%n
  3193. // %t User Name:%t%1%n
  3194. // %t Domain:%t%t%2%n
  3195. // %t Logon ID:%t%3%n
  3196. //
  3197. #define SE_AUDITID_SYSTEM_ACCESS_REMOVED ((ULONG)0x0000026EL)
  3198. //
  3199. //
  3200. // SE_AUDITID_NAMESPACE_COLLISION
  3201. //
  3202. // Category: SE_CATEGID_POLICY_CHANGE
  3203. //
  3204. // Event type: success
  3205. //
  3206. // Description:
  3207. // When a namespace element in one forest overlaps a namespace element in
  3208. // some other forest, it can lead to ambiguity in resolving a name
  3209. // belonging to one of the namespace elements. This overlap is also called
  3210. // a collision.This event is generated when such a collision is detected.
  3211. //
  3212. // Note:
  3213. // Not all fields are valid for each entry type.
  3214. // For example, fields like DNS name, NetBIOS name and SID are not valid
  3215. // for an entry of type 'TopLevelName'.
  3216. //
  3217. //
  3218. // MessageId: SE_AUDITID_NAMESPACE_COLLISION
  3219. //
  3220. // MessageText:
  3221. //
  3222. // Namespace collision detected:%n
  3223. // %tTarget type:%t%1%n
  3224. // %tTarget name:%t%2%n
  3225. // %tForest Root:%t%3%n
  3226. // %tTop Level Name:%t%4%n
  3227. // %tDNS Name:%t%5%n
  3228. // %tNetBIOS Name:%t%6%n
  3229. // %tSID:%t%t%7%n
  3230. // %tNew Flags:%t%8%n
  3231. //
  3232. #define SE_AUDITID_NAMESPACE_COLLISION ((ULONG)0x00000300L)
  3233. //
  3234. //
  3235. // SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_ADD
  3236. //
  3237. // Category: SE_CATEGID_POLICY_CHANGE
  3238. //
  3239. // Event type: success
  3240. //
  3241. // Description:
  3242. // This event is generated when the forest trust information is updated and
  3243. // one or more entries get added. One such audit event is generated
  3244. // per added entry. If multiple entries get added, deleted or modified
  3245. // in a single update of the forest trust information, all the generated
  3246. // audit events will have a single unique identifier called OperationID.
  3247. // This allows one to determine that the multiple generated audits are
  3248. // the result of a single operation.
  3249. //
  3250. // Note:
  3251. // Not all fields are valid for each entry type.
  3252. // For example, fields like DNS name, NetBIOS name and SID are not valid
  3253. // for an entry of type 'TopLevelName'.
  3254. //
  3255. //
  3256. // MessageId: SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_ADD
  3257. //
  3258. // MessageText:
  3259. //
  3260. // Trusted Forest Information Entry Added:%n
  3261. // %tForest Root:%t%1%n
  3262. // %tForest Root SID:%t%2%n
  3263. // %tOperation ID:%t{%3,%4}%n
  3264. // %tEntry Type:%t%5%n
  3265. // %tFlags:%t%t%6%n
  3266. // %tTop Level Name:%t%7%n
  3267. // %tDNS Name:%t%8%n
  3268. // %tNetBIOS Name:%t%9%n
  3269. // %tDomain SID:%t%10%n
  3270. // %tAdded by%t:%n
  3271. // %tClient User Name:%t%11%n
  3272. // %tClient Domain:%t%12%n
  3273. // %tClient Logon ID:%t%13%n
  3274. //
  3275. #define SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_ADD ((ULONG)0x00000301L)
  3276. //
  3277. //
  3278. // SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_REM
  3279. //
  3280. // Category: SE_CATEGID_POLICY_CHANGE
  3281. //
  3282. // Event type: success
  3283. //
  3284. // Description:
  3285. // This event is generated when the forest trust information is updated and
  3286. // one or more entries get deleted. One such audit event is generated
  3287. // per deleted entry. If multiple entries get added, deleted or modified
  3288. // in a single update of the forest trust information, all the generated
  3289. // audit events will have a single unique identifier called OperationID.
  3290. // This allows one to determine that the multiple generated audits are
  3291. // the result of a single operation.
  3292. //
  3293. // Note:
  3294. // Not all fields are valid for each entry type.
  3295. // For example, fields like DNS name, NetBIOS name and SID are not valid
  3296. // for an entry of type 'TopLevelName'.
  3297. //
  3298. //
  3299. // MessageId: SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_REM
  3300. //
  3301. // MessageText:
  3302. //
  3303. // Trusted Forest Information Entry Removed:%n
  3304. // %tForest Root:%t%1%n
  3305. // %tForest Root SID:%t%2%n
  3306. // %tOperation ID:%t{%3,%4}%n
  3307. // %tEntry Type:%t%5%n
  3308. // %tFlags:%t%t%6%n
  3309. // %tTop Level Name:%t%7%n
  3310. // %tDNS Name:%t%8%n
  3311. // %tNetBIOS Name:%t%9%n
  3312. // %tDomain SID:%t%10%n
  3313. // %tRemoved by%t:%n
  3314. // %tClient User Name:%t%11%n
  3315. // %tClient Domain:%t%12%n
  3316. // %tClient Logon ID:%t%13%n
  3317. //
  3318. #define SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_REM ((ULONG)0x00000302L)
  3319. //
  3320. //
  3321. // SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_MOD
  3322. //
  3323. // Category: SE_CATEGID_POLICY_CHANGE
  3324. //
  3325. // Event type: success
  3326. //
  3327. // Description:
  3328. // This event is generated when the forest trust information is updated and
  3329. // one or more entries get modified. One such audit event is generated
  3330. // per modified entry. If multiple entries get added, deleted or modified
  3331. // in a single update of the forest trust information, all the generated
  3332. // audit events will have a single unique identifier called OperationID.
  3333. // This allows one to determine that the multiple generated audits are
  3334. // the result of a single operation.
  3335. //
  3336. // Note:
  3337. // Not all fields are valid for each entry type.
  3338. // For example, fields like DNS name, NetBIOS name and SID are not valid
  3339. // for an entry of type 'TopLevelName'.
  3340. //
  3341. //
  3342. // MessageId: SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_MOD
  3343. //
  3344. // MessageText:
  3345. //
  3346. // Trusted Forest Information Entry Modified:%n
  3347. // %tForest Root:%t%1%n
  3348. // %tForest Root SID:%t%2%n
  3349. // %tOperation ID:%t{%3,%4}%n
  3350. // %tEntry Type:%t%5%n
  3351. // %tFlags:%t%t%6%n
  3352. // %tTop Level Name:%t%7%n
  3353. // %tDNS Name:%t%8%n
  3354. // %tNetBIOS Name:%t%9%n
  3355. // %tDomain SID:%t%10%n
  3356. // %tModified by%t:%n
  3357. // %tClient User Name:%t%11%n
  3358. // %tClient Domain:%t%12%n
  3359. // %tClient Logon ID:%t%13%n
  3360. //
  3361. #define SE_AUDITID_TRUSTED_FOREST_INFO_ENTRY_MOD ((ULONG)0x00000303L)
  3362. //
  3363. //
  3364. // SE_AUDITID_SECURITY_LOG_CONFIG
  3365. //
  3366. // Category: SE_CATEGID_POLICY_CHANGE
  3367. //
  3368. // Event type: success
  3369. //
  3370. // Description:
  3371. // This event is generated when the eventlog service reads security log
  3372. // configuration from the registry key:
  3373. // SYSTEM\CurrentControlSet\Services\Eventlog\Security
  3374. // This event is generated in the context in which eventlog runs. The
  3375. // registry key has a SACL so that it is possible to find out the user
  3376. // who changed the key.
  3377. //
  3378. // Parameters:
  3379. // 1 : max size in KB
  3380. //
  3381. // 2 : Action to take on reaching max log size
  3382. // 1 --> overwrite events as needed
  3383. // 2 --> overwrite events older than the limit specified
  3384. // in parameter 3
  3385. // 3 --> do not overwrite
  3386. //
  3387. // 3 : Event age limit. Applicable only if value param 2 is 2
  3388. //
  3389. // Note:
  3390. //
  3391. //
  3392. // MessageId: SE_AUDITID_SECURITY_LOG_CONFIG
  3393. //
  3394. // MessageText:
  3395. //
  3396. // Configuration of security log for this session:
  3397. // %tMaximum Log Size (KB): %1%n
  3398. // %tAction to take on reaching max log size: %2%n
  3399. // %tEvent age limit in days: %3%n
  3400. //
  3401. #define SE_AUDITID_SECURITY_LOG_CONFIG ((ULONG)0x00000325L)
  3402. //
  3403. //
  3404. // SE_AUDITID_PER_USER_AUDIT_TABLE_CREATION
  3405. //
  3406. // Category: SE_CATEGID_POLICY_CHANGE
  3407. //
  3408. // Event type: success
  3409. //
  3410. // Description:
  3411. // This event is generated when the LSA per user audit policy is
  3412. // created or recreated.
  3413. //
  3414. //
  3415. // MessageId: SE_AUDITID_PER_USER_AUDIT_TABLE_CREATION
  3416. //
  3417. // MessageText:
  3418. //
  3419. // Per User Audit Policy was refreshed.%n
  3420. // %tNumber of elements:%t%1%n
  3421. // %tPolicy ID:%t%2%n
  3422. //
  3423. #define SE_AUDITID_PER_USER_AUDIT_TABLE_CREATION ((ULONG)0x00000326L)
  3424. //
  3425. //
  3426. // SE_AUDITID_PER_USER_AUDIT_TABLE_ELEMENT_CREATION
  3427. //
  3428. // Category: SE_CATEGID_POLICY_CHANGE
  3429. //
  3430. // Event type: success
  3431. //
  3432. // Description:
  3433. // This event is generated when the per user audit policy table is
  3434. // created. An instance of the audit is generated for each element
  3435. // contained in the peruser table.
  3436. //
  3437. // Note:
  3438. //
  3439. //
  3440. // MessageId: SE_AUDITID_PER_USER_AUDIT_TABLE_ELEMENT_CREATION
  3441. //
  3442. // MessageText:
  3443. //
  3444. // Per user auditing policy set for user:%n
  3445. // %tTarget user:%t%1%n
  3446. // %tPolicy ID:%t%2%n
  3447. // %tCategory Settings:%n
  3448. // %t System:%t%3%n
  3449. // %t Logon:%t%4%n
  3450. // %t Object Access%t%5%n
  3451. // %t Privilege Use:%t%6%n
  3452. // %t Detailed Tracking:%t%7%n
  3453. // %t Policy Change:%t%8%n
  3454. // %t Account Management:%t%9%n
  3455. // %t DS Access:%t%10%n
  3456. // %t Account Logon:%t%11%n
  3457. //
  3458. #define SE_AUDITID_PER_USER_AUDIT_TABLE_ELEMENT_CREATION ((ULONG)0x00000327L)
  3459. //
  3460. //
  3461. // SE_AUDITID_SECURITY_EVENT_SOURCE_REGISTERED
  3462. //
  3463. // Category: SE_CATEGID_POLICY_CHANGE
  3464. //
  3465. // Event type: success
  3466. //
  3467. // Description:
  3468. //
  3469. // Note:
  3470. //
  3471. //
  3472. // MessageId: SE_AUDITID_SECURITY_EVENT_SOURCE_REGISTERED
  3473. //
  3474. // MessageText:
  3475. //
  3476. // A security event source has attempted to register.%n
  3477. // %tPrimary User Name:%t%1%n
  3478. // %tPrimary Domain:%t%2%n
  3479. // %tPrimary Logon ID:%t%3%n
  3480. // %tClient User Name:%t%4%n
  3481. // %tClient Domain:%t%5%n
  3482. // %tClient Logon ID:%t%6%n
  3483. // %tSource Name:%t%7%n
  3484. // %tProcess Id:%t%8%n
  3485. // %tEvent Source Id:%t%9%n
  3486. //
  3487. #define SE_AUDITID_SECURITY_EVENT_SOURCE_REGISTERED ((ULONG)0x00000328L)
  3488. //
  3489. //
  3490. // SE_AUDITID_SECURITY_EVENT_SOURCE_UNREGISTERED
  3491. //
  3492. // Category: SE_CATEGID_POLICY_CHANGE
  3493. //
  3494. // Event type: success
  3495. //
  3496. // Description:
  3497. //
  3498. // Note:
  3499. //
  3500. //
  3501. // MessageId: SE_AUDITID_SECURITY_EVENT_SOURCE_UNREGISTERED
  3502. //
  3503. // MessageText:
  3504. //
  3505. // A security event source has attempted to unregister.%n
  3506. // %tPrimary User Name:%t%1%n
  3507. // %tPrimary Domain:%t%2%n
  3508. // %tPrimary Logon ID:%t%3%n
  3509. // %tClient User Name:%t%4%n
  3510. // %tClient Domain:%t%5%n
  3511. // %tClient Logon ID:%t%6%n
  3512. // %tSource Name:%t%7%n
  3513. // %tProcess Id:%t%8%n
  3514. // %tEvent Source Id:%t%9%n
  3515. //
  3516. #define SE_AUDITID_SECURITY_EVENT_SOURCE_UNREGISTERED ((ULONG)0x00000329L)
  3517. /////////////////////////////////////////////////////////////////////////////
  3518. // //
  3519. // //
  3520. // Messages for Category: SE_CATEGID_ACCOUNT_MANAGEMENT //
  3521. // //
  3522. // Event IDs: //
  3523. // SE_AUDITID_USER_CREATED //
  3524. // SE_AUDITID_USER_CHANGE //
  3525. // SE_AUDITID_ACCOUNT_TYPE_CHANGE //
  3526. // SE_AUDITID_USER_ENABLED //
  3527. // SE_AUDITID_USER_PWD_CHANGED //
  3528. // SE_AUDITID_USER_PWD_SET //
  3529. // SE_AUDITID_USER_DISABLED //
  3530. // SE_AUDITID_USER_DELETED //
  3531. // //
  3532. // SE_AUDITID_COMPUTER_CREATED //
  3533. // SE_AUDITID_COMPUTER_CHANGE //
  3534. // SE_AUDITID_COMPUTER_DELETED //
  3535. // //
  3536. // SE_AUDITID_GLOBAL_GROUP_CREATED //
  3537. // SE_AUDITID_GLOBAL_GROUP_CHANGE //
  3538. // SE_AUDITID_GLOBAL_GROUP_ADD //
  3539. // SE_AUDITID_GLOBAL_GROUP_REM //
  3540. // SE_AUDITID_GLOBAL_GROUP_DELETED //
  3541. // SE_AUDITID_LOCAL_GROUP_CREATED //
  3542. // SE_AUDITID_LOCAL_GROUP_CHANGE //
  3543. // SE_AUDITID_LOCAL_GROUP_ADD //
  3544. // SE_AUDITID_LOCAL_GROUP_REM //
  3545. // SE_AUDITID_LOCAL_GROUP_DELETED //
  3546. // //
  3547. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_CREATED //
  3548. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_CHANGE //
  3549. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_ADD //
  3550. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_REM //
  3551. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_DELETED //
  3552. // //
  3553. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_CREATED //
  3554. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_CHANGE //
  3555. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_ADD //
  3556. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_REM //
  3557. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_DELETED //
  3558. // //
  3559. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_CREATED //
  3560. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_CHANGE //
  3561. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_ADD //
  3562. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_REM //
  3563. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_DELETED //
  3564. // //
  3565. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_CREATED //
  3566. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_CHANGE //
  3567. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_ADD //
  3568. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_REM //
  3569. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_DELETED //
  3570. // //
  3571. // SE_AUDITID_APP_BASIC_GROUP_CREATED //
  3572. // SE_AUDITID_APP_BASIC_GROUP_CHANGE //
  3573. // SE_AUDITID_APP_BASIC_GROUP_ADD //
  3574. // SE_AUDITID_APP_BASIC_GROUP_REM //
  3575. // SE_AUDITID_APP_BASIC_GROUP_NM_ADD //
  3576. // SE_AUDITID_APP_BASIC_GROUP_NM_REM //
  3577. // SE_AUDITID_APP_BASIC_GROUP_DELETED //
  3578. // //
  3579. // SE_AUDITID_APP_QUERY_GROUP_CREATED //
  3580. // SE_AUDITID_APP_QUERY_GROUP_CHANGE //
  3581. // SE_AUDITID_APP_QUERY_GROUP_DELETED //
  3582. // //
  3583. // SE_AUDITID_GROUP_TYPE_CHANGE //
  3584. // //
  3585. // SE_AUDITID_ADD_SID_HISTORY //
  3586. // //
  3587. // SE_AUDITID_OTHER_ACCT_CHANGE //
  3588. // SE_AUDITID_DOMAIN_POLICY_CHANGE //
  3589. // SE_AUDITID_ACCOUNT_AUTO_LOCKED //
  3590. // SE_AUDITID_ACCOUNT_UNLOCKED //
  3591. // SE_AUDITID_SECURE_ADMIN_GROUP //
  3592. // //
  3593. // SE_AUDITID_PASSWORD_POLICY_API_CALLED //
  3594. // //
  3595. // SE_AUDITID_DSRM_PASSWORD_SET //
  3596. /////////////////////////////////////////////////////////////////////////////
  3597. //
  3598. //
  3599. // SE_AUDITID_USER_CREATED
  3600. //
  3601. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3602. //
  3603. // Parameter Strings -
  3604. //
  3605. // 1 - name of new user account
  3606. //
  3607. // 2 - domain of new user account
  3608. //
  3609. // 3 - SID string of new user account
  3610. //
  3611. // 4 - User name of subject creating the user account
  3612. //
  3613. // 5 - Domain name of subject creating the user account
  3614. //
  3615. // 6 - Logon ID string of subject creating the user account
  3616. //
  3617. // 7 - Privileges used to create the user account
  3618. //
  3619. //
  3620. //
  3621. // MessageId: SE_AUDITID_USER_CREATED
  3622. //
  3623. // MessageText:
  3624. //
  3625. // User Account Created:%n
  3626. // %tNew Account Name:%t%1%n
  3627. // %tNew Domain:%t%2%n
  3628. // %tNew Account ID:%t%3%n
  3629. // %tCaller User Name:%t%4%n
  3630. // %tCaller Domain:%t%5%n
  3631. // %tCaller Logon ID:%t%6%n
  3632. // %tPrivileges%t%t%7%n
  3633. // Attributes:%n
  3634. // %tSam Account Name:%t%8%n
  3635. // %tDisplay Name:%t%9%n
  3636. // %tUser Principal Name:%t%10%n
  3637. // %tHome Directory:%t%11%n
  3638. // %tHome Drive:%t%12%n
  3639. // %tScript Path:%t%13%n
  3640. // %tProfile Path:%t%14%n
  3641. // %tUser Workstations:%t%15%n
  3642. // %tPassword Last Set:%t%16%n
  3643. // %tAccount Expires:%t%17%n
  3644. // %tPrimary Group ID:%t%18%n
  3645. // %tAllowedToDelegateTo:%t%19%n
  3646. // %tOld UAC Value:%t%20%n
  3647. // %tNew UAC Value:%t%21%n
  3648. // %tUser Account Control:%t%22%n
  3649. // %tUser Parameters:%t%23%n
  3650. // %tSid History:%t%24%n
  3651. // %tLogon Hours:%t%25%n
  3652. //
  3653. #define SE_AUDITID_USER_CREATED ((ULONG)0x00000270L)
  3654. //
  3655. //
  3656. // SE_AUDITID_ACCOUNT_TYPE_CHANGE
  3657. //
  3658. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3659. //
  3660. // MessageId 0x271 unused
  3661. //
  3662. //
  3663. //
  3664. // SE_AUDITID_USER_ENABLED
  3665. //
  3666. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3667. //
  3668. // Parameter Strings -
  3669. //
  3670. // 1 - name of target user account
  3671. //
  3672. // 2 - domain of target user account
  3673. //
  3674. // 3 - SID string of target user account
  3675. //
  3676. // 4 - User name of subject changing the user account
  3677. //
  3678. // 5 - Domain name of subject changing the user account
  3679. //
  3680. // 6 - Logon ID string of subject changing the user account
  3681. //
  3682. //
  3683. //
  3684. // MessageId: SE_AUDITID_USER_ENABLED
  3685. //
  3686. // MessageText:
  3687. //
  3688. // User Account Enabled:%n
  3689. // %tTarget Account Name:%t%1%n
  3690. // %tTarget Domain:%t%2%n
  3691. // %tTarget Account ID:%t%3%n
  3692. // %tCaller User Name:%t%4%n
  3693. // %tCaller Domain:%t%5%n
  3694. // %tCaller Logon ID:%t%6%n
  3695. //
  3696. #define SE_AUDITID_USER_ENABLED ((ULONG)0x00000272L)
  3697. //
  3698. //
  3699. // SE_AUDITID_USER_PWD_CHANGED
  3700. //
  3701. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3702. //
  3703. // Parameter Strings -
  3704. //
  3705. // 1 - name of target user account
  3706. //
  3707. // 2 - domain of target user account
  3708. //
  3709. // 3 - SID string of target user account
  3710. //
  3711. // 4 - User name of subject changing the user account
  3712. //
  3713. // 5 - Domain name of subject changing the user account
  3714. //
  3715. // 6 - Logon ID string of subject changing the user account
  3716. //
  3717. //
  3718. //
  3719. // MessageId: SE_AUDITID_USER_PWD_CHANGED
  3720. //
  3721. // MessageText:
  3722. //
  3723. // Change Password Attempt:%n
  3724. // %tTarget Account Name:%t%1%n
  3725. // %tTarget Domain:%t%2%n
  3726. // %tTarget Account ID:%t%3%n
  3727. // %tCaller User Name:%t%4%n
  3728. // %tCaller Domain:%t%5%n
  3729. // %tCaller Logon ID:%t%6%n
  3730. // %tPrivileges:%t%7%n
  3731. //
  3732. #define SE_AUDITID_USER_PWD_CHANGED ((ULONG)0x00000273L)
  3733. //
  3734. //
  3735. // SE_AUDITID_USER_PWD_SET
  3736. //
  3737. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3738. //
  3739. // Parameter Strings -
  3740. //
  3741. // 1 - name of target user account
  3742. //
  3743. // 2 - domain of target user account
  3744. //
  3745. // 3 - SID string of target user account
  3746. //
  3747. // 4 - User name of subject changing the user account
  3748. //
  3749. // 5 - Domain name of subject changing the user account
  3750. //
  3751. // 6 - Logon ID string of subject changing the user account
  3752. //
  3753. //
  3754. //
  3755. // MessageId: SE_AUDITID_USER_PWD_SET
  3756. //
  3757. // MessageText:
  3758. //
  3759. // User Account password set:%n
  3760. // %tTarget Account Name:%t%1%n
  3761. // %tTarget Domain:%t%2%n
  3762. // %tTarget Account ID:%t%3%n
  3763. // %tCaller User Name:%t%4%n
  3764. // %tCaller Domain:%t%5%n
  3765. // %tCaller Logon ID:%t%6%n
  3766. //
  3767. #define SE_AUDITID_USER_PWD_SET ((ULONG)0x00000274L)
  3768. //
  3769. //
  3770. // SE_AUDITID_USER_DISABLED
  3771. //
  3772. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3773. //
  3774. // Parameter Strings -
  3775. //
  3776. // 1 - name of target user account
  3777. //
  3778. // 2 - domain of target user account
  3779. //
  3780. // 3 - SID string of target user account
  3781. //
  3782. // 4 - User name of subject changing the user account
  3783. //
  3784. // 5 - Domain name of subject changing the user account
  3785. //
  3786. // 6 - Logon ID string of subject changing the user account
  3787. //
  3788. //
  3789. //
  3790. // MessageId: SE_AUDITID_USER_DISABLED
  3791. //
  3792. // MessageText:
  3793. //
  3794. // User Account Disabled:%n
  3795. // %tTarget Account Name:%t%1%n
  3796. // %tTarget Domain:%t%2%n
  3797. // %tTarget Account ID:%t%3%n
  3798. // %tCaller User Name:%t%4%n
  3799. // %tCaller Domain:%t%5%n
  3800. // %tCaller Logon ID:%t%6%n
  3801. //
  3802. #define SE_AUDITID_USER_DISABLED ((ULONG)0x00000275L)
  3803. //
  3804. //
  3805. // SE_AUDITID_USER_DELETED
  3806. //
  3807. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3808. //
  3809. // Parameter Strings -
  3810. //
  3811. // 1 - name of target account
  3812. //
  3813. // 2 - domain of target account
  3814. //
  3815. // 3 - SID string of target account
  3816. //
  3817. // 4 - User name of subject changing the account
  3818. //
  3819. // 5 - Domain name of subject changing the account
  3820. //
  3821. // 6 - Logon ID string of subject changing the account
  3822. //
  3823. //
  3824. //
  3825. // MessageId: SE_AUDITID_USER_DELETED
  3826. //
  3827. // MessageText:
  3828. //
  3829. // User Account Deleted:%n
  3830. // %tTarget Account Name:%t%1%n
  3831. // %tTarget Domain:%t%2%n
  3832. // %tTarget Account ID:%t%3%n
  3833. // %tCaller User Name:%t%4%n
  3834. // %tCaller Domain:%t%5%n
  3835. // %tCaller Logon ID:%t%6%n
  3836. // %tPrivileges:%t%7%n
  3837. //
  3838. #define SE_AUDITID_USER_DELETED ((ULONG)0x00000276L)
  3839. //
  3840. //
  3841. // SE_AUDITID_GLOBAL_GROUP_CREATED
  3842. //
  3843. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3844. //
  3845. // Parameter Strings -
  3846. //
  3847. // 1 - name of new group account
  3848. //
  3849. // 2 - domain of new group account
  3850. //
  3851. // 3 - SID string of new group account
  3852. //
  3853. // 4 - User name of subject creating the account
  3854. //
  3855. // 5 - Domain name of subject creating the account
  3856. //
  3857. // 6 - Logon ID string of subject creating the account
  3858. //
  3859. //
  3860. //
  3861. // MessageId: SE_AUDITID_GLOBAL_GROUP_CREATED
  3862. //
  3863. // MessageText:
  3864. //
  3865. // Security Enabled Global Group Created:%n
  3866. // %tNew Account Name:%t%1%n
  3867. // %tNew Domain:%t%2%n
  3868. // %tNew Account ID:%t%3%n
  3869. // %tCaller User Name:%t%4%n
  3870. // %tCaller Domain:%t%5%n
  3871. // %tCaller Logon ID:%t%6%n
  3872. // %tPrivileges:%t%7%n
  3873. // Attributes:%n
  3874. // %tSam Account Name:%t%8%n
  3875. // %tSid History:%t%9%n
  3876. //
  3877. #define SE_AUDITID_GLOBAL_GROUP_CREATED ((ULONG)0x00000277L)
  3878. //
  3879. //
  3880. // SE_AUDITID_GLOBAL_GROUP_ADD
  3881. //
  3882. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3883. //
  3884. // Parameter Strings -
  3885. //
  3886. // 1 - SID string of member being added
  3887. //
  3888. // 2 - name of target account
  3889. //
  3890. // 3 - domain of target account
  3891. //
  3892. // 4 - SID string of target account
  3893. //
  3894. // 5 - User name of subject changing the account
  3895. //
  3896. // 6 - Domain name of subject changing the account
  3897. //
  3898. // 7 - Logon ID string of subject changing the account
  3899. //
  3900. //
  3901. //
  3902. // MessageId: SE_AUDITID_GLOBAL_GROUP_ADD
  3903. //
  3904. // MessageText:
  3905. //
  3906. // Security Enabled Global Group Member Added:%n
  3907. // %tMember Name:%t%1%n
  3908. // %tMember ID:%t%2%n
  3909. // %tTarget Account Name:%t%3%n
  3910. // %tTarget Domain:%t%4%n
  3911. // %tTarget Account ID:%t%5%n
  3912. // %tCaller User Name:%t%6%n
  3913. // %tCaller Domain:%t%7%n
  3914. // %tCaller Logon ID:%t%8%n
  3915. // %tPrivileges:%t%9%n
  3916. //
  3917. #define SE_AUDITID_GLOBAL_GROUP_ADD ((ULONG)0x00000278L)
  3918. //
  3919. //
  3920. // SE_AUDITID_GLOBAL_GROUP_REM
  3921. //
  3922. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3923. //
  3924. // Parameter Strings -
  3925. //
  3926. // 1 - SID string of member being removed
  3927. //
  3928. // 2 - name of target account
  3929. //
  3930. // 3 - domain of target account
  3931. //
  3932. // 4 - SID string of target account
  3933. //
  3934. // 5 - User name of subject changing the account
  3935. //
  3936. // 6 - Domain name of subject changing the account
  3937. //
  3938. // 7 - Logon ID string of subject changing the account
  3939. //
  3940. //
  3941. //
  3942. // MessageId: SE_AUDITID_GLOBAL_GROUP_REM
  3943. //
  3944. // MessageText:
  3945. //
  3946. // Security Enabled Global Group Member Removed:%n
  3947. // %tMember Name:%t%1%n
  3948. // %tMember ID:%t%2%n
  3949. // %tTarget Account Name:%t%3%n
  3950. // %tTarget Domain:%t%4%n
  3951. // %tTarget Account ID:%t%5%n
  3952. // %tCaller User Name:%t%6%n
  3953. // %tCaller Domain:%t%7%n
  3954. // %tCaller Logon ID:%t%8%n
  3955. // %tPrivileges:%t%9%n
  3956. //
  3957. #define SE_AUDITID_GLOBAL_GROUP_REM ((ULONG)0x00000279L)
  3958. //
  3959. //
  3960. // SE_AUDITID_GLOBAL_GROUP_DELETED
  3961. //
  3962. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3963. //
  3964. // Parameter Strings -
  3965. //
  3966. // 1 - name of target account
  3967. //
  3968. // 2 - domain of target account
  3969. //
  3970. // 3 - SID string of target account
  3971. //
  3972. // 4 - User name of subject changing the account
  3973. //
  3974. // 5 - Domain name of subject changing the account
  3975. //
  3976. // 6 - Logon ID string of subject changing the account
  3977. //
  3978. //
  3979. //
  3980. // MessageId: SE_AUDITID_GLOBAL_GROUP_DELETED
  3981. //
  3982. // MessageText:
  3983. //
  3984. // Security Enabled Global Group Deleted:%n
  3985. // %tTarget Account Name:%t%1%n
  3986. // %tTarget Domain:%t%2%n
  3987. // %tTarget Account ID:%t%3%n
  3988. // %tCaller User Name:%t%4%n
  3989. // %tCaller Domain:%t%5%n
  3990. // %tCaller Logon ID:%t%6%n
  3991. // %tPrivileges:%t%7%n
  3992. //
  3993. #define SE_AUDITID_GLOBAL_GROUP_DELETED ((ULONG)0x0000027AL)
  3994. //
  3995. //
  3996. // SE_AUDITID_LOCAL_GROUP_CREATED
  3997. //
  3998. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  3999. //
  4000. // Parameter Strings -
  4001. //
  4002. // 1 - name of new group account
  4003. //
  4004. // 2 - domain of new group account
  4005. //
  4006. // 3 - SID string of new group account
  4007. //
  4008. // 4 - User name of subject creating the account
  4009. //
  4010. // 5 - Domain name of subject creating the account
  4011. //
  4012. // 6 - Logon ID string of subject creating the account
  4013. //
  4014. //
  4015. //
  4016. // MessageId: SE_AUDITID_LOCAL_GROUP_CREATED
  4017. //
  4018. // MessageText:
  4019. //
  4020. // Security Enabled Local Group Created:%n
  4021. // %tNew Account Name:%t%1%n
  4022. // %tNew Domain:%t%2%n
  4023. // %tNew Account ID:%t%3%n
  4024. // %tCaller User Name:%t%4%n
  4025. // %tCaller Domain:%t%5%n
  4026. // %tCaller Logon ID:%t%6%n
  4027. // %tPrivileges:%t%7%n
  4028. // Attributes:%n
  4029. // %tSam Account Name:%t%8%n
  4030. // %tSid History:%t%9%n
  4031. //
  4032. #define SE_AUDITID_LOCAL_GROUP_CREATED ((ULONG)0x0000027BL)
  4033. //
  4034. //
  4035. // SE_AUDITID_LOCAL_GROUP_ADD
  4036. //
  4037. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4038. //
  4039. // Parameter Strings -
  4040. //
  4041. // 1 - SID string of member being added
  4042. //
  4043. // 2 - name of target account
  4044. //
  4045. // 3 - domain of target account
  4046. //
  4047. // 4 - SID string of target account
  4048. //
  4049. // 5 - User name of subject changing the account
  4050. //
  4051. // 6 - Domain name of subject changing the account
  4052. //
  4053. // 7 - Logon ID string of subject changing the account
  4054. //
  4055. //
  4056. //
  4057. // MessageId: SE_AUDITID_LOCAL_GROUP_ADD
  4058. //
  4059. // MessageText:
  4060. //
  4061. // Security Enabled Local Group Member Added:%n
  4062. // %tMember Name:%t%1%n
  4063. // %tMember ID:%t%2%n
  4064. // %tTarget Account Name:%t%3%n
  4065. // %tTarget Domain:%t%4%n
  4066. // %tTarget Account ID:%t%5%n
  4067. // %tCaller User Name:%t%6%n
  4068. // %tCaller Domain:%t%7%n
  4069. // %tCaller Logon ID:%t%8%n
  4070. // %tPrivileges:%t%9%n
  4071. //
  4072. #define SE_AUDITID_LOCAL_GROUP_ADD ((ULONG)0x0000027CL)
  4073. //
  4074. //
  4075. // SE_AUDITID_LOCAL_GROUP_REM
  4076. //
  4077. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4078. //
  4079. // Parameter Strings -
  4080. //
  4081. // 1 - SID string of member being removed
  4082. //
  4083. // 2 - name of target account
  4084. //
  4085. // 3 - domain of target account
  4086. //
  4087. // 4 - SID string of target account
  4088. //
  4089. // 5 - User name of subject changing the account
  4090. //
  4091. // 6 - Domain name of subject changing the account
  4092. //
  4093. // 7 - Logon ID string of subject changing the account
  4094. //
  4095. //
  4096. //
  4097. // MessageId: SE_AUDITID_LOCAL_GROUP_REM
  4098. //
  4099. // MessageText:
  4100. //
  4101. // Security Enabled Local Group Member Removed:%n
  4102. // %tMember Name:%t%1%n
  4103. // %tMember ID:%t%2%n
  4104. // %tTarget Account Name:%t%3%n
  4105. // %tTarget Domain:%t%4%n
  4106. // %tTarget Account ID:%t%5%n
  4107. // %tCaller User Name:%t%6%n
  4108. // %tCaller Domain:%t%7%n
  4109. // %tCaller Logon ID:%t%8%n
  4110. // %tPrivileges:%t%9%n
  4111. //
  4112. #define SE_AUDITID_LOCAL_GROUP_REM ((ULONG)0x0000027DL)
  4113. //
  4114. //
  4115. // SE_AUDITID_LOCAL_GROUP_DELETED
  4116. //
  4117. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4118. //
  4119. // Parameter Strings -
  4120. //
  4121. // 1 - name of target account
  4122. //
  4123. // 2 - domain of target account
  4124. //
  4125. // 3 - SID string of target account
  4126. //
  4127. // 4 - User name of subject changing the account
  4128. //
  4129. // 5 - Domain name of subject changing the account
  4130. //
  4131. // 6 - Logon ID string of subject changing the account
  4132. //
  4133. //
  4134. //
  4135. // MessageId: SE_AUDITID_LOCAL_GROUP_DELETED
  4136. //
  4137. // MessageText:
  4138. //
  4139. // Security Enabled Local Group Deleted:%n
  4140. // %tTarget Account Name:%t%1%n
  4141. // %tTarget Domain:%t%2%n
  4142. // %tTarget Account ID:%t%3%n
  4143. // %tCaller User Name:%t%4%n
  4144. // %tCaller Domain:%t%5%n
  4145. // %tCaller Logon ID:%t%6%n
  4146. // %tPrivileges:%t%7%n
  4147. //
  4148. #define SE_AUDITID_LOCAL_GROUP_DELETED ((ULONG)0x0000027EL)
  4149. //
  4150. //
  4151. // SE_AUDITID_LOCAL_GROUP_CHANGE
  4152. //
  4153. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4154. //
  4155. // Parameter Strings -
  4156. //
  4157. // 1 - name of target account
  4158. //
  4159. // 2 - domain of target account
  4160. //
  4161. // 3 - SID string of target account
  4162. //
  4163. // 4 - User name of subject changing the account
  4164. //
  4165. // 5 - Domain name of subject changing the account
  4166. //
  4167. // 6 - Logon ID string of subject changing the account
  4168. //
  4169. //
  4170. //
  4171. // MessageId: SE_AUDITID_LOCAL_GROUP_CHANGE
  4172. //
  4173. // MessageText:
  4174. //
  4175. // Security Enabled Local Group Changed:%n
  4176. // %tTarget Account Name:%t%1%n
  4177. // %tTarget Domain:%t%2%n
  4178. // %tTarget Account ID:%t%3%n
  4179. // %tCaller User Name:%t%4%n
  4180. // %tCaller Domain:%t%5%n
  4181. // %tCaller Logon ID:%t%6%n
  4182. // %tPrivileges:%t%7%n
  4183. // Changed Attributes:%n
  4184. // %tSam Account Name:%t%8%n
  4185. // %tSid History:%t%9%n
  4186. //
  4187. #define SE_AUDITID_LOCAL_GROUP_CHANGE ((ULONG)0x0000027FL)
  4188. //
  4189. //
  4190. // SE_AUDITID_OTHER_ACCOUNT_CHANGE
  4191. //
  4192. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4193. //
  4194. // Parameter Strings -
  4195. //
  4196. // 1 - Type of change (sigh, this isn't localizable)
  4197. //
  4198. // 2 - Type of changed object
  4199. //
  4200. // 3 - SID string (of changed object)
  4201. //
  4202. // 4 - User name of subject changing the account
  4203. //
  4204. // 5 - Domain name of subject changing the account
  4205. //
  4206. // 6 - Logon ID string of subject changing the account
  4207. //
  4208. //
  4209. //
  4210. // MessageId: SE_AUDITID_OTHER_ACCOUNT_CHANGE
  4211. //
  4212. // MessageText:
  4213. //
  4214. // General Account Database Change:%n
  4215. // %tType of change:%t%1%n
  4216. // %tObject Type:%t%2%n
  4217. // %tObject Name:%t%3%n
  4218. // %tObject ID:%t%4%n
  4219. // %tCaller User Name:%t%5%n
  4220. // %tCaller Domain:%t%6%n
  4221. // %tCaller Logon ID:%t%7%n
  4222. //
  4223. #define SE_AUDITID_OTHER_ACCOUNT_CHANGE ((ULONG)0x00000280L)
  4224. //
  4225. //
  4226. // SE_AUDITID_GLOBAL_GROUP_CHANGE
  4227. //
  4228. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4229. //
  4230. // Parameter Strings -
  4231. //
  4232. // 1 - name of target account
  4233. //
  4234. // 2 - domain of target account
  4235. //
  4236. // 3 - SID string of target account
  4237. //
  4238. // 4 - User name of subject changing the account
  4239. //
  4240. // 5 - Domain name of subject changing the account
  4241. //
  4242. // 6 - Logon ID string of subject changing the account
  4243. //
  4244. //
  4245. //
  4246. // MessageId: SE_AUDITID_GLOBAL_GROUP_CHANGE
  4247. //
  4248. // MessageText:
  4249. //
  4250. // Security Enabled Global Group Changed:%n
  4251. // %tTarget Account Name:%t%1%n
  4252. // %tTarget Domain:%t%2%n
  4253. // %tTarget Account ID:%t%3%n
  4254. // %tCaller User Name:%t%4%n
  4255. // %tCaller Domain:%t%5%n
  4256. // %tCaller Logon ID:%t%6%n
  4257. // %tPrivileges:%t%7%n
  4258. // Changed Attributes:%n
  4259. // %tSam Account Name:%t%8%n
  4260. // %tSid History:%t%9%n
  4261. //
  4262. #define SE_AUDITID_GLOBAL_GROUP_CHANGE ((ULONG)0x00000281L)
  4263. //
  4264. //
  4265. // SE_AUDITID_USER_CHANGE
  4266. //
  4267. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4268. //
  4269. // Parameter Strings -
  4270. //
  4271. // 1 - name of target user account
  4272. //
  4273. // 2 - domain of target user account
  4274. //
  4275. // 3 - SID string of target user account
  4276. //
  4277. // 4 - User name of subject changing the user account
  4278. //
  4279. // 5 - Domain name of subject changing the user account
  4280. //
  4281. // 6 - Logon ID string of subject changing the user account
  4282. //
  4283. //
  4284. //
  4285. // MessageId: SE_AUDITID_USER_CHANGE
  4286. //
  4287. // MessageText:
  4288. //
  4289. // User Account Changed:%n
  4290. // %tTarget Account Name:%t%2%n
  4291. // %tTarget Domain:%t%3%n
  4292. // %tTarget Account ID:%t%4%n
  4293. // %tCaller User Name:%t%5%n
  4294. // %tCaller Domain:%t%6%n
  4295. // %tCaller Logon ID:%t%7%n
  4296. // %tPrivileges:%t%8%n
  4297. // Changed Attributes:%n
  4298. // %tSam Account Name:%t%9%n
  4299. // %tDisplay Name:%t%10%n
  4300. // %tUser Principal Name:%t%11%n
  4301. // %tHome Directory:%t%12%n
  4302. // %tHome Drive:%t%13%n
  4303. // %tScript Path:%t%14%n
  4304. // %tProfile Path:%t%15%n
  4305. // %tUser Workstations:%t%16%n
  4306. // %tPassword Last Set:%t%17%n
  4307. // %tAccount Expires:%t%18%n
  4308. // %tPrimary Group ID:%t%19%n
  4309. // %tAllowedToDelegateTo:%t%20%n
  4310. // %tOld UAC Value:%t%21%n
  4311. // %tNew UAC Value:%t%22%n
  4312. // %tUser Account Control:%t%23%n
  4313. // %tUser Parameters:%t%24%n
  4314. // %tSid History:%t%25%n
  4315. // %tLogon Hours:%t%26%n
  4316. //
  4317. #define SE_AUDITID_USER_CHANGE ((ULONG)0x00000282L)
  4318. //
  4319. //
  4320. // SE_AUDITID_DOMAIN_POLICY_CHANGE
  4321. //
  4322. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4323. //
  4324. // Parameter Strings -
  4325. //
  4326. // 1 - (unused)
  4327. //
  4328. // 2 - domain of target user account
  4329. //
  4330. // 3 - SID string of target user account
  4331. //
  4332. // 4 - User name of subject changing the user account
  4333. //
  4334. // 5 - Domain name of subject changing the user account
  4335. //
  4336. // 6 - Logon ID string of subject changing the user account
  4337. //
  4338. //
  4339. //
  4340. // MessageId: SE_AUDITID_DOMAIN_POLICY_CHANGE
  4341. //
  4342. // MessageText:
  4343. //
  4344. // Domain Policy Changed: %1 modified%n
  4345. // %tDomain Name:%t%t%2%n
  4346. // %tDomain ID:%t%3%n
  4347. // %tCaller User Name:%t%4%n
  4348. // %tCaller Domain:%t%5%n
  4349. // %tCaller Logon ID:%t%6%n
  4350. // %tPrivileges:%t%7%n
  4351. // Changed Attributes:%n
  4352. // %tMin. Password Age:%t%8%n
  4353. // %tMax. Password Age:%t%9%n
  4354. // %tForce Logoff:%t%10%n
  4355. // %tLockout Threshold:%t%11%n
  4356. // %tLockout Observation Window:%t%12%n
  4357. // %tLockout Duration:%t%13%n
  4358. // %tPassword Properties:%t%14%n
  4359. // %tMin. Password Length:%t%15%n
  4360. // %tPassword History Length:%t%16%n
  4361. // %tMachine Account Quota:%t%17%n
  4362. // %tMixed Domain Mode:%t%18%n
  4363. // %tDomain Behavior Version:%t%19%n
  4364. // %tOEM Information:%t%20%n
  4365. //
  4366. #define SE_AUDITID_DOMAIN_POLICY_CHANGE ((ULONG)0x00000283L)
  4367. //
  4368. //
  4369. // SE_AUDITID_ACCOUNT_AUTO_LOCKED
  4370. //
  4371. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4372. //
  4373. // Type: success / failure
  4374. //
  4375. // Description: This event is generated when an account is auto locked. This happens
  4376. // when a user attempts to log in unsuccessfully multiple times. The exact
  4377. // number of times is specified by the administrator.
  4378. //
  4379. // Parameter Strings -
  4380. //
  4381. // 1 - name of target user account
  4382. //
  4383. // 2 - domain of target user account
  4384. //
  4385. // 3 - SID string of target user account
  4386. //
  4387. // 4 - User name of subject changing the user account
  4388. //
  4389. // 5 - Domain name of subject changing the user account
  4390. //
  4391. // 6 - Logon ID string of subject changing the user account
  4392. //
  4393. //
  4394. //
  4395. // MessageId: SE_AUDITID_ACCOUNT_AUTO_LOCKED
  4396. //
  4397. // MessageText:
  4398. //
  4399. // User Account Locked Out:%n
  4400. // %tTarget Account Name:%t%1%n
  4401. // %tTarget Account ID:%t%3%n
  4402. // %tCaller Machine Name:%t%2%n
  4403. // %tCaller User Name:%t%4%n
  4404. // %tCaller Domain:%t%5%n
  4405. // %tCaller Logon ID:%t%6%n
  4406. //
  4407. #define SE_AUDITID_ACCOUNT_AUTO_LOCKED ((ULONG)0x00000284L)
  4408. //
  4409. //
  4410. // SE_AUDITID_COMPUTER_CREATED
  4411. //
  4412. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4413. //
  4414. // Parameter Strings -
  4415. //
  4416. // 1 - name of new computer account
  4417. //
  4418. // 2 - domain of new computer account
  4419. //
  4420. // 3 - SID string of new computer account
  4421. //
  4422. // 4 - User name of subject creating the computer account
  4423. //
  4424. // 5 - Domain name of subject creating the computer account
  4425. //
  4426. // 6 - Logon ID string of subject creating the computer account
  4427. //
  4428. // 7 - Privileges used to create the computer account
  4429. //
  4430. //
  4431. //
  4432. // MessageId: SE_AUDITID_COMPUTER_CREATED
  4433. //
  4434. // MessageText:
  4435. //
  4436. // Computer Account Created:%n
  4437. // %tNew Account Name:%t%1%n
  4438. // %tNew Domain:%t%2%n
  4439. // %tNew Account ID:%t%3%n
  4440. // %tCaller User Name:%t%4%n
  4441. // %tCaller Domain:%t%5%n
  4442. // %tCaller Logon ID:%t%6%n
  4443. // %tPrivileges%t%t%7%n
  4444. // Attributes:%n
  4445. // %tSam Account Name:%t%8%n
  4446. // %tDisplay Name:%t%9%n
  4447. // %tUser Principal Name:%t%10%n
  4448. // %tHome Directory:%t%11%n
  4449. // %tHome Drive:%t%12%n
  4450. // %tScript Path:%t%13%n
  4451. // %tProfile Path:%t%14%n
  4452. // %tUser Workstations:%t%15%n
  4453. // %tPassword Last Set:%t%16%n
  4454. // %tAccount Expires:%t%17%n
  4455. // %tPrimary Group ID:%t%18%n
  4456. // %tAllowedToDelegateTo:%t%19%n
  4457. // %tOld UAC Value:%t%20%n
  4458. // %tNew UAC Value:%t%21%n
  4459. // %tUser Account Control:%t%22%n
  4460. // %tUser Parameters:%t%23%n
  4461. // %tSid History:%t%24%n
  4462. // %tLogon Hours:%t%25%n
  4463. // %tDNS Host Name:%t%26%n
  4464. // %tService Principal Names:%t%27%n
  4465. //
  4466. #define SE_AUDITID_COMPUTER_CREATED ((ULONG)0x00000285L)
  4467. //
  4468. //
  4469. // SE_AUDITID_COMPUTER_CHANGE
  4470. //
  4471. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4472. //
  4473. // Parameter Strings -
  4474. //
  4475. // 1 - name of target computer account
  4476. //
  4477. // 2 - domain of target computer account
  4478. //
  4479. // 3 - SID string of target computer account
  4480. //
  4481. // 4 - User name of subject changing the computer account
  4482. //
  4483. // 5 - Domain name of subject changing the computer account
  4484. //
  4485. // 6 - Logon ID string of subject changing the computer account
  4486. //
  4487. //
  4488. //
  4489. // MessageId: SE_AUDITID_COMPUTER_CHANGE
  4490. //
  4491. // MessageText:
  4492. //
  4493. // Computer Account Changed:%n
  4494. // %t%1%n
  4495. // %tTarget Account Name:%t%2%n
  4496. // %tTarget Domain:%t%3%n
  4497. // %tTarget Account ID:%t%4%n
  4498. // %tCaller User Name:%t%5%n
  4499. // %tCaller Domain:%t%6%n
  4500. // %tCaller Logon ID:%t%7%n
  4501. // %tPrivileges:%t%8%n
  4502. // Changed Attributes:%n
  4503. // %tSam Account Name:%t%9%n
  4504. // %tDisplay Name:%t%10%n
  4505. // %tUser Principal Name:%t%11%n
  4506. // %tHome Directory:%t%12%n
  4507. // %tHome Drive:%t%13%n
  4508. // %tScript Path:%t%14%n
  4509. // %tProfile Path:%t%15%n
  4510. // %tUser Workstations:%t%16%n
  4511. // %tPassword Last Set:%t%17%n
  4512. // %tAccount Expires:%t%18%n
  4513. // %tPrimary Group ID:%t%19%n
  4514. // %tAllowedToDelegateTo:%t%20%n
  4515. // %tOld UAC Value:%t%21%n
  4516. // %tNew UAC Value:%t%22%n
  4517. // %tUser Account Control:%t%23%n
  4518. // %tUser Parameters:%t%24%n
  4519. // %tSid History:%t%25%n
  4520. // %tLogon Hours:%t%26%n
  4521. // %tDNS Host Name:%t%27%n
  4522. // %tService Principal Names:%t%28%n
  4523. //
  4524. #define SE_AUDITID_COMPUTER_CHANGE ((ULONG)0x00000286L)
  4525. //
  4526. //
  4527. // SE_AUDITID_COMPUTER_DELETED
  4528. //
  4529. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4530. //
  4531. // Parameter Strings -
  4532. //
  4533. // 1 - name of target account
  4534. //
  4535. // 2 - domain of target account
  4536. //
  4537. // 3 - SID string of target account
  4538. //
  4539. // 4 - User name of subject changing the account
  4540. //
  4541. // 5 - Domain name of subject changing the account
  4542. //
  4543. // 6 - Logon ID string of subject changing the account
  4544. //
  4545. //
  4546. //
  4547. // MessageId: SE_AUDITID_COMPUTER_DELETED
  4548. //
  4549. // MessageText:
  4550. //
  4551. // Computer Account Deleted:%n
  4552. // %tTarget Account Name:%t%1%n
  4553. // %tTarget Domain:%t%2%n
  4554. // %tTarget Account ID:%t%3%n
  4555. // %tCaller User Name:%t%4%n
  4556. // %tCaller Domain:%t%5%n
  4557. // %tCaller Logon ID:%t%6%n
  4558. // %tPrivileges:%t%7%n
  4559. //
  4560. #define SE_AUDITID_COMPUTER_DELETED ((ULONG)0x00000287L)
  4561. //
  4562. //
  4563. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_CREATED
  4564. //
  4565. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4566. //
  4567. // Parameter Strings -
  4568. //
  4569. // 1 - name of target account
  4570. //
  4571. // 2 - domain of target account
  4572. //
  4573. // 3 - SID string of target account
  4574. //
  4575. // 4 - User name of subject changing the account
  4576. //
  4577. // 5 - Domain name of subject changing the account
  4578. //
  4579. // 6 - Logon ID string of subject changing the account
  4580. //
  4581. //
  4582. //
  4583. // MessageId: SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_CREATED
  4584. //
  4585. // MessageText:
  4586. //
  4587. // Security Disabled Local Group Created:%n
  4588. // %tTarget Account Name:%t%1%n
  4589. // %tTarget Domain:%t%2%n
  4590. // %tTarget Account ID:%t%3%n
  4591. // %tCaller User Name:%t%4%n
  4592. // %tCaller Domain:%t%5%n
  4593. // %tCaller Logon ID:%t%6%n
  4594. // %tPrivileges:%t%7%n
  4595. // Attributes:%n
  4596. // %tSam Account Name:%t%8%n
  4597. // %tSid History:%t%9%n
  4598. //
  4599. #define SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_CREATED ((ULONG)0x00000288L)
  4600. //
  4601. //
  4602. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_CHANGE
  4603. //
  4604. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4605. //
  4606. // Parameter Strings -
  4607. //
  4608. // 1 - name of target account
  4609. //
  4610. // 2 - domain of target account
  4611. //
  4612. // 3 - SID string of target account
  4613. //
  4614. // 4 - User name of subject changing the account
  4615. //
  4616. // 5 - Domain name of subject changing the account
  4617. //
  4618. // 6 - Logon ID string of subject changing the account
  4619. //
  4620. //
  4621. //
  4622. // MessageId: SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_CHANGE
  4623. //
  4624. // MessageText:
  4625. //
  4626. // Security Disabled Local Group Changed:%n
  4627. // %tTarget Account Name:%t%1%n
  4628. // %tTarget Domain:%t%2%n
  4629. // %tTarget Account ID:%t%3%n
  4630. // %tCaller User Name:%t%4%n
  4631. // %tCaller Domain:%t%5%n
  4632. // %tCaller Logon ID:%t%6%n
  4633. // %tPrivileges:%t%7%n
  4634. // Changed Attributes:%n
  4635. // %tSam Account Name:%t%8%n
  4636. // %tSid History:%t%9%n
  4637. //
  4638. #define SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_CHANGE ((ULONG)0x00000289L)
  4639. //
  4640. //
  4641. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_ADD
  4642. //
  4643. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4644. //
  4645. // Parameter Strings -
  4646. //
  4647. // 1 - SID string of member being added
  4648. //
  4649. // 2 - name of target account
  4650. //
  4651. // 3 - domain of target account
  4652. //
  4653. // 4 - SID string of target account
  4654. //
  4655. // 5 - User name of subject changing the account
  4656. //
  4657. // 6 - Domain name of subject changing the account
  4658. //
  4659. // 7 - Logon ID string of subject changing the account
  4660. //
  4661. //
  4662. //
  4663. // MessageId: SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_ADD
  4664. //
  4665. // MessageText:
  4666. //
  4667. // Security Disabled Local Group Member Added:%n
  4668. // %tMember Name:%t%1%n
  4669. // %tMember ID:%t%2%n
  4670. // %tTarget Account Name:%t%3%n
  4671. // %tTarget Domain:%t%4%n
  4672. // %tTarget Account ID:%t%5%n
  4673. // %tCaller User Name:%t%6%n
  4674. // %tCaller Domain:%t%7%n
  4675. // %tCaller Logon ID:%t%8%n
  4676. // %tPrivileges:%t%9%n
  4677. //
  4678. #define SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_ADD ((ULONG)0x0000028AL)
  4679. //
  4680. //
  4681. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_REM
  4682. //
  4683. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4684. //
  4685. // Parameter Strings -
  4686. //
  4687. // 1 - SID string of member being removed
  4688. //
  4689. // 2 - name of target account
  4690. //
  4691. // 3 - domain of target account
  4692. //
  4693. // 4 - SID string of target account
  4694. //
  4695. // 5 - User name of subject changing the account
  4696. //
  4697. // 6 - Domain name of subject changing the account
  4698. //
  4699. // 7 - Logon ID string of subject changing the account
  4700. //
  4701. //
  4702. //
  4703. // MessageId: SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_REM
  4704. //
  4705. // MessageText:
  4706. //
  4707. // Security Disabled Local Group Member Removed:%n
  4708. // %tMember Name:%t%1%n
  4709. // %tMember ID:%t%2%n
  4710. // %tTarget Account Name:%t%3%n
  4711. // %tTarget Domain:%t%4%n
  4712. // %tTarget Account ID:%t%5%n
  4713. // %tCaller User Name:%t%6%n
  4714. // %tCaller Domain:%t%7%n
  4715. // %tCaller Logon ID:%t%8%n
  4716. // %tPrivileges:%t%9%n
  4717. //
  4718. #define SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_REM ((ULONG)0x0000028BL)
  4719. //
  4720. //
  4721. // SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_DELETED
  4722. //
  4723. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4724. //
  4725. // Parameter Strings -
  4726. //
  4727. // 1 - name of target account
  4728. //
  4729. // 2 - domain of target account
  4730. //
  4731. // 3 - SID string of target account
  4732. //
  4733. // 4 - User name of subject changing the account
  4734. //
  4735. // 5 - Domain name of subject changing the account
  4736. //
  4737. // 6 - Logon ID string of subject changing the account
  4738. //
  4739. //
  4740. //
  4741. // MessageId: SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_DELETED
  4742. //
  4743. // MessageText:
  4744. //
  4745. // Security Disabled Local Group Deleted:%n
  4746. // %tTarget Account Name:%t%1%n
  4747. // %tTarget Domain:%t%2%n
  4748. // %tTarget Account ID:%t%3%n
  4749. // %tCaller User Name:%t%4%n
  4750. // %tCaller Domain:%t%5%n
  4751. // %tCaller Logon ID:%t%6%n
  4752. // %tPrivileges:%t%7%n
  4753. //
  4754. #define SE_AUDITID_SECURITY_DISABLED_LOCAL_GROUP_DELETED ((ULONG)0x0000028CL)
  4755. //
  4756. //
  4757. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_CREATED
  4758. //
  4759. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4760. //
  4761. // Parameter Strings -
  4762. //
  4763. // 1 - name of new group account
  4764. //
  4765. // 2 - domain of new group account
  4766. //
  4767. // 3 - SID string of new group account
  4768. //
  4769. // 4 - User name of subject creating the account
  4770. //
  4771. // 5 - Domain name of subject creating the account
  4772. //
  4773. // 6 - Logon ID string of subject creating the account
  4774. //
  4775. //
  4776. //
  4777. // MessageId: SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_CREATED
  4778. //
  4779. // MessageText:
  4780. //
  4781. // Security Disabled Global Group Created:%n
  4782. // %tNew Account Name:%t%1%n
  4783. // %tNew Domain:%t%2%n
  4784. // %tNew Account ID:%t%3%n
  4785. // %tCaller User Name:%t%4%n
  4786. // %tCaller Domain:%t%5%n
  4787. // %tCaller Logon ID:%t%6%n
  4788. // %tPrivileges:%t%7%n
  4789. // Attributes:%n
  4790. // %tSam Account Name:%t%8%n
  4791. // %tSid History:%t%9%n
  4792. //
  4793. #define SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_CREATED ((ULONG)0x0000028DL)
  4794. //
  4795. //
  4796. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_CHANGE
  4797. //
  4798. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4799. //
  4800. // Parameter Strings -
  4801. //
  4802. // 1 - name of target account
  4803. //
  4804. // 2 - domain of target account
  4805. //
  4806. // 3 - SID string of target account
  4807. //
  4808. // 4 - User name of subject changing the account
  4809. //
  4810. // 5 - Domain name of subject changing the account
  4811. //
  4812. // 6 - Logon ID string of subject changing the account
  4813. //
  4814. //
  4815. //
  4816. // MessageId: SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_CHANGE
  4817. //
  4818. // MessageText:
  4819. //
  4820. // Security Disabled Global Group Changed:%n
  4821. // %tTarget Account Name:%t%1%n
  4822. // %tTarget Domain:%t%2%n
  4823. // %tTarget Account ID:%t%3%n
  4824. // %tCaller User Name:%t%4%n
  4825. // %tCaller Domain:%t%5%n
  4826. // %tCaller Logon ID:%t%6%n
  4827. // %tPrivileges:%t%7%n
  4828. // Changed Attributes:%n
  4829. // %tSam Account Name:%t%8%n
  4830. // %tSid History:%t%9%n
  4831. //
  4832. #define SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_CHANGE ((ULONG)0x0000028EL)
  4833. //
  4834. //
  4835. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_ADD
  4836. //
  4837. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4838. //
  4839. // Parameter Strings -
  4840. //
  4841. // 1 - SID string of member being added
  4842. //
  4843. // 2 - name of target account
  4844. //
  4845. // 3 - domain of target account
  4846. //
  4847. // 4 - SID string of target account
  4848. //
  4849. // 5 - User name of subject changing the account
  4850. //
  4851. // 6 - Domain name of subject changing the account
  4852. //
  4853. // 7 - Logon ID string of subject changing the account
  4854. //
  4855. //
  4856. //
  4857. // MessageId: SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_ADD
  4858. //
  4859. // MessageText:
  4860. //
  4861. // Security Disabled Global Group Member Added:%n
  4862. // %tMember Name:%t%1%n
  4863. // %tMember ID:%t%2%n
  4864. // %tTarget Account Name:%t%3%n
  4865. // %tTarget Domain:%t%4%n
  4866. // %tTarget Account ID:%t%5%n
  4867. // %tCaller User Name:%t%6%n
  4868. // %tCaller Domain:%t%7%n
  4869. // %tCaller Logon ID:%t%8%n
  4870. // %tPrivileges:%t%9%n
  4871. //
  4872. #define SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_ADD ((ULONG)0x0000028FL)
  4873. //
  4874. //
  4875. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_REM
  4876. //
  4877. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4878. //
  4879. // Parameter Strings -
  4880. //
  4881. // 1 - SID string of member being removed
  4882. //
  4883. // 2 - name of target account
  4884. //
  4885. // 3 - domain of target account
  4886. //
  4887. // 4 - SID string of target account
  4888. //
  4889. // 5 - User name of subject changing the account
  4890. //
  4891. // 6 - Domain name of subject changing the account
  4892. //
  4893. // 7 - Logon ID string of subject changing the account
  4894. //
  4895. //
  4896. //
  4897. // MessageId: SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_REM
  4898. //
  4899. // MessageText:
  4900. //
  4901. // Security Disabled Global Group Member Removed:%n
  4902. // %tMember Name:%t%1%n
  4903. // %tMember ID:%t%2%n
  4904. // %tTarget Account Name:%t%3%n
  4905. // %tTarget Domain:%t%4%n
  4906. // %tTarget Account ID:%t%5%n
  4907. // %tCaller User Name:%t%6%n
  4908. // %tCaller Domain:%t%7%n
  4909. // %tCaller Logon ID:%t%8%n
  4910. // %tPrivileges:%t%9%n
  4911. //
  4912. #define SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_REM ((ULONG)0x00000290L)
  4913. //
  4914. //
  4915. // SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_DELETED
  4916. //
  4917. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4918. //
  4919. // Parameter Strings -
  4920. //
  4921. // 1 - name of target account
  4922. //
  4923. // 2 - domain of target account
  4924. //
  4925. // 3 - SID string of target account
  4926. //
  4927. // 4 - User name of subject changing the account
  4928. //
  4929. // 5 - Domain name of subject changing the account
  4930. //
  4931. // 6 - Logon ID string of subject changing the account
  4932. //
  4933. //
  4934. //
  4935. // MessageId: SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_DELETED
  4936. //
  4937. // MessageText:
  4938. //
  4939. // Security Disabled Global Group Deleted:%n
  4940. // %tTarget Account Name:%t%1%n
  4941. // %tTarget Domain:%t%2%n
  4942. // %tTarget Account ID:%t%3%n
  4943. // %tCaller User Name:%t%4%n
  4944. // %tCaller Domain:%t%5%n
  4945. // %tCaller Logon ID:%t%6%n
  4946. // %tPrivileges:%t%7%n
  4947. //
  4948. #define SE_AUDITID_SECURITY_DISABLED_GLOBAL_GROUP_DELETED ((ULONG)0x00000291L)
  4949. //
  4950. //
  4951. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_CREATED
  4952. //
  4953. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4954. //
  4955. // Parameter Strings -
  4956. //
  4957. // 1 - name of new group account
  4958. //
  4959. // 2 - domain of new group account
  4960. //
  4961. // 3 - SID string of new group account
  4962. //
  4963. // 4 - User name of subject creating the account
  4964. //
  4965. // 5 - Domain name of subject creating the account
  4966. //
  4967. // 6 - Logon ID string of subject creating the account
  4968. //
  4969. //
  4970. //
  4971. // MessageId: SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_CREATED
  4972. //
  4973. // MessageText:
  4974. //
  4975. // Security Enabled Universal Group Created:%n
  4976. // %tNew Account Name:%t%1%n
  4977. // %tNew Domain:%t%2%n
  4978. // %tNew Account ID:%t%3%n
  4979. // %tCaller User Name:%t%4%n
  4980. // %tCaller Domain:%t%5%n
  4981. // %tCaller Logon ID:%t%6%n
  4982. // %tPrivileges:%t%7%n
  4983. // Attributes:%n
  4984. // %tSam Account Name:%t%8%n
  4985. // %tSid History:%t%9%n
  4986. //
  4987. #define SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_CREATED ((ULONG)0x00000292L)
  4988. //
  4989. //
  4990. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_CHANGE
  4991. //
  4992. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  4993. //
  4994. // Parameter Strings -
  4995. //
  4996. // 1 - name of target account
  4997. //
  4998. // 2 - domain of target account
  4999. //
  5000. // 3 - SID string of target account
  5001. //
  5002. // 4 - User name of subject changing the account
  5003. //
  5004. // 5 - Domain name of subject changing the account
  5005. //
  5006. // 6 - Logon ID string of subject changing the account
  5007. //
  5008. //
  5009. //
  5010. // MessageId: SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_CHANGE
  5011. //
  5012. // MessageText:
  5013. //
  5014. // Security Enabled Universal Group Changed:%n
  5015. // %tTarget Account Name:%t%1%n
  5016. // %tTarget Domain:%t%2%n
  5017. // %tTarget Account ID:%t%3%n
  5018. // %tCaller User Name:%t%4%n
  5019. // %tCaller Domain:%t%5%n
  5020. // %tCaller Logon ID:%t%6%n
  5021. // %tPrivileges:%t%7%n
  5022. // Changed Attributes:%n
  5023. // %tSam Account Name:%t%8%n
  5024. // %tSid History:%t%9%n
  5025. //
  5026. #define SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_CHANGE ((ULONG)0x00000293L)
  5027. //
  5028. //
  5029. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_ADD
  5030. //
  5031. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5032. //
  5033. // Parameter Strings -
  5034. //
  5035. // 1 - SID string of member being added
  5036. //
  5037. // 2 - name of target account
  5038. //
  5039. // 3 - domain of target account
  5040. //
  5041. // 4 - SID string of target account
  5042. //
  5043. // 5 - User name of subject changing the account
  5044. //
  5045. // 6 - Domain name of subject changing the account
  5046. //
  5047. // 7 - Logon ID string of subject changing the account
  5048. //
  5049. //
  5050. //
  5051. // MessageId: SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_ADD
  5052. //
  5053. // MessageText:
  5054. //
  5055. // Security Enabled Universal Group Member Added:%n
  5056. // %tMember Name:%t%1%n
  5057. // %tMember ID:%t%2%n
  5058. // %tTarget Account Name:%t%3%n
  5059. // %tTarget Domain:%t%4%n
  5060. // %tTarget Account ID:%t%5%n
  5061. // %tCaller User Name:%t%6%n
  5062. // %tCaller Domain:%t%7%n
  5063. // %tCaller Logon ID:%t%8%n
  5064. // %tPrivileges:%t%9%n
  5065. //
  5066. #define SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_ADD ((ULONG)0x00000294L)
  5067. //
  5068. //
  5069. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_REM
  5070. //
  5071. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5072. //
  5073. // Parameter Strings -
  5074. //
  5075. // 1 - SID string of member being removed
  5076. //
  5077. // 2 - name of target account
  5078. //
  5079. // 3 - domain of target account
  5080. //
  5081. // 4 - SID string of target account
  5082. //
  5083. // 5 - User name of subject changing the account
  5084. //
  5085. // 6 - Domain name of subject changing the account
  5086. //
  5087. // 7 - Logon ID string of subject changing the account
  5088. //
  5089. //
  5090. //
  5091. // MessageId: SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_REM
  5092. //
  5093. // MessageText:
  5094. //
  5095. // Security Enabled Universal Group Member Removed:%n
  5096. // %tMember Name:%t%1%n
  5097. // %tMember ID:%t%2%n
  5098. // %tTarget Account Name:%t%3%n
  5099. // %tTarget Domain:%t%4%n
  5100. // %tTarget Account ID:%t%5%n
  5101. // %tCaller User Name:%t%6%n
  5102. // %tCaller Domain:%t%7%n
  5103. // %tCaller Logon ID:%t%8%n
  5104. // %tPrivileges:%t%9%n
  5105. //
  5106. #define SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_REM ((ULONG)0x00000295L)
  5107. //
  5108. //
  5109. // SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_DELETED
  5110. //
  5111. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5112. //
  5113. // Parameter Strings -
  5114. //
  5115. // 1 - name of target account
  5116. //
  5117. // 2 - domain of target account
  5118. //
  5119. // 3 - SID string of target account
  5120. //
  5121. // 4 - User name of subject changing the account
  5122. //
  5123. // 5 - Domain name of subject changing the account
  5124. //
  5125. // 6 - Logon ID string of subject changing the account
  5126. //
  5127. //
  5128. //
  5129. // MessageId: SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_DELETED
  5130. //
  5131. // MessageText:
  5132. //
  5133. // Security Enabled Universal Group Deleted:%n
  5134. // %tTarget Account Name:%t%1%n
  5135. // %tTarget Domain:%t%2%n
  5136. // %tTarget Account ID:%t%3%n
  5137. // %tCaller User Name:%t%4%n
  5138. // %tCaller Domain:%t%5%n
  5139. // %tCaller Logon ID:%t%6%n
  5140. // %tPrivileges:%t%7%n
  5141. //
  5142. #define SE_AUDITID_SECURITY_ENABLED_UNIVERSAL_GROUP_DELETED ((ULONG)0x00000296L)
  5143. //
  5144. //
  5145. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_CREATED
  5146. //
  5147. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5148. //
  5149. // Parameter Strings -
  5150. //
  5151. // 1 - name of new group account
  5152. //
  5153. // 2 - domain of new group account
  5154. //
  5155. // 3 - SID string of new group account
  5156. //
  5157. // 4 - User name of subject creating the account
  5158. //
  5159. // 5 - Domain name of subject creating the account
  5160. //
  5161. // 6 - Logon ID string of subject creating the account
  5162. //
  5163. //
  5164. //
  5165. // MessageId: SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_CREATED
  5166. //
  5167. // MessageText:
  5168. //
  5169. // Security Disabled Universal Group Created:%n
  5170. // %tNew Account Name:%t%1%n
  5171. // %tNew Domain:%t%2%n
  5172. // %tNew Account ID:%t%3%n
  5173. // %tCaller User Name:%t%4%n
  5174. // %tCaller Domain:%t%5%n
  5175. // %tCaller Logon ID:%t%6%n
  5176. // %tPrivileges:%t%7%n
  5177. // Attributes:%n
  5178. // %tSam Account Name:%t%8%n
  5179. // %tSid History:%t%9%n
  5180. //
  5181. #define SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_CREATED ((ULONG)0x00000297L)
  5182. //
  5183. //
  5184. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_CHANGE
  5185. //
  5186. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5187. //
  5188. // Parameter Strings -
  5189. //
  5190. // 1 - name of target account
  5191. //
  5192. // 2 - domain of target account
  5193. //
  5194. // 3 - SID string of target account
  5195. //
  5196. // 4 - User name of subject changing the account
  5197. //
  5198. // 5 - Domain name of subject changing the account
  5199. //
  5200. // 6 - Logon ID string of subject changing the account
  5201. //
  5202. //
  5203. //
  5204. // MessageId: SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_CHANGE
  5205. //
  5206. // MessageText:
  5207. //
  5208. // Security Disabled Universal Group Changed:%n
  5209. // %tTarget Account Name:%t%1%n
  5210. // %tTarget Domain:%t%2%n
  5211. // %tTarget Account ID:%t%3%n
  5212. // %tCaller User Name:%t%4%n
  5213. // %tCaller Domain:%t%5%n
  5214. // %tCaller Logon ID:%t%6%n
  5215. // %tPrivileges:%t%7%n
  5216. // Changed Attributes:%n
  5217. // %tSam Account Name:%t%8%n
  5218. // %tSid History:%t%9%n
  5219. //
  5220. #define SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_CHANGE ((ULONG)0x00000298L)
  5221. //
  5222. //
  5223. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_ADD
  5224. //
  5225. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5226. //
  5227. // Parameter Strings -
  5228. //
  5229. // 1 - SID string of member being added
  5230. //
  5231. // 2 - name of target account
  5232. //
  5233. // 3 - domain of target account
  5234. //
  5235. // 4 - SID string of target account
  5236. //
  5237. // 5 - User name of subject changing the account
  5238. //
  5239. // 6 - Domain name of subject changing the account
  5240. //
  5241. // 7 - Logon ID string of subject changing the account
  5242. //
  5243. //
  5244. //
  5245. // MessageId: SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_ADD
  5246. //
  5247. // MessageText:
  5248. //
  5249. // Security Disabled Universal Group Member Added:%n
  5250. // %tMember Name:%t%1%n
  5251. // %tMember ID:%t%2%n
  5252. // %tTarget Account Name:%t%3%n
  5253. // %tTarget Domain:%t%4%n
  5254. // %tTarget Account ID:%t%5%n
  5255. // %tCaller User Name:%t%6%n
  5256. // %tCaller Domain:%t%7%n
  5257. // %tCaller Logon ID:%t%8%n
  5258. // %tPrivileges:%t%9%n
  5259. //
  5260. #define SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_ADD ((ULONG)0x00000299L)
  5261. //
  5262. //
  5263. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_REM
  5264. //
  5265. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5266. //
  5267. // Parameter Strings -
  5268. //
  5269. // 1 - SID string of member being removed
  5270. //
  5271. // 2 - name of target account
  5272. //
  5273. // 3 - domain of target account
  5274. //
  5275. // 4 - SID string of target account
  5276. //
  5277. // 5 - User name of subject changing the account
  5278. //
  5279. // 6 - Domain name of subject changing the account
  5280. //
  5281. // 7 - Logon ID string of subject changing the account
  5282. //
  5283. //
  5284. //
  5285. // MessageId: SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_REM
  5286. //
  5287. // MessageText:
  5288. //
  5289. // Security Disabled Universal Group Member Removed:%n
  5290. // %tMember Name:%t%1%n
  5291. // %tMember ID:%t%2%n
  5292. // %tTarget Account Name:%t%3%n
  5293. // %tTarget Domain:%t%4%n
  5294. // %tTarget Account ID:%t%5%n
  5295. // %tCaller User Name:%t%6%n
  5296. // %tCaller Domain:%t%7%n
  5297. // %tCaller Logon ID:%t%8%n
  5298. // %tPrivileges:%t%9%n
  5299. //
  5300. #define SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_REM ((ULONG)0x0000029AL)
  5301. //
  5302. //
  5303. // SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_DELETED
  5304. //
  5305. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5306. //
  5307. // Parameter Strings -
  5308. //
  5309. // 1 - name of target account
  5310. //
  5311. // 2 - domain of target account
  5312. //
  5313. // 3 - SID string of target account
  5314. //
  5315. // 4 - User name of subject changing the account
  5316. //
  5317. // 5 - Domain name of subject changing the account
  5318. //
  5319. // 6 - Logon ID string of subject changing the account
  5320. //
  5321. //
  5322. //
  5323. // MessageId: SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_DELETED
  5324. //
  5325. // MessageText:
  5326. //
  5327. // Security Disabled Universal Group Deleted:%n
  5328. // %tTarget Account Name:%t%1%n
  5329. // %tTarget Domain:%t%2%n
  5330. // %tTarget Account ID:%t%3%n
  5331. // %tCaller User Name:%t%4%n
  5332. // %tCaller Domain:%t%5%n
  5333. // %tCaller Logon ID:%t%6%n
  5334. // %tPrivileges:%t%7%n
  5335. //
  5336. #define SE_AUDITID_SECURITY_DISABLED_UNIVERSAL_GROUP_DELETED ((ULONG)0x0000029BL)
  5337. //
  5338. //
  5339. // SE_AUDITID_GROUP_TYPE_CHANGE
  5340. //
  5341. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5342. //
  5343. // Parameter Strings -
  5344. //
  5345. // 1 - nature of group type change
  5346. //
  5347. // 2 - name of target account
  5348. //
  5349. // 3 - domain of target account
  5350. //
  5351. // 4 - SID string of target account
  5352. //
  5353. // 5 - User name of subject changing the account
  5354. //
  5355. // 6 - Domain name of subject changing the account
  5356. //
  5357. // 7 - Logon ID string of subject changing the account
  5358. //
  5359. //
  5360. //
  5361. // MessageId: SE_AUDITID_GROUP_TYPE_CHANGE
  5362. //
  5363. // MessageText:
  5364. //
  5365. // Group Type Changed:%n
  5366. // %t%1%n
  5367. // %tTarget Account Name:%t%2%n
  5368. // %tTarget Domain:%t%3%n
  5369. // %tTarget Account ID:%t%4%n
  5370. // %tCaller User Name:%t%5%n
  5371. // %tCaller Domain:%t%6%n
  5372. // %tCaller Logon ID:%t%7%n
  5373. // %tPrivileges:%t%8%n
  5374. //
  5375. #define SE_AUDITID_GROUP_TYPE_CHANGE ((ULONG)0x0000029CL)
  5376. //
  5377. //
  5378. // SE_AUDITID_ADD_SID_HISTORY
  5379. //
  5380. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5381. //
  5382. // Parameter Strings -
  5383. //
  5384. // 1 - SID string of the source account
  5385. //
  5386. // 2 - Name of the source account (including domain name)
  5387. //
  5388. // 3 - Name of the target account
  5389. //
  5390. // 4 - Domain name of subject changing the SID history
  5391. //
  5392. // 5 - SID String of the target account
  5393. //
  5394. // 6 - Logon ID string of subject changing the user account
  5395. //
  5396. //
  5397. //
  5398. // MessageId: SE_AUDITID_ADD_SID_HISTORY
  5399. //
  5400. // MessageText:
  5401. //
  5402. // Add SID History:%n
  5403. // %tSource Account Name:%t%1%n
  5404. // %tSource Account ID:%t%2%n
  5405. // %tTarget Account Name:%t%3%n
  5406. // %tTarget Domain:%t%4%n
  5407. // %tTarget Account ID:%t%5%n
  5408. // %tCaller User Name:%t%6%n
  5409. // %tCaller Domain:%t%7%n
  5410. // %tCaller Logon ID:%t%8%n
  5411. // %tPrivileges:%t%9%n
  5412. // %tSidList:%t%10%n
  5413. //
  5414. #define SE_AUDITID_ADD_SID_HISTORY ((ULONG)0x0000029DL)
  5415. //
  5416. //
  5417. // SE_AUDITID_ADD_SID_HISTORY_FAILURE
  5418. //
  5419. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5420. //
  5421. // Note:
  5422. // This event is obsolete. It is not generated by Whistler.
  5423. // It is retained in this file so that anybody viewing w2k events
  5424. // from a whistler machine can view them correctly.
  5425. //
  5426. //
  5427. //
  5428. //
  5429. // MessageId: SE_AUDITID_ADD_SID_HISTORY_FAILURE
  5430. //
  5431. // MessageText:
  5432. //
  5433. // Add SID History:%n
  5434. // %tSource Account Name:%t%1%n
  5435. // %tTarget Account Name:%t%2%n
  5436. // %tTarget Domain:%t%3%n
  5437. // %tTarget Account ID:%t%4%n
  5438. // %tCaller User Name:%t%5%n
  5439. // %tCaller Domain:%t%6%n
  5440. // %tCaller Logon ID:%t%7%n
  5441. // %tPrivileges:%t%8%n
  5442. //
  5443. #define SE_AUDITID_ADD_SID_HISTORY_FAILURE ((ULONG)0x0000029EL)
  5444. //
  5445. //
  5446. // SE_AUDITID_ACCOUNT_UNLOCKED
  5447. //
  5448. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5449. //
  5450. // Parameter Strings -
  5451. //
  5452. // 1 - name of target user account
  5453. //
  5454. // 2 - domain of target user account
  5455. //
  5456. // 3 - SID string of target user account
  5457. //
  5458. // 4 - User name of subject changing the user account
  5459. //
  5460. // 5 - Domain name of subject changing the user account
  5461. //
  5462. // 6 - Logon ID string of subject changing the user account
  5463. //
  5464. //
  5465. //
  5466. // MessageId: SE_AUDITID_ACCOUNT_UNLOCKED
  5467. //
  5468. // MessageText:
  5469. //
  5470. // User Account Unlocked:%n
  5471. // %tTarget Account Name:%t%1%n
  5472. // %tTarget Domain:%t%t%2%n
  5473. // %tTarget Account ID:%t%3%n
  5474. // %tCaller User Name:%t%4%n
  5475. // %tCaller Domain:%t%5%n
  5476. // %tCaller Logon ID:%t%6%n
  5477. //
  5478. #define SE_AUDITID_ACCOUNT_UNLOCKED ((ULONG)0x0000029FL)
  5479. //
  5480. //
  5481. // SE_AUDITID_SECURE_ADMIN_GROUP
  5482. //
  5483. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5484. //
  5485. // Parameter Strings -
  5486. //
  5487. // 1 - (unused)
  5488. //
  5489. // 2 - domain of target user account
  5490. //
  5491. // 3 - SID string of target user account
  5492. //
  5493. // 4 - User name of subject changing the user account
  5494. //
  5495. // 5 - Domain name of subject changing the user account
  5496. //
  5497. // 6 - Logon ID string of subject changing the user account
  5498. //
  5499. //
  5500. //
  5501. //
  5502. // MessageId: SE_AUDITID_SECURE_ADMIN_GROUP
  5503. //
  5504. // MessageText:
  5505. //
  5506. // Set ACLs of members in administrators groups:%n
  5507. // %tTarget Account Name:%t%1%n
  5508. // %tTarget Domain:%t%t%2%n
  5509. // %tTarget Account ID:%t%3%n
  5510. // %tCaller User Name:%t%4%n
  5511. // %tCaller Domain:%t%5%n
  5512. // %tCaller Logon ID:%t%6%n
  5513. // %tPrivileges:%t%7%n
  5514. //
  5515. #define SE_AUDITID_SECURE_ADMIN_GROUP ((ULONG)0x000002ACL)
  5516. //
  5517. //
  5518. // SE_AUDITID_ACCOUNT_NAME_CHANGE
  5519. //
  5520. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5521. //
  5522. // Parameter Strings -
  5523. //
  5524. // 1 - name of target account
  5525. //
  5526. // 2 - domain of target account
  5527. //
  5528. // 3 - SID string of target account
  5529. //
  5530. // 4 - Account name of subject changing the account
  5531. //
  5532. // 5 - Domain name of subject changing the account
  5533. //
  5534. // 6 - Logon ID string of subject changing the account
  5535. //
  5536. //
  5537. //
  5538. //
  5539. // MessageId: SE_AUDITID_ACCOUNT_NAME_CHANGE
  5540. //
  5541. // MessageText:
  5542. //
  5543. // Account Name Changed:%n
  5544. // %tOld Account Name:%t%1%n
  5545. // %tNew Account Name:%t%2%n
  5546. // %tTarget Domain:%t%t%3%n
  5547. // %tTarget Account ID:%t%4%n
  5548. // %tCaller User Name:%t%5%n
  5549. // %tCaller Domain:%t%6%n
  5550. // %tCaller Logon ID:%t%7%n
  5551. // %tPrivileges:%t%8%n
  5552. //
  5553. #define SE_AUDITID_ACCOUNT_NAME_CHANGE ((ULONG)0x000002ADL)
  5554. //
  5555. //
  5556. // SE_AUDITID_PASSWORD_HASH_ACCESS
  5557. //
  5558. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5559. //
  5560. // Event Type : success/failure
  5561. //
  5562. // Description:
  5563. // This event is generated when user password hashes are retrieved
  5564. // by the ADMT password filter DLL. This typically happens during
  5565. // ADMT password migration.
  5566. //
  5567. // Notes:
  5568. // To migrate passwords, a DLL (name?) gets loaded in lsass.exe as
  5569. // a password filter. This filter registers an RPC interface used by ADMT
  5570. // to request password migration. One SE_AUDITID_PASSWORD_HASH_ACCESS event
  5571. // is generated per password fetched.
  5572. //
  5573. //
  5574. //
  5575. // MessageId: SE_AUDITID_PASSWORD_HASH_ACCESS
  5576. //
  5577. // MessageText:
  5578. //
  5579. // Password of the following user accessed:%n
  5580. // %tTarget User Name:%t%1%n
  5581. // %tTarget User Domain:%t%t%2%n
  5582. // By user:%n
  5583. // %tCaller User Name:%t%3%n
  5584. // %tCaller Domain:%t%t%4%n
  5585. // %tCaller Logon ID:%t%t%5%n
  5586. //
  5587. #define SE_AUDITID_PASSWORD_HASH_ACCESS ((ULONG)0x000002AEL)
  5588. //
  5589. //
  5590. // SE_AUDITID_APP_BASIC_GROUP_CREATED
  5591. //
  5592. // Category: SE_AUDITID_APP_BASIC_GROUP_CREATED
  5593. //
  5594. // Parameter Strings -
  5595. //
  5596. // 1 - name of new group account
  5597. //
  5598. // 2 - domain of new group account
  5599. //
  5600. // 3 - SID string of new group account
  5601. //
  5602. // 4 - User name of subject creating the account
  5603. //
  5604. // 5 - Domain name of subject creating the account
  5605. //
  5606. // 6 - Logon ID string of subject creating the account
  5607. //
  5608. //
  5609. //
  5610. // MessageId: SE_AUDITID_APP_BASIC_GROUP_CREATED
  5611. //
  5612. // MessageText:
  5613. //
  5614. // Basic Application Group Created:%n
  5615. // %tNew Account Name:%t%1%n
  5616. // %tNew Domain:%t%2%n
  5617. // %tNew Account ID:%t%3%n
  5618. // %tCaller User Name:%t%4%n
  5619. // %tCaller Domain:%t%5%n
  5620. // %tCaller Logon ID:%t%6%n
  5621. // %tPrivileges:%t%7%n
  5622. // Attributes:%n
  5623. // %tSam Account Name:%t%8%n
  5624. // %tSid History:%t%9%n
  5625. //
  5626. #define SE_AUDITID_APP_BASIC_GROUP_CREATED ((ULONG)0x000002AFL)
  5627. //
  5628. //
  5629. // SE_AUDITID_APP_BASIC_GROUP_CHANGE
  5630. //
  5631. // Category: SE_AUDITID_APP_BASIC_GROUP_CHANGE
  5632. //
  5633. // Parameter Strings -
  5634. //
  5635. // 1 - name of group account
  5636. //
  5637. // 2 - domain of group account
  5638. //
  5639. // 3 - SID string of group account
  5640. //
  5641. // 4 - User name of subject changing the account
  5642. //
  5643. // 5 - Domain name of subject changing the account
  5644. //
  5645. // 6 - Logon ID string of subject changing the account
  5646. //
  5647. //
  5648. //
  5649. // MessageId: SE_AUDITID_APP_BASIC_GROUP_CHANGE
  5650. //
  5651. // MessageText:
  5652. //
  5653. // Basic Application Group Changed:%n
  5654. // %tNew Account Name:%t%1%n
  5655. // %tNew Domain:%t%2%n
  5656. // %tNew Account ID:%t%3%n
  5657. // %tCaller User Name:%t%4%n
  5658. // %tCaller Domain:%t%5%n
  5659. // %tCaller Logon ID:%t%6%n
  5660. // %tPrivileges:%t%7%n
  5661. // Changed Attributes:%n
  5662. // %tSam Account Name:%t%8%n
  5663. // %tSid History:%t%9%n
  5664. //
  5665. #define SE_AUDITID_APP_BASIC_GROUP_CHANGE ((ULONG)0x000002B0L)
  5666. //
  5667. //
  5668. // SE_AUDITID_APP_BASIC_GROUP_ADD
  5669. //
  5670. // Category: SE_AUDITID_APP_BASIC_GROUP_ADD
  5671. //
  5672. // Parameter Strings -
  5673. //
  5674. // 1 - name of member being added
  5675. //
  5676. // 2 - string SID of member being added
  5677. //
  5678. // 3 - name of target account
  5679. //
  5680. // 4 - domain of target account
  5681. //
  5682. // 5 - SID string of target account
  5683. //
  5684. // 6 - User name of subject changing the account
  5685. //
  5686. // 7 - Domain name of subject changing the account
  5687. //
  5688. // 8 - Logon ID string of subject changing the account
  5689. //
  5690. // 9 - Privileges
  5691. //
  5692. //
  5693. //
  5694. // MessageId: SE_AUDITID_APP_BASIC_GROUP_ADD
  5695. //
  5696. // MessageText:
  5697. //
  5698. // Basic Application Group Member Added:%n
  5699. // %tMember Name:%t%1%n
  5700. // %tMember ID:%t%2%n
  5701. // %tTarget Account Name:%t%3%n
  5702. // %tTarget Domain:%t%4%n
  5703. // %tTarget Account ID:%t%5%n
  5704. // %tCaller User Name:%t%6%n
  5705. // %tCaller Domain:%t%7%n
  5706. // %tCaller Logon ID:%t%8%n
  5707. // %tPrivileges:%t%9%n
  5708. //
  5709. #define SE_AUDITID_APP_BASIC_GROUP_ADD ((ULONG)0x000002B1L)
  5710. //
  5711. //
  5712. // SE_AUDITID_APP_BASIC_GROUP_REM
  5713. //
  5714. // Category: SE_AUDITID_APP_BASIC_GROUP_REM
  5715. //
  5716. // Parameter Strings -
  5717. //
  5718. // 1 - name of member being removed
  5719. //
  5720. // 2 - string SID of member being removed
  5721. //
  5722. // 3 - name of target account
  5723. //
  5724. // 4 - domain of target account
  5725. //
  5726. // 5 - SID string of target account
  5727. //
  5728. // 6 - User name of subject changing the account
  5729. //
  5730. // 7 - Domain name of subject changing the account
  5731. //
  5732. // 8 - Logon ID string of subject changing the account
  5733. //
  5734. // 9 - Privileges
  5735. //
  5736. //
  5737. //
  5738. // MessageId: SE_AUDITID_APP_BASIC_GROUP_REM
  5739. //
  5740. // MessageText:
  5741. //
  5742. // Basic Application Group Member Removed:%n
  5743. // %tMember Name:%t%1%n
  5744. // %tMember ID:%t%2%n
  5745. // %tTarget Account Name:%t%3%n
  5746. // %tTarget Domain:%t%4%n
  5747. // %tTarget Account ID:%t%5%n
  5748. // %tCaller User Name:%t%6%n
  5749. // %tCaller Domain:%t%7%n
  5750. // %tCaller Logon ID:%t%8%n
  5751. // %tPrivileges:%t%9%n
  5752. //
  5753. #define SE_AUDITID_APP_BASIC_GROUP_REM ((ULONG)0x000002B2L)
  5754. //
  5755. //
  5756. // SE_AUDITID_APP_BASIC_GROUP_NM_ADD
  5757. //
  5758. // Category: SE_AUDITID_APP_BASIC_GROUP_NM_ADD
  5759. //
  5760. // Parameter Strings -
  5761. //
  5762. // 1 - name of non-member being added
  5763. //
  5764. // 2 - string SID of non-member being added
  5765. //
  5766. // 3 - name of target account
  5767. //
  5768. // 4 - domain of target account
  5769. //
  5770. // 5 - SID string of target account
  5771. //
  5772. // 6 - User name of subject changing the account
  5773. //
  5774. // 7 - Domain name of subject changing the account
  5775. //
  5776. // 8 - Logon ID string of subject changing the account
  5777. //
  5778. // 9 - Privileges
  5779. //
  5780. //
  5781. //
  5782. // MessageId: SE_AUDITID_APP_BASIC_GROUP_NM_ADD
  5783. //
  5784. // MessageText:
  5785. //
  5786. // Basic Application Group Non-Member Added:%n
  5787. // %tMember Name:%t%1%n
  5788. // %tMember ID:%t%2%n
  5789. // %tTarget Account Name:%t%3%n
  5790. // %tTarget Domain:%t%4%n
  5791. // %tTarget Account ID:%t%5%n
  5792. // %tCaller User Name:%t%6%n
  5793. // %tCaller Domain:%t%7%n
  5794. // %tCaller Logon ID:%t%8%n
  5795. // %tPrivileges:%t%9%n
  5796. //
  5797. #define SE_AUDITID_APP_BASIC_GROUP_NM_ADD ((ULONG)0x000002B3L)
  5798. //
  5799. //
  5800. // SE_AUDITID_APP_BASIC_GROUP_NM_REM
  5801. //
  5802. // Category: SE_AUDITID_APP_BASIC_GROUP_NM_REM
  5803. //
  5804. // Parameter Strings -
  5805. //
  5806. // 1 - name of non-member being removed
  5807. //
  5808. // 2 - string SID of non-member being removed
  5809. //
  5810. // 3 - name of target account
  5811. //
  5812. // 4 - domain of target account
  5813. //
  5814. // 5 - SID string of target account
  5815. //
  5816. // 6 - User name of subject changing the account
  5817. //
  5818. // 7 - Domain name of subject changing the account
  5819. //
  5820. // 8 - Logon ID string of subject changing the account
  5821. //
  5822. // 9 - Privileges
  5823. //
  5824. //
  5825. //
  5826. // MessageId: SE_AUDITID_APP_BASIC_GROUP_NM_REM
  5827. //
  5828. // MessageText:
  5829. //
  5830. // Basic Application Group Non-Member Removed:%n
  5831. // %tMember Name:%t%1%n
  5832. // %tMember ID:%t%2%n
  5833. // %tTarget Account Name:%t%3%n
  5834. // %tTarget Domain:%t%4%n
  5835. // %tTarget Account ID:%t%5%n
  5836. // %tCaller User Name:%t%6%n
  5837. // %tCaller Domain:%t%7%n
  5838. // %tCaller Logon ID:%t%8%n
  5839. // %tPrivileges:%t%9%n
  5840. //
  5841. #define SE_AUDITID_APP_BASIC_GROUP_NM_REM ((ULONG)0x000002B4L)
  5842. //
  5843. //
  5844. // SE_AUDITID_APP_BASIC_GROUP_DELETED
  5845. //
  5846. // Category: SE_AUDITID_APP_BASIC_GROUP_DELETED
  5847. //
  5848. // Parameter Strings -
  5849. //
  5850. // 1 - name of target account
  5851. //
  5852. // 2 - domain of target account
  5853. //
  5854. // 3 - SID string of target account
  5855. //
  5856. // 4 - User name of subject changing the account
  5857. //
  5858. // 5 - Domain name of subject changing the account
  5859. //
  5860. // 6 - Logon ID string of subject changing the account
  5861. //
  5862. //
  5863. //
  5864. // MessageId: SE_AUDITID_APP_BASIC_GROUP_DELETED
  5865. //
  5866. // MessageText:
  5867. //
  5868. // Basic Application Group Deleted:%n
  5869. // %tTarget Account Name:%t%1%n
  5870. // %tTarget Domain:%t%2%n
  5871. // %tTarget Account ID:%t%3%n
  5872. // %tCaller User Name:%t%4%n
  5873. // %tCaller Domain:%t%5%n
  5874. // %tCaller Logon ID:%t%6%n
  5875. // %tPrivileges:%t%7%n
  5876. //
  5877. #define SE_AUDITID_APP_BASIC_GROUP_DELETED ((ULONG)0x000002B5L)
  5878. //
  5879. //
  5880. // SE_AUDITID_APP_QUERY_GROUP_CREATED
  5881. //
  5882. // Category: SE_AUDITID_APP_QUERY_GROUP_CREATED
  5883. //
  5884. // Parameter Strings -
  5885. //
  5886. // 1 - name of new group account
  5887. //
  5888. // 2 - domain of new group account
  5889. //
  5890. // 3 - SID string of new group account
  5891. //
  5892. // 4 - User name of subject creating the account
  5893. //
  5894. // 5 - Domain name of subject creating the account
  5895. //
  5896. // 6 - Logon ID string of subject creating the account
  5897. //
  5898. //
  5899. //
  5900. // MessageId: SE_AUDITID_APP_QUERY_GROUP_CREATED
  5901. //
  5902. // MessageText:
  5903. //
  5904. // LDAP Query Group Created:%n
  5905. // %tNew Account Name:%t%1%n
  5906. // %tNew Domain:%t%2%n
  5907. // %tNew Account ID:%t%3%n
  5908. // %tCaller User Name:%t%4%n
  5909. // %tCaller Domain:%t%5%n
  5910. // %tCaller Logon ID:%t%6%n
  5911. // %tPrivileges:%t%7%n
  5912. // Attributes:%n
  5913. // %tSam Account Name:%t%8%n
  5914. // %tSid History:%t%9%n
  5915. //
  5916. #define SE_AUDITID_APP_QUERY_GROUP_CREATED ((ULONG)0x000002B6L)
  5917. //
  5918. //
  5919. // SE_AUDITID_APP_QUERY_GROUP_CHANGE
  5920. //
  5921. // Category: SE_AUDITID_APP_QUERY_GROUP_CHANGE
  5922. //
  5923. // Parameter Strings -
  5924. //
  5925. // 1 - name of group account
  5926. //
  5927. // 2 - domain of group account
  5928. //
  5929. // 3 - SID string of group account
  5930. //
  5931. // 4 - User name of subject changing the account
  5932. //
  5933. // 5 - Domain name of subject changing the account
  5934. //
  5935. // 6 - Logon ID string of subject changing the account
  5936. //
  5937. //
  5938. //
  5939. // MessageId: SE_AUDITID_APP_QUERY_GROUP_CHANGE
  5940. //
  5941. // MessageText:
  5942. //
  5943. // LDAP Query Group Changed:%n
  5944. // %tNew Account Name:%t%1%n
  5945. // %tNew Domain:%t%2%n
  5946. // %tNew Account ID:%t%3%n
  5947. // %tCaller User Name:%t%4%n
  5948. // %tCaller Domain:%t%5%n
  5949. // %tCaller Logon ID:%t%6%n
  5950. // %tPrivileges:%t%7%n
  5951. // Changed Attributes:%n
  5952. // %tSam Account Name:%t%8%n
  5953. // %tSid History:%t%9%n
  5954. //
  5955. #define SE_AUDITID_APP_QUERY_GROUP_CHANGE ((ULONG)0x000002B7L)
  5956. //
  5957. //
  5958. // SE_AUDITID_APP_QUERY_GROUP_DELETED
  5959. //
  5960. // Category: SE_AUDITID_APP_QUERY_GROUP_DELETED
  5961. //
  5962. // Parameter Strings -
  5963. //
  5964. // 1 - name of target account
  5965. //
  5966. // 2 - domain of target account
  5967. //
  5968. // 3 - SID string of target account
  5969. //
  5970. // 4 - User name of subject changing the account
  5971. //
  5972. // 5 - Domain name of subject changing the account
  5973. //
  5974. // 6 - Logon ID string of subject changing the account
  5975. //
  5976. //
  5977. //
  5978. // MessageId: SE_AUDITID_APP_QUERY_GROUP_DELETED
  5979. //
  5980. // MessageText:
  5981. //
  5982. // LDAP Query Group Deleted:%n
  5983. // %tTarget Account Name:%t%1%n
  5984. // %tTarget Domain:%t%2%n
  5985. // %tTarget Account ID:%t%3%n
  5986. // %tCaller User Name:%t%4%n
  5987. // %tCaller Domain:%t%5%n
  5988. // %tCaller Logon ID:%t%6%n
  5989. // %tPrivileges:%t%7%n
  5990. //
  5991. #define SE_AUDITID_APP_QUERY_GROUP_DELETED ((ULONG)0x000002B8L)
  5992. //
  5993. //
  5994. // SE_AUDITID_PASSWORD_POLICY_API_CALLED
  5995. //
  5996. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  5997. //
  5998. // Parameter Strings -
  5999. //
  6000. // 1 - Name of the account making this call
  6001. // 2 - Domain of the account making this call
  6002. // 3 - Authentication ID of the logon session
  6003. // 4 - Caller Workstation IP
  6004. // 5 - Target AccountName
  6005. // 6 - Status Code
  6006. //
  6007. //
  6008. // MessageId: SE_AUDITID_PASSWORD_POLICY_API_CALLED
  6009. //
  6010. // MessageText:
  6011. //
  6012. // Password Policy Checking API is called:%n
  6013. // %tCaller Username:%t%1%n
  6014. // %tCaller Domain:%t%2%n
  6015. // %tCaller Logon ID:%t%3%n
  6016. // %tCaller Workstation:%t%4%n
  6017. // %tProvided User Name (unauthenticated):%t%5%n
  6018. // %tStatus Code:%t%6%n
  6019. //
  6020. #define SE_AUDITID_PASSWORD_POLICY_API_CALLED ((ULONG)0x000002B9L)
  6021. //
  6022. //
  6023. // SE_AUDITID_DSRM_PASSWORD_SET
  6024. //
  6025. // Category: SE_CATEGID_ACCOUNT_MANAGEMENT
  6026. //
  6027. // Parameter Strings -
  6028. //
  6029. // 1 - Name of the account making this call
  6030. // 2 - Domain of the account making this call
  6031. // 3 - Authentication ID of the logon session
  6032. // 4 - Caller Workstation IP
  6033. // 5 - Status code
  6034. //
  6035. //
  6036. // MessageId: SE_AUDITID_DSRM_PASSWORD_SET
  6037. //
  6038. // MessageText:
  6039. //
  6040. // An attempt to set the Directory Services Restore Mode
  6041. // administrator password has been made.%n
  6042. // %tCaller Username:%t%1%n
  6043. // %tCaller Domain:%t%2%n
  6044. // %tCaller Logon ID:%t%3%n
  6045. // %tCaller Workstation:%t%4%n
  6046. // %tStatus Code:%t%5%n
  6047. //
  6048. #define SE_AUDITID_DSRM_PASSWORD_SET ((ULONG)0x000002BAL)
  6049. /////////////////////////////////////////////////////////////////////////////
  6050. // //
  6051. // //
  6052. // Messages for Category: SE_CATEGID_DS_ACCESS //
  6053. // //
  6054. // Event IDs: //
  6055. // SE_AUDITID_REPLICA_SOURCE_NC_ESTABLISHED //
  6056. // SE_AUDITID_REPLICA_SOURCE_NC_REMOVED //
  6057. // SE_AUDITID_REPLICA_SOURCE_NC_MODIFIED //
  6058. // SE_AUDITID_REPLICA_DEST_NC_MODIFIED //
  6059. // SE_AUDITID_REPLICA_SOURCE_NC_SYNC_BEGINS //
  6060. // SE_AUDITID_REPLICA_SOURCE_NC_SYNC_ENDS //
  6061. // SE_AUDITID_REPLICA_OBJ_ATTR_REPLICATION //
  6062. // SE_AUDITID_REPLICA_FAILURE_EVENT_BEGIN //
  6063. // SE_AUDITID_REPLICA_FAILURE_EVENT_END //
  6064. // SE_AUDITID_REPLICA_LINGERING_OBJECT_REMOVAL //
  6065. // //
  6066. /////////////////////////////////////////////////////////////////////////////
  6067. //
  6068. // SE_AUDITID_REPLICA_SOURCE_NC_ESTABLISHED
  6069. //
  6070. // Category: SE_CATEGID_DS_ACCESS
  6071. //
  6072. // Event Type : success/failure
  6073. //
  6074. // Description:
  6075. // This is generated when a replication source reference has been added to
  6076. // a destination naming context establishing a replication partnership.
  6077. //
  6078. // Note:
  6079. // This event is always generated in the local system context.
  6080. //
  6081. //
  6082. // MessageId: SE_AUDITID_REPLICA_SOURCE_NC_ESTABLISHED
  6083. //
  6084. // MessageText:
  6085. //
  6086. // %tDestination DRA:%t%1%n
  6087. // %tSource DRA:%t%2%n
  6088. // %tSource Addr:%t%3%n
  6089. // %tNaming Context:%t%4%n
  6090. // %tOptions:%t%5%n
  6091. // %tStatus Code:%t%6%n
  6092. //
  6093. #define SE_AUDITID_REPLICA_SOURCE_NC_ESTABLISHED ((ULONG)0x00000340L)
  6094. //
  6095. // SE_AUDITID_REPLICA_SOURCE_NC_REMOVED
  6096. //
  6097. // Category: SE_CATEGID_DS_ACCESS
  6098. //
  6099. // Event Type : success/failure
  6100. //
  6101. // Description:
  6102. // This is generated when a replication partnership between a source and
  6103. // the destination for a given naming context has been removed.
  6104. //
  6105. // Note:
  6106. // This event is always generated in the local system context.
  6107. //
  6108. //
  6109. // MessageId: SE_AUDITID_REPLICA_SOURCE_NC_REMOVED
  6110. //
  6111. // MessageText:
  6112. //
  6113. // %tDestination DRA:%t%1%n
  6114. // %tSource DRA:%t%2%n
  6115. // %tSource Addr:%t%3%n
  6116. // %tNaming Context:%t%4%n
  6117. // %tOptions:%t%5%n
  6118. // %tStatus Code:%t%6%n
  6119. //
  6120. #define SE_AUDITID_REPLICA_SOURCE_NC_REMOVED ((ULONG)0x00000341L)
  6121. //
  6122. // SE_AUDITID_REPLICA_SOURCE_NC_MODIFIED
  6123. //
  6124. // Category: SE_CATEGID_DS_ACCESS
  6125. //
  6126. // Event Type : success/failure
  6127. //
  6128. // Description:
  6129. // This is generated when a replication source associated with
  6130. // a destination naming context has been modified.
  6131. //
  6132. // Note:
  6133. // This event is always generated in the local system context.
  6134. //
  6135. //
  6136. // MessageId: SE_AUDITID_REPLICA_SOURCE_NC_MODIFIED
  6137. //
  6138. // MessageText:
  6139. //
  6140. // %tDestination DRA:%t%1%n
  6141. // %tSource DRA:%t%2%n
  6142. // %tSource Addr:%t%3%n
  6143. // %tNaming Context:%t%4%n
  6144. // %tOptions:%t%5%n
  6145. // %tStatus Code:%t%6%n
  6146. //
  6147. #define SE_AUDITID_REPLICA_SOURCE_NC_MODIFIED ((ULONG)0x00000342L)
  6148. //
  6149. // SE_AUDITID_REPLICA_DEST_NC_MODIFIED
  6150. //
  6151. // Category: SE_CATEGID_DS_ACCESS
  6152. //
  6153. // Event Type : success/failure
  6154. //
  6155. // Description:
  6156. // This is generated when a replication destination associated with
  6157. // a source naming context has been modified.
  6158. //
  6159. // Note:
  6160. // This event is always generated in the local system context.
  6161. //
  6162. //
  6163. // MessageId: SE_AUDITID_REPLICA_DEST_NC_MODIFIED
  6164. //
  6165. // MessageText:
  6166. //
  6167. // %tDestination DRA:%t%1%n
  6168. // %tSource DRA:%t%2%n
  6169. // %tDest. Addr:%t%3%n
  6170. // %tNaming Context:%t%4%n
  6171. // %tOptions:%t%5%n
  6172. // %tStatus Code:%t%6%n
  6173. //
  6174. #define SE_AUDITID_REPLICA_DEST_NC_MODIFIED ((ULONG)0x00000343L)
  6175. //
  6176. // SE_AUDITID_REPLICA_SOURCE_NC_SYNC_BEGINS
  6177. //
  6178. // Category: SE_CATEGID_DS_ACCESS
  6179. //
  6180. // Event Type : success
  6181. //
  6182. // Description:
  6183. // This event records the start of a replication protocol session between
  6184. // the destination replica NC and one of its source replicas.
  6185. //
  6186. // Note:
  6187. // This event is always generated in the local system context.
  6188. //
  6189. //
  6190. // MessageId: SE_AUDITID_REPLICA_SOURCE_NC_SYNC_BEGINS
  6191. //
  6192. // MessageText:
  6193. //
  6194. // %tDestination DRA:%t%1%n
  6195. // %tSource DRA:%t%2%n
  6196. // %tNaming Context:%t%3%n
  6197. // %tOptions:%t%4%n
  6198. // %tSession ID:%t%5%n
  6199. // %tStart USN:%t%6%n
  6200. //
  6201. #define SE_AUDITID_REPLICA_SOURCE_NC_SYNC_BEGINS ((ULONG)0x00000344L)
  6202. //
  6203. // SE_AUDITID_REPLICA_SOURCE_NC_SYNC_ENDS
  6204. //
  6205. // Category: SE_CATEGID_DS_ACCESS
  6206. //
  6207. // Event Type : success/failure
  6208. //
  6209. // Description:
  6210. // This event records the end of a replication protocol session between
  6211. // the destination replica NC and one of its source replicas.
  6212. //
  6213. // Note:
  6214. // This event is always generated in the local system context.
  6215. //
  6216. //
  6217. // MessageId: SE_AUDITID_REPLICA_SOURCE_NC_SYNC_ENDS
  6218. //
  6219. // MessageText:
  6220. //
  6221. // %tDestination DRA:%t%1%n
  6222. // %tSource DRA:%t%2%n
  6223. // %tNaming Context:%t%3%n
  6224. // %tOptions:%t%4%n
  6225. // %tSession ID:%t%5%n
  6226. // %tEnd USN:%t%6%n
  6227. // %tStatus Code:%t%7%n
  6228. //
  6229. #define SE_AUDITID_REPLICA_SOURCE_NC_SYNC_ENDS ((ULONG)0x00000345L)
  6230. //
  6231. // SE_AUDITID_REPLICA_OBJ_ATTR_REPLICATION
  6232. //
  6233. // Category: SE_CATEGID_DS_ACCESS
  6234. //
  6235. // Event Type : success/failure
  6236. //
  6237. // Description:
  6238. // This event records the completion of replication of a single
  6239. // attribute of an object.
  6240. //
  6241. // Note:
  6242. // -- This event is always generated in the local system context.
  6243. // -- This event is generated if
  6244. // -- SE_CATEGID_DS_ACCESS is enabled AND
  6245. // -- the value of
  6246. // SYSTEM\CurrentControlSet\Control\Lsa\Audit\AuditDSObjectsInReplication
  6247. // is set to 1
  6248. //
  6249. //
  6250. // MessageId: SE_AUDITID_REPLICA_OBJ_ATTR_REPLICATION
  6251. //
  6252. // MessageText:
  6253. //
  6254. // %tSession ID:%t%1%n
  6255. // %tObject:%t%2%n
  6256. // %tAttribute:%t%3%n
  6257. // %tType of change:%t%4%n
  6258. // %tNew Value:%t%5%n
  6259. // %tUSN:%t%6%n
  6260. // %tStatus Code:%t%7%n
  6261. //
  6262. #define SE_AUDITID_REPLICA_OBJ_ATTR_REPLICATION ((ULONG)0x00000346L)
  6263. //
  6264. // SE_AUDITID_REPLICA_FAILURE_EVENT_BEGIN
  6265. //
  6266. // Category: SE_CATEGID_DS_ACCESS
  6267. //
  6268. // Event Type : failure
  6269. //
  6270. // Description:
  6271. // This event records an inability to gather enough data to succesfully
  6272. // record *before* one of the following replication events which were not
  6273. // executed:
  6274. // SE_AUDITID_REPLICA_SOURCE_NC_ESTABLISHED
  6275. // SE_AUDITID_REPLICA_SOURCE_NC_SYNC_BEGINS
  6276. //
  6277. // Note:
  6278. // This event is always generated in the local system context.
  6279. //
  6280. //
  6281. // MessageId: SE_AUDITID_REPLICA_FAILURE_EVENT_BEGIN
  6282. //
  6283. // MessageText:
  6284. //
  6285. // %tReplication Event:%t%1%n
  6286. // %tAudit Status Code:%t%2%n
  6287. //
  6288. #define SE_AUDITID_REPLICA_FAILURE_EVENT_BEGIN ((ULONG)0x00000347L)
  6289. //
  6290. // SE_AUDITID_REPLICA_FAILURE_EVENT_END
  6291. //
  6292. // Category: SE_CATEGID_DS_ACCESS
  6293. //
  6294. // Event Type : success/failure
  6295. //
  6296. // Description:
  6297. // This event records an inability to gather enough data to succesfully
  6298. // record *after* one of the following replication events which may or
  6299. // may not have executed successfully:
  6300. // SE_AUDITID_REPLICA_SOURCE_NC_ESTABLISHED
  6301. // SE_AUDITID_REPLICA_SOURCE_NC_REMOVED
  6302. // SE_AUDITID_REPLICA_SOURCE_NC_MODIFIED
  6303. // SE_AUDITID_REPLICA_DEST_NC_MODIFIED
  6304. // SE_AUDITID_REPLICA_SOURCE_NC_SYNC_BEGINS
  6305. // SE_AUDITID_REPLICA_SOURCE_NC_SYNC_ENDS
  6306. // SE_AUDITID_REPLICA_OBJ_ATTR_REPLICATION
  6307. //
  6308. // Note:
  6309. // This event is always generated in the local system context.
  6310. //
  6311. //
  6312. // MessageId: SE_AUDITID_REPLICA_FAILURE_EVENT_END
  6313. //
  6314. // MessageText:
  6315. //
  6316. // %tReplication Event:%t%1%n
  6317. // %tAudit Status Code:%t%2%n
  6318. // %tReplication Status Code:%t%3%n
  6319. //
  6320. #define SE_AUDITID_REPLICA_FAILURE_EVENT_END ((ULONG)0x00000348L)
  6321. //
  6322. // SE_AUDITID_REPLICA_LINGERING_OBJECT_REMOVAL
  6323. //
  6324. // Category: SE_CATEGID_DS_ACCESS
  6325. //
  6326. // Event Type : success/failure
  6327. //
  6328. // Description:
  6329. // This event records an attempt made by the replication lingering
  6330. // object removal mechanism to delete and garbage collect an object.
  6331. //
  6332. // Note:
  6333. // This event is always generated in the local system context.
  6334. //
  6335. //
  6336. // MessageId: SE_AUDITID_REPLICA_LINGERING_OBJECT_REMOVALv
  6337. //
  6338. // MessageText:
  6339. //
  6340. // %tDestination DRA:%t%1%n
  6341. // %tSource DRA:%t%2%n
  6342. // %tObject:%t%3%n
  6343. // %tOptions:%t%4%n
  6344. // %tStatus Code:%t%5%n
  6345. //
  6346. #define SE_AUDITID_REPLICA_LINGERING_OBJECT_REMOVALv ((ULONG)0x00000349L)
  6347. /////////////////////////////////////////////////////////////////////////////
  6348. // //
  6349. // //
  6350. // Messages for Category: SE_CATEGID_ACCOUNT_LOGON //
  6351. // //
  6352. // Event IDs: //
  6353. // SE_AUDITID_AS_TICKET //
  6354. // SE_AUDITID_TGS_TICKET_REQUEST //
  6355. // SE_AUDITID_TICKET_RENEW_SUCCESS //
  6356. // SE_AUDITID_PREAUTH_FAILURE //
  6357. // SE_AUDITID_TGS_TICKET_FAILURE //
  6358. // SE_AUDITID_ACCOUNT_MAPPED //
  6359. // SE_AUDITID_ACCOUNT_LOGON //
  6360. // //
  6361. /////////////////////////////////////////////////////////////////////////////
  6362. //
  6363. //
  6364. // SE_AUDITID_AS_TICKET
  6365. //
  6366. // Category: SE_CATEGID_ACCOUNT_LOGON
  6367. //
  6368. // Parameter Strings -
  6369. //
  6370. // 1 - User name of client
  6371. //
  6372. // 2 - Supplied realm name
  6373. //
  6374. // 3 - SID of client user
  6375. //
  6376. // 4 - User name of service
  6377. //
  6378. // 5 - SID of service
  6379. //
  6380. // 6 - Ticket Options
  6381. //
  6382. // 7 - Failure code
  6383. //
  6384. // 8 - Ticket Encryption Type
  6385. //
  6386. // 9 - Preauthentication type (i.e. PK_INIT)
  6387. //
  6388. // 10 - Client IP address
  6389. //
  6390. // 11 - Certificate Issuer Name
  6391. //
  6392. // 12 - Certificate Serial Number
  6393. //
  6394. // 13 - Certificate Thumbprint
  6395. //
  6396. //
  6397. // MessageId: SE_AUDITID_AS_TICKET
  6398. //
  6399. // MessageText:
  6400. //
  6401. // Authentication Ticket Request:%n
  6402. // %tUser Name:%t%t%1%n
  6403. // %tSupplied Realm Name:%t%2%n
  6404. // %tUser ID:%t%t%t%3%n
  6405. // %tService Name:%t%t%4%n
  6406. // %tService ID:%t%t%5%n
  6407. // %tTicket Options:%t%t%6%n
  6408. // %tResult Code:%t%t%7%n
  6409. // %tTicket Encryption Type:%t%8%n
  6410. // %tPre-Authentication Type:%t%9%n
  6411. // %tClient Address:%t%t%10%n
  6412. // %tCertificate Issuer Name:%t%11%n
  6413. // %tCertificate Serial Number:%t%12%n
  6414. // %tCertificate Thumbprint:%t%13%n
  6415. //
  6416. #define SE_AUDITID_AS_TICKET ((ULONG)0x000002A0L)
  6417. //
  6418. //
  6419. // SE_AUDITID_AS_TICKET_FAILURE
  6420. //
  6421. // Category: SE_CATEGID_ACCOUNT_LOGON
  6422. //
  6423. // Note:
  6424. // This event is obsolete. It is not generated by Whistler.
  6425. // It is retained in this file so that anybody viewing w2k events
  6426. // from a whistler machine can view them correctly.
  6427. //
  6428. //
  6429. //
  6430. // MessageId: SE_AUDITID_AS_TICKET_FAILURE
  6431. //
  6432. // MessageText:
  6433. //
  6434. // Authentication Ticket Request Failed:%n
  6435. // %tUser Name:%t%1%n
  6436. // %tSupplied Realm Name:%t%2%n
  6437. // %tService Name:%t%3%n
  6438. // %tTicket Options:%t%4%n
  6439. // %tFailure Code:%t%5%n
  6440. // %tClient Address:%t%6%n
  6441. //
  6442. #define SE_AUDITID_AS_TICKET_FAILURE ((ULONG)0x000002A4L)
  6443. //
  6444. //
  6445. // SE_AUDITID_TGS_TICKET_REQUEST
  6446. //
  6447. // Category: SE_CATEGID_ACCOUNT_LOGON
  6448. //
  6449. // Parameter Strings -
  6450. //
  6451. // 1 - User name of client
  6452. //
  6453. // 2 - Domain name of client
  6454. //
  6455. // 3 - User name of service
  6456. //
  6457. // 4 - SID of service
  6458. //
  6459. // 5 - Ticket Options
  6460. //
  6461. // 6 - Ticket Encryption Type
  6462. //
  6463. // 7 - Client IP address
  6464. //
  6465. // 8 - Failure code (0 for success)
  6466. //
  6467. // 9 - logon GUID
  6468. //
  6469. // 10 - Transited Services
  6470. //
  6471. //
  6472. // MessageId: SE_AUDITID_TGS_TICKET_REQUEST
  6473. //
  6474. // MessageText:
  6475. //
  6476. // Service Ticket Request:%n
  6477. // %tUser Name:%t%t%1%n
  6478. // %tUser Domain:%t%t%2%n
  6479. // %tService Name:%t%t%3%n
  6480. // %tService ID:%t%t%4%n
  6481. // %tTicket Options:%t%t%5%n
  6482. // %tTicket Encryption Type:%t%6%n
  6483. // %tClient Address:%t%t%7%n
  6484. // %tFailure Code:%t%t%8%n
  6485. // %tLogon GUID:%t%t%9%n
  6486. // %tTransited Services:%t%10%n
  6487. //
  6488. #define SE_AUDITID_TGS_TICKET_REQUEST ((ULONG)0x000002A1L)
  6489. //
  6490. //
  6491. // SE_AUDITID_TICKET_RENEW_SUCCESS
  6492. //
  6493. // Category: SE_CATEGID_ACCOUNT_LOGON
  6494. //
  6495. // Parameter Strings -
  6496. //
  6497. // 1 - User name of client
  6498. //
  6499. // 2 - Domain name of client
  6500. //
  6501. // 3 - User name of service
  6502. //
  6503. // 4 - SID of service
  6504. //
  6505. // 5 - Ticket Options
  6506. //
  6507. // 6 - Ticket Encryption Type
  6508. //
  6509. // 7 - Client IP address
  6510. //
  6511. //
  6512. // MessageId: SE_AUDITID_TICKET_RENEW_SUCCESS
  6513. //
  6514. // MessageText:
  6515. //
  6516. // Service Ticket Renewed:%n
  6517. // %tUser Name:%t%1%n
  6518. // %tUser Domain:%t%2%n
  6519. // %tService Name:%t%3%n
  6520. // %tService ID:%t%4%n
  6521. // %tTicket Options:%t%5%n
  6522. // %tTicket Encryption Type:%t%6%n
  6523. // %tClient Address:%t%7%n
  6524. //
  6525. #define SE_AUDITID_TICKET_RENEW_SUCCESS ((ULONG)0x000002A2L)
  6526. //
  6527. //
  6528. // SE_AUDITID_PREAUTH_FAILURE
  6529. //
  6530. // Category: SE_CATEGID_ACCOUNT_LOGON
  6531. //
  6532. // Parameter Strings -
  6533. //
  6534. // 1 - User name of client
  6535. //
  6536. // 2 - SID of client user
  6537. //
  6538. // 3 - User name of service
  6539. //
  6540. // 4 - Preauth Type
  6541. //
  6542. // 5 - Failure code
  6543. //
  6544. // 6 - Client IP address
  6545. //
  6546. // Event type: failure
  6547. // Description: This event is generated on a KDC when
  6548. // preauthentication fails (user types in wrong password).
  6549. //
  6550. //
  6551. // MessageId: SE_AUDITID_PREAUTH_FAILURE
  6552. //
  6553. // MessageText:
  6554. //
  6555. // Pre-authentication failed:%n
  6556. // %tUser Name:%t%1%n
  6557. // %tUser ID:%t%t%2%n
  6558. // %tService Name:%t%3%n
  6559. // %tPre-Authentication Type:%t%4%n
  6560. // %tFailure Code:%t%5%n
  6561. // %tClient Address:%t%6%n
  6562. //
  6563. #define SE_AUDITID_PREAUTH_FAILURE ((ULONG)0x000002A3L)
  6564. //
  6565. //
  6566. // SE_AUDITID_TGS_TICKET_FAILURE
  6567. //
  6568. // Category: SE_CATEGID_ACCOUNT_LOGON
  6569. //
  6570. // Note:
  6571. // This event is obsolete. It is not generated by Whistler.
  6572. // It is retained in this file so that anybody viewing w2k events
  6573. // from a whistler machine can view them correctly.
  6574. //
  6575. //
  6576. // MessageId: SE_AUDITID_TGS_TICKET_FAILURE
  6577. //
  6578. // MessageText:
  6579. //
  6580. // Service Ticket Request Failed:%n
  6581. // %tUser Name:%t%1%n
  6582. // %tUser Domain:%t%2%n
  6583. // %tService Name:%t%3%n
  6584. // %tTicket Options:%t%4%n
  6585. // %tFailure Code:%t%5%n
  6586. // %tClient Address:%t%6%n
  6587. //
  6588. #define SE_AUDITID_TGS_TICKET_FAILURE ((ULONG)0x000002A5L)
  6589. //
  6590. //
  6591. // SE_AUDITID_ACCOUNT_MAPPED
  6592. //
  6593. // Category: SE_CATEGID_ACCOUNT_LOGON
  6594. //
  6595. // Type: success / failure
  6596. //
  6597. // Description: An account mapping is a map of a user authenticated in an MIT realm to a
  6598. // domain account. A mapping acts much like a logon. Hence, it is important to audit this.
  6599. //
  6600. // Parameter Strings -
  6601. //
  6602. // 1 - Source
  6603. //
  6604. // 2 - Client Name
  6605. //
  6606. // 3 - Mapped Name
  6607. //
  6608. //
  6609. //
  6610. //
  6611. // MessageId: SE_AUDITID_ACCOUNT_MAPPED
  6612. //
  6613. // MessageText:
  6614. //
  6615. // Account Mapped for Logon.%n
  6616. // Mapping Attempted By:%n
  6617. // %t%1%n
  6618. // Client Name:%n
  6619. // %t%2%n
  6620. // %tMapped Name:%n
  6621. // %t%3%n
  6622. //
  6623. #define SE_AUDITID_ACCOUNT_MAPPED ((ULONG)0x000002A6L)
  6624. //
  6625. //
  6626. // SE_AUDITID_ACCOUNT_NOT_MAPPED
  6627. //
  6628. // Category: SE_CATEGID_ACCOUNT_LOGON
  6629. //
  6630. // Note:
  6631. // This event is obsolete. It is not generated by Whistler.
  6632. // It is retained in this file so that anybody viewing w2k events
  6633. // from a whistler machine can view them correctly.
  6634. // Parameter Strings -
  6635. //
  6636. //
  6637. // MessageId: SE_AUDITID_ACCOUNT_NOT_MAPPED
  6638. //
  6639. // MessageText:
  6640. //
  6641. // The name:%n
  6642. // %t%2%n
  6643. // could not be mapped for logon by:
  6644. // %t%1%n
  6645. //
  6646. #define SE_AUDITID_ACCOUNT_NOT_MAPPED ((ULONG)0x000002A7L)
  6647. //
  6648. //
  6649. // SE_AUDITID_ACCOUNT_LOGON
  6650. //
  6651. // Category: SE_CATEGID_ACCOUNT_LOGON
  6652. //
  6653. // Type: Success / Failure
  6654. //
  6655. // Description: This audits a logon attempt. The audit appears on the DC.
  6656. // This is generated by calling LogonUser.
  6657. //
  6658. //
  6659. //
  6660. // MessageId: SE_AUDITID_ACCOUNT_LOGON
  6661. //
  6662. // MessageText:
  6663. //
  6664. // Logon attempt by:%t%1%n
  6665. // Logon account:%t%2%n
  6666. // Source Workstation:%t%3%n
  6667. // Error Code:%t%4%n
  6668. //
  6669. #define SE_AUDITID_ACCOUNT_LOGON ((ULONG)0x000002A8L)
  6670. //
  6671. //
  6672. // SE_AUDITID_ACCOUNT_LOGON_FAILURE
  6673. //
  6674. // Category: SE_CATEGID_ACCOUNT_LOGON
  6675. //
  6676. // Note:
  6677. // This event is obsolete. It is not generated by Whistler.
  6678. // It is retained in this file so that anybody viewing w2k events
  6679. // from a whistler machine can view them correctly.
  6680. //
  6681. //
  6682. //
  6683. // MessageId: SE_AUDITID_ACCOUNT_LOGON_FAILURE
  6684. //
  6685. // MessageText:
  6686. //
  6687. // The logon to account: %2%n
  6688. // by: %1%n
  6689. // from workstation: %3%n
  6690. // failed. The error code was: %4%n
  6691. //
  6692. #define SE_AUDITID_ACCOUNT_LOGON_FAILURE ((ULONG)0x000002A9L)
  6693. //
  6694. //
  6695. // SE_AUDITID_SESSION_RECONNECTED
  6696. //
  6697. // Category: SE_CATEGID_LOGON
  6698. //
  6699. // Parameter Strings -
  6700. //
  6701. // 1 - User account name
  6702. //
  6703. // 2 - Authenticating domain name
  6704. //
  6705. // 3 - Logon ID string
  6706. //
  6707. // 4 - Session Name
  6708. //
  6709. // 5 - Client Name
  6710. //
  6711. // 6 - Client Address
  6712. //
  6713. //
  6714. //
  6715. // MessageId: SE_AUDITID_SESSION_RECONNECTED
  6716. //
  6717. // MessageText:
  6718. //
  6719. // Session reconnected to winstation:%n
  6720. // %tUser Name:%t%1%n
  6721. // %tDomain:%t%t%2%n
  6722. // %tLogon ID:%t%t%3%n
  6723. // %tSession Name:%t%4%n
  6724. // %tClient Name:%t%5%n
  6725. // %tClient Address:%t%6
  6726. //
  6727. #define SE_AUDITID_SESSION_RECONNECTED ((ULONG)0x000002AAL)
  6728. //
  6729. //
  6730. // SE_AUDITID_SESSION_DISCONNECTED
  6731. //
  6732. // Category: SE_CATEGID_LOGON
  6733. //
  6734. // Parameter Strings -
  6735. //
  6736. // 1 - User account name
  6737. //
  6738. // 2 - Authenticating domain name
  6739. //
  6740. // 3 - Logon ID string
  6741. //
  6742. // 4 - Session Name
  6743. //
  6744. // 5 - Client Name
  6745. //
  6746. // 6 - Client Address
  6747. //
  6748. //
  6749. //
  6750. // MessageId: SE_AUDITID_SESSION_DISCONNECTED
  6751. //
  6752. // MessageText:
  6753. //
  6754. // Session disconnected from winstation:%n
  6755. // %tUser Name:%t%1%n
  6756. // %tDomain:%t%t%2%n
  6757. // %tLogon ID:%t%t%3%n
  6758. // %tSession Name:%t%4%n
  6759. // %tClient Name:%t%5%n
  6760. // %tClient Address:%t%6
  6761. //
  6762. #define SE_AUDITID_SESSION_DISCONNECTED ((ULONG)0x000002ABL)
  6763. /////////////////////////////////////////////////////////////////////////////
  6764. // //
  6765. // //
  6766. // Messages for Category: SE_CATEGID_OBJECT_ACCESS - CertSrv //
  6767. // //
  6768. // Event IDs: //
  6769. // SE_AUDITID_CERTSRV_DENYREQUEST //
  6770. // SE_AUDITID_CERTSRV_RESUBMITREQUEST //
  6771. // SE_AUDITID_CERTSRV_REVOKECERT //
  6772. // SE_AUDITID_CERTSRV_PUBLISHCRL //
  6773. // SE_AUDITID_CERTSRV_AUTOPUBLISHCRL //
  6774. // SE_AUDITID_CERTSRV_SETEXTENSION //
  6775. // SE_AUDITID_CERTSRV_SETATTRIBUTES //
  6776. // SE_AUDITID_CERTSRV_SHUTDOWN //
  6777. // SE_AUDITID_CERTSRV_BACKUPSTART //
  6778. // SE_AUDITID_CERTSRV_BACKUPEND //
  6779. // SE_AUDITID_CERTSRV_RESTORESTART //
  6780. // SE_AUDITID_CERTSRV_RESTOREEND //
  6781. // SE_AUDITID_CERTSRV_SERVICESTART //
  6782. // SE_AUDITID_CERTSRV_SERVICESTOP //
  6783. // SE_AUDITID_CERTSRV_SETSECURITY //
  6784. // SE_AUDITID_CERTSRV_GETARCHIVEDKEY //
  6785. // SE_AUDITID_CERTSRV_IMPORTCERT //
  6786. // SE_AUDITID_CERTSRV_SETAUDITFILTER //
  6787. // SE_AUDITID_CERTSRV_NEWREQUEST //
  6788. // SE_AUDITID_CERTSRV_REQUESTAPPROVED //
  6789. // SE_AUDITID_CERTSRV_REQUESTDENIED //
  6790. // SE_AUDITID_CERTSRV_REQUESTPENDING //
  6791. // SE_AUDITID_CERTSRV_SETOFFICERRIGHTS //
  6792. // SE_AUDITID_CERTSRV_SETCONFIGENTRY //
  6793. // SE_AUDITID_CERTSRV_SETCAPROPERTY //
  6794. // SE_AUDITID_CERTSRV_KEYARCHIVED //
  6795. // SE_AUDITID_CERTSRV_IMPORTKEY //
  6796. // SE_AUDITID_CERTSRV_PUBLISHCERT //
  6797. // SE_AUDITID_CERTSRV_DELETEROW //
  6798. // SE_AUDITID_CERTSRV_ROLESEPARATIONSTATE //
  6799. // //
  6800. // //
  6801. /////////////////////////////////////////////////////////////////////////////
  6802. //
  6803. //
  6804. // SE_AUDITID_CERTSRV_DENYREQUEST
  6805. //
  6806. // Category: SE_CATEGID_OBJECT_ACCESS
  6807. //
  6808. // Parameter Strings -
  6809. //
  6810. // 1 - Request ID
  6811. //
  6812. //
  6813. //
  6814. // MessageId: SE_AUDITID_CERTSRV_DENYREQUEST
  6815. //
  6816. // MessageText:
  6817. //
  6818. // The certificate manager denied a pending certificate request.%n
  6819. // %n
  6820. // Request ID:%t%1
  6821. //
  6822. #define SE_AUDITID_CERTSRV_DENYREQUEST ((ULONG)0x00000304L)
  6823. //
  6824. //
  6825. // SE_AUDITID_CERTSRV_RESUBMITREQUEST
  6826. //
  6827. // Category: SE_CATEGID_OBJECT_ACCESS
  6828. //
  6829. // Parameter Strings -
  6830. //
  6831. // 1 - Request ID
  6832. //
  6833. //
  6834. //
  6835. // MessageId: SE_AUDITID_CERTSRV_RESUBMITREQUEST
  6836. //
  6837. // MessageText:
  6838. //
  6839. // Certificate Services received a resubmitted certificate request.%n
  6840. // %n
  6841. // Request ID:%t%1
  6842. //
  6843. #define SE_AUDITID_CERTSRV_RESUBMITREQUEST ((ULONG)0x00000305L)
  6844. //
  6845. //
  6846. // SE_AUDITID_CERTSRV_REVOKECERT
  6847. //
  6848. // Category: SE_CATEGID_OBJECT_ACCESS
  6849. //
  6850. // Parameter Strings -
  6851. //
  6852. // 1 - Serial No.
  6853. //
  6854. // 2 - Reason
  6855. //
  6856. //
  6857. //
  6858. // MessageId: SE_AUDITID_CERTSRV_REVOKECERT
  6859. //
  6860. // MessageText:
  6861. //
  6862. // Certificate Services revoked a certificate.%n
  6863. // %n
  6864. // Serial No:%t%1%n
  6865. // Reason:%t%2
  6866. //
  6867. #define SE_AUDITID_CERTSRV_REVOKECERT ((ULONG)0x00000306L)
  6868. //
  6869. //
  6870. // SE_AUDITID_CERTSRV_PUBLISHCRL
  6871. //
  6872. // Category: SE_CATEGID_OBJECT_ACCESS
  6873. //
  6874. // Parameter Strings -
  6875. //
  6876. // 1 - Next Update
  6877. //
  6878. // 2 - Publish Base
  6879. //
  6880. // 3 - Publish Delta
  6881. //
  6882. //
  6883. //
  6884. // MessageId: SE_AUDITID_CERTSRV_PUBLISHCRL
  6885. //
  6886. // MessageText:
  6887. //
  6888. // Certificate Services received a request to publish the certificate revocation list (CRL).%n
  6889. // %n
  6890. // Next Update:%t%1%n
  6891. // Publish Base:%t%2%n
  6892. // Publish Delta:%t%3
  6893. //
  6894. #define SE_AUDITID_CERTSRV_PUBLISHCRL ((ULONG)0x00000307L)
  6895. //
  6896. //
  6897. // SE_AUDITID_CERTSRV_AUTOPUBLISHCRL
  6898. //
  6899. // Category: SE_CATEGID_OBJECT_ACCESS
  6900. //
  6901. // Parameter Strings -
  6902. //
  6903. // 1 - Base CRL
  6904. //
  6905. // 2 - CRL No.
  6906. //
  6907. // 3 - Key Container
  6908. //
  6909. // 4 - Next Publish
  6910. //
  6911. // 5 - Publish URLs
  6912. //
  6913. //
  6914. //
  6915. // MessageId: SE_AUDITID_CERTSRV_AUTOPUBLISHCRL
  6916. //
  6917. // MessageText:
  6918. //
  6919. // Certificate Services published the certificate revocation list (CRL).%n
  6920. // %n
  6921. // Base CRL:%t%1%n
  6922. // CRL No:%t%t%2%n
  6923. // Key Container:%t%3%n
  6924. // Next Publish:%t%4%n
  6925. // Publish URLs:%t%5
  6926. //
  6927. #define SE_AUDITID_CERTSRV_AUTOPUBLISHCRL ((ULONG)0x00000308L)
  6928. //
  6929. //
  6930. // SE_AUDITID_CERTSRV_SETEXTENSION
  6931. //
  6932. // Category: SE_CATEGID_OBJECT_ACCESS
  6933. //
  6934. // Parameter Strings -
  6935. //
  6936. // 1 - Request ID
  6937. //
  6938. // 2 - Extension Name
  6939. //
  6940. // 3 - Extension Type
  6941. //
  6942. // 4 - Flags
  6943. //
  6944. // 5 - Extension Data
  6945. //
  6946. //
  6947. //
  6948. // MessageId: SE_AUDITID_CERTSRV_SETEXTENSION
  6949. //
  6950. // MessageText:
  6951. //
  6952. // A certificate request extension changed.%n
  6953. // %n
  6954. // Request ID:%t%1%n
  6955. // Name:%t%2%n
  6956. // Type:%t%3%n
  6957. // Flags:%t%4%n
  6958. // Data:%t%5
  6959. //
  6960. #define SE_AUDITID_CERTSRV_SETEXTENSION ((ULONG)0x00000309L)
  6961. //
  6962. //
  6963. // SE_AUDITID_CERTSRV_SETATTRIBUTES
  6964. //
  6965. // Category: SE_CATEGID_OBJECT_ACCESS
  6966. //
  6967. // Parameter Strings -
  6968. //
  6969. // 1 - Request ID
  6970. //
  6971. // 2 - Attributes
  6972. //
  6973. //
  6974. //
  6975. // MessageId: SE_AUDITID_CERTSRV_SETATTRIBUTES
  6976. //
  6977. // MessageText:
  6978. //
  6979. // One or more certificate request attributes changed.%n
  6980. // %n
  6981. // Request ID:%t%1%n
  6982. // Attributes:%t%2
  6983. //
  6984. #define SE_AUDITID_CERTSRV_SETATTRIBUTES ((ULONG)0x0000030AL)
  6985. //
  6986. //
  6987. // SE_AUDITID_CERTSRV_SHUTDOWN
  6988. //
  6989. // Category: SE_CATEGID_OBJECT_ACCESS
  6990. //
  6991. // Parameter Strings -
  6992. //
  6993. //
  6994. //
  6995. // MessageId: SE_AUDITID_CERTSRV_SHUTDOWN
  6996. //
  6997. // MessageText:
  6998. //
  6999. // Certificate Services received a request to shut down.
  7000. //
  7001. #define SE_AUDITID_CERTSRV_SHUTDOWN ((ULONG)0x0000030BL)
  7002. //
  7003. //
  7004. // SE_AUDITID_CERTSRV_BACKUPSTART
  7005. //
  7006. // Category: SE_CATEGID_OBJECT_ACCESS
  7007. //
  7008. // Parameter Strings -
  7009. //
  7010. // 1 - Backup Type
  7011. //
  7012. //
  7013. //
  7014. // MessageId: SE_AUDITID_CERTSRV_BACKUPSTART
  7015. //
  7016. // MessageText:
  7017. //
  7018. // Certificate Services backup started.%n
  7019. // Backup Type:%t%1
  7020. //
  7021. #define SE_AUDITID_CERTSRV_BACKUPSTART ((ULONG)0x0000030CL)
  7022. //
  7023. //
  7024. // SE_AUDITID_CERTSRV_BACKUPEND
  7025. //
  7026. // Category: SE_CATEGID_OBJECT_ACCESS
  7027. //
  7028. // Parameter Strings -
  7029. //
  7030. //
  7031. //
  7032. // MessageId: SE_AUDITID_CERTSRV_BACKUPEND
  7033. //
  7034. // MessageText:
  7035. //
  7036. // Certificate Services backup completed.
  7037. //
  7038. #define SE_AUDITID_CERTSRV_BACKUPEND ((ULONG)0x0000030DL)
  7039. //
  7040. //
  7041. // SE_AUDITID_CERTSRV_RESTORESTART
  7042. //
  7043. // Category: SE_CATEGID_OBJECT_ACCESS
  7044. //
  7045. // Parameter Strings -
  7046. //
  7047. //
  7048. //
  7049. // MessageId: SE_AUDITID_CERTSRV_RESTORESTART
  7050. //
  7051. // MessageText:
  7052. //
  7053. // Certificate Services restore started.
  7054. //
  7055. #define SE_AUDITID_CERTSRV_RESTORESTART ((ULONG)0x0000030EL)
  7056. //
  7057. //
  7058. // SE_AUDITID_CERTSRV_RESTOREEND
  7059. //
  7060. // Category: SE_CATEGID_OBJECT_ACCESS
  7061. //
  7062. // Parameter Strings -
  7063. //
  7064. //
  7065. //
  7066. // MessageId: SE_AUDITID_CERTSRV_RESTOREEND
  7067. //
  7068. // MessageText:
  7069. //
  7070. // Certificate Services restore completed.
  7071. //
  7072. #define SE_AUDITID_CERTSRV_RESTOREEND ((ULONG)0x0000030FL)
  7073. //
  7074. //
  7075. // SE_AUDITID_CERTSRV_SERVICESTART
  7076. //
  7077. // Category: SE_CATEGID_OBJECT_ACCESS
  7078. //
  7079. // Parameter Strings -
  7080. //
  7081. // 1 - Certificate Database Hash
  7082. //
  7083. // 2 - Private Key Usage Count
  7084. //
  7085. // 3 - CA Certificate Hash
  7086. //
  7087. // 4 - CA Public Key Hash
  7088. //
  7089. //
  7090. //
  7091. // MessageId: SE_AUDITID_CERTSRV_SERVICESTART
  7092. //
  7093. // MessageText:
  7094. //
  7095. // Certificate Services started.%n
  7096. // %n
  7097. // Certificate Database Hash:%t%1%n
  7098. // Private Key Usage Count:%t%2%n
  7099. // CA Certificate Hash:%t%3%n
  7100. // CA Public Key Hash:%t%4
  7101. //
  7102. #define SE_AUDITID_CERTSRV_SERVICESTART ((ULONG)0x00000310L)
  7103. //
  7104. //
  7105. // SE_AUDITID_CERTSRV_SERVICESTOP
  7106. //
  7107. // Category: SE_CATEGID_OBJECT_ACCESS
  7108. //
  7109. // Parameter Strings -
  7110. //
  7111. // 1 - Certificate Database Hash
  7112. //
  7113. // 2 - Private Key Usage Count
  7114. //
  7115. // 3 - CA Certificate Hash
  7116. //
  7117. // 4 - CA Public Key Hash
  7118. //
  7119. //
  7120. //
  7121. // MessageId: SE_AUDITID_CERTSRV_SERVICESTOP
  7122. //
  7123. // MessageText:
  7124. //
  7125. // Certificate Services stopped.%n
  7126. // %n
  7127. // Certificate Database Hash:%t%1%n
  7128. // Private Key Usage Count:%t%2%n
  7129. // CA Certificate Hash:%t%3%n
  7130. // CA Public Key Hash:%t%4
  7131. //
  7132. #define SE_AUDITID_CERTSRV_SERVICESTOP ((ULONG)0x00000311L)
  7133. //
  7134. //
  7135. // SE_AUDITID_CERTSRV_SETSECURITY
  7136. //
  7137. // Category: SE_CATEGID_OBJECT_ACCESS
  7138. //
  7139. // Parameter Strings -
  7140. //
  7141. // 1 - New permissions
  7142. //
  7143. //
  7144. //
  7145. // MessageId: SE_AUDITID_CERTSRV_SETSECURITY
  7146. //
  7147. // MessageText:
  7148. //
  7149. // The security permissions for Certificate Services changed.%n
  7150. // %n
  7151. // %1
  7152. //
  7153. #define SE_AUDITID_CERTSRV_SETSECURITY ((ULONG)0x00000312L)
  7154. //
  7155. //
  7156. // SE_AUDITID_CERTSRV_GETARCHIVEDKEY
  7157. //
  7158. // Category: SE_CATEGID_OBJECT_ACCESS
  7159. //
  7160. // Parameter Strings -
  7161. //
  7162. // 1 - Request ID
  7163. //
  7164. //
  7165. //
  7166. // MessageId: SE_AUDITID_CERTSRV_GETARCHIVEDKEY
  7167. //
  7168. // MessageText:
  7169. //
  7170. // Certificate Services retrieved an archived key.%n
  7171. // %n
  7172. // Request ID:%t%1
  7173. //
  7174. #define SE_AUDITID_CERTSRV_GETARCHIVEDKEY ((ULONG)0x00000313L)
  7175. //
  7176. //
  7177. // SE_AUDITID_CERTSRV_IMPORTCERT
  7178. //
  7179. // Category: SE_CATEGID_OBJECT_ACCESS
  7180. //
  7181. // Parameter Strings -
  7182. //
  7183. // 1 - Certificate
  7184. //
  7185. // 2 - Request ID
  7186. //
  7187. //
  7188. //
  7189. // MessageId: SE_AUDITID_CERTSRV_IMPORTCERT
  7190. //
  7191. // MessageText:
  7192. //
  7193. // Certificate Services imported a certificate into its database.%n
  7194. // %n
  7195. // Certificate:%t%1%n
  7196. // Request ID:%t%2
  7197. //
  7198. #define SE_AUDITID_CERTSRV_IMPORTCERT ((ULONG)0x00000314L)
  7199. //
  7200. //
  7201. // SE_AUDITID_CERTSRV_SETAUDITFILTER
  7202. //
  7203. // Category: SE_CATEGID_OBJECT_ACCESS
  7204. //
  7205. // Parameter Strings -
  7206. //
  7207. // 1 - Filter
  7208. //
  7209. //
  7210. //
  7211. // MessageId: SE_AUDITID_CERTSRV_SETAUDITFILTER
  7212. //
  7213. // MessageText:
  7214. //
  7215. // The audit filter for Certificate Services changed.%n
  7216. // %n
  7217. // Filter:%t%1
  7218. //
  7219. #define SE_AUDITID_CERTSRV_SETAUDITFILTER ((ULONG)0x00000315L)
  7220. //
  7221. //
  7222. // SE_AUDITID_CERTSRV_NEWREQUEST
  7223. //
  7224. // Category: SE_CATEGID_OBJECT_ACCESS
  7225. //
  7226. // Parameter Strings -
  7227. //
  7228. // 1 - Request ID
  7229. //
  7230. // 2 - Requester
  7231. //
  7232. // 3 - Attributes
  7233. //
  7234. //
  7235. //
  7236. // MessageId: SE_AUDITID_CERTSRV_NEWREQUEST
  7237. //
  7238. // MessageText:
  7239. //
  7240. // Certificate Services received a certificate request.%n
  7241. // %n
  7242. // Request ID:%t%1%n
  7243. // Requester:%t%2%n
  7244. // Attributes:%t%3
  7245. //
  7246. #define SE_AUDITID_CERTSRV_NEWREQUEST ((ULONG)0x00000316L)
  7247. //
  7248. //
  7249. // SE_AUDITID_CERTSRV_REQUESTAPPROVED
  7250. //
  7251. // Category: SE_CATEGID_OBJECT_ACCESS
  7252. //
  7253. // Parameter Strings -
  7254. //
  7255. // 1 - Request ID
  7256. //
  7257. // 2 - Requester
  7258. //
  7259. // 3 - Attributes
  7260. //
  7261. // 4 - Disposition
  7262. //
  7263. // 5 - SKI
  7264. //
  7265. // 6 - Subject
  7266. //
  7267. //
  7268. //
  7269. // MessageId: SE_AUDITID_CERTSRV_REQUESTAPPROVED
  7270. //
  7271. // MessageText:
  7272. //
  7273. // Certificate Services approved a certificate request and issued a certificate.%n
  7274. // %n
  7275. // Request ID:%t%1%n
  7276. // Requester:%t%2%n
  7277. // Attributes:%t%3%n
  7278. // Disposition:%t%4%n
  7279. // SKI:%t%t%5%n
  7280. // Subject:%t%6
  7281. //
  7282. #define SE_AUDITID_CERTSRV_REQUESTAPPROVED ((ULONG)0x00000317L)
  7283. //
  7284. //
  7285. // SE_AUDITID_CERTSRV_REQUESTDENIED
  7286. //
  7287. // Category: SE_CATEGID_OBJECT_ACCESS
  7288. //
  7289. // Parameter Strings -
  7290. //
  7291. // 1 - Request ID
  7292. //
  7293. // 2 - Requester
  7294. //
  7295. // 3 - Attributes
  7296. //
  7297. // 4 - Disposition
  7298. //
  7299. // 5 - SKI
  7300. //
  7301. // 6 - Subject
  7302. //
  7303. //
  7304. //
  7305. // MessageId: SE_AUDITID_CERTSRV_REQUESTDENIED
  7306. //
  7307. // MessageText:
  7308. //
  7309. // Certificate Services denied a certificate request.%n
  7310. // %n
  7311. // Request ID:%t%1%n
  7312. // Requester:%t%2%n
  7313. // Attributes:%t%3%n
  7314. // Disposition:%t%4%n
  7315. // SKI:%t%t%5%n
  7316. // Subject:%t%6
  7317. //
  7318. #define SE_AUDITID_CERTSRV_REQUESTDENIED ((ULONG)0x00000318L)
  7319. //
  7320. //
  7321. // SE_AUDITID_CERTSRV_REQUESTPENDING
  7322. //
  7323. // Category: SE_CATEGID_OBJECT_ACCESS
  7324. //
  7325. // Parameter Strings -
  7326. //
  7327. // 1 - Request ID
  7328. //
  7329. // 2 - Requester
  7330. //
  7331. // 3 - Attributes
  7332. //
  7333. // 4 - Disposition
  7334. //
  7335. // 5 - SKI
  7336. //
  7337. // 6 - Subject
  7338. //
  7339. //
  7340. //
  7341. // MessageId: SE_AUDITID_CERTSRV_REQUESTPENDING
  7342. //
  7343. // MessageText:
  7344. //
  7345. // Certificate Services set the status of a certificate request to pending.%n
  7346. // %n
  7347. // Request ID:%t%1%n
  7348. // Requester:%t%2%n
  7349. // Attributes:%t%3%n
  7350. // Disposition:%t%4%n
  7351. // SKI:%t%t%5%n
  7352. // Subject:%t%6
  7353. //
  7354. #define SE_AUDITID_CERTSRV_REQUESTPENDING ((ULONG)0x00000319L)
  7355. //
  7356. //
  7357. // SE_AUDITID_CERTSRV_SETOFFICERRIGHTS
  7358. //
  7359. // Category: SE_CATEGID_OBJECT_ACCESS
  7360. //
  7361. // Parameter Strings -
  7362. //
  7363. // 1 - Enable restrictions
  7364. //
  7365. // 2 - Restrictions
  7366. //
  7367. //
  7368. //
  7369. // MessageId: SE_AUDITID_CERTSRV_SETOFFICERRIGHTS
  7370. //
  7371. // MessageText:
  7372. //
  7373. // The certificate manager settings for Certificate Services changed.%n
  7374. // %n
  7375. // Enable:%t%1%n
  7376. // %n
  7377. // %2
  7378. //
  7379. #define SE_AUDITID_CERTSRV_SETOFFICERRIGHTS ((ULONG)0x0000031AL)
  7380. //
  7381. //
  7382. // SE_AUDITID_CERTSRV_SETCONFIGENTRY
  7383. //
  7384. // Category: SE_CATEGID_OBJECT_ACCESS
  7385. //
  7386. // Parameter Strings -
  7387. //
  7388. // 1 - Node
  7389. //
  7390. // 2 - Entry
  7391. //
  7392. // 3 - Value
  7393. //
  7394. //
  7395. //
  7396. // MessageId: SE_AUDITID_CERTSRV_SETCONFIGENTRY
  7397. //
  7398. // MessageText:
  7399. //
  7400. // A configuration entry changed in Certificate Services.%n
  7401. // %n
  7402. // Node:%t%1%n
  7403. // Entry:%t%2%n
  7404. // Value:%t%3
  7405. //
  7406. #define SE_AUDITID_CERTSRV_SETCONFIGENTRY ((ULONG)0x0000031BL)
  7407. //
  7408. //
  7409. // SE_AUDITID_CERTSRV_SETCAPROPERTY
  7410. //
  7411. // Category: SE_CATEGID_OBJECT_ACCESS
  7412. //
  7413. // Parameter Strings -
  7414. //
  7415. // 1 - Property
  7416. //
  7417. // 2 - Index
  7418. //
  7419. // 3 - Type
  7420. //
  7421. // 4 - Value
  7422. //
  7423. //
  7424. //
  7425. // MessageId: SE_AUDITID_CERTSRV_SETCAPROPERTY
  7426. //
  7427. // MessageText:
  7428. //
  7429. // A property of Certificate Services changed.%n
  7430. // %n
  7431. // Property:%t%1%n
  7432. // Index:%t%2%n
  7433. // Type:%t%3%n
  7434. // Value:%t%4
  7435. //
  7436. #define SE_AUDITID_CERTSRV_SETCAPROPERTY ((ULONG)0x0000031CL)
  7437. //
  7438. //
  7439. // SE_AUDITID_CERTSRV_KEYARCHIVED
  7440. //
  7441. // Category: SE_CATEGID_OBJECT_ACCESS
  7442. //
  7443. // Parameter Strings -
  7444. //
  7445. // 1 - Request ID
  7446. //
  7447. // 2 - Requester
  7448. //
  7449. // 3 - KRA Hashes
  7450. //
  7451. //
  7452. //
  7453. // MessageId: SE_AUDITID_CERTSRV_KEYARCHIVED
  7454. //
  7455. // MessageText:
  7456. //
  7457. // Certificate Services archived a key.%n
  7458. // %n
  7459. // Request ID:%t%1%n
  7460. // Requester:%t%2%n
  7461. // KRA Hashes:%t%3
  7462. //
  7463. #define SE_AUDITID_CERTSRV_KEYARCHIVED ((ULONG)0x0000031DL)
  7464. //
  7465. //
  7466. // SE_AUDITID_CERTSRV_IMPORTKEY
  7467. //
  7468. // Category: SE_CATEGID_OBJECT_ACCESS
  7469. //
  7470. // Parameter Strings -
  7471. //
  7472. // 1 - Request ID
  7473. //
  7474. //
  7475. //
  7476. // MessageId: SE_AUDITID_CERTSRV_IMPORTKEY
  7477. //
  7478. // MessageText:
  7479. //
  7480. // Certificate Services imported and archived a key.%n
  7481. // %n
  7482. // Request ID:%t%1
  7483. //
  7484. #define SE_AUDITID_CERTSRV_IMPORTKEY ((ULONG)0x0000031EL)
  7485. //
  7486. //
  7487. // SE_AUDITID_CERTSRV_PUBLISHCACERT
  7488. //
  7489. // Category: SE_CATEGID_OBJECT_ACCESS
  7490. //
  7491. // Parameter Strings -
  7492. //
  7493. // 1 - Certificate Hash
  7494. //
  7495. // 2 - Valid From
  7496. //
  7497. // 3 - Valid To
  7498. //
  7499. //
  7500. //
  7501. // MessageId: SE_AUDITID_CERTSRV_PUBLISHCACERT
  7502. //
  7503. // MessageText:
  7504. //
  7505. // Certificate Services published the CA certificate to Active Directory.%n
  7506. // %n
  7507. // Certificate Hash:%t%1%n
  7508. // Valid From:%t%2%n
  7509. // Valid To:%t%3
  7510. //
  7511. #define SE_AUDITID_CERTSRV_PUBLISHCACERT ((ULONG)0x0000031FL)
  7512. //
  7513. //
  7514. // SE_AUDITID_CERTSRV_DELETEROW
  7515. //
  7516. // Category: SE_CATEGID_OBJECT_ACCESS
  7517. //
  7518. // Parameter Strings -
  7519. //
  7520. // 1 - Table ID
  7521. //
  7522. // 2 - Filter
  7523. //
  7524. // 3 - Rows Deleted
  7525. //
  7526. //
  7527. //
  7528. // MessageId: SE_AUDITID_CERTSRV_DELETEROW
  7529. //
  7530. // MessageText:
  7531. //
  7532. // One or more rows have been deleted from the certificate database.%n
  7533. // %n
  7534. // Table ID:%t%1%n
  7535. // Filter:%t%2%n
  7536. // Rows Deleted:%t%3
  7537. //
  7538. #define SE_AUDITID_CERTSRV_DELETEROW ((ULONG)0x00000320L)
  7539. //
  7540. //
  7541. // SE_AUDITID_CERTSRV_ROLESEPARATIONSTATE
  7542. //
  7543. // Category: SE_CATEGID_OBJECT_ACCESS
  7544. //
  7545. // Parameter Strings -
  7546. //
  7547. // 1 - Role separation state
  7548. //
  7549. //
  7550. //
  7551. // MessageId: SE_AUDITID_CERTSRV_ROLESEPARATIONSTATE
  7552. //
  7553. // MessageText:
  7554. //
  7555. // Role separation enabled:%t%1
  7556. //
  7557. #define SE_AUDITID_CERTSRV_ROLESEPARATIONSTATE ((ULONG)0x00000321L)
  7558. /*lint +e767 */ // Resume checking for different macro definitions // winnt
  7559. #endif // _MSAUDITE_