| Age | Commit message (Expand) | Author |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-05-11 | end the argument list to exec*(3) with a NULL instead of a bare '0', as | mrg |
| 2006-05-05 | Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). | rpaulo |
| 2006-04-04 | Turn if/then/elif into a switch | christos |
| 2006-03-20 | Goodbye KerberosIV | christos |
| 2006-02-02 | Rename debug to telnet_debug, to allow static linking with libssh.a. | he |
| 2006-01-25 | fix compilation after changes to telopts. I will revisit this and constify | christos |
| 2005-04-03 | charaters -> characters | atatat |
| 2005-03-29 | plug buffer overflows, see | drochner |
| 2005-03-04 | Add -lcrypt to link lines for applications using -lkrb5, so that they | he |
| 2005-03-04 | Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling | he |
| 2005-02-19 | Make this compile if pam is present. XXX: this sucks, because we don't | christos |
| 2005-02-06 | Change first arg of printsub() for 'char' to 'int' so that it builds again. | dsl |
| 2005-02-06 | Fix build errors caused by de-__P()--ing "libtelnet". | tron |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2004-12-22 | Move linking with libdes to the common kerberos section since | lha |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process. | itojun |
| 2004-11-10 | Kill remnant function decl. | christos |
| 2004-11-04 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-03-20 | - deal with a dead tty in ttyflush() by cleaning-up and exiting instead of | heas |
| 2004-03-20 | remove duplicate description of DEFAULT keyword (introduced by me). | heas |
| 2004-02-24 | occured -> occurred. From Peter Postma. | wiz |
| 2004-01-05 | Let the usage message fit in 80 columns to avoid wrapping. | jmmv |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-13 | rearrange lib stuff so that these link on non-shared-lib platforms. | chs |
| 2003-12-11 | Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) | dyoung |
| 2003-11-17 | Various typo fixes from Jonathon Gray via jmc@openbsd. | wiz |
| 2003-10-28 | Bump date for previous; fix a typo; use .Dq instead of \*( construct. | wiz |
| 2003-10-27 | break the description of the "open" command into two paragraphs and improve | heas |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-07 | need to pass flags as argument to TIOCFLUSH ioctl | jdolecek |
| 2003-08-05 | libkrb depend on libdes | lha |
| 2003-07-23 | split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se | itojun |
| 2003-07-16 | remove #ifdef sun | itojun |
| 2003-07-16 | stop installing install libtelnet. build under lib/libtelnet and reference | itojun |
| 2003-07-14 | more unifdef | itojun |
| 2003-07-14 | more unifdef | itojun |
| 2003-07-14 | remove unneeded #ifdef. (confirmed that same *.o is generated) | itojun |
| 2003-07-12 | use bounded copy ops | itojun |
| 2003-07-12 | strlcpy | itojun |
| 2003-06-19 | fix fallout from previous ansification (thanks to Juergen Hannken-Illjes) | christos |
| 2003-06-18 | Ansify. | christos |
| 2003-04-27 | one <sys/cdefs.h> include is enough | jdolecek |
| 2003-03-15 | PR/18984: John Heasley: telnet spins on dead tty | christos |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-09-23 | null commit | mycroft |
| 2002-09-23 | poll.h, not sys/poll.h | itojun |
| 2002-09-18 | Oops; fix array size. Nice compiler warning... not. | mycroft |
| 2002-09-18 | Duh, generate the pollfd arrays outside of loops, not that it really matters. | mycroft |