aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* o Update to 1.1Mario Sergio Fujikawa Ferreira2001-09-134-13/+9
| | | | | | | | | | | o Don't install ${PREFIX}/etc/portsentry.conf ever. Just let ${PREFIX}/etc/portsentry.conf.default be the way to go PR: 30460 Submitted by: MAINTAINER Notes: svn path=/head/; revision=47780
* Update to 4158. I see they have put the readme.txt file back in.James E. Housley2001-09-122-2/+2
| | | | | | | | I am not sure if I want to install it or not. We will see after a couple of more updates. Notes: svn path=/head/; revision=47758
* Fix BUILD_DEPENDS.Akinori MUSHA2001-09-121-1/+1
| | | | | | | Submitted by: TOGAWA Satoshi <toga@puyo.org> Notes: svn path=/head/; revision=47751
* add one more dependencyMichael Haro2001-09-121-1/+2
| | | | Notes: svn path=/head/; revision=47732
* The Crypt::RIPEMD160 module allows you to use theMichael Haro2001-09-126-0/+40
| | | | | | | RIPEMD160 Message Digest algorithm from within Perl programs. Notes: svn path=/head/; revision=47729
* Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1].Michael Haro2001-09-127-0/+154
| | | | | | | | | In addition to support for the standard itself, Crypt::OpenPGP claims compatibility with many other PGP implementations, both those that support the standard and those that preceded it. Notes: svn path=/head/; revision=47728
* Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-keyMichael Haro2001-09-126-0/+91
| | | | | | | | cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations. Notes: svn path=/head/; revision=47727
* Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)Michael Haro2001-09-126-0/+53
| | | | | | | | | signature verification system. The implementation itself is pure Perl, although the heavy-duty mathematics underneath are provided by the Math::Pari library. Notes: svn path=/head/; revision=47726
* Provable Prime Number Generator suitable for Cryptographic ApplicationsMichael Haro2001-09-126-0/+49
| | | | Notes: svn path=/head/; revision=47725
* Tie::EncryptedHash augments Perl hash semantics to build secure, encryptingMichael Haro2001-09-126-0/+48
| | | | | | | containers of data. Notes: svn path=/head/; revision=47723
* Crypt::Random is an interface module to the /dev/random device found on mostMichael Haro2001-09-126-0/+59
| | | | | | | modern Unix systems. Notes: svn path=/head/; revision=47722
* unbreak: USE_GMAKE.FUJISHIMA Satsuki2001-09-114-12/+36
| | | | | | | | respect CC/CFLAGS. add missing headers. Notes: svn path=/head/; revision=47719
* - Change the name of the file in which keychain stores the environmentJohann Visagie2001-09-112-10/+67
| | | | | | | | | | | | | settings of the running ssh-agent(1) process from ~/.ssh-agent to ~/.ssh-agent-`hostname -s`. This is to allow users with NFS-mounted home directories to use keychain on multiple machines simultaneously. - Bump PORTREVISION PR: 30506 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> Notes: svn path=/head/; revision=47658
* Add p5-Crypt-OpenSSL-RSA, a Perl5 module to RSA encode and decodeAkinori MUSHA2001-09-116-0/+50
| | | | | | | | | | strings using OpenSSL. PR: ports/30106 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp> Notes: svn path=/head/; revision=47649
* Add p5-Crypt-OpenSSL-Random, a Perl5 interface to the OpenSSLAkinori MUSHA2001-09-116-0/+40
| | | | | | | | | | pseudo-random number generator. PR: ports/30107 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp> Notes: svn path=/head/; revision=47648
* upgrade to 0.2.1Ying-Chieh Liao2001-09-114-44/+24
| | | | Notes: svn path=/head/; revision=47645
* Set DIST_SUBDIR=KDEDmitry Sivachenko2001-09-104-2/+4
| | | | Notes: svn path=/head/; revision=47615
* Add keychain 1.2, a user-friendly front-end to ssh-agent(1).Johann Visagie2001-09-107-0/+72
| | | | Notes: svn path=/head/; revision=47598
* = Modify `ksu' so that it uses the login cap database. Michael AllmanJacques Vidrine2001-09-078-104/+356
| | | | | | | | | | | | | <msa@dinosauricon.com> provided the original patches. = For users outside of the US, point to www.crypto-publish.org for the distfiles. It was Chris Knight <chris@aims.com.au>'s idea. Submitted by: Cy.Schubert@uumail.gov.bc.ca (MAINTAINER) PR: ports/29865 Notes: svn path=/head/; revision=47507
* Update 0.4d -> 0.4eJacques Vidrine2001-09-0714-237/+52
| | | | Notes: svn path=/head/; revision=47505
* readme.txt was removed from the newest DAT files.James E. Housley2001-09-072-2/+1
| | | | | | | Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=47499
* Shorten pkg-comment and capitalize country names.Alexander Langer2001-09-062-4/+3
| | | | Notes: svn path=/head/; revision=47484
* saferpay is a command line tool for online payment.Alexander Langer2001-09-0612-0/+210
| | | | | | | | | | At the moment it is used in europe, mostly germany and switzerland. Submitted by: Martin Blapp <mb@imp.ch> Notes: svn path=/head/; revision=47483
* Downgrade to 0.7. I believe the newer version may be insecure inTrevor Johnson2001-09-062-2/+3
| | | | | | | | | its use of tempnam(), but I have not written a patch to correct it. I told the author about this on 23 September. The port was updated without my knowledge. Add PORTEPOCH. Notes: svn path=/head/; revision=47476
* Update the checksum after the distfile was rerolled.Peter Pentchev2001-09-061-1/+1
| | | | | | | | | | No changes in the distfile. PR: 30366 Submitted by: maintainer Notes: svn path=/head/; revision=47469
* Update to 4157James E. Housley2001-09-052-2/+2
| | | | Notes: svn path=/head/; revision=47449
* Upgrade to 20010831.Munechika SUMIKAWA2001-09-054-6/+4
| | | | Notes: svn path=/head/; revision=47440
* Allow to build libcrypto.so.2 for 4.0, 4,1 and 4.2 RELEASEDirk Meyer2001-09-032-2/+2
| | | | | | | so dependent ports can build correctly. Notes: svn path=/head/; revision=47392
* Add yafix, Yet Another File Integrity Checker, similar to Tripwire.Akinori MUSHA2001-09-038-0/+146
| | | | | | | | | | It is simple, fast, and flexible. PR: ports/29908 Submitted by: Allan Saddi <asaddi@philosophysw.com> Notes: svn path=/head/; revision=47387
* Add pam_pwdfile, a PAM module which allows authentication againstAkinori MUSHA2001-09-038-0/+62
| | | | | | | | | | alternate passwd files. PR: 30240 Submitted by: Michael Schout <mschout@gkg.net> Notes: svn path=/head/; revision=47384
* Regexps should generally be done in post-patch:, not pre-build:.Dima Dorfman2001-09-031-1/+1
| | | | Notes: svn path=/head/; revision=47366
* Updated to 0.3.0.Mark Pulford2001-09-022-2/+2
| | | | | | | | PR: 30259 Submitted by: Shell Hung <shell@shellhung.org> Notes: svn path=/head/; revision=47304
* Update to 1.0.4David W. Chapman Jr.2001-09-012-4/+4
| | | | | | | | | | Add ${DOCSDIR} compliance PR: 27323 Submitted by: dave@mu.org Notes: svn path=/head/; revision=47282
* Correct path in RUN_DEPENDS.Dmitry Sivachenko2001-09-011-1/+1
| | | | Notes: svn path=/head/; revision=47265
* Upgrade to 2.3.3Vanilla I. Shu2001-09-012-2/+3
| | | | | | | | PR: ports/30243 Submitted by: Jochem Kossen <j.kossen@home.nl> Notes: svn path=/head/; revision=47253
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-314-4/+0
| | | | Notes: svn path=/head/; revision=47231
* Update to 1.1p2.Anton Berezin2001-08-313-4/+20
| | | | | | | | Provide better description, and add WWW. Assume maintainership. Notes: svn path=/head/; revision=47225
* Add a pkg-message informing the user they need PGP or GnuPG installed to usePete Fritchman2001-08-312-0/+6
| | | | | | | | | this port. Approved by: maintainer Notes: svn path=/head/; revision=47203
* Yet one spellingAndrey A. Chernov2001-08-312-2/+2
| | | | Notes: svn path=/head/; revision=47199
* BUILD_DEPEND's on p5-Time-HiRes to unbreak build.FUJISHIMA Satsuki2001-08-301-2/+3
| | | | Notes: svn path=/head/; revision=47178
* Make CATEGORIES and MAINTAINER overridable for japanese/kde*.Akinori MUSHA2001-08-302-4/+4
| | | | | | | Approved by: kde (will), demon (MAINTAINERs) Notes: svn path=/head/; revision=47169
* Add qident, a small program to query a remote IDENT (RFC 1413) server.Dima Dorfman2001-08-306-0/+47
| | | | Notes: svn path=/head/; revision=47158
* Fix the generation of the pid file.Ollivier Robert2001-08-301-1/+1
| | | | | | | | PR: 30188 Submitted by: Rémy Card <card@csi.uvsq.fr> Notes: svn path=/head/; revision=47151
* Don't attempt to notify empty <> senderAndrey A. Chernov2001-08-292-2/+12
| | | | Notes: svn path=/head/; revision=47114
* Update to version 4156James E. Housley2001-08-292-2/+2
| | | | Notes: svn path=/head/; revision=47099
* add qtfwYing-Chieh Liao2001-08-297-0/+77
| | | | | | | | | | A GUI frontend for ipfw utility in FreeBSD PR: 30077 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=47081
* Updated to 1.5.Mark Pulford2001-08-292-2/+2
| | | | Notes: svn path=/head/; revision=47073
* add geheimnis-2Pete Fritchman2001-08-296-0/+98
| | | | | | | | | | Shell for integrating PGP/GnuPG into KDE PR: 27313 Submitted by: Pekka Nikander <pekka.nikander@iki.fi> Notes: svn path=/head/; revision=47054
* Update to 1.2.8r2Mario Sergio Fujikawa Ferreira2001-08-262-2/+2
| | | | | | | | PR: 30089 Submitted by: MAINTAINER Notes: svn path=/head/; revision=46938
* Remove workaround until I dig more on this - can't reproduce the bug now.Andrey A. Chernov2001-08-251-9/+0
| | | | Notes: svn path=/head/; revision=46898