summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/telnet/ChangeLog
blob: 8fcb5ed2d54ab0e9c6ecbd7f420664ad056e392c (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
Wed Mar  1 16:25:34 1995  Theodore Y. Ts'o  <tytso@dcl>

	* configure.in: Remove ISODE_INCLUDE and ISODE_DEFS, replace check
		for -lsocket and -lnsl with WITH_NETLIB check.

Tue Feb 28 13:28:02 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in (install): Add $(srcdir) to install line so that
		installs work correctly when the build tree != the source
		tree. 

Wed Jan 25 18:33:41 1995  Mark Eichin  (eichin@cygnus.com)

	* telnet.1: refer to man1/tmac.doc.
	* tmac.doc: actually works with telnet.
	* Makefile.in (install): install tmac.doc. CLIENT_MANDIR had
	better be man1.

Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)

    * Added krb5_context to all krb5_routines

Thu Dec  1 13:09:34 1994    <tytso@rsx-11.mit.edu>

	* externs.h: If USE_TERMIO is  defined and SYSV_TERMIO isn't,
		then always #define termio to termios.

	* configure: Set K4LIBS correctly.

Fri Nov 18 01:21:54 1994  Mark Eichin  <eichin@cygnus.com>

	* Makefile.in (install): install telnet man page.
	(from Ted Lemon <mellon@ipd.wellsfargo.com>).

Fri Nov 18 00:38:18 1994  Mark Eichin  <eichin@cygnus.com>

	* configure.in (LIBS): use WITH_KRB4, CHECK_SIGNALS, and cache
	cc_t in termio.h check. (from epeisach)
	* Makefile.in (K4LIB): set to @K4LIB@ instead of explicit setting.
	(telnet): link with $(K4LIB). (from epeisach).

Tue Nov  8 01:42:13 1994  Theodore Y. Ts'o  (tytso@dcl)

	* commands.c (EncryptList): Fix spelling typo.

Mon Nov  7 22:40:17 1994  Theodore Y. Ts'o  (tytso@dcl)

	* commands.c (auth_cmd, encrypt_cmd): Print an error message if
		there are no arguments to "auth" or "encrypt", instead of
		core dumping.

	* commands.c (auth_enable, auth_disable): Change prototypes of
		these routines to be a char *.

Mon Oct  3 13:28:04 1994  Theodore Y. Ts'o  (tytso@dcl)

	* externs.h: The proper place to look for termios.h is
		<termios.h>, not <sys/termios.h>. 

Thu Sep 29 22:51:39 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Relink executables if libraries change

Tue Aug 16 18:07:54 1994  Mark Eichin  (eichin@cygnus.com)

	* externs.h: don't hide termdata under defined(unix).
	* commands.c: ditto.

Tue Aug 16 18:00:48 1994  Mark Eichin  (eichin@cygnus.com)

	* configure.in: use AC_VFORK (runtime test -- consider just using
	fork instead.)
	* commands.c: check HAVE_VFORK_H.

Tue Aug  9 04:02:28 1994  Mark Eichin  (eichin@tess-turbo)

	* configure.in: test for -lsocket, -lnsl, POSIX_SIGNALS
	* sys_bsd.c: use POSIX_SIGNALS.
	* commands.c: don't use Berzerkely-style string functions.

Sat Aug  6 18:05:42 1994  Mark Eichin  (eichin@cygnus.com)

	* commands.c: in_systm.h is *not* broken on linux with 4.5 libc.

Thu Aug  4 03:36:59 1994  Tom Yu  (tlyu@dragons-lair)

	* Makefile.in:
	* configure.in: make install fixes

Wed Jul 27 22:49:18 1994  Tom Yu  (tlyu@dragons-lair)

	* configure.in: add check for dbm libs

	* commands.c: linux in_system.h (note "e") is broken

Tue Jul 26 18:22:00 1994  Tom Yu  (tlyu@dragons-lair)

	* Makefile.in: forgot some $(srcdir) stuff