summaryrefslogtreecommitdiffstats
path: root/src/windows/gss/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/gss/ChangeLog')
-rw-r--r--src/windows/gss/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/windows/gss/ChangeLog b/src/windows/gss/ChangeLog
new file mode 100644
index 0000000000..24d655f337
--- /dev/null
+++ b/src/windows/gss/ChangeLog
@@ -0,0 +1,42 @@
+Wed Jun 12 00:16:46 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * gss-clie.c: Renamed to gss-client.c, for VFAT/NTFS filesystems
+
+ * makefile: Renamed to Makefile.in, so that we can do WIN16/WIN32
+ specializations. Remove /nologo option for Win32 RFLAGS,
+ since RC apparently doesn't support it.
+
+ * changelo: Renamed to ChangeLog, to make life easier.
+
+Thu Feb 29 13:25:07 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * gss.c: Add closeoscket() call so that program properly
+ cleans up the socket.
+
+Thu Feb 29 01:23:01 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * gss.rc:
+ * gss.c: Added support for users to enter the GSSAPI target
+ name into the combobox. The syntax is:
+ "host port gssapi_target_name"
+
+Wed Sep 13 11:07:45 1995 Keith Vetter (keithv@fusion.com)
+
+ * gss-clie.c: turned const_gss_OID into const gss_OID.
+ * gss-misc.c: needed more includes.
+ * gss.c: needed more includes.
+
+Fri Apr 28 17:07:01 1995 Keith Vetter (keithv@fusion.com)
+
+ * gss-misc.c: bug with reading 4 bytes into a 2 byte entity.
+ * *.c, *.h, *.rc: changed UI -- not great but better.
+
+Fri Apr 28 11:45:23 1995 Keith Vetter (keithv@fusion.com)
+
+ * gss.rc: added an icon for the program.
+
+Fri Apr 28 11:20:38 1995 Keith Vetter (keithv@fusion.com)
+
+ * Initial release
+
+