summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/utilities.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Use a boolean variable to remember the quotation level instead ofbluhm1-19/+17
2014-09-09Eliminate a pile of casts that were superfluous or wrong, or that wereguenther1-12/+10
2014-07-22use ansi style function declarationsjsg1-32/+21
2014-07-20Eliminate silly call() routine that fakes up internal calls as ifguenther1-3/+1
2014-07-20Delete an insane chunk of code for handling broken poll() emulation.guenther1-3/+3
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-20Don't depend on <sys/param.h> for MAXPATHLENguenther1-2/+3
2014-07-20Correctly cast to unsigned char for ctype functions/macrosguenther1-12/+10
2014-07-20Simplify #includes, start pushing them into the .c files, eliminateguenther1-1/+3
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionguenther1-208/+1
2013-04-21Convert select() to poll(). OK deraadt@millert1-17/+7
2007-10-17remove "unused variable" warningschl1-1/+3
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-04-03strcpy -> strlcpyhin1-2/+2
2002-02-01strlcpyitojun1-3/+3
2001-11-19kill more registersmpech1-11/+11
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)art1-38/+88
1998-02-16fixes to compile against netbsd domestic libtelnetjason1-2/+3
1996-12-12Add <sys/socket.h> for setsockopt(2), <unistd.h> for select(2).robin1-6/+4
1996-03-27From NetBSD: merge of 960317niklas1-4/+11
1995-10-18initial import of NetBSD treederaadt1-0/+870