| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r228843: | Ed Maste | 2012-01-27 | 1 | -0/+3 |
| * | MFC r183004 to stable/6: | Antoine Brodin | 2009-01-10 | 1 | -2/+2 |
| * | MFC: Don't attempt authentication at all if it has been disabled via | John Baldwin | 2008-08-27 | 2 | -7/+11 |
| * | MFC rev. 1.19, 1.20: mention DEFAULT keyword, markup fixes. | Maxim Konovalov | 2006-10-08 | 1 | -2/+9 |
| * | MFC: Fix our ioctl(2) implementation for ioctls with "int" arguments. | Ruslan Ermilov | 2006-10-04 | 1 | -4/+4 |
| * | NI_WITHSCOPEID cleanup | Hajimu UMEMOTO | 2005-05-21 | 1 | -1/+1 |
| * | Correct a pair of buffer overflows in the telnet(1) command: | Jacques Vidrine | 2005-03-28 | 1 | -6/+24 |
| * | Increase usefulness of telnet(1) as a protocol tester. By prepending | Anton Berezin | 2005-02-28 | 3 | -4/+23 |
| * | - Soften sentence breaks. | Ruslan Ermilov | 2005-01-21 | 2 | -71/+112 |
| * | o Make telnet[d] -S (IP TOS) flag really work. We do not have | Maxim Konovalov | 2005-01-09 | 3 | -10/+32 |
| * | o Add -4 and -6 flags to a man page and usage(). Bump the man page | Maxim Konovalov | 2005-01-05 | 2 | -3/+12 |
| * | o Remove -t flag from getopt(3), it was killed in rev. 1.15 three | Maxim Konovalov | 2005-01-05 | 1 | -1/+1 |
| * | o Print a correct status for unix domain sockets. | Maxim Konovalov | 2005-01-04 | 1 | -0/+2 |
| * | Add missing () to function invocation. | Alexander Kabaev | 2004-07-28 | 1 | -1/+1 |
| * | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | Hajimu UMEMOTO | 2003-10-24 | 1 | -16/+9 |
| * | EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493 | Hajimu UMEMOTO | 2003-10-23 | 1 | -2/+2 |
| * | Implement what has been documented for a long time: make -debug switch | Hartmut Brandt | 2003-08-13 | 1 | -0/+5 |
| * | Fix up external variables named "debug" that have a horrible habit | Mark Murray | 2003-05-11 | 5 | -8/+8 |
| * | Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3. | David E. O'Brien | 2003-05-04 | 19 | -81/+79 |
| * | Unbreak Kerberos 5 authentication in telnet. | Jacques Vidrine | 2003-03-06 | 1 | -0/+24 |
| * | Background: | Jacques Vidrine | 2003-01-29 | 2 | -14/+2 |
| * | add more RFC defined telnet options | Bill Fumerola | 2003-01-18 | 1 | -3/+8 |
| * | Merge argument parsing changes into this copy of telnet. | Eric Melville | 2002-11-27 | 1 | -2/+6 |
| * | Permit the argument to the -s option to be a hostname. I see no | Dima Dorfman | 2002-10-02 | 1 | -1/+0 |
| * | Catch up with "base" telnet. | Mark Murray | 2002-09-25 | 1 | -3/+3 |
| * | Catch up with "base" telnet. | Mark Murray | 2002-09-25 | 3 | -12/+8 |
| * | From the requestor: | Mark Murray | 2002-09-25 | 1 | -1/+1 |
| * | Encrypted strings (after hex decoding) aren't null terminated, because | Nick Sayer | 2002-08-22 | 1 | -4/+0 |
| * | Warnings fixes. Sort out some variable types. | Mark Murray | 2002-06-26 | 1 | -6/+7 |
| * | Help fix warnings by marking an argument as unused. | Mark Murray | 2002-06-26 | 1 | -0/+1 |
| * | Don't risk catching a signal while handling a signal for a dying child, as we | Juli Mallett | 2002-05-27 | 1 | -0/+8 |
| * | unbreak build: | Alfred Perlstein | 2002-05-11 | 5 | -3/+7 |
| * | Fix an external declaration that was causing telnetd to core dump. | Mark Murray | 2002-05-06 | 1 | -1/+1 |
| * | Update build after import of Heimdal Kerberos 2002/02/17. | Jacques Vidrine | 2002-02-19 | 1 | -1/+1 |
| * | Don't use non-signal-safe functions (exit(3) in this case) in | Sheldon Hearn | 2002-02-05 | 1 | -1/+1 |
| * | mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION. | Ruslan Ermilov | 2001-12-14 | 1 | -6/+5 |
| * | Don't assume that the number of fds to select on is known quantity (in | Jordan K. Hubbard | 2001-12-09 | 1 | -31/+55 |
| * | Fixed bugs from previous revision. | Ruslan Ermilov | 2001-12-04 | 1 | -1/+2 |
| * | Protect variables and function prototypes that are only used in the INET6 | John Hay | 2001-12-03 | 1 | -1/+7 |
| * | More help for alpha WARNS=2. This code is, erm, unusual. Anyone who | Mark Murray | 2001-12-03 | 1 | -4/+4 |
| * | help the alphas out with the WARNS=2 stuff. | Mark Murray | 2001-12-03 | 2 | -2/+2 |
| * | Damn. The previous mega-commit was incomplete WRT ANSIfication. This | Mark Murray | 2001-11-30 | 13 | -280/+249 |
| * | Very large style makeover. | Mark Murray | 2001-11-30 | 45 | -5290/+2442 |
| * | Fix world by trimming an extra comment terminator. | John Baldwin | 2001-10-29 | 1 | -1/+1 |
| * | Add Berkeley copyright to SRA. | Nick Sayer | 2001-10-29 | 3 | -1/+91 |
| * | Diff-reduce these two. | Mark Murray | 2001-10-27 | 1 | -3/+3 |
| * | Add __FBSDID() to diff-reduce with "base" telnet. | Mark Murray | 2001-10-01 | 14 | -28/+40 |
| * | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code. | Mark Murray | 2001-08-29 | 11 | -936/+7 |
| * | Remove description of an option that only applies to UNICOS < 7.0. | Dima Dorfman | 2001-08-25 | 1 | -13/+0 |
| * | Code merge and diff reduce with "base" telnet. This is the "later" | Mark Murray | 2001-08-20 | 25 | -290/+283 |