summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/network.c
AgeCommit message (Expand)Author
2014-07-22use ansi style function declarationsJonathan Gray
2014-07-20Mark a slurry of functions as staticPhilip Guenther
2014-07-20Kill lint comments; mark ExitString() as __deadPhilip Guenther
2014-07-20Add prototypes to some function callbacks and fix the type errors thatPhilip Guenther
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishPhilip Guenther
2014-07-20ring_init() can't failPhilip Guenther
2014-07-20Simplify #includes, start pushing them into the .c files, eliminatePhilip Guenther
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionPhilip Guenther
2013-04-21Convert select() to poll(). OK deraadt@Todd C. Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-11-19kill more registersMike Pechkin
1998-05-15cleanup warnings.Artur Grabowski
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)Artur Grabowski
1997-12-16do not let fd_set overflowTheo de Raadt
1996-12-12Add <unistd.h> for select(2) prototype.robin
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt