svn rev #25275: trunk/src/windows/
hartmans@MIT.EDU
hartmans at MIT.EDU
Wed Sep 28 17:00:25 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25275
Commit By: hartmans
Log Message:
Windows fix: Add resource macros for kswitch app.
Signed-off-by: Kevin Wasserman <kevin.wasserman at painless-security.com>
Changed Files:
U trunk/src/windows/version.rc
Modified: trunk/src/windows/version.rc
===================================================================
--- trunk/src/windows/version.rc 2011-09-28 20:59:42 UTC (rev 25274)
+++ trunk/src/windows/version.rc 2011-09-28 21:00:24 UTC (rev 25275)
@@ -282,6 +282,13 @@
#define K5_ORIGINAL_NAME "klist.exe\0"
#endif /* KLIST_APP */
+#ifdef KSWITCH_APP
+#define K5_DESCRIPTION "Kerberos Switch Credential Cache Application - MIT GSS / Kerberos v5 distribution\0"
+#define K5_INTERNAL_NAME "kswitch\0"
+#define K5_FILETYPE VFT_APP
+#define K5_ORIGINAL_NAME "kswitch.exe\0"
+#endif /* KSWITCH_APP */
+
#ifdef GSS_CLIENT_APP
#define K5_DESCRIPTION "GSS Sample Client Application - " KRB5_PRODUCTNAME_STR "\0"
#define K5_INTERNAL_NAME "gss-client\0"
More information about the cvs-krb5
mailing list