index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
telnet
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-2
/
+4
*
Correct definition of MAXHOSTNAMELEN in ifdef'ed code.
kris
2000-11-26
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-4
/
+4
*
Fix a buffer overflow from a long local hostname.
kris
2000-11-19
1
-2
/
+2
*
Fix buffer overflow when DISPLAY is longer than 43 characters. This
imp
2000-09-20
1
-4
/
+7
*
getopt and friends are declared in <unistd.h>
imp
2000-09-04
1
-3
/
+3
*
Fix buffer size of ALIGNed buffer.
ume
2000-07-20
1
-2
/
+2
*
One more EAI_NONAME -> EAI_NODATA issue.
ume
2000-07-07
1
-1
/
+1
*
Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA
ume
2000-07-07
1
-1
/
+1
*
simplify and correct name resolution in tn().
itojun
2000-07-05
1
-18
/
+16
*
Mention about -4 and -6 options.
ume
2000-06-12
1
-1
/
+9
*
Fixed misspelling of DPADD as DPADDA.
bde
2000-03-27
1
-3
/
+2
*
CMSG_XXX macros alignment fixes to follow RFC2292.
shin
2000-03-03
1
-14
/
+12
*
Use libcrypto in place of libdes.
markm
2000-02-24
1
-4
/
+0
*
Use static buffer to save source route hostnames.
shin
2000-02-19
1
-1
/
+1
*
Print "Trying ..." for each host. Also cleanups for error printing.
shin
2000-02-19
1
-8
/
+3
*
Fix bugs in telnet.
shin
2000-02-15
1
-8
/
+16
*
Add more dual stack consideration.
shin
2000-02-10
1
-27
/
+96
*
Fix telnet core dump at invalid service name specified.
shin
2000-02-07
1
-0
/
+6
*
Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,
shin
2000-01-29
1
-1
/
+1
*
fix breakage of make release.
shin
2000-01-29
1
-3
/
+10
*
another tcp apps IPv6 updates.(should be make world safe)
shin
2000-01-27
5
-162
/
+339
*
Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunch
peter
1999-08-30
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Document the "skey" command in telnet(1).
nik
1999-07-19
1
-1
/
+5
*
Add "-N" option to the SYNOPSIS and usage().
ru
1999-06-17
2
-5
/
+5
*
Add "-s src_addr" option to allow setting of the source IP address.
ru
1999-06-16
3
-9
/
+60
*
It was possible to circumvent telnet's security ``-E'' (no escape at all)
ru
1999-06-14
1
-1
/
+1
*
Add "-N" option to supress reverse name lookup.
billf
1998-12-14
5
-3
/
+12
*
Fixed printf format errors.
bde
1998-07-06
1
-1
/
+1
*
#include <arpa/inet.h>
peter
1998-06-12
1
-3
/
+1
*
Don't assume that hp->h_lenght == 4. Be conservative in its use.
imp
1998-06-09
1
-7
/
+10
*
Remove unneeded crud.
markm
1998-03-26
1
-207
/
+0
*
Add #include <stdlib.h> to get prototype for malloc().
jb
1998-02-20
1
-0
/
+1
*
Add #include <string.h> to get prototypes.
jb
1998-02-20
2
-0
/
+2
*
Fix some minor formatting nits.
steve
1997-12-27
1
-9
/
+9
*
Correct some anomalies in the man page.
steve
1997-11-11
1
-34
/
+41
*
Hardcode progname in usage string.
charnier
1997-08-14
2
-48
/
+62
*
This commit was generated by cvs2svn to compensate for changes in r27233,
bde
1997-07-06
2
-25
/
+202
|
\
|
*
Import Lite2's src/usr.bin/telnet. The README is still on the vendor
bde
1997-07-06
11
-118
/
+368
*
|
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
|
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
|
Sort cross references.
wosch
1997-01-15
1
-1
/
+1
*
|
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
|
Report the reason why select unexpectedly failed..
peter
1997-01-13
1
-1
/
+1
*
|
Make 'skey' command visible through 'help'
ache
1997-01-10
1
-1
/
+4
*
|
Use -DSKEY instead of wrong -DPATH_SKEY
ache
1997-01-10
1
-1
/
+1
*
|
Import a few relatively minor fixes from current Borman telnet.
pst
1997-01-07
6
-16
/
+67
*
|
delete doubled words, e.g.: "the the" -> "the"
wosch
1996-10-05
1
-1
/
+2
*
|
Make telnet a synonym for open
phk
1996-09-19
1
-0
/
+1
[prev]
[next]