summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/utilities.c
AgeCommit message (Expand)Author
2014-09-09Eliminate a pile of casts that were superfluous or wrong, or that werePhilip Guenther
2014-07-22use ansi style function declarationsJonathan Gray
2014-07-20Eliminate silly call() routine that fakes up internal calls as ifPhilip Guenther
2014-07-20Delete an insane chunk of code for handling broken poll() emulation.Philip 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-20Don't depend on <sys/param.h> for MAXPATHLENPhilip Guenther
2014-07-20Correctly cast to unsigned char for ctype functions/macrosPhilip 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
2007-10-17remove "unused variable" warningsCharles Longeau
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-03strcpy -> strlcpyHans Insulander
2002-02-01strlcpyJun-ichiro itojun Hagino
2001-11-19kill more registersMike Pechkin
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)Artur Grabowski
1998-02-16fixes to compile against netbsd domestic libtelnetJason Wright
1996-12-12Add <sys/socket.h> for setsockopt(2), <unistd.h> for select(2).robin
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt