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.

23 lines
514 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: pwfuncs.cpp
  4. //
  5. // Module: MIGRATE.DLL
  6. //
  7. // Synopsis: Simple password encryption routines
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: nickball created 08/04/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include "migrate.h"
  15. //
  16. // Please see pnpu\cm\common\source for the actual source here.
  17. //
  18. #include "pwutil.cpp"