Added windows/wintel directory
authorKeith Vetter <keithv@fusion.com>
Tue, 28 Mar 1995 04:59:14 +0000 (04:59 +0000)
committerKeith Vetter <keithv@fusion.com>
Tue, 28 Mar 1995 04:59:14 +0000 (04:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5280 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/ChangeLog
src/windows/makefile
src/windows/readme

index f1f5471c3bd2eb4ecebc1fb4cf6c2fb23f19da49..76b2f31fa7d712e5be56888ce5b1e8e2d96de6fd 100644 (file)
@@ -1,3 +1,8 @@
+Mon Mar 27 20:34:58 1995 Keith Vetter (keithv@fusion.com)
+
+       * makefile: makes recursively in wintel directory
+        * readme: updated for wintel program.
+
 Thu Mar 23 14:00:00 1995 Keith Vetter (keithv@fusion.com)
 
        * readme: updated to reflect name change of zipping target.
index 3ac5a7f025768c64ca8796d4189364a9ccd2f558..1fef7f0a117657d4ab032490f7f272f92d7e3411 100644 (file)
@@ -5,11 +5,17 @@ all::
        @echo Making in windows\cns
        cd cns
        -$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
+       @echo Making in windows\wintel
+       cd wintel
+       -$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
        cd ..
 
 clean::
        @echo Making clean in windows\cns
        cd cns
        -$(MAKE) -$(MAKEFLAGS) clean
+       @echo Making clean in windows\wintel
+       cd wintel
+       -$(MAKE) -$(MAKEFLAGS) clean
        cd ..
 
index 1afdc7d1974978bd3aac57109a9d4e1f12e2ed04..6a34620948e5cd02d2f6e8fd1c7405820cf4d063 100644 (file)
@@ -18,11 +18,16 @@ On the PC side
 
 4) nmake -c -f makefile.in             # Configures the makefiles and runs
                                        # ...make in all the subdirectories.
+5) <make sure the config and realms files, krb.con and krb.rea, 
+    are in the top level directory.>
 
 The resulting interesting files will be:
 lib/libkrb5.dll                        # The actual DLL
 lib/libkrb5.lib                        # The library for linking in the DLL
 windows/cns/cns.exe                    # Cygnus Network Security program
+windows/wintel/telnet                  # K5 authenticated telnet program
+
+Note on telnet: since the only k5 telnet daemon at this time is 
+tsx-11.mit.edu port 13131, the port the program connects to is
+hardwired for now to 13131.
 
-The config and realms files, krb.con and krb.rea, currently must reside
-in the top level directory.