Tue Oct 29 10:17:25 1996 Theodore Y. Ts'o * gss-client.c (client_establish_context): Fix typo; service_name really should be nt_service_name. Thu Jul 25 02:16:56 1996 Theodore Y. Ts'o * gss-client.c (client_establish_context): Remove OID's that weren't being used, and rename gss_nt_service_name to nt_service_name to prevent name colision. * gss.c (parse_name): Add code to parse an optional fourth parameter which is the mechanism OID to actually use. If it is ommited, the default mechanism is used. * gss-client.c (client_establish_context): Added parameter oid_name, which allows the user to specify the OID that he/she actually wants to use to as the mechanism. Wed Jun 12 00:16:46 1996 Theodore Ts'o * 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 * gss.c: Add closeoscket() call so that program properly cleans up the socket. Thu Feb 29 01:23:01 1996 Theodore Y. Ts'o * 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