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.

63 lines
3.4 KiB

  1. Here is a brief description of the files & projects in the security tree:
  2. ����cryptdll - Encryption libraries for Kerberos, builds cryptdll.dll
  3. ����debug - Debugging support code
  4. � ����dbgtool - Tool for enabling debugging in running programs
  5. � ����debuglib - Debugging libraries to link into programs
  6. ����dssetup - Code for changing machine role (wksta->DC)
  7. � ����client - Client stubs
  8. � ����server - server portion, linked into lsasrv.dll
  9. ����inc - Project wide include files
  10. ����kerberos - Kerberos client & server implementation
  11. � ����asn1 - Contains asn.1 definitions for Kerberos types
  12. � ����atqnew - socket & thread library used by KDC & LDAP
  13. � ����client2 - kerberos client code, a SSP, builds kerberos.dll
  14. � � ����chicago - Build for Kerberos for Win9x and special files
  15. � � ����winnt5 - Build for Win 2000
  16. � � ����utest - Component test for Kerberos
  17. � ����common2 - Common code shared by kerberos SSP & KDC
  18. � ����exts - ntsd exts for Kerberos.
  19. � ����inc - common headers for client & server
  20. � ����kerbcli - Special lib for adsi folks to use kerbpasswd
  21. � ����kernel - Kernel implementation of Kerberos client
  22. � ����rtl - Support routines, may be usable outside project, contains support for PACs
  23. � ����server - KDC implementation, builds kdcsvc.dll
  24. � ����utest - More Component tests for Kerberos.
  25. ����lsa - Local Security Authority project
  26. � ����client - Client code for LSA authentication APIs (LsaLogonUser, LsaCallAuthenticationPackage)
  27. � ����uclient - Lsa Policy RPC client APIs
  28. � ����common - Common code for LSA RPC client & server
  29. � ����crypt - base NT encryption code
  30. � � ����dll - Rtl wrapper routines for OWFs, challenge responses, and session keys
  31. � � ����engine - core encryption code, contains checked in binaries of encryption object files
  32. � ����msprivs - Localized library of privilege names
  33. � ����security - SSP client code common to user & kernel mode
  34. � � ����dll - user mode implemetation, builds secur32.dll
  35. � � ����driver - kernel mode implementation, builds ksecdd.sys
  36. � � ����stubdll - builds stub security.dll for NT4 compatibility
  37. � ����server - Code LSA authentication, EFS & auditing code, builds lsasrv.dll
  38. � ����dspolicy - LSA local policy & truste domain code
  39. ����lsaitf - Libary for dynamically linking to APIs exported by samsrv.dll & lsasrv.dll
  40. ����msv_sspi - NTLM & MSV1_0 authentication package support, builds msv1_0.dll
  41. ����ntmarta - Extensible acl editing APIs, builds ntmarta.dll
  42. ����schannel - secure channel implementation of SSL,TLS,PCT
  43. � ����lsa - NT5 implementation that runs in the LSA
  44. � ����ossutil - Utility code for ASN.1 encoding/decoding
  45. � ����spbase - core SSL SSP code
  46. ����w32time - Win32 time service, contains client & server
  47. ����wxlpc - LPC routines for Winlogon->Sam communication
  48. ����client - client routines, linked into winlogon
  49. ����server - server routines, linked into SAM