summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/commands.c
Commit message (Collapse)AuthorAgeFilesLines
* Add "-N" option to supress reverse name lookup.billf1998-12-141-1/+2
| | | | | | | This comes in really handy when you're telneting the broken DNS server by IP. PR: bin/8698
* #include <arpa/inet.h>peter1998-06-121-3/+1
|
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-7/+10
| | | | Submitted by: J. Assange a long time ago.
* Add #include <string.h> to get prototypes.jb1998-02-201-0/+1
|
* Hardcode progname in usage string.charnier1997-08-141-2/+2
|
* Make 'skey' command visible through 'help'ache1997-01-101-1/+4
|
* Import a few relatively minor fixes from current Borman telnet.pst1997-01-071-6/+45
| | | | | | | | | | Add some buffer overrun fixes from OpenBSD and myself. Add skey calculator kludge from OpenBSD. TODO: do a real merge of dab's sources... probably just make telnet and telnetd contrib software. Obtained from: OpenBSD, dab@bsdi.com
* Make telnet a synonym for openphk1996-09-191-0/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Use symbolic "IPTOS_LOWDELAY" instead of octal bit value for this socketdg1995-05-151-1/+1
| | | | option. The bit value was wrong.
* Fix big f*ckup by doing "make nocrypt"csgr1994-08-271-158/+4
| | | | | (Don't think I don't realize what a big f*ckup this was.) Submitted by: geoff.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+2933
OpenPOWER on IntegriCloud