summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/network.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-22use ansi style function declarationsjsg1-10/+7
2014-07-20Mark a slurry of functions as staticguenther1-2/+3
2014-07-20Kill lint comments; mark ExitString() as __deadguenther1-2/+1
2014-07-20Add prototypes to some function callbacks and fix the type errors thatguenther1-2/+2
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishguenther1-1/+4
2014-07-20ring_init() can't failguenther1-10/+6
2014-07-20Simplify #includes, start pushing them into the .c files, eliminateguenther1-4/+3
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionguenther1-5/+1
2013-04-21Convert select() to poll(). OK deraadt@millert1-18/+8
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2001-11-19kill more registersmpech1-2/+2
1998-05-15cleanup warnings.art1-1/+2
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)art1-24/+7
1997-12-16do not let fd_set overflowderaadt1-7/+15
1996-12-12Add <unistd.h> for select(2) prototype.robin1-3/+3
1996-03-27From NetBSD: merge of 960317niklas1-2/+9
1995-10-18initial import of NetBSD treederaadt1-0/+174