summaryrefslogtreecommitdiff
path: root/net/SSLtelnet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-5/+5
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* Fix build and run problems in conjunction with OpenSSL.Dirk Froemberg1999-08-0515-198/+211
| | | | | | | | | | Natively SSLtelnet works with SSLeay, only. PR: ports/12973 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> (maintainer) Notes: svn path=/head/; revision=20534
* ${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.Dirk Froemberg1999-03-262-8/+15
| | | | | | | | | | Unfortunaly SSLtelnet doesn't work with openssl-0.9.2b at the moment. We'll try to fix this as soon as possible. OK'ed by: Issei Suzuki <issei@jp.freebsd.org> (maintainer) Notes: svn path=/head/; revision=17396
* Change dependencies from SSLeay to openssl, the successor of SSLeay.Dirk Froemberg1999-01-101-3/+4
| | | | Notes: svn path=/head/; revision=15955
* Upgrade to 0.13.Vanilla I. Shu1998-10-195-84/+86
| | | | | | | Agreed by: maintainer Notes: svn path=/head/; revision=14079
* security/rsaref has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13390
* Don't use libbsd & libutil on package.Vanilla I. Shu1998-09-054-26/+209
| | | | | | | Agreed by: maintainer Notes: svn path=/head/; revision=13016
* Change maintainer's email address, and add depends with rsaref.Vanilla I. Shu1998-08-262-3/+30
| | | | | | | | PR: ports/7740 Submitted by: maintainer Notes: svn path=/head/; revision=12859
* Fix message output of telnetd.Vanilla I. Shu1998-06-041-2/+2
| | | | | | | | PR: ports/6834 Submitted by: maintainer Notes: svn path=/head/; revision=11240
* It is a telnet/telnetd program support SSL encryptionVanilla I. Shu1998-04-119-0/+139
and certification mechanism. PR: ports/6182 Submitted by: Issei Suzuki <issei@t-cnet.or.jp Notes: svn path=/head/; revision=10475