Age | Commit message (Expand) | Author |
2017-07-19 | A few cleanups. This only needs to operate on systems with SIGWINCH, | Theo de Raadt |
2017-07-07 | Remove unnecessary #ifdefs in telnet. No binary change. | Frederic Cambus |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2015-11-29 | telnet: check if fd is a tty before calling tcsetattr(fd, TCSADRAIN) | Sebastien Marie |
2015-03-29 | Revert r1.29 "Don't clear ICRNL when editing mode is off, so that character | Stuart Henderson |
2015-02-12 | Don't clear ICRNL when editing mode is off, so that character local echo | Philip Guenther |
2014-09-09 | Eliminate a pile of casts that were superfluous or wrong, or that were | Philip Guenther |
2014-07-22 | use ansi style function declarations | Jonathan Gray |
2014-07-20 | Eliminate silly call() routine that fakes up internal calls as if | Philip Guenther |
2014-07-20 | Mark a slurry of functions as static | Philip Guenther |
2014-07-20 | Kill lint comments; mark ExitString() as __dead | Philip Guenther |
2014-07-20 | Switch from memmove() to memcpy() where appropriate; simplify address | Philip Guenther |
2014-07-20 | VSUSP and SIGTSTP are required by POSIX | Philip Guenther |
2014-07-20 | Delete an insane chunk of code for handling broken poll() emulation. | Philip Guenther |
2014-07-20 | More encryption tentacles: intr_happened and intr_waiting vanish | Philip Guenther |
2014-07-20 | Eliminate trivial wrappers TerminalWrite() and TerminalRead() | Philip Guenther |
2014-07-20 | Correctly cast to unsigned char for ctype functions/macros | Philip Guenther |
2014-07-20 | Simplify #includes, start pushing them into the .c files, eliminate | Philip Guenther |
2014-07-19 | Flense the telnet code base of unwanted ifdefs: authentication/encryption | Philip Guenther |
2013-04-21 | Convert select() to poll(). OK deraadt@ | Todd C. Miller |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-03-25 | Todd Miller pointed this out to me: | Hans Insulander |
2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. | Hans Insulander |
2001-11-19 | kill more registers | Mike Pechkin |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2000-10-10 | Use curses, not ocurses and thus setupterm() not tgetent(). This means | Todd C. Miller |
1999-05-07 | repair TIOCFLUSH use; alaric@MIT.EDU | Theo de Raadt |
1998-12-28 | handle oversize fd_set | Theo de Raadt |
1998-03-12 | encryption support from kth-krb 0.9.8 (kerberos only) | Artur Grabowski |
1996-12-11 | Add ``#include <unistd.h>'' for prototypes of: | robin |
1996-03-27 | From NetBSD: merge of 960317 | Niklas Hallqvist |
1996-02-23 | From NetBSD: | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |