+Sat Dec 21 03:13:02 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * krb5.def: New file, copied from cns.def, with Cygnus'isms #ifdef'ed
+ out.
+ * cns.c: Removed text "Contacting Cygnus Support for support" from
+ the "about" box.
+ * Makefile.in: Change name of cns.exe to be krb5.exe (CNS is a
+ Cygnus trademark)
+
Sat Nov 23 00:26:44 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in (KLIB): Change krb516.dll to krb5_16.dll. [PR#204]
#define MAX_KPW_LEN 128
/* include space for '.' and '@' */
#define MAX_K_NAME_SZ (ANAME_SZ + INST_SZ + REALM_SZ + 2)
+#ifdef CYGNUS
#define ORGANIZATION "Cygnus Support"
+#endif
#define CREDENTIALS char
#endif
strcpy(copyright, " Kerberos 5 for Windows\n");
#endif
strcat(copyright, "\n Version 1.00\n\n");
+#ifdef CYGNUS
strcat(copyright, " For support, contact:\n");
strcat(copyright, ORGANIZATION);
strcat(copyright, " - (415) 903-1400");
+#endif
MessageBox(hwnd, copyright, "Kerberos", MB_OK);
return TRUE;
--- /dev/null
+NAME KRB5
+DESCRIPTION 'KRB5 - Credentials Manager'
+EXETYPE WINDOWS
+STUB 'WINSTUB.EXE'
+SEGMENTS _TEXT CLASS 'CODE' PRELOAD
+CODE DISCARDABLE
+DATA PRELOAD MULTIPLE MOVEABLE
+HEAPSIZE 20480
+STACKSIZE 20480