aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Fix breakage on current.Vanilla I. Shu2002-02-082-0/+43
| | | | | | | Obtained from: bento Notes: svn path=/head/; revision=54359
* MASTER_SITE_SUBDIR is needless now.SADA Kenji2002-02-071-1/+0
| | | | Notes: svn path=/head/; revision=54328
* add ccrypt 1.2Ying-Chieh Liao2002-02-078-0/+85
| | | | | | | A command-line utility for encrypting and decrypting files and streams Notes: svn path=/head/; revision=54279
* Update to 0.1.1.Akinori MUSHA2002-02-062-2/+2
| | | | Notes: svn path=/head/; revision=54268
* Update to 4185James E. Housley2002-02-062-2/+2
| | | | Notes: svn path=/head/; revision=54267
* Link with shared libintl rather than static included gettext.Jun Kuriyama2002-02-052-4/+6
| | | | | | | Suggested by: ache Notes: svn path=/head/; revision=54223
* Fix the patch (a header and an empty line) and remove last mentionsMikhail Teterin2002-02-052-5/+4
| | | | | | | of the shortlived pqescape.c. Notes: svn path=/head/; revision=54220
* Fix bugs in my MASTER_SITES mechanismo (too bad, the MASTER_SITE_DEBIANMikhail Teterin2002-02-052-6/+7
| | | | | | | | idea is not catching up), and upgrade the port to port-revision 2, which uses the newer patch from the authors 0.5.2-2. Notes: svn path=/head/; revision=54219
* Update to 1.3.7Patrick Li2002-02-045-53/+10
| | | | | | | | PR: 34592 Submitted by: maintainer Notes: svn path=/head/; revision=54214
* Update to 3.00.05Patrick Li2002-02-043-12/+7
| | | | | | | | PR: 34602 Submitted by: maintainer Notes: svn path=/head/; revision=54213
* Fix typos in LIB_DEPENDS line.Jun Kuriyama2002-02-042-4/+4
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=54195
* Remove the p5-GPG port. It is no longer being maintained by it's author,Pete Fritchman2002-02-046-43/+0
| | | | | | | and there is a much better PGP Perl interface in security/p5-Crypt-OpenPGP. Notes: svn path=/head/; revision=54188
* Add (conditional) hidden dependency for iconv and gdbm.Jun Kuriyama2002-02-032-0/+14
| | | | | | | | PR: ports/34543 Reported by: Ronald Kuehn <rk@ronald.org> Notes: svn path=/head/; revision=54178
* Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.Patrick Li2002-02-036-16/+72
| | | | | | | | PR: 34561 Submitted by: maintainer Notes: svn path=/head/; revision=54151
* Fix placement of .include <bsd.port.pre.mk> which I screwed up inPatrick Li2002-02-022-16/+14
| | | | | | | | | the last commit. Submitted by: maintainer Notes: svn path=/head/; revision=54135
* Fix plist and dont use -w flag with fmt on older releases.Patrick Li2002-02-024-10/+20
| | | | | | | | PR: 34541 Submitted by: maintainer Notes: svn path=/head/; revision=54119
* upgrade to 1.5Ying-Chieh Liao2002-02-016-22/+18
| | | | Notes: svn path=/head/; revision=54101
* Update to 0.35Patrick Li2002-02-013-20/+10
| | | | | | | | PR: 34485 Submitted by: maintainer Notes: svn path=/head/; revision=54094
* Check SENDMAIL_VERSION only if definedAndrey A. Chernov2002-01-311-2/+2
| | | | Notes: svn path=/head/; revision=54066
* Update to 4184James E. Housley2002-01-312-2/+2
| | | | Notes: svn path=/head/; revision=54048
* Update to 1.2: Single line bugfix.Eivind Eklund2002-01-302-2/+2
| | | | | | | I hope I got it right *this* time, at least. Notes: svn path=/head/; revision=54037
* Upgrade this to V1.1:Eivind Eklund2002-01-303-35/+54
| | | | | | | | | | | | | | - Add support for handling different usernames - Add file-format support for different ports. There is so far no way to specify a different port, but the "database" for safesh will not need to change to accomodate it. Note that this is NOT compatible with the naming conventions used in 1.0; as 1.0 was available for 55 minutes yesterday before being marked as BROKEN, I hope nobody was too much inconvenienced. Notes: svn path=/head/; revision=54036
* Mark this as broken for a couple of days; while committing it, addportEivind Eklund2002-01-291-0/+2
| | | | | | | | triggered a problem, and I just discovered that I need to change the configuration format to properly handle it. Notes: svn path=/head/; revision=53980
* safesh is an authentication manager for OpenSSH. By automatically creatingEivind Eklund2002-01-298-0/+464
| | | | | | | | | keys and starting ssh-agents, it makes it (fairly) convenient to use one key for each host pair (authenticator and authenticatee), it avoids authentication theft by the hosts you connect to with SSH. Notes: svn path=/head/; revision=53975
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-2912-62/+62
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Change some defines from "YES" to "yes"Dirk Meyer2002-01-281-1/+1
| | | | | | | See samples in the porters-handbook. Notes: svn path=/head/; revision=53893
* Add patch for: readpassphrase.hDirk Meyer2002-01-284-2/+48
| | | | | | | | | | | | Someone in the OpenSSH world doesn't understand the difference between application and implementation namespaces. This causes conflicts with <readpassphrase.h>. PR: 34362 Submitted by: wollman@hergotha.lcs.mit.edu Notes: svn path=/head/; revision=53892
* Update to 0.4.3Patrick Li2002-01-282-3/+3
| | | | | | | | PR: 34202 Submitted by: maintainer Notes: svn path=/head/; revision=53891
* o Upgrade to 0.4.3.Clive Lin2002-01-282-3/+3
| | | | | | | | o Drop maintainership. I'll be getting busy for several months, and can only keep my eyes on specific chinese/ ports. Notes: svn path=/head/; revision=53889
* Update to 0.1.0.Akinori MUSHA2002-01-263-4/+9
| | | | Notes: svn path=/head/; revision=53780
* Update to snortsnarf 020124.1Kris Kennaway2002-01-262-2/+2
| | | | Notes: svn path=/head/; revision=53772
* Add p5-Crypt-Solitaire 2.0, solitaire encryption.Pete Fritchman2002-01-266-0/+55
| | | | | | | | PR: 33376 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=53755
* Add p5-Crypt-RC4 2.02, perl implementation of the RC4 encryptionPete Fritchman2002-01-266-0/+48
| | | | | | | | | | algorithm. PR: 33364 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=53744
* Add p5-Crypt-OTP 1.03, perl implementation of the One Time PadPete Fritchman2002-01-266-0/+42
| | | | | | | | | | (hence, OTP) encryption method. PR: 33362 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=53742
* Update to 4183James E. Housley2002-01-252-2/+2
| | | | | | | 4183 Emergency Dat release due to New BackDoor1 False Positive Notes: svn path=/head/; revision=53697
* update to 1.6.5p2Michael Haro2002-01-242-3/+3
| | | | Notes: svn path=/head/; revision=53667
* Upgrade to 4182James E. Housley2002-01-232-2/+2
| | | | Notes: svn path=/head/; revision=53659
* o update to 1.12.FUJISHIMA Satsuki2002-01-2310-14/+19
| | | | | | | | | | o fix pkg-plist's to absorb differences between 'make install' and 'pkg_add'. PR: 34198 Submitted by: maintainer Notes: svn path=/head/; revision=53654
* Fix broken pkg-plist: the docs snuck in there, but they are also addedJacques Vidrine2002-01-223-23/+21
| | | | | | | | | | | | | | | by the port at build-time. Fix for FreeBSD-CURRENT: = Remove use of malloc.h = A fragment of this port actually provides its own prototype for time(), and probably only gets it right on DEC and HP systems. PR: ports/34183 Reported by: Trish Lynch <trish@bsdunix.net> Notes: svn path=/head/; revision=53611
* update to 0.2.3.FUJISHIMA Satsuki2002-01-228-12/+28
| | | | | | | | PR: 34164 Submitted by: maintainer Notes: svn path=/head/; revision=53566
* Fix build when KRB5_HOME is definedPatrick Li2002-01-222-0/+30
| | | | | | | | PR: 34149 Submitted by: maintainer Notes: svn path=/head/; revision=53522
* Update to 0.5.2, which also includes the fix for the security hole IMikhail Teterin2002-01-214-75/+13
| | | | | | | | | tried to close before. Note, that the hole WAS STILL THERE in 0.5.1 -- up until today :-( Although I added the pqescape.c, I forgot to add the patch, that made use of it... Notes: svn path=/head/; revision=53487
* Fix OpenLDAP v1 errorsDavid W. Chapman Jr.2002-01-2020-96/+810
| | | | | | | | | | | Allow PAM aware pwcheck daemon Add JavaSASL PR: 34068 Submitted by: maintainer Notes: svn path=/head/; revision=53400
* Fix compilation: do not redefine the strcasestr function.Jimmy Olgeni2002-01-191-0/+31
| | | | | | | | PR: 33999 Submitted by: Miguel Mendez <flynn@eneryhq.homeip.net> Notes: svn path=/head/; revision=53361
* upgrade to 1.6Ying-Chieh Liao2002-01-182-3/+10
| | | | | | | drop maintainership Notes: svn path=/head/; revision=53292
* update the distfile nameMichael Haro2002-01-171-1/+1
| | | | Notes: svn path=/head/; revision=53285
* Update maintainer's email addressDavid W. Chapman Jr.2002-01-171-1/+1
| | | | | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer Notes: svn path=/head/; revision=53284
* Fix mastersitesPatrick Li2002-01-171-1/+2
| | | | | | | | | PR: 33979 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Reported by: bento Notes: svn path=/head/; revision=53277
* Add AUTHOR tagMario Sergio Fujikawa Ferreira2002-01-171-0/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=53272
* update to 1.6.5p1Michael Haro2002-01-171-1/+2
| | | | Notes: svn path=/head/; revision=53259