krb5.def: New file, copied from cns.def, with Cygnus'isms #ifdef'ed
authorTheodore Tso <tytso@mit.edu>
Sat, 21 Dec 1996 08:15:50 +0000 (08:15 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 21 Dec 1996 08:15:50 +0000 (08:15 +0000)
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)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9675 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/cns/ChangeLog
src/windows/cns/Makefile.in
src/windows/cns/cns.c
src/windows/cns/krb5.def [new file with mode: 0644]

index 6526c65e0a6d1e427be73b758de96f9b2bca2e55..ef790cfdc3cf08183e4d389ca223924f5121eec2 100644 (file)
@@ -1,3 +1,12 @@
+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]
index 6ef265c032301460b0948cdb9c47cfb57e86d674..4759d16cb497f43c335a0af50d3262226b693aa8 100644 (file)
@@ -1,7 +1,7 @@
 # makefile: Constructs the Kerberos for Windows ticket manager
 # Works for both k4 and k5 releases.
 #
-NAME    = cns
+NAME    = krb5
 OBJS    = $(NAME).obj tktlist.obj
 
 ##### Options
index 6d6af861d1b684921b8a5d146ec0eaeeec262e31..e5969a11c239d2ca30ea5dbf412db345e1bb1103 100644 (file)
@@ -47,7 +47,9 @@
        #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
@@ -2139,9 +2141,11 @@ kwin_command (
                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;
diff --git a/src/windows/cns/krb5.def b/src/windows/cns/krb5.def
new file mode 100644 (file)
index 0000000..6a88ffb
--- /dev/null
@@ -0,0 +1,9 @@
+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