telnet: remove 3rd clause from Berkeley copyrightsPer the July 22, 1999 letter (in /COPYRIGHT) fromWilliam HoskinsDirector, Office of Technology LicensingUniversity of California, BerkeleyMFC
telnet: remove 3rd clause from Berkeley copyrightsPer the July 22, 1999 letter (in /COPYRIGHT) fromWilliam HoskinsDirector, Office of Technology LicensingUniversity of California, BerkeleyMFC after: 1 week
show more ...
Add baud rate support to telnet(1)This implements part of RFC-2217It's based off a patch originally written by Sujal Patel at Isilon, andcontributions from other Isilon employees.PR: 173728Ph
Add baud rate support to telnet(1)This implements part of RFC-2217It's based off a patch originally written by Sujal Patel at Isilon, andcontributions from other Isilon employees.PR: 173728Phabric: D995Reviewed by: markj, markmMFC after: 2 weeksSponsored by: EMC / Isilon Storage Division
Fix TELOPT(opt) when opt > TELOPT_TN3270E.PR: 127194Submitted by: Joost BekkersMFC after: 1 month
add more RFC defined telnet optionsReviewed by: ps
Very large style makeover.1) ANSIfy.2) Clean up ifdefs so that a) ones that never/always apply are appropriately either fully removed, or just the #if junk is removed. b) change #if de
Very large style makeover.1) ANSIfy.2) Clean up ifdefs so that a) ones that never/always apply are appropriately either fully removed, or just the #if junk is removed. b) change #if defined(FOO) for appropiate values of FOO. (currently AUTHENTICATION and ENCRYPTION)3) WARNS=2 fixing4) GC other unused stuffThis code can now be unifdef(1)ed to make non-crypto telnet.
Diff-reduce these two.Really, one of them needs to disappear. I'll figure out whichlater.Reported by: bde
Fix typo: compatability -> compatibility.Compatability is not an existing english word.
Add missing $FreeBSD$ to files that are NOT still on vendor a branch.
Add SRA authentication to src/crypto/telnet.SRA does a Diffie-Hellmen exchange and then DES-encrypts theauthentication data. If the authentication is successful, it alsosets up a session key for
Add SRA authentication to src/crypto/telnet.SRA does a Diffie-Hellmen exchange and then DES-encrypts theauthentication data. If the authentication is successful, it alsosets up a session key for DES encryption.SRA was originally developed at Texas A&M University.This code is probably export restricted (despite the fact that Ioriginally found it at a University in Germany).SRA is not perfect. It is vulnerable to monkey-in-the-middle attacksand does not use tremendously large DH constants (and thus an individualexchange probably could be factored in a few days on modern CPUhorsepower). It does not, however, require any changes in user oradministrative behavior and foils session hijacking and sniffing.The goal of this commit is that telnet and telnetd end up in the DESdistribution and that therefore an encrypted session telnet becomesstandard issue for FreeBSD.
Bring the FreeBSD changes to the virgin sources.
Initial import of BSD telnet. This will be used to build the kerberisedtelnet, and after userland diffs have been merged in, will be used tobuild the non-kerberised sources as well. (See unifdef(1)
Initial import of BSD telnet. This will be used to build the kerberisedtelnet, and after userland diffs have been merged in, will be used tobuild the non-kerberised sources as well. (See unifdef(1) for details)