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