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
*
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
*
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
[next]