summaryrefslogtreecommitdiffstats
path: root/crypto/telnet/telnet/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-161-3014/+0
* Fix up external variables named "debug" that have a horrible habitmarkm2003-05-111-4/+4
* Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.obrien2003-05-041-4/+4
* Merge argument parsing changes into this copy of telnet.eric2002-11-271-2/+6
* 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-251-1/+1
* unbreak build:alfred2002-05-111-1/+1
* 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-301-34/+34
* Very large style makeover.markm2001-11-301-633/+413
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-291-37/+0
* Code merge and diff reduce with "base" telnet. This is the "later"markm2001-08-201-24/+21
* A feature to allow one to telnet to a unix domain socket. (MFC fromdillon2001-05-231-1/+29
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.kris2000-11-261-1/+1
* Fix a buffer overflow from a long local hostname.kris2000-11-191-2/+2
* Fix buffer size of ALIGNed buffer.ume2000-07-201-2/+2
* 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-271-151/+277
* Fix int function without return (make consistent with neighbors)nsayer1999-08-161-0/+1
* Merge from non-crypto version:ru1999-06-171-4/+39
* Bring the FreeBSD changes to the virgin sources.markm1997-09-071-44/+101
* Initial import of BSD telnet. This will be used to build the kerberisedmarkm1997-09-041-0/+2945
OpenPOWER on IntegriCloud