summaryrefslogtreecommitdiffstats
path: root/src/windows/gss/ChangeLog
blob: cd21b1453c72b25b957120a016e90fa54cb10000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Mon Jul 28 23:30:03 1997  Theodore Y. Ts'o  <tytso@mit.edu>

	* gss-misc.c: Add additional debugging messages so we can see the
		winsock error numbers.

Tue Apr 29 06:45:32 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* gss.rc: Add version resource information to test version server
	 	code.

Sat Feb 15 12:21:15 1997  Richard Basch  <basch@lehman.com>

	* Makefile.in: Link in ComErr library $(CLIB)

Tue Feb 11 14:07:28 1997  Richard Basch  <basch@lehman.com>

	* gss.c: Initialize/shutdown Winsock library
	* gss.rc: More descriptive dialog box with an example

Mon Feb 10 23:18:46 1997  Richard Basch  <basch@lehman.com>

	* Makefile.in: Use WLIB definition in config/windows.in

Tue Feb  4 16:18:25 1997  Richard Basch  <basch@lehman.com>

	* Makefile.in: win16 - fixed the winsock.lib path reference

Thu Jan 30 22:07:35 1997  Richard Basch  <basch@lehman.com>

	* Makefile.in: Win32 - link in the resource file

Fri Nov 22 15:52:55 1996  unknown  <bjaspan@mit.edu>

	* gss-client.c (connect_to_server): use sizeof instead of h_length
 	to determine number of bytes of addr to copy from DNS response
 	[krb5-misc/211]

Tue Oct 29 10:17:25 1996  Theodore Y. Ts'o  <tytso@mit.edu>

	* 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  <tytso@mit.edu>

	* 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  <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