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.

35 lines
1.3 KiB

  1. #ifndef __AUDIT__
  2. #define __AUDIT__
  3. /*
  4. AUDIT.H is a machine-generated file, created by MAKEAUDIT.EXE.
  5. This file need not be checked into your project, though it will
  6. need to be generated in order to create a testaudit instrumented binary.
  7. This file is included only by testaudit.cpp, only when a testaudit build
  8. is made.
  9. A testaudit build should always be a clean build, in order to
  10. ensure that the current auditing information is built into the binary.
  11. */
  12. AUDITDATA AuditData[] = {
  13. // Searching itgrasxp.cpp
  14. {2, L"itgrasxp.cpp @ 68 : Username and password not both filled in."}
  15. ,{3, L"itgrasxp.cpp @ 74 : Username not domain\\username."}
  16. ,{8, L"itgrasxp.cpp @ 120 : Override server found in registry"}
  17. ,{9, L"itgrasxp.cpp @ 128 : No server override found in registry"}
  18. ,{7, L"itgrasxp.cpp @ 162 : Reached the server, but the creds were no good"}
  19. ,{6, L"itgrasxp.cpp @ 172 : Not able to validate - server unreachable"}
  20. ,{5, L"itgrasxp.cpp @ 247 : Leave the dialog by cancel."}
  21. ,{1, L"itgrasxp.cpp @ 286 : No preexisting certificate cred for *Session"}
  22. ,{4, L"itgrasxp.cpp @ 313 : Sucessfully saved a cred."}
  23. // Searching itgrasxp.rc
  24. };
  25. #define CHECKPOINTCOUNT (sizeof(AuditData) / sizeof(AUDITDATA))
  26. #endif