summaryrefslogtreecommitdiff
path: root/net/SSLtelnet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make net/SSLtelnet fetchable again.Edwin Groothuis2003-11-021-2/+6
| | | | Notes: svn path=/head/; revision=92838
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-2/+2
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Add missing rmdir.Jun Kuriyama2003-04-242-0/+2
| | | | Notes: svn path=/head/; revision=79560
* Ugh, this code defines `extern' and then includes non-applicationJacques Vidrine2003-02-211-3/+28
| | | | | | | | | | headers. Hack around the hack. The fact that this port was broken with OpenSSL 0.9.7 was Reported by: kris Notes: svn path=/head/; revision=76049
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Re-add SSLtelnet, with patch (patch-an) to fix the security vulnerabilityKris Kennaway2002-10-1920-0/+1764
| | | | | | | | | | described in FreeBSD-SA-01:49.telnetd Submitted by: kondo hiroshi <kondo@ysyslab.co.jp> PR: ports/42676 Notes: svn path=/head/; revision=68324
* The SSLtelnet port was marked FORBIDDEN for security reasons 13 months ago.Kris Kennaway2002-10-1319-446/+0
| | | | | | | Remove it. Notes: svn path=/head/; revision=67930
* Remove myself from MAINTAINERIssei Suzuki2002-02-161-1/+1
| | | | Notes: svn path=/head/; revision=54769
* Mark FORBIDDEN because the remotely exploitable telnetd hole is not yetKris Kennaway2001-08-201-0/+2
| | | | | | | fixed. Notes: svn path=/head/; revision=46565
* - Fix compilation and installation error in CURRENT.Issei Suzuki2001-01-097-4/+52
| | | | | | | | | | - maintainer is committer now. - Style fix in patch-* PR: 23255 Notes: svn path=/head/; revision=37046
* Host the distfile myself since the master site seems to no longer carry it.Kris Kennaway2000-09-221-1/+3
| | | | Notes: svn path=/head/; revision=32964
* Update all ports using OpenSSL and RSA to work without rsaref sinceKris Kennaway2000-09-221-1/+1
| | | | | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems. Notes: svn path=/head/; revision=32957
* time(3) returns a time_t and not a long. This fixes build on the Alpha.Steve Price2000-08-081-2/+12
| | | | Notes: svn path=/head/; revision=31391
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Fix build for -stableKris Kennaway2000-02-223-7/+9
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=26134
* USE_OPENSSLKris Kennaway2000-02-066-53/+37
| | | | | | | Assisted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=25529
* Fix the setterm() on -stable.Vanilla I. Shu1999-10-161-20/+20
| | | | | | | Found by: maintainer Notes: svn path=/head/; revision=22471
* Fix the coredump of setupterm().Vanilla I. Shu1999-09-191-0/+26
| | | | Notes: svn path=/head/; revision=21736
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* 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