Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code. | markm | 2001-08-29 | 5 | -51/+4 | |
| | ||||||
* | Code merge and diff reduction between this and crypto telnet. | markm | 2001-08-20 | 14 | -567/+252 | |
| | | | | | Also remove useless AUTHENTICATION code. We have never compiled this here, and it is doubtful that it even works without crypto. | |||||
* | Removal of following export controll related sentences: | horikawa | 2001-08-15 | 1 | -13/+1 | |
| | | | | | | | | | | | | | | o This option is not available outside of the United States and Canada. o Because of export controls, TELNET ENCRYPT option is not supported outside of the United States and Canada. src/crypto/README revision 1.5 commit log says: > Crypto sources are no longer export controlled: > Explain, why crypto sources are still in crypto/. and actually telnet encryption is used outside of US and Canada now. Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp> Reviewed by:no objection on doc | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -47/+47 | |
| | ||||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 | |
| | ||||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -2/+2 | |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | |||||
* | mdoc(7) police: moved -u down, fixed markup, removed hard sentence break. | ru | 2001-07-05 | 1 | -8/+13 | |
| | ||||||
* | Document -u in the usage(). | ru | 2001-07-05 | 1 | -9/+9 | |
| | | | | Make usage fit on a standard 80-column display. | |||||
* | A feature to allow one to telnet to a unix domain socket. | dillon | 2001-05-23 | 3 | -4/+44 | |
| | | | | Obtained from: Lyndon Nerenberg <lyndon@orthanc.ab.ca> | |||||
* | libtelnet.a is gone; add a special hack for `make release' fixit floppy. | ru | 2001-03-31 | 1 | -3/+8 | |
| | ||||||
* | Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. | ru | 2001-03-28 | 1 | -1/+7 | |
| | | | | Approved by: markm | |||||
* | Do not compile INET6 support if RELEASE_CRUNCH is defined | luigi | 2001-02-18 | 1 | -1/+1 | |
| | | | | (used by install floppy/picobsd) | |||||
* | Fix typo: compatability -> compatibility. | asmodai | 2001-02-06 | 1 | -1/+1 | |
| | | | | Compatability is not an existing english word. | |||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 2 | -4/+5 | |
| | | | | | | Seperate does not exist in the english language. Also add $FreeBSD$ to README. | |||||
* | Fix typo: wierd -> weird. | asmodai | 2001-02-06 | 1 | -1/+1 | |
| | | | | There is no such thing as wierd in the english language. | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -25/+28 | |
| | ||||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -2/+4 | |
| | ||||||
* | Correct definition of MAXHOSTNAMELEN in ifdef'ed code. | kris | 2000-11-26 | 1 | -1/+1 | |
| | | | | | Submitted by: Edwin Groothuis <mavetju@chello.nl> PR: bin/22787 | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 | |
| | ||||||
* | Fix a buffer overflow from a long local hostname. | kris | 2000-11-19 | 1 | -2/+2 | |
| | | | | Obtained from: OpenBSD | |||||
* | Fix buffer overflow when DISPLAY is longer than 43 characters. This | imp | 2000-09-20 | 1 | -4/+7 | |
| | | | | | | | | | | is not exploitable because telnet doesn't run with elevated privs. Didn't fix all the other potential buffer overflows. Would be a good task for someone who has lots of time to carefully study each case because cut and paste solutions are dangerous for this code base. Added $FreeBSD$ in the same way that command.c did it. | |||||
* | getopt and friends are declared in <unistd.h> | imp | 2000-09-04 | 1 | -3/+3 | |
| | | | | getopt returns -1 not EOF. | |||||
* | Fix buffer size of ALIGNed buffer. | ume | 2000-07-20 | 1 | -2/+2 | |
| | | | | | PR: bin/20053 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> | |||||
* | One more EAI_NONAME -> EAI_NODATA issue. | ume | 2000-07-07 | 1 | -1/+1 | |
| | ||||||
* | Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA | ume | 2000-07-07 | 1 | -1/+1 | |
| | | | | change (getaddrinfo.c rev 1.12). | |||||
* | simplify and correct name resolution in tn(). | itojun | 2000-07-05 | 1 | -18/+16 | |
| | | | | | | XXX what is the goal of af_switch()? it seems to me it is not necessary any more with getaddrinfo(3) fix for correct name-resolution ordering. comments? >shin | |||||
* | Mention about -4 and -6 options. | ume | 2000-06-12 | 1 | -1/+9 | |
| | ||||||
* | Fixed misspelling of DPADD as DPADDA. | bde | 2000-03-27 | 1 | -3/+2 | |
| | | | | Fixed some misformattings. | |||||
* | CMSG_XXX macros alignment fixes to follow RFC2292. | shin | 2000-03-03 | 1 | -14/+12 | |
| | | | | | | | Approved by: jkh Submitted by: Partly from tech@openbsd Reviewed by: itojun | |||||
* | Use libcrypto in place of libdes. | markm | 2000-02-24 | 1 | -4/+0 | |
| | ||||||
* | Use static buffer to save source route hostnames. | shin | 2000-02-19 | 1 | -1/+1 | |
| | | | | Approved by: jkh | |||||
* | Print "Trying ..." for each host. Also cleanups for error printing. | shin | 2000-02-19 | 1 | -8/+3 | |
| | | | | | | Approved by: jkh Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> | |||||
* | Fix bugs in telnet. | shin | 2000-02-15 | 1 | -8/+16 | |
| | | | | | | | | | Sorry there were still several bugs. -error retry at af missmatch was incomplete. -af matching for source addr option was wrong -socket was not freed at retry. Approved by: jkh | |||||
* | Add more dual stack consideration. | shin | 2000-02-10 | 1 | -27/+96 | |
| | | | | | | | | | | | | | | -Should retry as much as possible when some of source routing intermediate hosts' address families missmatch happened. (such as when a host has only A record, and another host has each of A and AAAA record.) -Should retry as much as possible when dest addr and source addr(specified with -s option) address family missmatch happend Approved by: jkh | |||||
* | Fix telnet core dump at invalid service name specified. | shin | 2000-02-07 | 1 | -0/+6 | |
| | | | | | | | | Added an error check to avoid it. Approved by: jkh Submitted by: Robert Muir <rmuir@gibralter.net> | |||||
* | Add NI_NAMEREQD flag to getnameinfo() call. Without this flag, | shin | 2000-01-29 | 1 | -1/+1 | |
| | | | | | | | | getnameinfo() don't return error at name resolving failure. But it is used at doaddrlookup(-N) case in telnet, error need to be returned to correctly initialize hostname buffer. Discovered at checking recent KAME repository change, noticed by itojun. | |||||
* | fix breakage of make release. | shin | 2000-01-29 | 1 | -3/+10 | |
| | | | | Confirmed by: German Tischler <tanis@gaspode.franken.de> | |||||
* | another tcp apps IPv6 updates.(should be make world safe) | shin | 2000-01-27 | 5 | -162/+339 | |
| | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project | |||||
* | Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunch | peter | 1999-08-30 | 1 | -1/+1 | |
| | | | | of conflicting symbols with ncurses. | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 | |
| | ||||||
* | Document the "skey" command in telnet(1). | nik | 1999-07-19 | 1 | -1/+5 | |
| | | | | | PR: docs/12360 Submitted by: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime) | |||||
* | Add "-N" option to the SYNOPSIS and usage(). | ru | 1999-06-17 | 2 | -5/+5 | |
| | ||||||
* | Add "-s src_addr" option to allow setting of the source IP address. | ru | 1999-06-16 | 3 | -9/+60 | |
| | ||||||
* | It was possible to circumvent telnet's security ``-E'' (no escape at all) | ru | 1999-06-14 | 1 | -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. | billf | 1998-12-14 | 5 | -3/+12 | |
| | | | | | | | This comes in really handy when you're telneting the broken DNS server by IP. PR: bin/8698 | |||||
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -1/+1 | |
| | ||||||
* | #include <arpa/inet.h> | peter | 1998-06-12 | 1 | -3/+1 | |
| | ||||||
* | Don't assume that hp->h_lenght == 4. Be conservative in its use. | imp | 1998-06-09 | 1 | -7/+10 | |
| | | | | Submitted by: J. Assange a long time ago. | |||||
* | Remove unneeded crud. | markm | 1998-03-26 | 1 | -207/+0 | |
| |