aboutsummaryrefslogtreecommitdiff
path: root/crypto/telnet
Commit message (Expand)AuthorAgeFilesLines
* Fix 'telnet -X sra' coredumpNick Sayer2000-07-111-1/+3
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+5
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAHajimu UMEMOTO2000-07-081-2/+2
* sync with usr.bin/telnet/commands.c 1.21 -> 1.22. pierre.dampure@alveley.orgJun-ichiro itojun Hagino2000-07-071-18/+16
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-14/+12
* Get crypto from libcrypto, not libdes.Mark Murray2000-02-245-5/+13
* Freefall/Internat diff reducer.Mark Murray2000-02-241-1/+1
* Use static buffer to save source route hostnames.Yoshinobu Inoue2000-02-191-1/+1
* Print "Trying ..." for each host. Also cleanups for error printing.Yoshinobu Inoue2000-02-191-8/+3
* Fix bugs in telnet.Yoshinobu Inoue2000-02-151-8/+16
* Add more dual stack consideration.Yoshinobu Inoue2000-02-101-27/+95
* Fix telnet core dump at invalid service name specified.Yoshinobu Inoue2000-02-071-0/+6
* Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,Yoshinobu Inoue2000-01-291-1/+1
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-276-194/+396
* Termcap header no longer needed.Mark Murray1999-09-011-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
* According to Mark Murray, Makefiles do not belong here. I guess we'reNick Sayer1999-08-164-99/+0
* Add SRA authentication to src/crypto/telnet.Nick Sayer1999-08-1613-6/+923
* Fix int function without return (make consistent with neighbors)Nick Sayer1999-08-161-0/+1
* Document the "skey" command in telnet(1).Nik Clayton1999-07-301-0/+4
* Merge from non-crypto version:Ruslan Ermilov1999-06-175-15/+75
* MF libexec/telnetd: Determine the host name using an array size ofBrian Somers1999-04-081-2/+3
* MF libexec/telnetd: MAXHOSTNAMELEN & -u fixes.Brian Somers1999-04-072-8/+16
* Use realhostname().Brian Somers1999-04-061-39/+9
* MF src/libexec/telnetd: Verify the reverse DNS lookupBrian Somers1999-04-061-2/+18
* Old stuff laying around: Don't use getstr which can conflict with somePeter Wemm1998-12-162-6/+6
* Old stuff from a source tree: copy (verbatum) the code to expand thePeter Wemm1998-12-161-2/+31
* Remove redundant decl. of time(). Causes problems on alphaGary Palmer1998-09-011-2/+1
* MFC: sprintf paranoiaWarner Losh1998-01-221-7/+8
* MFC: no \n in syslog strings. Change -P to -p in flags. EOF -> -1. Use err(3).Philippe Charnier1997-12-089-139/+165
* PR: bin/771 and bin/1037 are resolved by this changeFrank Durda IV1997-10-081-0/+16
* Bring the FreeBSD changes to the virgin sources.Mark Murray1997-09-0733-267/+472
* Initial import of BSD telnet. This will be used to build the kerberisedMark Murray1997-09-0450-0/+27374