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
...
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
2
-3
/
+2
*
mdoc(7) police: merge all fixes from non-crypto version.
ru
2001-07-05
1
-58
/
+92
*
MF non-crypto: 1.13: document -u in usage.
ru
2001-07-05
1
-8
/
+8
*
Oops, forgot the 'u' in the getopt for the previous commit.
dillon
2001-05-24
1
-1
/
+1
*
A feature to allow one to telnet to a unix domain socket. (MFC from
dillon
2001-05-23
3
-3
/
+51
*
Make the PAM user-override actually override the correect thing.
nsayer
2001-05-17
1
-3
/
+3
*
Back out last commit. This was already fixed. This should never have
peter
2001-05-17
1
-2
/
+0
*
Fix the latest telnet breakage. Obviously this was never compiled.
peter
2001-05-17
1
-4
/
+4
*
Since the root-on-insecure-tty code was added to telnetd, a dependency
nsayer
2001-05-16
1
-0
/
+2
*
Make sure the protocol actively rejects bad data rather than
nsayer
2001-05-16
1
-8
/
+8
*
srandomdev() affords us the opportunity to radically improve, and at the
nsayer
2001-05-16
1
-0
/
+7
*
Catch any attempted buffer overflows. The magic numbers in this code
nsayer
2001-05-16
1
-2
/
+6
*
Catch malloc return failures. This should help avoid dereferencing NULL on
nsayer
2001-05-16
1
-0
/
+8
*
Hack to work around braindeath in libtelnet:sra.c. The sra.o file
peter
2001-05-15
1
-0
/
+1
*
If the uid of the attempted authentication is 0 and if the pty is
nsayer
2001-05-15
1
-1
/
+34
*
Pointy hat fix -- reapply the SRA PAM patch. To -current this time.
nsayer
2001-05-07
1
-0
/
+133
*
mdoc(7) police: removed hard sentence breaks introduced in rev.1.10.
ru
2001-04-13
1
-4
/
+5
*
Clean up telnet's argument processing a bit. autologin and encryption is
nsayer
2001-04-06
2
-34
/
+23
*
Reactivate SRA.
nsayer
2001-04-05
1
-0
/
+18
*
Fix core noted in -stable with 'auth disable SRA'.
nsayer
2001-03-18
1
-2
/
+2
*
enable auto-negotiation of encrypt and decrypt
assar
2001-03-12
1
-0
/
+13
*
Synch: Add $FreeBSD$.
asmodai
2001-02-07
1
-0
/
+1
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-1
/
+1
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
2
-2
/
+2
*
Fix typo: wierd -> weird.
asmodai
2001-02-06
2
-2
/
+2
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
2
-36
/
+38
*
Prepare for mdoc(7)NG.
ru
2001-01-10
2
-5
/
+11
*
(scrub_env): change to only accept a listed set of variables,
assar
2000-12-10
1
-23
/
+37
*
Add more environment variables to be filtered through scrub_env().
asmodai
2000-11-30
1
-0
/
+7
*
String paranoia fix. Synched from normal telnet.
asmodai
2000-11-30
1
-2
/
+2
*
String paranoia. Merged from regular telnet.
asmodai
2000-11-30
1
-2
/
+2
*
Correct definition of MAXHOSTNAMELEN in ifdef'ed code.
kris
2000-11-26
2
-2
/
+2
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
2
-42
/
+42
*
Fix a buffer overflow from a long local hostname.
kris
2000-11-19
1
-2
/
+2
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
2
-9
/
+1
*
Sync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAY
kris
2000-10-29
1
-4
/
+7
*
Fix buffer size of ALIGNed buffer.
ume
2000-07-20
1
-2
/
+2
*
Add missing $FreeBSD$ to files that are NOT still on vendor a branch.
peter
2000-07-16
19
-0
/
+72
*
Fix 'telnet -X sra' coredump
nsayer
2000-07-11
1
-1
/
+3
*
Don't call printf with no format string.
kris
2000-07-10
1
-1
/
+5
*
Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA
ume
2000-07-08
1
-2
/
+2
*
sync with usr.bin/telnet/commands.c 1.21 -> 1.22. pierre.dampure@alveley.org
itojun
2000-07-07
1
-18
/
+16
*
CMSG_XXX macros alignment fixes to follow RFC2292.
shin
2000-03-03
1
-14
/
+12
*
Get crypto from libcrypto, not libdes.
markm
2000-02-24
5
-5
/
+13
*
Freefall/Internat diff reducer.
markm
2000-02-24
1
-1
/
+1
*
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
/
+95
*
Fix telnet core dump at invalid service name specified.
shin
2000-02-07
1
-0
/
+6
[prev]
[next]