summaryrefslogtreecommitdiff
path: root/libexec/telnetd/telnetd.c
AgeCommit message (Expand)Author
2019-08-16Pull up following revision(s) (requested by kamil in ticket #61):martin
2014-02-27Global variable is never a null pointer.joerg
2012-01-10Use __deadjoerg
2012-01-09PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTIONchristos
2011-04-24#include <com_err.h> -> #include <krb5/com_err.h>.elric
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-02-02Make the debug variable static, to accomodate static linking with libssh.a.he
2005-06-21Remove static local variable so its easier to correctly use strlcpy.lha
2005-06-01Ensure IF is initialized before trying to use it.lukem
2005-02-06de-__P, ANSIfy function declarations, remove obsolete "register" declarations.perry
2004-11-30PR/28473: Jed Davis: telnetd loses data and corrupts crypto state due tochristos
2004-11-14Pass -a [srrvis'd struct sockaddr] to login, so that login can record thechristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-22Since telnetd has ignored the USER environment variable for logging in formatt
2003-07-15use bounded string op. bump shlib major for libtelnet due to API change.itojun
2003-07-14SIGINFO is defineditojun
2003-07-14remove unneeded #ifdefs. improves readability.itojun
2003-07-13use bounded string op (there still are remains)itojun
2003-05-17use strlcpyitojun
2003-05-09PR/21233: Onno van der Linden: -U option does not work as advertised.christos
2002-09-20Remove dead code.mycroft
2002-09-18select() -> poll()mycroft
2002-08-20add some more ifdefs, so that we don't define variables we don't use.christos
2002-01-31implement -u <len>. PR 13676itojun
2001-09-02-edebug should only be mentioned in the help #ifdef ENCRYPTION, not #ifdefwiz
2001-08-30Remove code #ifdef'd on NEWINIT (never used on NetBSD).wiz
2001-08-24Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;wiz
2001-08-20Fix typo, and duplicate ';'. From bin/13667 by Brian Ginsbach.wiz
2001-08-20Add some (const char *) casts per bin/13667 by Brian Ginsbach.wiz
2001-07-19bound-check all "*nfrontp++" code. from openbsd/heimdal.itojun
2001-02-04fix redundant declarations.christos
2001-01-10use LOG_ERR for fatal errors, LOG_WARNING for other errorslukem
2000-11-19Buffer overflow and environment passing fixes [originally inspired fromchristos
2000-08-18make error case handling in -daemon case meet with other portion of the code.itojun
2000-06-22Bring the telnet situation back into better shape. Specifically,thorpej
2000-01-13Make 'if' capability from gettytab work. *shudder*.ad
1999-12-16do not touch __ss_len directly, they are not supposed to be touched.itojun
1999-07-11Nuke some whitespace.thorpej
1999-07-11Put the RCS ID in the correct place.thorpej
1999-07-02dual-stack telnetd.itojun
1999-02-12Fix for PR 5821dean
1998-07-09Declare ints, too, don't default them.msaitoh
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1997-10-20No need to declare optind and optarg.enami
1997-10-16don't include <sys/cdefs.h> twice, kill old-style getpty() declarationmikel
1997-10-14use <termcap.h>lukem
1997-10-08WARNS?=1. RCS ids.mrg
1997-10-08Put a whitespace after the keyword `switch'.enami
1997-10-08Compare a return value of getopt() against -1 instead of EOF.enami