summaryrefslogtreecommitdiff
path: root/security/openssh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the second CVS site work for real.Brian Feldman1999-11-184-25/+39
| | | | | | | | | | | | | | | | Move sshd.sh to files and ${INSTALL_SCRIPT}/${PERL} -pi it. Clean up the Makefile's style a bit (MNF anyone? :) Add WWW: to pkg/DESCR. Change MASTER_SITES back to CVS_SITES to avoid problems with MASTER_SITE_OVERRIDE. Parts submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>, Robert Muir <rmuir@gibralter.net> Notes: svn path=/head/; revision=23178
* Update OpenSSH to the latest CVS_DATE.Brian Feldman1999-11-173-13/+27
| | | | | | | | | | | | | | | | | | | | | | | | CVS_SITE is now MASTER_SITES, and each is tried if the previous fails Include a :pserver: as one of the CVS repositories, so those inside firewalls should be able to fetch SSH. If this doesn't work for everyone, I've still got a trick up my sleeve. Fix rlimit-related warnings people are seeing by moving the setclasscontext() to before the switching of uids. Let me know if this does not work, as I never got the warnings in the first place. Don't clobber sshd_config, etc. Instead, if they're there, just warn of their existance. Take the config files and sshd.sh out of the pkg/PLIST, mainly so you don't lose your configuration files by doing a "make deinstall reinstall clean" update. Parts submitted by: Robert Muir <rmuir@gibralter.net>, Travis Mikalson <bofh@terranova.net> Notes: svn path=/head/; revision=23167
* Thanks to those who replied! The include (ssl versus openssl) transformBrian Feldman1999-11-1712-153/+4
| | | | | | | | | is now done in post-patch. Submitted by: Anton Berezin <tobez@plab.ku.dk>, Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=23166
* And update those checksums too.Brian Feldman1999-11-171-4/+4
| | | | Notes: svn path=/head/; revision=23159
* Prompted by Kris Kennaway <kris@FreeBSD.org>Brian Feldman1999-11-174-32/+31
| | | | | | | | | | | | | | | | Update to to the current time for OpenSSH. The notable commit given to me for this new date is: (provos@cvs.openbsd.org) usr.bin/ssh : hostfile.c in known_hosts key lookup the entry for the bits does not need to match, all the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me. Notes: svn path=/head/; revision=23158
* Bump CVS_DATE to a few minutes ago, and update MD5 checksums for updatedBrian Feldman1999-11-152-11/+14
| | | | | | | | | files. Also, CVS_RSH can now be specified (to override the ignored environmental CVS_RSH) as PORTS_CVS_RSH. For instance, you can use ssh to check out ssh ( :] ) with "PORTS_CVS_RSH=ssh make fetch". Notes: svn path=/head/; revision=23137
* Enable TCP wrapper support (conditionalized to turn off if tcpd.h isBrian Feldman1999-11-152-5/+14
| | | | | | | nonexistant). Also, add the Makefile hooks for AFS, Kerberos, and S/Key. Notes: svn path=/head/; revision=23135
* Add support for setting login.conf class things including rlimits, priority,Brian Feldman1999-11-131-5/+8
| | | | | | | | | | | and umask. Also support /var/run/nologin, copyright, and support motd correctly. The PR was used as a base, thanks! PR: 14859 Submitted by: Dan Harnett <danh@wzrd.com> Notes: svn path=/head/; revision=23057
* Lots of OpenSSH changes, let's see if I remember them all.Brian Feldman1999-11-134-13/+138
| | | | | | | | | | | | | | | | | | | | | | 1. Makefile cleanups, pkg/DESCR original comment (obrien) 2. sshd.sh and automatic host key generation when installed (Christian Weisgerber <naddy@unix-ag.uni-kl.de>) 3. Completely redone downloading procedure: * CVS is used to download the source (${CVS_CMD} defaults to cvs -z3) * MD5 checksums and a specific ${CVS_DATE} are used to get a specific source tree and verify it; ${CVS_DATE} and checksums can easily be rolled forward once tested. * Source is checked out to distfiles like other ports, and is only updated when ${CVS_DATE} changes. Rebuilding the port doesn't require another cvs co. Enjoy! Reviewed mostly by: obrien Notes: svn path=/head/; revision=23051
* Correct the do-fetch target and improve error detection in fetchit.Brian Feldman1999-11-111-4/+4
| | | | Notes: svn path=/head/; revision=23036
* Whoops, extra parenthesis broke do-fetch.Brian Feldman1999-11-111-1/+1
| | | | Notes: svn path=/head/; revision=23033
* Quite a bit of change to OpenSSH made:Brian Feldman1999-11-114-5/+96
| | | | | | | | | | | | | | | Add "/usr/local/bin" to _PATH_STDPATH (makes scp work inbound, for instance.) Fetch OpenSSH from OpenBSD's src tree. This uses a script and ftp(1). Add strlcpy.c to ssh/lib, so this port should build on 3.X now. Make TCP_WRAPPERS conditional on /usr/include/tcpd.h like the PR, so it should build on older RELEASEs without TCP Wrappers. The PR is still open because I am taking more from it. PR: ports/14653 Notes: svn path=/head/; revision=23032
* Make some various cleanups. Note that I did not add RESTRICTED since this isBrian Feldman1999-11-095-26/+48
| | | | | | | | | | in no way cryptographically encumbered code. The fact that it's redistributed by me from freefall is completely coincidental. Submitted by: obrien, Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=22988
* Add library dependency to crypto.1.Dirk Froemberg1999-11-091-0/+1
| | | | Notes: svn path=/head/; revision=22984
* Say hello to OpenSSH! It's more secure, has a better license, andBrian Feldman1999-11-0828-0/+409
is actively maintained by members of the OpenBSD project. Notes: svn path=/head/; revision=22963