summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/appl/telnet/ChangeLog
blob: 5681679d9b5e190fb6956ad94db3575f2d6bd9e9 (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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
1999-07-07  Assar Westerlund  <assar@sics.se>

	* telnet/commands.c (tn): extra bogus const-cast

1999-07-06  Assar Westerlund  <assar@sics.se>

	* telnetd/sys_term.c (start_login): print a different warning with
 	`-a otp'

1999-06-24  Assar Westerlund  <assar@sics.se>

	* libtelnet/kerberos5.c (kerberos5_send): set the addresses in the
 	auth_context

1999-06-23  Assar Westerlund  <assar@sics.se>

	* telnet/Makefile.am (INCLUDES): add $(INCLUDE_krb4)

	* telnet/commands.c (togkrbdebug): conditionalize on
 	krb_disable_debug

1999-06-16  Johan Danielsson  <joda@pdc.kth.se>

	* telnet/commands.c: add kerberos debugging option

1999-06-15  Assar Westerlund  <assar@sics.se>

	* telnet/commands.c (tn): use get_default_username

1999-05-14  Assar Westerlund  <assar@sics.se>

	* telnetd/state.c (telrcv): magic patch to make it work against
 	DOS Clarkson Telnet.  From Miroslav Ruda <ruda@ics.muni.cz>

1999-04-25  Assar Westerlund  <assar@sics.se>

	* libtelnet/kerberos5.c (kerberos5_send): use
	`krb5_auth_setkeytype' instead of `krb5_auth_setenctype' to make
	sure we get a DES session key.

Thu Apr  1 16:59:27 1999  Johan Danielsson  <joda@hella.pdc.kth.se>

	* telnetd/Makefile.am: don't run check-local

	* telnet/Makefile.am: don't run check-local

Mon Mar 29 16:11:33 1999  Johan Danielsson  <joda@hella.pdc.kth.se>

	* telnetd/sys_term.c: _CRAY -> HAVE_STRUCT_UTMP_UT_ID

Sat Mar 20 00:12:54 1999  Assar Westerlund  <assar@sics.se>

	* telnet/authenc.c (telnet_gets): remove old extern declarations

Thu Mar 18 11:20:16 1999  Johan Danielsson  <joda@hella.pdc.kth.se>

	* telnetd/Makefile.am: include Makefile.am.common

	* telnet/Makefile.am: include Makefile.am.common

	* libtelnet/Makefile.am: include Makefile.am.common

	* Makefile.am: include Makefile.am.common

Mon Mar 15 17:40:53 1999  Johan Danielsson  <joda@hella.pdc.kth.se>

	* telnetd/telnetd.c: replace perror/exit with fatalperror

Sat Mar 13 22:18:57 1999  Assar Westerlund  <assar@sics.se>

	* telnetd/telnetd.c (main): 0 -> STDIN_FILENO.  remove abs

	* libtelnet/kerberos.c (kerberos4_is): syslog root logins

Thu Mar 11 14:48:54 1999  Johan Danielsson  <joda@hella.pdc.kth.se>

	* telnetd/Makefile.in: add WFLAGS

	* telnet/Makefile.in: add WFLAGS

	* libtelnet/Makefile.in: add WFLAGS

	* telnetd/sys_term.c: remove unused variables

	* telnet/telnet.c: fix some warnings

	* telnet/main.c: fix some warnings

	* telnet/commands.c: fix types in format string

	* libtelnet/auth.c: fix types in format string

Mon Mar  1 10:50:30 1999  Johan Danielsson  <joda@hella.pdc.kth.se>

	* telnetd/sys_term.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*

Mon Feb  1 04:08:36 1999  Assar Westerlund  <assar@sics.se>

	* telnet/commands.c (tn): only call gethostbyname2 with AF_INET6
 	if we actually have IPv6.  From "Brandon S. Allbery KF8NH"
 	<allbery@kf8nh.apk.net>

Sat Nov 21 16:51:00 1998  Johan Danielsson  <joda@hella.pdc.kth.se>

	* telnetd/sys_term.c (cleanup): don't call vhangup() on sgi:s

Fri Aug 14 16:29:18 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* libtelnet/kerberos.c: krb_put_int -> KRB_PUT_INT

Thu Jul 23 20:29:05 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* libtelnet/kerberos5.c: use krb5_verify_authenticator_checksum

Mon Jul 13 22:00:09 1998  Assar Westerlund  <assar@sics.se>

	* telnet/commands.c (tn): don't advance hostent->h_addr_list, use
 	a copy instead

Wed May 27 04:19:17 1998  Assar Westerlund  <assar@sics.se>

	* telnet/sys_bsd.c (process_rings): correct call to `stilloob'

Fri May 15 19:38:19 1998  Johan Danielsson  <joda@blubb.pdc.kth.se>

	* libtelnet/kerberos5.c: Always print errors from mk_req.

Fri May  1 07:16:59 1998  Assar Westerlund  <assar@sics.se>

	* telnet/commands.c: unifdef -DHAVE_H_ERRNO

Sat Apr  4 15:00:29 1998  Assar Westerlund  <assar@sics.se>

	* telnet/commands.c (tn): moved the printing of `trying...' to the
 	loop

Thu Mar 12 02:33:48 1998  Assar Westerlund  <assar@sics.se>

	* telnet/telnet_locl.h: include <term.h>. From Gregory S. Stark
 	<gsstark@mit.edu>

Sat Feb 21 15:12:38 1998  Assar Westerlund  <assar@sics.se>

	* telnetd/ext.h: add prototype for login_tty

	* telnet/utilities.c (printsub): `direction' is now an int.

	* libtelnet/misc-proto.h: add prototype for `printsub'

Tue Feb 17 02:45:01 1998  Assar Westerlund  <assar@sics.se>

	* libtelnet/kerberos.c (kerberos4_is): cred.pname should be
 	cred.pinst.  From <art@stacken.kth.se>

Sun Feb 15 02:46:39 1998  Assar Westerlund  <assar@sics.se>

	* telnet/*/*.c: renamed `telnet' to `my_telnet' to avoid
 	conflicts with system header files on mklinux.

Tue Feb 10 02:09:03 1998  Assar Westerlund  <assar@sics.se>

	* telnetd/telnetd.c: new signature for `getterminaltype' and
 	`auth_wait'

	* libtelnet: changed the signature of the authentication method
 	`status'

Sat Feb  7 07:21:29 1998  Assar Westerlund  <assar@sics.se>

	* */*.c: replace HAS_GETTOS by HAVE_PARSETOS and HAVE_GETTOSBYNAME

Fri Dec 26 16:17:10 1997  Assar Westerlund  <assar@sics.se>

	* telnet/commands.c (tn): repair support for numeric addresses

Sun Dec 21 09:40:31 1997  Assar Westerlund  <assar@sics.se>

	* libtelnet/kerberos.c: fix up lots of stuff related to the
 	forwarding of v4 tickets.

	* libtelnet/kerberos5.c (kerberos5_forward): zero out `creds'.

Mon Dec 15 20:53:13 1997  Johan Danielsson  <joda@emma.pdc.kth.se>

	* telnet/sys_bsd.c: Don't turn off OPOST in 8bit-mode.

Tue Dec  9 19:26:50 1997  Assar Westerlund  <assar@sics.se>

	* telnet/main.c (main): add 'b' to getopt

Sat Nov 29 03:28:54 1997  Johan Danielsson  <joda@emma.pdc.kth.se>

	* telnet/telnet.c: Change binary mode to do just that, and add a
 	eight-bit mode for just passing all characters.

Sun Nov 16 04:37:02 1997  Assar Westerlund  <assar@sics.se>

	* libtelnet/kerberos5.c (kerberos5_send): always ask for a session
 	key of type DES

	* libtelnet/kerberos5.c: remove old garbage and fix call to
 	krb5_auth_con_setaddrs_from_fd

Fri Nov 14 20:35:18 1997  Johan Danielsson  <joda@emma.pdc.kth.se>

	* telnetd/telnetd.c: Output contents of /etc/issue.

Mon Nov  3 07:09:16 1997  Assar Westerlund  <assar@sics.se>

	* telnet/telnet_locl.h: only include <sys/termio.h> iff
 	!defined(HAVE_TERMIOS_H)

	* libtelnet/kerberos.c (kerberos4_is): send the peer address to
 	krb_rd_req

	* telnetd/telnetd.c (terminaltypeok): always return OK.  It used
 	to call `tgetent' to figure if it was a defined terminal type.
  	It's possible to overflow tgetent so that's a bad idea.  The worst
 	that could happen by saying yes to all terminals is that the user
 	ends up with a terminal that has no definition on the local
 	system.  And besides, most telnet client has no support for
 	falling back to a different terminal type.

Mon Oct 20 05:47:19 1997  Assar Westerlund  <assar@sics.se>

	* libtelnet/kerberos5.c: remove lots of old junk.  clean-up.
  	better error checking and reporting.  tell the user permission
 	denied much earlier.

	* libtelnet/kerberos.c (kerberos4_is): only print
 	UserNameRequested if != NULL

OpenPOWER on IntegriCloud