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.

33 lines
2.1 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "cryptver.h"
  4. #include "resource.h"
  5. #define VER_FILETYPE VFT_DLL
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR "MS SCEP Implementation"
  8. #define VER_INTERNALNAME_STR "MSCEP.DLL"
  9. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  10. #include <common.ver>
  11. #include "ceplog.rc"
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // String Table
  15. //
  16. STRINGTABLE DISCARDABLE
  17. BEGIN
  18. IDS_HTML_TEMPLATE "<HTML><Head><Title>Simple Certificate Enrollment Protocol (SCEP) Add-On for Certificate Services</Title></Head><Body BgColor=#FFFFFF><Font ID=locPageFont Face=Arial><Table Border=0 CellSpacing=0 CellPadding=4 Width=100%% BgColor=#008080><TR><TD><Font Color=#FFFFFF><LocID ID=locMSCertSrv><Font Face=Arial Size=-1>Simple Certificate Enrollment Protocol (SCEP) Add-On for Certificate Services </Font></LocID></Font></TD></TR></Table><P ID=locPageTitle> <B> Welcome </B><P ID=locPageDesc> %1!s! <P> For more information please see the online documentation <A HREF=mscephlp.htm>mscephlp.htm</A>. <P></Font></Body></HTML>"
  19. IDS_ACCESS_DENIED "You do not have sufficient permission to enroll with SCEP. Please contact your system administrator."
  20. IDS_ERROR_UNKONWN "Unknown error."
  21. IDS_TOO_MANY_PASSWORD "The maximum number of outstanding enrollment passwords has been reached. Please wait until existing passwords are used or they expire."
  22. IDS_CEP_INFO_WITH_PASSWORD "The CA certificate's thumbprint is %1!s!. <P> Your enrollment challenge password is %2!s! and will expire within %3!d! minutes. &nbsp This password can only be used once. <P> Each enrollment requires a new challenge password. &nbsp You can refresh this web page to obtain a new challenge password."
  23. IDS_CEP_INFO_NO_PASSWORD "The CA certificate's thumbprint is %1!s!."
  24. IDS_FAIL_TO_GET_PASSWORD "Can not generate an enrollment password: %1!s! - Notify administrator to check server resources"
  25. IDS_FAIL_TO_ADD_PASSWORD "Can not save the generated enrollment password: %1!s! - Notify administrator to check server resources"
  26. END