summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet
Commit message (Collapse)AuthorAgeFilesLines
...
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Document the "skey" command in telnet(1).nik1999-07-191-1/+5
| | | | | PR: docs/12360 Submitted by: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime)
* Add "-N" option to the SYNOPSIS and usage().ru1999-06-172-5/+5
|
* Add "-s src_addr" option to allow setting of the source IP address.ru1999-06-163-9/+60
|
* It was possible to circumvent telnet's security ``-E'' (no escape at all)ru1999-06-141-1/+1
| | | | | | | option by running it with ``-8 -E'' and passing it 0xff character. PR: 6317 Reviewed by: des, David Borman <dab@bsdi.com> (the author)
* Add "-N" option to supress reverse name lookup.billf1998-12-145-3/+12
| | | | | | | This comes in really handy when you're telneting the broken DNS server by IP. PR: bin/8698
* Fixed printf format errors.bde1998-07-061-1/+1
|
* #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.
* Remove unneeded crud.markm1998-03-261-207/+0
|
* Add #include <stdlib.h> to get prototype for malloc().jb1998-02-201-0/+1
|
* Add #include <string.h> to get prototypes.jb1998-02-202-0/+2
|
* Fix some minor formatting nits.steve1997-12-271-9/+9
| | | | | PR: 5373 Submitted by: Matthew Hunt <mph@pobox.com>
* Correct some anomalies in the man page.steve1997-11-111-34/+41
| | | | | PR: 3808 Parially submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
* Hardcode progname in usage string.charnier1997-08-142-48/+62
|
* This commit was generated by cvs2svn to compensate for changes in r27233,bde1997-07-062-25/+202
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Lite2's src/usr.bin/telnet. The README is still on the vendorbde1997-07-0611-118/+368
| | | | | | | | | | branch and importing it gives some anachronisms. tn3270.c is still on the vendor branch and importing it just changes a memcpy to memmove.
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | | | | | posix standard on the topic.
* | Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
| |
* | Sort cross references.wosch1997-01-151-1/+1
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Report the reason why select unexpectedly failed..peter1997-01-131-1/+1
| |
* | Make 'skey' command visible through 'help'ache1997-01-101-1/+4
| |
* | Use -DSKEY instead of wrong -DPATH_SKEYache1997-01-101-1/+1
| |
* | Import a few relatively minor fixes from current Borman telnet.pst1997-01-076-16/+67
| | | | | | | | | | | | | | | | | | | | 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
* | delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
| |
* | Make telnet a synonym for openphk1996-09-191-0/+1
| |
* | Fixed DPADD.bde1996-09-051-1/+2
| |
* | Remove obsolete SOCKSv4 supportpst1996-05-302-12/+1
| |
* | Add support for sockspst1996-04-232-1/+12
| |
* | Section SEE ALSO completewosch1996-01-291-0/+7
| |
* | Oh foo. I should a) learn to read. b) learn to think. :-)jkh1995-08-281-1/+1
| | | | | | | | | | | | Telnet has nothing to do with this, it's telnetd and telnetd doesn't use KLUDGELINEMODE so that theory is washed up. Anyway, back out previous commit and slink away with red face.
* | Remove -DKLUDGELINEMODE again; it's breaking things and Paul T. saysjkh1995-08-281-1/+1
| | | | | | | | it's a bug anyway.
* | Use the same DECODE_BAUD trick like in new telnet to setache1995-08-021-0/+16
| | | | | | | | | | termios speed Obtained from: Pre-Lite2 telnet
* | Remove trailing whitespace.rgrimes1995-05-305-17/+17
| |
* | 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-2711-435/+10
| | | | | | | | | | (Don't think I don't realize what a big f*ckup this was.) Submitted by: geoff.
* | Don't do Kerberos yet, we aren't ready for it.wollman1994-08-051-3/+3
|/
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2720-0/+12310
OpenPOWER on IntegriCloud