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
/
contrib
/
telnet
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Warnings fixes. Sort out some variable types.
markm
2002-06-26
1
-6
/
+7
*
Help fix warnings by marking an argument as unused.
markm
2002-06-26
1
-0
/
+1
*
Don't risk catching a signal while handling a signal for a dying child, as we
jmallett
2002-05-27
1
-0
/
+8
*
unbreak build:
alfred
2002-05-11
5
-3
/
+7
*
Fix an external declaration that was causing telnetd to core dump.
markm
2002-05-06
1
-1
/
+1
*
Update build after import of Heimdal Kerberos 2002/02/17.
nectar
2002-02-19
1
-1
/
+1
*
Don't use non-signal-safe functions (exit(3) in this case) in
sheldonh
2002-02-05
1
-1
/
+1
*
mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION.
ru
2001-12-14
1
-6
/
+5
*
Don't assume that the number of fds to select on is known quantity (in
jkh
2001-12-09
1
-32
/
+56
*
Fixed bugs from previous revision.
ru
2001-12-04
1
-1
/
+2
*
Protect variables and function prototypes that are only used in the INET6
jhay
2001-12-03
1
-1
/
+7
*
More help for alpha WARNS=2. This code is, erm, unusual. Anyone who
markm
2001-12-03
1
-4
/
+4
*
help the alphas out with the WARNS=2 stuff.
markm
2001-12-03
2
-2
/
+2
*
Damn. The previous mega-commit was incomplete WRT ANSIfication. This
markm
2001-11-30
13
-281
/
+250
*
Very large style makeover.
markm
2001-11-30
45
-5317
/
+2469
*
Fix world by trimming an extra comment terminator.
jhb
2001-10-29
1
-1
/
+1
*
Add Berkeley copyright to SRA.
nsayer
2001-10-29
3
-1
/
+91
*
Diff-reduce these two.
markm
2001-10-27
1
-3
/
+3
*
Add __FBSDID() to diff-reduce with "base" telnet.
markm
2001-10-01
14
-28
/
+40
*
Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.
markm
2001-08-29
11
-936
/
+7
*
Remove description of an option that only applies to UNICOS < 7.0.
dd
2001-08-25
1
-13
/
+0
*
Code merge and diff reduce with "base" telnet. This is the "later"
markm
2001-08-20
25
-290
/
+283
*
Removal of following export controll related sentences:
horikawa
2001-08-15
1
-10
/
+0
*
mdoc(7) police: s/BSD/.Bx/ where appropriate.
ru
2001-08-14
1
-3
/
+6
*
output_data(), output_datalen() and netflush() didn't actually guarantee
kris
2001-07-23
6
-45
/
+50
*
More potential buffer overflow fixes.
ru
2001-07-20
4
-35
/
+7
*
vsnprintf() can return a value larger than the buffer size.
ru
2001-07-19
1
-1
/
+1
[next]