Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | link idecrypt with -ldes | Torsten Blum | 1997-09-01 | 1 | -0/+19 |
| | |||||
* | Distfile moved, change path | Andrey A. Chernov | 1997-08-27 | 3 | -9/+9 |
| | |||||
* | Shame on me ... we need BUILD_DEPEND, not LIB_DEPEND. | Andreas Klemm | 1997-08-16 | 2 | -4/+4 |
| | | | | It must be the heat ;-) | ||||
* | libRSAglue.a is needed to build apache-ssl port. | Andreas Klemm | 1997-08-16 | 4 | -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 Klemm | 1997-08-16 | 2 | -4/+4 |
| | |||||
* | if USA_RESIDENT is set: | Andreas Klemm | 1997-08-16 | 2 | -4/+4 |
| | | | | | LIB_DEPENDS line: forgotten ´=´ changed LIB_DEPENDS to a needed BUILD_DEPENDS= rsaref:.... | ||||
* | Toss safe-tcl in the can. | Mark Murray | 1997-08-15 | 1 | -2/+1 |
| | |||||
* | Update to v 0.8.1. New algorithms (Blowfish &c) added. SSLv3 added. | Mark Murray | 1997-08-15 | 10 | -106/+544 |
| | | | | Thanks to: Richard Seaman <Dick@tar.com> | ||||
* | Remove socks4 from the repository. | David E. O'Brien | 1997-08-15 | 1 | -2/+1 |
| | |||||
* | Upgrade to 2.8a4 (child death fixed) | Andrey A. Chernov | 1997-08-10 | 2 | -4/+4 |
| | |||||
* | Needed a maintainer. | David E. O'Brien | 1997-08-08 | 1 | -1/+3 |
| | |||||
* | Turn on socks4. | David E. O'Brien | 1997-08-07 | 1 | -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 Blum | 1997-08-05 | 6 | -0/+241 |
| | |||||
* | Enable "cfs", the Cryptographic File System port. | John Polstra | 1997-07-30 | 1 | -1/+2 |
| | |||||
* | New port of CFS, the Cryptographic File System. | John Polstra | 1997-07-30 | 7 | -0/+97 |
| | |||||
* | Make this port respect ${PREFIX} if it's set. | Masafumi Max NAKANE | 1997-07-21 | 1 | -1/+1 |
| | | | | | PR: 4125 Pointed-out by: Wes Santee <wes@bogon.net> | ||||
* | Prevent this server error message: | John Polstra | 1997-07-19 | 1 | -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 Asami | 1997-07-18 | 2 | -8/+8 |
| | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). | ||||
* | ldconfig -> ${LDCONFIG}. | Masafumi Max NAKANE | 1997-07-17 | 1 | -2/+2 |
| | |||||
* | Fix for FreeBSD specific files and binaries | James FitzGibbon | 1997-07-06 | 2 | -4/+20 |
| | | | | | PR: ports/4041 Submitted by: Dirk Froemberg <dirk@activ-consult.de> | ||||
* | Take out version number | Andrey A. Chernov | 1997-07-05 | 1 | -3/+0 |
| | |||||
* | Upgrade to 7.6 | Andrey A. Chernov | 1997-07-04 | 4 | -7/+7 |
| | |||||
* | typo in comment | Adam David | 1997-07-01 | 2 | -4/+4 |
| | |||||
* | Make all p5- ports use USE_PERL instead of explicitly stating the version ↵ | James FitzGibbon | 1997-06-24 | 4 | -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 NAKANE | 1997-06-20 | 1 | -2/+2 |
| | |||||
* | Add -DNETGROUP to the compile-time flags so that entries in /etc/netgroup | Masafumi Max NAKANE | 1997-06-20 | 1 | -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 now | Andrey A. Chernov | 1997-06-11 | 2 | -38/+140 |
| | |||||
* | Make MASTER_SITES blank because the current distfile is broken and the old ↵ | James FitzGibbon | 1997-06-09 | 1 | -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 Fenner | 1997-06-09 | 1 | -3/+3 |
| | | | | Found by: distfile checker | ||||
* | Improve xinetd's capacity. Works better under load this way. | Mark Murray | 1997-06-04 | 1 | -0/+19 |
| | | | | | PR: 3699 Submitted by: tom@sdf.com | ||||
* | Don't remove the host key on pkg_delete. It is irreplaceable. | John Polstra | 1997-06-02 | 2 | -2/+0 |
| | |||||
* | Remove myself as maintainer of this port | Gary Palmer | 1997-05-31 | 1 | -3/+1 |
| | |||||
* | File moved on master site. | Bill Fenner | 1997-05-28 | 1 | -2/+2 |
| | | | | Found by: distfile checker | ||||
* | Upgrade all ports requiring perl5.003 to perl5.004 | James FitzGibbon | 1997-05-24 | 6 | -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 override | Satoshi Asami | 1997-05-17 | 1 | -2/+2 |
| | | | | the "main" targets! | ||||
* | login_getclass() -> login_getpwclass(). | David Nugent | 1997-05-10 | 2 | -4/+4 |
| | |||||
* | Fix incorrect path: /usr/ucb/tail -> /usr/bin/tail | James FitzGibbon | 1997-05-09 | 1 | -0/+20 |
| | |||||
* | Make the DESCR file a little less of a copy of the README | James FitzGibbon | 1997-05-03 | 2 | -37/+16 |
| | | | | right-to-be-lazy-revoked-by: asami@freebsd.org | ||||
* | Activate swatch | James FitzGibbon | 1997-05-03 | 1 | -1/+2 |
| | |||||
* | Import of SWATCH, the Simple WATCHer and filter | James FitzGibbon | 1997-05-03 | 6 | -0/+150 |
| | |||||
* | Fix 3 error with login.conf | Andrey A. Chernov | 1997-05-02 | 2 | -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 just | Peter Wemm | 1997-04-25 | 14 | -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 super | David E. O'Brien | 1997-04-24 | 1 | -1/+2 |
| | |||||
* | Super is a setuid-root program that offers | David E. O'Brien | 1997-04-24 | 5 | -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 Schneider | 1997-04-20 | 6 | -12/+12 |
| | |||||
* | Disable extended LOGIN_CAP $MAIL processing until it will be fixed | Andrey A. Chernov | 1997-04-16 | 2 | -2/+2 |
| | | | | | properly. In old variant /var/mail/root was always checked instead of /var/mail/<user> | ||||
* | Upgrade to 1.2.19 | Andrey A. Chernov | 1997-04-16 | 14 | -168/+314 |
| | |||||
* | Minor correction- | Joe Greco | 1997-04-03 | 3 | -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 file | Paul Traina | 1997-04-01 | 2 | -4/+4 |
| | |||||
* | Enable tripwire. | John Polstra | 1997-04-01 | 1 | -1/+2 |
| |