summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/ChangeLog
blob: 3ca9e96074dd1f796b73aabc908088bad291703f (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
99
100
101
102
103
Wed Jun 12 00:20:08 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

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

Wed Jan 10 23:16:41 1996  Theodore Y. Ts'o  <tytso@dcl>

	* cns.rc: Add an #ifdef for enabling lower case realm (for use
		with DCE).

	* cns.c (kwin_command): When obtaining tickets, we make them
		forwardable by default.  XXX This should really a
		configurable option in the UI.

Sat Jun 10 23:08:57 1995  Tom Yu  (tlyu@dragons-lair)

	* kpasswd.c: krb5_auth_context redefinitions


Mon Jun 5 14:19:51 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kpasswd.c : Use new krb5_adm_connect() calling sequence.

Fri Jun 2 11:45:23 1995 Keith Vetter (keithv@fusion.com)

	* makefile: cleaned up and made consistent with telnet's makefile.

Tue May 30 17:28:04 1995 Keith Vetter (keithv@fusion.com)

	* kpasswd.c: new file for k5 password changing.
	* makefile: added new file to obj list.
	* cns.c: added call to kpasswd stuff.
	* cns.h: added prototype for kpasswd stuff.

Thu Apr 27 11:46:42 1995 Keith Vetter (keithv@fusion.com)

	* cns.c, cns.rc, krbini.h: K5 no longer has conf and realms files
	   but one generic config file. Changed options menu to so we can
	   specify where it lives.

Thu Apr 20 12:17:34 1995 Keith Vetter (keithv@fusion.com)

	* cns.c, tktlist.c, krbini.h: Fixed up #include so it
	   it only relies on krb5.h. We now include winsock 
	   ourselves and we needed to pull one constant out of
	   k5-config.h (INI_KRB_CCACHE).

Tue Apr 18 16:19:07 1995 Keith Vetter (keithv@fusion.com)

	* makefile: better compile flags.

Mon Apr 17 18:01:14 1995 Keith Vetter (keithv@fusion.com)

	* cns.rc, tktlist.c: better spacing for ticket info.

Thu Apr 13 16:19:01 1995 Keith Vetter (keithv@fusion.com)

	* cns.c: Added better error message for incorrect password.
        * tktlist.c: flag string gets displayed within parentheses.

Fri Apr 7 15:03:10 1995 Keith Vetter (keithv@fusion.com)

        * cns.c, cns.h, cns.rc: added option dialog widget allowing user
           to specify where the ccache lives. Also, default name and realm
           is now pulled from the ccache everytime you select one.
	* cns.c: fixed memory leak in k5_dest_tkt.

Wed Apr 5 16:01:16 1995 Keith Vetter (keithv@fusion.com)

	* cns.h, cns.rc, cns.c: GUI changes: re-order and resize
           edit boxes, add hidden button for better CR handling.
        * cns.c: used krb5_us_timeofday instead of krb5_timeofday
           for timezone/clock skew fix (not tested by tytso yet).
        * cns.c: added password changing stub with correct interface.
        * cns.def: changed kwin to cns as the name of the program.

Fri Mar 31 16:47:18 1995 Keith Vetter (keithv@fusion.com)

	* cns.c: realms file was not getting saved properly.

Thu Mar 30 16:11:27 1995 Keith Vetter (keithv@fusion.com)

	* cns.h, cns.c, tktlist.c: improved error handling for a bad cache.
        * cns.rc: conditionally removed more instance stuff.

Tue Mar 28 21:52:01 1995 Keith Vetter (keithv@fusion.com)

	* cns.rc, cns.h, cns.c: removed instance edit box for K5.
        * makefile: RFLAGS need version k4 or k5 set.
        * tktlist.c: also displays ticket flags.

Mon Mar 27 20:31:04 1995 Keith Vetter (keithv@fusion.com)

	* cns.c. cns.rc: removed debugging menu item
        * cns.c: fixed up parsing and unparsing of user name
        * makefile: removed some configuration crud
        

Wed Mar 22 16:27:48 1995 Keith Vetter (keithv@fusion.com)

	* cns.c: added some error checking code to catch missing realms files