summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Very big makeover in the way telnet, telnetd and libtelnet are built.Mark Murray2003-07-161-2739/+0
* Mrege from crypto telnet with "make unifdef". This gets a bunch ofMark Murray2003-05-111-8/+8
* Be more careful when parsing arguments.Eric Melville2002-11-201-2/+6
* Merge from crypto telnet: permit the argument to -s to be a hostname.Dima Dorfman2002-10-021-1/+0
* Unifdef(1) the crypto telnet sources.Mark Murray2002-09-251-1/+1
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Merge from crypto/telnet/telnet/commands.c. Add the necessary paths toJohn Hay2001-12-031-1/+7
* Merge from master (crypto) telnet. WARNS fixes for alpha.Mark Murray2001-12-031-1/+1
* Merge the (in)complete ANSIfication work from src/crypto/telnet.Mark Murray2001-11-301-14/+14
* After running "make unifdef", commit the result. This code is nowMark Murray2001-11-301-577/+359
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-291-37/+0
* Code merge and diff reduction between this and crypto telnet.Mark Murray2001-08-201-169/+71
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-2/+2
* A feature to allow one to telnet to a unix domain socket.Matthew Dillon2001-05-231-1/+29
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.Kris Kennaway2000-11-261-1/+1
* Fix a buffer overflow from a long local hostname.Kris Kennaway2000-11-191-2/+2
* Fix buffer size of ALIGNed buffer.Hajimu UMEMOTO2000-07-201-2/+2
* One more EAI_NONAME -> EAI_NODATA issue.Hajimu UMEMOTO2000-07-071-1/+1
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAHajimu UMEMOTO2000-07-071-1/+1
* simplify and correct name resolution in tn().Jun-ichiro itojun Hagino2000-07-051-18/+16
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-14/+12
* 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/+96
* 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-271-153/+275
* Add "-s src_addr" option to allow setting of the source IP address.Ruslan Ermilov1999-06-161-2/+36
* Add "-N" option to supress reverse name lookup.Bill Fumerola1998-12-141-1/+2
* #include <arpa/inet.h>Peter Wemm1998-06-121-3/+1
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-091-7/+10
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-0/+1
* Hardcode progname in usage string.Philippe Charnier1997-08-141-2/+2
* Make 'skey' command visible through 'help'Andrey A. Chernov1997-01-101-1/+4
* Import a few relatively minor fixes from current Borman telnet.Paul Traina1997-01-071-6/+45
* Make telnet a synonym for openPoul-Henning Kamp1996-09-191-0/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Use symbolic "IPTOS_LOWDELAY" instead of octal bit value for this socketDavid Greenman1995-05-151-1/+1
* Fix big f*ckup by doing "make nocrypt"Geoff Rehmet1994-08-271-158/+4
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+2933