| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -7/+7 |
| 2017-07-19 | A few cleanups. This only needs to operate on systems with SIGWINCH, |  deraadt | 1 | -99/+3 |
| 2017-07-07 | Remove unnecessary #ifdefs in telnet. No binary change. |  fcambus | 1 | -55/+1 |
| 2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. |  krw | 1 | -2/+2 |
| 2015-11-29 | telnet: check if fd is a tty before calling tcsetattr(fd, TCSADRAIN) |  semarie | 1 | -3/+4 |
| 2015-03-29 | Revert r1.29 "Don't clear ICRNL when editing mode is off, so that character |  sthen | 1 | -1/+2 |
| 2015-02-12 | Don't clear ICRNL when editing mode is off, so that character local echo |  guenther | 1 | -2/+1 |
| 2014-09-09 | Eliminate a pile of casts that were superfluous or wrong, or that were |  guenther | 1 | -5/+5 |
| 2014-07-22 | use ansi style function declarations |  jsg | 1 | -46/+34 |
| 2014-07-20 | Eliminate silly call() routine that fakes up internal calls as if |  guenther | 1 | -9/+3 |
| 2014-07-20 | Mark a slurry of functions as static |  guenther | 1 | -20/+7 |
| 2014-07-20 | Kill lint comments; mark ExitString() as __dead |  guenther | 1 | -7/+1 |
| 2014-07-20 | Switch from memmove() to memcpy() where appropriate; simplify address |  guenther | 1 | -2/+2 |
| 2014-07-20 | VSUSP and SIGTSTP are required by POSIX |  guenther | 1 | -16/+2 |
| 2014-07-20 | Delete an insane chunk of code for handling broken poll() emulation. |  guenther | 1 | -15/+2 |
| 2014-07-20 | More encryption tentacles: intr_happened and intr_waiting vanish |  guenther | 1 | -8/+5 |
| 2014-07-20 | Eliminate trivial wrappers TerminalWrite() and TerminalRead() |  guenther | 1 | -51/+2 |
| 2014-07-20 | Correctly cast to unsigned char for ctype functions/macros |  guenther | 1 | -1/+3 |
| 2014-07-20 | Simplify #includes, start pushing them into the .c files, eliminate |  guenther | 1 | -4/+3 |
| 2014-07-19 | Flense the telnet code base of unwanted ifdefs: authentication/encryption |  guenther | 1 | -329/+6 |
| 2013-04-21 | Convert select() to poll(). OK deraadt@ |  millert | 1 | -65/+39 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -6/+2 |
| 2002-06-12 | a real pid_t cleanup. |  mpech | 1 | -2/+2 |
| 2002-03-25 | Todd Miller pointed this out to me: |  hin | 1 | -3/+3 |
| 2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. |  hin | 1 | -1/+8 |
| 2001-11-19 | kill more registers |  mpech | 1 | -6/+6 |
| 2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts. |  millert | 1 | -6/+7 |
| 2000-10-10 | Use curses, not ocurses and thus setupterm() not tgetent(). This means |  millert | 1 | -1/+2 |
| 1999-05-07 | repair TIOCFLUSH use; alaric@MIT.EDU |  deraadt | 1 | -3/+4 |
| 1998-12-28 | handle oversize fd_set |  deraadt | 1 | -47/+56 |
| 1998-03-12 | encryption support from kth-krb 0.9.8 (kerberos only) |  art | 1 | -69/+32 |
| 1996-12-11 | Add ``#include <unistd.h>'' for prototypes of: |  robin | 1 | -2/+3 |
| 1996-03-27 | From NetBSD: merge of 960317 |  niklas | 1 | -15/+75 |
| 1996-02-23 | From NetBSD: |  niklas | 1 | -4/+2 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 1 | -0/+1173 |