summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/externs.h
AgeCommit message (Collapse)Author
2004-01-03missing proto; ok hinPeter Valchev
2003-12-28Introduce -4 and -6: options to force usage of IPv4 or IPv6 only.Otto Moerbeek
From PR 1974. ok henning@ jose@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-03-25Todd Miller pointed this out to me:Hans Insulander
You really want to use 'volatile sig_atomic_t' not just sig_atomic_t for flags set in signal handlers. Without the volatile gcc may stick the value in a register but update the on-stack copy in the signal handler.
2002-03-22Telnet encryption warning messages, taken from kth-krb4-1.1.1.Hans Insulander
(krb4-1.1.1 will be imported after release) Noone bothered to look at this, but I've used this for a couple of weeks, and i really want this to go in before release.
2002-02-17telnet used a P macro instead of __P -- g/c that too.Todd C. Miller
2001-07-04symmetrical, not symetricalPeter Valchev
2001-05-25KerberosV support from Heimdal.Hans Insulander
2001-01-22make sizeof tline doable; bad aaron.Federico G. Schwindt
1998-03-12repair tn3270Theo de Raadt
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)Artur Grabowski
plus some tweaks for better binary/8-bit support.
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt