summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* link idecrypt with -ldesTorsten Blum1997-09-011-0/+19
|
* Distfile moved, change pathAndrey A. Chernov1997-08-273-9/+9
|
* Shame on me ... we need BUILD_DEPEND, not LIB_DEPEND.Andreas Klemm1997-08-162-4/+4
| | | | It must be the heat ;-)
* 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
* BUILD_DEPENDS was not ok, now comes the really needed LIB_DEPENDS line ;-)Andreas Klemm1997-08-162-4/+4
|
* if USA_RESIDENT is set:Andreas Klemm1997-08-162-4/+4
| | | | | LIB_DEPENDS line: forgotten ´=´ changed LIB_DEPENDS to a needed BUILD_DEPENDS= rsaref:....
* Toss safe-tcl in the can.Mark Murray1997-08-151-2/+1
|
* 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>
* Remove socks4 from the repository.David E. O'Brien1997-08-151-2/+1
|
* Upgrade to 2.8a4 (child death fixed)Andrey A. Chernov1997-08-102-4/+4
|
* Needed a maintainer.David E. O'Brien1997-08-081-1/+3
|
* Turn on socks4.David E. O'Brien1997-08-071-1/+2
| | | | (just realized socks5 is in net, not security. Oh well, too late now...)
* /etc/hosts.{allow,deny} -> $PREFIX/etc/hosts.{allow,deny}Torsten Blum1997-08-056-0/+241
|
* Enable "cfs", the Cryptographic File System port.John Polstra1997-07-301-1/+2
|
* New port of CFS, the Cryptographic File System.John Polstra1997-07-307-0/+97
|
* 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>
* 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.
* 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).
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
|
* Fix for FreeBSD specific files and binariesJames FitzGibbon1997-07-062-4/+20
| | | | | PR: ports/4041 Submitted by: Dirk Froemberg <dirk@activ-consult.de>
* Take out version numberAndrey A. Chernov1997-07-051-3/+0
|
* Upgrade to 7.6Andrey A. Chernov1997-07-044-7/+7
|
* typo in commentAdam David1997-07-012-4/+4
|
* 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.)
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-06-201-2/+2
|
* 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>
* Handle expired and changed password timeouts nowAndrey A. Chernov1997-06-112-38/+140
|
* 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>
* Replace a couple of non-working master_sites with working ones.Bill Fenner1997-06-091-3/+3
| | | | Found by: distfile checker
* Improve xinetd's capacity. Works better under load this way.Mark Murray1997-06-041-0/+19
| | | | | PR: 3699 Submitted by: tom@sdf.com
* Don't remove the host key on pkg_delete. It is irreplaceable.John Polstra1997-06-022-2/+0
|
* Remove myself as maintainer of this portGary Palmer1997-05-311-3/+1
|
* File moved on master site.Bill Fenner1997-05-281-2/+2
| | | | Found by: distfile checker
* 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.
* Change "fetch" to "do-fetch"; porters are not allowed to overrideSatoshi Asami1997-05-171-2/+2
| | | | the "main" targets!
* login_getclass() -> login_getpwclass().David Nugent1997-05-102-4/+4
|
* Fix incorrect path: /usr/ucb/tail -> /usr/bin/tailJames FitzGibbon1997-05-091-0/+20
|
* 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
* Activate swatchJames FitzGibbon1997-05-031-1/+2
|
* Import of SWATCH, the Simple WATCHer and filterJames FitzGibbon1997-05-036-0/+150
|
* Fix 3 error with login.confAndrey A. Chernov1997-05-022-48/+76
| | | | | | | 1) pw->pw_class was always zero since not copied 2) login_getuserclass() used instead of login_getclass(), so default class always returned 3) env pointer can be redefined at the moment of setusercontext() call
* Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I justPeter Wemm1997-04-2514-151/+169
| | | | | | | | | regenerated them to fix the line numbers. Also, I added two commented out options in Makefile, one to tell sshd that a group writeable homedir is OK because all users are in their own group, and the other is to allow an unencrypted connection (which is dangerous since it can lead to compromise of keys), but on a secure network it's damn useful for backups etc.
* turn on superDavid E. O'Brien1997-04-241-1/+2
|
* Super is a setuid-root program that offersDavid E. O'Brien1997-04-245-0/+96
| | | | | | | | | | | o restricted setuid-root access to executables, adjustable on a per-program and per-user basis; o a relatively secure environment for scripts, so that well-written scripts can be run as root (or some other uid/gid), without unduly compromising security. See pkg/DESCR for a comparson w/sudo.
* Add virtual category 'perl5'.Wolfram Schneider1997-04-206-12/+12
|
* Disable extended LOGIN_CAP $MAIL processing until it will be fixedAndrey A. Chernov1997-04-162-2/+2
| | | | | properly. In old variant /var/mail/root was always checked instead of /var/mail/<user>
* Upgrade to 1.2.19Andrey A. Chernov1997-04-1614-168/+314
|
* Minor correction-Joe Greco1997-04-033-6/+6
| | | | | | | | Changed floppy generation code to chmod gunzip to executable by a better strategic location for the chmod command. The former code failed to do this, meaning gunzip couldn't be run from the floppy. "Ooops". Yes, I actually do use this code! Honest! :-)
* Back out previous patch, I got confused by an old sshd.conf filePaul Traina1997-04-012-4/+4
|
* Enable tripwire.John Polstra1997-04-011-1/+2
|