| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve upon previous commit: | marcel | 2014-03-02 | 1 | -6/+7 |
* | Revive support for /etc/issue, lost due revision 81963. | marcel | 2014-03-02 | 1 | -0/+19 |
* | Propagate ancient fix from Junos. | sjg | 2013-11-07 | 1 | -1/+1 |
* | Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago). | marcel | 2013-05-31 | 1 | -14/+10 |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-09-28 | 1 | -1/+3 |
* | Remove superfluous paragraph macro. | joel | 2012-06-17 | 1 | -2/+0 |
* | - Do not use deprecated krb5 error message reporting functions in libtelnet. | stas | 2012-04-06 | 1 | -53/+55 |
* | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] | cperciva | 2011-12-23 | 1 | -0/+3 |
* | In contrib/telnet/telnet/utilities.c, fix a few warnings about format | dim | 2011-12-17 | 1 | -4/+4 |
* | In contrib/telnet/telnetd/utility.c, fix a few warnings about format | dim | 2011-12-16 | 1 | -4/+4 |
* | In contrib/telnet/libtelnet/sra.c, use the correct number of bytes to | dim | 2011-12-16 | 1 | -1/+1 |
* | telnet: Fix infinite loop if local output generates SIGPIPE. | jilles | 2010-04-30 | 6 | -16/+17 |
* | Forgot a part that was missing in the previous commit. | ed | 2010-01-13 | 1 | -1/+0 |
* | Let telnetd build without utmp and logwtmp(3). | ed | 2010-01-13 | 2 | -19/+1 |
* | Remove unneeded inclusion of <utmp.h> and dead variables. | ed | 2009-12-27 | 1 | -14/+0 |
* | Use <termios.h> instead of <sys/termios.h>. | ed | 2009-11-28 | 1 | -1/+1 |
* | Rename all symbols in libmp(3) to mp_*, just like Solaris. | ed | 2009-02-26 | 1 | -43/+43 |
* | Correctly scrub telnetd's environment. | cperciva | 2009-02-16 | 1 | -4/+19 |
* | Use strlcpy() instead of strcpy(). | ed | 2008-11-13 | 1 | -1/+2 |
* | Convert telnetd(8) to use posix_openpt(2). | ed | 2008-11-13 | 2 | -36/+21 |
* | Fix TELOPT(opt) when opt > TELOPT_TN3270E. | antoine | 2008-09-13 | 1 | -2/+2 |
* | List authentication types supported with "-X" taken from the libtelnet | trhodes | 2008-08-29 | 1 | -1/+10 |
* | Don't attempt authentication at all if it has been disabled via '-a off'. | jhb | 2008-07-28 | 2 | -7/+11 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -1/+1 |
* | Markup nits. | ru | 2006-09-29 | 1 | -2/+2 |
* | Remove bogus casts of valid integer ioctl() arguments. | ru | 2006-09-26 | 1 | -4/+4 |
* | o Mention .telnetrc DEFAULT keyword. | maxim | 2006-09-18 | 1 | -1/+8 |
* | NI_WITHSCOPEID cleanup | ume | 2005-05-21 | 1 | -1/+1 |
* | Correct a pair of buffer overflows in the telnet(1) command: | nectar | 2005-03-28 | 1 | -6/+24 |
* | Increase usefulness of telnet(1) as a protocol tester. By prepending | tobez | 2005-02-28 | 3 | -4/+23 |
* | - Soften sentence breaks. | ru | 2005-01-21 | 2 | -71/+112 |
* | o Make telnet[d] -S (IP TOS) flag really work. We do not have | maxim | 2005-01-09 | 3 | -10/+32 |
* | o Add -4 and -6 flags to a man page and usage(). Bump the man page | maxim | 2005-01-05 | 2 | -3/+12 |
* | o Remove -t flag from getopt(3), it was killed in rev. 1.15 three | maxim | 2005-01-05 | 1 | -1/+1 |
* | o Print a correct status for unix domain sockets. | maxim | 2005-01-04 | 1 | -0/+2 |
* | Add missing () to function invocation. | kan | 2004-07-28 | 1 | -1/+1 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -16/+9 |
* | EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493 | ume | 2003-10-23 | 1 | -2/+2 |
* | Implement what has been documented for a long time: make -debug switch | harti | 2003-08-13 | 1 | -0/+5 |
* | Fix up external variables named "debug" that have a horrible habit | markm | 2003-05-11 | 5 | -8/+8 |
* | Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3. | obrien | 2003-05-04 | 19 | -81/+79 |
* | Unbreak Kerberos 5 authentication in telnet. | nectar | 2003-03-06 | 1 | -0/+24 |
* | Background: | nectar | 2003-01-29 | 2 | -14/+2 |
* | add more RFC defined telnet options | billf | 2003-01-18 | 1 | -3/+8 |
* | Merge argument parsing changes into this copy of telnet. | eric | 2002-11-27 | 1 | -2/+6 |
* | Permit the argument to the -s option to be a hostname. I see no | dd | 2002-10-02 | 1 | -1/+0 |
* | Catch up with "base" telnet. | markm | 2002-09-25 | 1 | -3/+3 |
* | Catch up with "base" telnet. | markm | 2002-09-25 | 3 | -12/+8 |
* | From the requestor: | markm | 2002-09-25 | 1 | -1/+1 |
* | Encrypted strings (after hex decoding) aren't null terminated, because | nsayer | 2002-08-22 | 1 | -4/+0 |