summaryrefslogtreecommitdiffstats
path: root/crypto/telnet/telnet
Commit message (Expand)AuthorAgeFilesLines
* Permit the argument to the -s option to be a hostname. I see nodd2002-10-021-1/+0
* Catch up with "base" telnet.markm2002-09-253-12/+8
* From the requestor:markm2002-09-251-1/+1
* unbreak build:alfred2002-05-115-3/+7
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-091-32/+56
* Protect variables and function prototypes that are only used in the INET6jhay2001-12-031-1/+7
* help the alphas out with the WARNS=2 stuff.markm2001-12-031-1/+1
* Damn. The previous mega-commit was incomplete WRT ANSIfication. Thismarkm2001-11-303-140/+140
* Very large style makeover.markm2001-11-3013-2093/+900
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-294-51/+2
* Code merge and diff reduce with "base" telnet. This is the "later"markm2001-08-208-101/+117
* Removal of following export controll related sentences:horikawa2001-08-151-10/+0
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: merge all fixes from non-crypto version.ru2001-07-051-58/+92
* MF non-crypto: 1.13: document -u in usage.ru2001-07-051-8/+8
* Oops, forgot the 'u' in the getopt for the previous commit.dillon2001-05-241-1/+1
* A feature to allow one to telnet to a unix domain socket. (MFC fromdillon2001-05-233-3/+51
* Back out last commit. This was already fixed. This should never havepeter2001-05-171-2/+0
* Since the root-on-insecure-tty code was added to telnetd, a dependencynsayer2001-05-161-0/+2
* Hack to work around braindeath in libtelnet:sra.c. The sra.o filepeter2001-05-151-0/+1
* mdoc(7) police: removed hard sentence breaks introduced in rev.1.10.ru2001-04-131-4/+5
* Clean up telnet's argument processing a bit. autologin and encryption isnsayer2001-04-062-34/+23
* Reactivate SRA.nsayer2001-04-051-0/+18
* enable auto-negotiation of encrypt and decryptassar2001-03-121-0/+13
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-27/+29
* Prepare for mdoc(7)NG.ru2001-01-101-3/+5
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.kris2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-40/+40
* Fix a buffer overflow from a long local hostname.kris2000-11-191-2/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-7/+1
* Sync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAYkris2000-10-291-4/+7
* Fix buffer size of ALIGNed buffer.ume2000-07-201-2/+2
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-168-0/+40
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAume2000-07-081-2/+2
* sync with usr.bin/telnet/commands.c 1.21 -> 1.22. pierre.dampure@alveley.orgitojun2000-07-071-18/+16
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-14/+12
* Use static buffer to save source route hostnames.shin2000-02-191-1/+1
* Print "Trying ..." for each host. Also cleanups for error printing.shin2000-02-191-8/+3
* Fix bugs in telnet.shin2000-02-151-8/+16
* Add more dual stack consideration.shin2000-02-101-27/+95
* Fix telnet core dump at invalid service name specified.shin2000-02-071-0/+6
* Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,shin2000-01-291-1/+1
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-274-158/+337
* Termcap header no longer needed.markm1999-09-011-1/+0
* According to Mark Murray, Makefiles do not belong here. I guess we'rensayer1999-08-161-52/+0
* Add SRA authentication to src/crypto/telnet.nsayer1999-08-161-0/+52
* Fix int function without return (make consistent with neighbors)nsayer1999-08-161-0/+1
* Document the "skey" command in telnet(1).nik1999-07-301-0/+4
OpenPOWER on IntegriCloud