summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sudo's config is in fact the autoconf type.. lets say so.David E. O'Brien1997-10-221-2/+2
| | | | | | | Now sudo will obey ${PREFIX} Notes: svn path=/head/; revision=8325
* Fix cfsd so that it detaches from the controlling terminal.John Polstra1997-10-141-1/+10
| | | | | | | | PR: closes ports/4757 Submitted by: saken@rmta.ml.org (Scott A. Kenney) Notes: svn path=/head/; revision=8258
* fixed little typo.Ralf S. Engelschall1997-10-102-4/+4
| | | | Notes: svn path=/head/; revision=8201
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* Fix commented #MASTER_SITE lineJames FitzGibbon1997-09-181-3/+2
| | | | | | | Submitted-by: asami@freebsd.org Notes: svn path=/head/; revision=7945
* Upgrade to 1.2.21Torsten Blum1997-09-166-130/+134
| | | | Notes: svn path=/head/; revision=7923
* Mass upgrade of CPAN ports:James FitzGibbon1997-09-144-11/+21
| | | | | | | | | | | | | | | | | | | | | | | p5-Apache -> 1.00b2 p5-Array-PrintCols -> 2.0 p5-C-Scan -> 0.4 p5-DBD-Pg -> 0.62 p5-Data-Flow -> 0.05 p5-Devel-Peek -> 0.83 p5-HTML-Stream -> 1.40 p5-HTTPD-Tools -> 0.55 p5-Image-Size -> 2.4 p5-IniConf -> 0.92 p5-Msql -> 1.1809 p5-Mysql -> 1.1809 p5-PGP -> 0.3a p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12 Notes: svn path=/head/; revision=7898
* Activate devel/p5-Data-ShowTableJames FitzGibbon1997-09-131-1/+2
| | | | | | | | devel/p5-FreezeThaw security/p5-Authen-Radius Notes: svn path=/head/; revision=7890
* Import of a module to authenticate/account against RADIUS (v1) serversJames FitzGibbon1997-09-138-0/+71
| | | | Notes: svn path=/head/; revision=7889
* Add OpenBSD to the list of systems.Warner Losh1997-09-121-1/+1
| | | | | | | | Reviewed by: jdp@polstra.com Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org> Notes: svn path=/head/; revision=7868
* mv -> ${MV}.Masafumi Max NAKANE1997-09-112-4/+4
| | | | Notes: svn path=/head/; revision=7863
* link idecrypt with -ldesTorsten Blum1997-09-011-0/+19
| | | | Notes: svn path=/head/; revision=7745
* Distfile moved, change pathAndrey A. Chernov1997-08-273-9/+9
| | | | Notes: svn path=/head/; revision=7702
* Shame on me ... we need BUILD_DEPEND, not LIB_DEPEND.Andreas Klemm1997-08-162-4/+4
| | | | | | | It must be the heat ;-) Notes: svn path=/head/; revision=7607
* libRSAglue.a is needed to build apache-ssl port.Andreas Klemm1997-08-164-2/+8
| | | | | | | | Added it to the post-install target in ports Makefile. Updated PLIST Notes: svn path=/head/; revision=7606
* BUILD_DEPENDS was not ok, now comes the really needed LIB_DEPENDS line ;-)Andreas Klemm1997-08-162-4/+4
| | | | Notes: svn path=/head/; revision=7605
* if USA_RESIDENT is set:Andreas Klemm1997-08-162-4/+4
| | | | | | | | LIB_DEPENDS line: forgotten ´=´ changed LIB_DEPENDS to a needed BUILD_DEPENDS= rsaref:.... Notes: svn path=/head/; revision=7604
* Toss safe-tcl in the can.Mark Murray1997-08-151-2/+1
| | | | Notes: svn path=/head/; revision=7594
* Update to v 0.8.1. New algorithms (Blowfish &c) added. SSLv3 added.Mark Murray1997-08-1510-106/+544
| | | | | | | Thanks to: Richard Seaman <Dick@tar.com> Notes: svn path=/head/; revision=7588
* Remove socks4 from the repository.David E. O'Brien1997-08-151-2/+1
| | | | Notes: svn path=/head/; revision=7584
* Upgrade to 2.8a4 (child death fixed)Andrey A. Chernov1997-08-102-4/+4
| | | | Notes: svn path=/head/; revision=7513
* Needed a maintainer.David E. O'Brien1997-08-081-1/+3
| | | | Notes: svn path=/head/; revision=7499
* Turn on socks4.David E. O'Brien1997-08-071-1/+2
| | | | | | | (just realized socks5 is in net, not security. Oh well, too late now...) Notes: svn path=/head/; revision=7497
* /etc/hosts.{allow,deny} -> $PREFIX/etc/hosts.{allow,deny}Torsten Blum1997-08-056-0/+241
| | | | Notes: svn path=/head/; revision=7484
* Enable "cfs", the Cryptographic File System port.John Polstra1997-07-301-1/+2
| | | | Notes: svn path=/head/; revision=7443
* New port of CFS, the Cryptographic File System.John Polstra1997-07-307-0/+97
| | | | Notes: svn path=/head/; revision=7442
* Make this port respect ${PREFIX} if it's set.Masafumi Max NAKANE1997-07-211-1/+1
| | | | | | | | PR: 4125 Pointed-out by: Wes Santee <wes@bogon.net> Notes: svn path=/head/; revision=7397
* Prevent this server error message:John Polstra1997-07-191-0/+13
| | | | | | | | | | | | | | | fatal: Local: Agent socket bind failed: Address already in use It would happen when the server tried to create the Unix domain socket "/tmp/ssh-username/agent-socket-123", if the file already existed. It could already exist if it happened to be left over from a system crash. This patch unlinks the file before attempting the bind operation. I will send this patch to ssh-bugs@cs.hut.fi too. Notes: svn path=/head/; revision=7375
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-182-8/+8
| | | | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). Notes: svn path=/head/; revision=7366
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Fix for FreeBSD specific files and binariesJames FitzGibbon1997-07-062-4/+20
| | | | | | | | PR: ports/4041 Submitted by: Dirk Froemberg <dirk@activ-consult.de> Notes: svn path=/head/; revision=7224
* Take out version numberAndrey A. Chernov1997-07-051-3/+0
| | | | Notes: svn path=/head/; revision=7217
* Upgrade to 7.6Andrey A. Chernov1997-07-044-7/+7
| | | | Notes: svn path=/head/; revision=7213
* typo in commentAdam David1997-07-012-4/+4
| | | | Notes: svn path=/head/; revision=7153
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-244-13/+10
| | | | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-06-201-2/+2
| | | | Notes: svn path=/head/; revision=7024
* Add -DNETGROUP to the compile-time flags so that entries in /etc/netgroupMasafumi Max NAKANE1997-06-201-4/+21
| | | | | | | | | (or one provided via NIS) can be used when setting up access restriction. PR: 3277 Submitted by: James FitzGibbon <james@nexis.net> Notes: svn path=/head/; revision=7023
* Handle expired and changed password timeouts nowAndrey A. Chernov1997-06-112-38/+140
| | | | Notes: svn path=/head/; revision=6862
* Make MASTER_SITES blank because the current distfile is broken and the old ↵James FitzGibbon1997-06-091-2/+3
| | | | | | | | | distfile isn't on CPAN anymore. Suggested-by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=6818
* Replace a couple of non-working master_sites with working ones.Bill Fenner1997-06-091-3/+3
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6817
* Improve xinetd's capacity. Works better under load this way.Mark Murray1997-06-041-0/+19
| | | | | | | | PR: 3699 Submitted by: tom@sdf.com Notes: svn path=/head/; revision=6748
* Don't remove the host key on pkg_delete. It is irreplaceable.John Polstra1997-06-022-2/+0
| | | | Notes: svn path=/head/; revision=6668
* Remove myself as maintainer of this portGary Palmer1997-05-311-3/+1
| | | | Notes: svn path=/head/; revision=6659
* File moved on master site.Bill Fenner1997-05-281-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6587
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-246-20/+20
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Change "fetch" to "do-fetch"; porters are not allowed to overrideSatoshi Asami1997-05-171-2/+2
| | | | | | | the "main" targets! Notes: svn path=/head/; revision=6466
* login_getclass() -> login_getpwclass().David Nugent1997-05-102-4/+4
| | | | Notes: svn path=/head/; revision=6441
* Fix incorrect path: /usr/ucb/tail -> /usr/bin/tailJames FitzGibbon1997-05-091-0/+20
| | | | Notes: svn path=/head/; revision=6437
* Make the DESCR file a little less of a copy of the READMEJames FitzGibbon1997-05-032-37/+16
| | | | | | | right-to-be-lazy-revoked-by: asami@freebsd.org Notes: svn path=/head/; revision=6385
* Activate swatchJames FitzGibbon1997-05-031-1/+2
| | | | Notes: svn path=/head/; revision=6383