Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Diff-reduction WRT crypto telnet; replace "#if 0" code removed by an | markm | 2002-12-29 | 1 | -0/+41 |
| | | | | earlier invocation of unifdef(1). | ||||
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
| | |||||
* | Be more careful when parsing arguments. | eric | 2002-11-20 | 1 | -2/+6 |
| | | | | | PR: 45476 MFC after: 5 days | ||||
* | Remove some #if 0'd code. After this, a "make unifdef" here produces | dd | 2002-10-02 | 1 | -41/+0 |
| | | | | | | no changes (against crypto telnet). Reviewed by: MD5 | ||||
* | Merge from crypto telnet: permit the argument to -s to be a hostname. | dd | 2002-10-02 | 1 | -1/+0 |
| | |||||
* | Unifdef(1) the crypto telnet sources. | markm | 2002-09-25 | 6 | -8/+8 |
| | |||||
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -6/+6 |
| | |||||
* | Typo fixo: imbedded => embedded | jmallett | 2002-07-13 | 1 | -1/+1 |
| | |||||
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 2 | -2/+2 |
| | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -1/+2 |
| | |||||
* | Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default. | markm | 2001-12-12 | 1 | -2/+0 |
| | |||||
* | Don't assume that the number of fds to select on is known quantity (in | jkh | 2001-12-08 | 1 | -32/+56 |
| | | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days | ||||
* | Merge from crypto/telnet/telnet/commands.c. Add the necessary paths to | jhay | 2001-12-03 | 1 | -1/+7 |
| | | | | the kerberos libraries and includes. | ||||
* | Merge from master (crypto) telnet. WARNS fixes for alpha. | markm | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | Merge the (in)complete ANSIfication work from src/crypto/telnet. | markm | 2001-11-30 | 3 | -116/+116 |
| | |||||
* | After running "make unifdef", commit the result. This code is now | markm | 2001-11-30 | 12 | -1979/+782 |
| | | | | a complete subset of the crypto (master) code. | ||||
* | Diff-reduce WRT src/secure/*telnet*/Makefile. | markm | 2001-11-30 | 1 | -3/+14 |
| | | | | | Also, add an "unifdef:" target, so that the telnet sources can be remade from the crypto sources in src/crypto/telnet. | ||||
* | Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer. | sobomax | 2001-10-16 | 1 | -1/+1 |
| | | | | MFC after: 2 weeks | ||||
* | 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 |