summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-20 18:07:46 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-20 18:07:46 +0000
commit5d3558d5e6735514c89dc61ae4299d975899323d (patch)
treed73e973508669504dd1dfe89ff82df5cc24a45c7 /src
parent2751d198fc6ea83ec19129f2e1716f3faf3886be (diff)
Updated windows readme file to reflect gssapi and makefile changes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5398 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/windows/changelo4
-rw-r--r--src/windows/readme8
2 files changed, 9 insertions, 3 deletions
diff --git a/src/windows/changelo b/src/windows/changelo
index 73fb984fa..8427dc619 100644
--- a/src/windows/changelo
+++ b/src/windows/changelo
@@ -1,3 +1,7 @@
+Wed Apr 19 18:37:07 1995 Keith Vetter (keithv@fusion.com)
+
+ * readme: updated about how to make it, and about gssapi.
+
Wed Apr 5 16:14:49 1995 Keith Vetter (keithv@fusion.com)
* readme: updated about realms, conf files and telnet port.
diff --git a/src/windows/readme b/src/windows/readme
index 7c1e5846a..92c4c019e 100644
--- a/src/windows/readme
+++ b/src/windows/readme
@@ -16,13 +16,15 @@ On the PC side
- or -
pkunzip -d kerbsrc.zip
-4) nmake -c -f makefile.in # Configures the makefiles and runs
+4) nmake -c # 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 windows directory.>
+5) <make sure the config and realms files, krb.con and krb.rea, are in
+ the windows directory.>
The resulting interesting files will be:
lib/libkrb5.dll # The actual DLL
lib/libkrb5.lib # The library for linking in the DLL
+lib/gssapi.dll # A 2nd DLL for the gssapi world
+lib/gssapi.lib # The library for linking in the DLL
windows/cns/cns.exe # Cygnus Network Security program
windows/wintel/telnet # K5 authenticated telnet program