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.

68 lines
1.3 KiB

  1. // Kerberos (kerberos.dll) Events
  2. // Control Guid: bba3add2-c229-4cdb-ae2b-57eb6966b0c4
  3. 8a3b8d86-db1e-47a9-9264-146e097b3c64 KerbLogonUser
  4. #type Start 1
  5. {
  6. }
  7. #type End 2
  8. {
  9. Status, ItemULongX
  10. LogonType, ItemPWString
  11. UserName, ItemPWString
  12. LogonDomain, ItemPWString
  13. }
  14. 52e82f1a-7cd4-47ed-b5e5-fde7bf64cea6 KerbInitSecurityContext
  15. #type Start 1
  16. {
  17. }
  18. #type End 2
  19. {
  20. Status, ItemULongX
  21. CredSource, ItemPWString
  22. DomainName, ItemPWString
  23. UserName, ItemPWString
  24. Target, ItemPWString
  25. ExtError, ItemULongX
  26. klininfo, ItemULongX
  27. }
  28. 94acefe3-9e56-49e3-9895-7240a231c371 KerbAcceptSecurityContext
  29. #type Start 1
  30. {
  31. }
  32. #type End 2
  33. {
  34. Status, ItemULongX
  35. CredSource, ItemPWString
  36. DomainName, ItemPWString
  37. UserName, ItemPWString
  38. Target, ItemPWString
  39. }
  40. 94c79108-b23b-4418-9b7f-e6d75a3a0ab2 KerbSetPassword
  41. #type Start 1
  42. {
  43. }
  44. #type End 2
  45. {
  46. Status, ItemULongX
  47. AccountName, ItemPWString
  48. AccountRealm, ItemPWString
  49. ClientName, ItemPWString
  50. ClientRealm, ItemPWString
  51. KdcAddress, ItemPWString
  52. }
  53. c55e606b-334a-488b-b907-384abaa97b04 KerbChangePassword
  54. #type Start 1
  55. {
  56. }
  57. #type End 2
  58. {
  59. Status, ItemULongX
  60. AccountName, ItemPWString
  61. DomainName, ItemPWString
  62. }