summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 20000719a.Munechika SUMIKAWA2000-07-194-4/+4
| | | | Notes: svn path=/head/; revision=30815
* Change patch to reflect new kqueue APIJonathan Lemon2000-07-181-15/+13
| | | | | | | Approved by: kris Notes: svn path=/head/; revision=30804
* Use 'killall cfsd' on stopAndrey A. Chernov2000-07-181-0/+1
| | | | Notes: svn path=/head/; revision=30765
* Use new style start/stop rc.d scriptAndrey A. Chernov2000-07-182-2/+20
| | | | | | | Unrestrict port since we are able to distribute crypto Notes: svn path=/head/; revision=30764
* upgrade to 20000718a.Munechika SUMIKAWA2000-07-184-4/+4
| | | | Notes: svn path=/head/; revision=30763
* Change the master site; old one no longer has the file.Archie Cobbs2000-07-181-1/+1
| | | | Notes: svn path=/head/; revision=30762
* - Update to version 0.10 and MASTER_SITESKevin Lo2000-07-173-3/+8
| | | | | | | | | | - Update DESCR PR: 19970 Submitted by: maintainer Notes: svn path=/head/; revision=30734
* Adding pad version 0.5.Steve Price2000-07-166-0/+52
| | | | | | | | | | | | This is a small command-line utility to turn one file into two, each indistinguishable from noise, and put them back together into the original. PR: 19778 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=30720
* Update to version 2.1.1Alexander Langer2000-07-163-2/+8
| | | | | | | | PR: 19958 Submitted by: maintainer Notes: svn path=/head/; revision=30704
* Set INSTALLS_SHLIB.Dirk Froemberg2000-07-162-0/+2
| | | | | | | | Submitted by: Dmitry Grigorovich <odip@bionet.nsc.ru> Forgotten by: sobomax Notes: svn path=/head/; revision=30684
* Fix MASTER_SITES; add WWW. Add MAINTAINER while I'm here.Will Andrews2000-07-155-86/+131
| | | | | | | | PR: 19932 Submitted by: Ports Fury Notes: svn path=/head/; revision=30667
* - Use GTK_CONFIG instead of hardcoded gtk12-configKevin Lo2000-07-152-9/+8
| | | | | | | | PR: 19930 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30660
* Add USE_BISON.Will Andrews2000-07-151-0/+1
| | | | | | | | PR: 19948 Submitted by: maintainer Notes: svn path=/head/; revision=30656
* Clean up after myself. libmcrypt-nm's directory isn't 'p'.Nick Sayer2000-07-155-0/+32
| | | | Notes: svn path=/head/; revision=30652
* Clean up after myself. The libmcrypt-nm directory isn't "p".Nick Sayer2000-07-151-1/+1
| | | | Notes: svn path=/head/; revision=30651
* Add port for the no-loadable-module version of the latest libmcrypt.Nick Sayer2000-07-151-0/+1
| | | | Notes: svn path=/head/; revision=30650
* Strategically change a couple malloc() calls to calloc() calls so thatBrian Feldman2000-07-151-0/+20
| | | | | | | | every request doesn't return NFSERR_STALE. This CFS bug brought to light by the letters p, h, and k :) Notes: svn path=/head/; revision=30635
* Finally add AIDE, a security tool similar to Tripwire but much improved.Will Andrews2000-07-148-0/+247
| | | | | | | | PR: 15894 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Notes: svn path=/head/; revision=30629
* Update to 0.8.2. Use proper pthread-linking (-pthread vs. -lc_r). UseWill Andrews2000-07-143-8/+7
| | | | | | | | | | | | USE_LIBTOOL instead of GNU_CONFIGURE so we don't install .la file. Turn this port loose upon the world. This update is needed for aide port. PR: 19921 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Approved by: nsayer Notes: svn path=/head/; revision=30627
* Initial import of p5-GnuPG-Interface.Kevin Lo2000-07-136-0/+82
| | | | | | | | | | p5-GnuPG-Interface is the Perl module for interfacing with GnuPG. PR: 19801 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=30580
* Upgrade to v1.0.2.Jun Kuriyama2000-07-136-22/+26
| | | | Notes: svn path=/head/; revision=30570
* Remove librc4. It was only used by cyrus-sasl, which now uses OpenSSL.Satoshi Asami2000-07-131-1/+0
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30543
* Update to version 1.0. The maintainer forgot to fix patches, I fixed them.Kevin Lo2000-07-114-12/+22
| | | | | | | | PR: 19834 Submitted by: Eric S <eric@cybernut.com> Notes: svn path=/head/; revision=30466
* Actually finish upgrading to 0.4.9, and give a master site that actuallyWill Andrews2000-07-101-2/+2
| | | | | | | has seahorse 0.4.9. Notes: svn path=/head/; revision=30457
* Update to 0.4.9 and remove the MAINAINER's master site.Will Andrews2000-07-102-3/+2
| | | | | | | | PR: 19833 Submitted by: maintainer Notes: svn path=/head/; revision=30456
* Upgrade to 1.6.2.2.Dirk Froemberg2000-07-104-8/+20
| | | | | | | Upgrade to 1.6.2 submitted by: Michael Vasilenko <acid@cn.ua> Notes: svn path=/head/; revision=30440
* Use DEFAULTPGP to set the desired version of PGP/GPG.Steve Price2000-07-101-18/+29
| | | | | | | | PR: 19171 Submitted by: maintainer Notes: svn path=/head/; revision=30393
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-072-2/+14
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* Update to version 3.8.4.Steve Price2000-07-077-69/+90
| | | | | | | | PR: 19637 Submitted by: maintainer Notes: svn path=/head/; revision=30332
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.Steve Price2000-07-071-1/+2
| | | | Notes: svn path=/head/; revision=30318
* Upgrade to 1.3.1, beta version.SADA Kenji2000-07-0614-95/+166
| | | | | | | | PR: 18964 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Notes: svn path=/head/; revision=30273
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-5/+23
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* activate racoon.Munechika SUMIKAWA2000-07-051-0/+1
| | | | Notes: svn path=/head/; revision=30227
* racoon: KAME IKE daemonMunechika SUMIKAWA2000-07-0518-0/+250
| | | | Notes: svn path=/head/; revision=30226
* Add one header file and one library. Sort include directory.Satoshi Asami2000-07-052-2/+6
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30220
* Fix workaround for USA_RESIDENT=YES condition.Jun Kuriyama2000-07-042-9/+17
| | | | | | | | Submitted by: dirk.meyer@dinoex.sub.org (maintainer) PR: ports/19608 Notes: svn path=/head/; revision=30154
* Update 1.2 -> 1.2.1. From the announcement:Jacques Vidrine2000-06-308-8/+8
| | | | | | | | | | | | | | | | The MIT Kerberos Team announces the availibility of MIT Kerberos 5 Release 1.2.1. This is primarily a bugfix release. Changes include: * A bug in the gssapi library that prevented kadmin clients from working has been fixed. For some reason this was not caught during beta testing. * login.c now correctly sets the default ccache name. * A memory leak in conv_princ.c has been fixed. Notes: svn path=/head/; revision=30031
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-295-5/+10
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Use ${MASTER_SITE_LOCAL}.Satoshi Asami2000-06-292-2/+4
| | | | Notes: svn path=/head/; revision=29964
* Add aafid2.Satoshi Asami2000-06-291-0/+1
| | | | Notes: svn path=/head/; revision=29960
* Update maintainer email.Alexander Langer2000-06-281-2/+1
| | | | | | | | | | While I'm here, remove useless WRKSRC= define (bsd.port.mk handles this) PR: 19323 Submitted by: maintainer Notes: svn path=/head/; revision=29933
* Update to version 2.1Alexander Langer2000-06-283-5/+16
| | | | | | | | PR: 19198 Submitted by: maintainer Notes: svn path=/head/; revision=29930
* Update to OpenSSH 2.1.1 and fix SSHv2 serving (passwd botch).Brian Feldman2000-06-276-44/+54
| | | | Notes: svn path=/head/; revision=29922
* Upgrade to latest version.Vanilla I. Shu2000-06-242-2/+2
| | | | Notes: svn path=/head/; revision=29840
* Oops, had a bogus PORTVERSION/DISTNAME from when I was testingJacques Vidrine2000-06-244-8/+4
| | | | | | | 1.2-beta4. Notes: svn path=/head/; revision=29836
* Update 1.1.1 -> 1.2Jacques Vidrine2000-06-2420-104/+104
| | | | Notes: svn path=/head/; revision=29834
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .Bill Fenner2000-06-221-1/+2
| | | | Notes: svn path=/head/; revision=29788
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* The "Autonmous Agents For Intrusion Detection" framework developed atStefan Eßer2000-06-216-0/+242
| | | | | | | | Purdue University. This is a Perl based implementation of the AAFID architecture as presented in COAST Technical Report 98/05. Notes: svn path=/head/; revision=29753
* Initialize supplementary groups.Don Lewis2000-06-212-0/+148
| | | | | | | | | | Ensure that a LOG_NOTICE syslog is always generated when the program is invoked generated when the program is invoked an obvious error. Submitted by: Phil Pennock <phil@globnix.org> Notes: svn path=/head/; revision=29742