summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/telnet.c
AgeCommit message (Expand)Author
2021-10-30Obvious typo ':' -> ';'.hannken
2021-10-30telnet(1): use reallocarr instead of malloc(x * y)nia
2019-01-05unifdef compatibility for old BSD servers. This has beenmaya
2018-12-14minor cleanup:christos
2018-12-14G/C In3270 - always falsemaya
2018-12-13Remove unused code.maya
2018-12-13unifdef TN3270 which is never defined (and wouldn't build if it was)maya
2018-12-12switch sprintf to snprintf in places.maya
2012-01-10fix signed/unsigned comparison.christos
2012-01-09PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTIONchristos
2011-10-07remove castschristos
2011-10-07Simplifyjoerg
2011-10-05Use terminfo and the non-standard ttytype rather than termcap.roy
2006-02-02Rename debug to telnet_debug, to allow static linking with libssh.a.he
2005-03-29plug buffer overflows, seedrochner
2004-11-04Add (unsigned char) cast to ctype functionsdsl
2004-03-20- deal with a dead tty in ttyflush() by cleaning-up and exiting instead ofheas
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14more unifdefitojun
2003-07-14remove unneeded #ifdef. (confirmed that same *.o is generated)itojun
2003-07-12use bounded copy opsitojun
2003-06-18Ansify.christos
2002-06-14De-register, de-__P. Remove #ifndef __STDC__ parts.wiz
2002-02-11s/infinate/infinite/wiz
2001-09-24va_{start,end} audit:wiz
2001-07-22seperate -> separatewiz
2001-03-04fix spelling of cpp symbol (ENCRYPT vs ENCRYPTION).assar
2000-06-22Bring the telnet situation back into better shape. Specifically,thorpej
2000-05-25Convert telnet and top to the new termcap interface. This stops someblymn
1999-12-30avoid memory leak on realloc() failure.itojun
1999-07-28Add -N option (numeric host address) - idea taken from FreeBSD.abs
1998-11-06- synchronize with the domestic versionchristos
1998-07-26const poisoning.mycroft
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-02-27WARNSify and fix problems passing int * -> long *christos
1997-06-03Don't interpret _POSIX_VDISABLE as a special character.mycroft
1996-02-28RCS id cosmetics.thorpej
1996-02-24restore local change mistakenly overrun in import of 95.10.23jtk
1996-02-24update to 95.10.23 version of telnetjtk
1995-03-17If we get an EOF on stdin, close the write side of the TCP connection, butmycroft
1994-02-25new telnet from ftp.cray.com. Encryption support ripped out, pendingcgd
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd