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
*
Typo fixo: imbedded => embedded
jmallett
2002-07-13
1
-1
/
+1
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
2
-2
/
+2
*
Use `The .Nm utility'
charnier
2002-04-20
1
-1
/
+2
*
Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.
markm
2001-12-12
1
-2
/
+0
*
Don't assume that the number of fds to select on is known quantity (in
jkh
2001-12-08
1
-32
/
+56
*
Merge from crypto/telnet/telnet/commands.c. Add the necessary paths to
jhay
2001-12-03
1
-1
/
+7
*
Merge from master (crypto) telnet. WARNS fixes for alpha.
markm
2001-12-03
1
-1
/
+1
*
Merge the (in)complete ANSIfication work from src/crypto/telnet.
markm
2001-11-30
3
-116
/
+116
*
After running "make unifdef", commit the result. This code is now
markm
2001-11-30
12
-1979
/
+782
*
Diff-reduce WRT src/secure/*telnet*/Makefile.
markm
2001-11-30
1
-3
/
+14
*
Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.
sobomax
2001-10-16
1
-1
/
+1
*
Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.
markm
2001-08-29
5
-51
/
+4
*
Code merge and diff reduction between this and crypto telnet.
markm
2001-08-20
14
-567
/
+252
*
Removal of following export controll related sentences:
horikawa
2001-08-15
1
-13
/
+1
*
Remove whitespace at EOL.
dd
2001-07-15
1
-47
/
+47
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-1
/
+0
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-2
/
+2
*
mdoc(7) police: moved -u down, fixed markup, removed hard sentence break.
ru
2001-07-05
1
-8
/
+13
*
Document -u in the usage().
ru
2001-07-05
1
-9
/
+9
*
A feature to allow one to telnet to a unix domain socket.
dillon
2001-05-23
3
-4
/
+44
*
libtelnet.a is gone; add a special hack for `make release' fixit floppy.
ru
2001-03-31
1
-3
/
+8
*
Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.
ru
2001-03-28
1
-1
/
+7
*
Do not compile INET6 support if RELEASE_CRUNCH is defined
luigi
2001-02-18
1
-1
/
+1
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-1
/
+1
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
2
-4
/
+5
*
Fix typo: wierd -> weird.
asmodai
2001-02-06
1
-1
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-25
/
+28
*
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
[next]