summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorKevin Wasserman <kevin.wasserman@painless-security.com>2012-08-16 11:10:06 -0400
committerBen Kaduk <kaduk@mit.edu>2012-08-29 14:50:21 -0400
commit69d4743dc83a2050e4e2c2fd60929abccfef498b (patch)
treeb50f4c6aab087ce1f55afef98e6ea4d9444fceb2 /src/windows
parent9470259dcd30c564af0eb30b9afbc9e0c492f79c (diff)
downloadkrb5-69d4743dc83a2050e4e2c2fd60929abccfef498b.tar.gz
krb5-69d4743dc83a2050e4e2c2fd60929abccfef498b.tar.xz
krb5-69d4743dc83a2050e4e2c2fd60929abccfef498b.zip
Add version info for ccapi dll
Without version info, this library would not get installed during an upgrade scenario, causing the MIT Kerberos application to crash on startup. Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com> [kaduk@mit.edu: add motivation to commit message] ticket: 7336 (new) subject: Fix KfW crash on startup after upgrade queue: kfw target_version: 1.10.4 tags: pullup
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/version.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/windows/version.rc b/src/windows/version.rc
index b23eec1129..810d800f69 100644
--- a/src/windows/version.rc
+++ b/src/windows/version.rc
@@ -108,6 +108,17 @@
#endif
#endif /* GSSAPI */
+#ifdef CCAPI_LIB
+#define K5_DESCRIPTION "Kerberos Credentials Cache DLL\0"
+#define K5_INTERNAL_NAME "krbcc\0"
+#define K5_FILETYPE VFT_DLL
+#if defined(_WIN64)
+#define K5_ORIGINAL_NAME "krbcc64.dll\0"
+#else
+#define K5_ORIGINAL_NAME "krbcc32.dll\0"
+#endif
+#endif /* CCAPI_LIB */
+
#ifdef LEASH_APP
#define K5_DESCRIPTION "MIT Kerberos Ticket Manager - " KRB5_PRODUCTNAME_STR "\0"
#define K5_FILETYPE VFT_APP