| Commit message (Expand) | Author | Age | Files | Lines |
* | make openssh comply with section 4.4.9 (MAN vars in Makefile, not plist) | Michael Haro | 2001-04-02 | 2 | -7/+4 |
* | Move the maintainer to ports. I don't have the capacity to continue | Brian Feldman | 2001-02-21 | 1 | -1/+1 |
* | Add patch to prevent Bleichenbacher attack on SSH1 server. Bump | Kris Kennaway | 2001-02-12 | 2 | -1/+190 |
* | Bump PORTREVISION due to security fix. | Kris Kennaway | 2001-02-09 | 1 | -0/+1 |
* | Add patch to deal with possible remote root exploit found by | Kris Kennaway | 2001-02-09 | 5 | -22/+25 |
* | Mark FORBIDDEN: several problems including possible remote root | Kris Kennaway | 2001-02-09 | 1 | -0/+2 |
* | Add the security fix for inability to actually deny ssh-agent or X11 | Brian Feldman | 2000-11-14 | 1 | -0/+50 |
* | Update to OpenSSH 2.2.0. This is an end-of-life update for the | Brian Feldman | 2000-11-04 | 16 | -493/+109 |
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | Satoshi Asami | 2000-10-08 | 1 | -1/+1 |
* | Update all ports using OpenSSL and RSA to work without rsaref since | Kris Kennaway | 2000-09-22 | 1 | -4/+1 |
* | Fix Kerberos 4 support. | Brian Feldman | 2000-07-30 | 2 | -6/+24 |
* | Update to OpenSSH 2.1.1 and fix SSHv2 serving (passwd botch). | Brian Feldman | 2000-06-27 | 6 | -44/+54 |
* | Remove redundant/inappropriate CATEGORIES. People need to start reading | Will Andrews | 2000-06-02 | 1 | -1/+1 |
* | Also generate the DSA key from a package install. | Brian Feldman | 2000-05-30 | 1 | -1/+2 |
* | Fix this for OpenSSL versions <= 0.9.4. It seems that the OpenSSH people | Brian Feldman | 2000-05-20 | 1 | -1/+10 |
* | Using login and executing a specific "command" are mutually exclusive, | Brian Feldman | 2000-05-13 | 1 | -13/+66 |
* | Oops, put the I back in INSTALL_SCRIPT. | Brian Feldman | 2000-05-13 | 1 | -1/+1 |
* | Fix a mistake with pwcopy-related patches. | Brian Feldman | 2000-05-13 | 3 | -15/+29 |
* | Update to OpenSSH 2.1.0. They _FINALLY_ have distfiles, so now the CVS is | Brian Feldman | 2000-05-13 | 10 | -296/+112 |
* | Upgrade to version 1.2.3 with a CVS of a few hours ago. New stuff in | Brian Feldman | 2000-04-20 | 8 | -513/+454 |
* | update compatible libraries to -current. | Munechika SUMIKAWA | 2000-04-17 | 6 | -228/+188 |
* | Update with the new PORTNAME/PORTVERSION variables | Chris Piazza | 2000-04-09 | 1 | -3/+3 |
* | Fix socklen_t for FreeBSD 3. | Bill Fenner | 2000-03-20 | 1 | -1/+1 |
* | Update this to a CVS_DATE of a few minutes ago. | Brian Feldman | 2000-03-03 | 4 | -39/+21 |
* | Allow manual PORTS_CVS_SERVER and CVS_SITES settings. | Brian Somers | 2000-03-02 | 1 | -1/+4 |
* | Woops fix my previous incorrect patch. | Yoshinobu Inoue | 2000-02-27 | 1 | -7/+7 |
* | Fix a coredump-y bug that crept in recently. | Brian Feldman | 2000-02-25 | 1 | -2/+2 |
* | Change install -C usage to install -c usage, fixing the install for older | Brian Feldman | 2000-02-23 | 1 | -4/+11 |
* | Use 'IPv4or6' instead of AF_UNSPEC for 1st getaddrinfo() ai_family. | Yoshinobu Inoue | 2000-02-19 | 1 | -3/+12 |
* | Change a MAKE_ENV= to MAKE_ENV+=. This may fix problems people on | Brian Feldman | 2000-02-16 | 1 | -1/+1 |
* | When IPv4-only client connected to a server which have IPv4 and IPv6 | Munechika SUMIKAWA | 2000-02-15 | 1 | -3/+12 |
* | Clean things up by using the new knob for OpenSSL usage. | Brian Feldman | 2000-02-12 | 2 | -11/+7 |
* | Tell the user that they're doing something wrong when USA_RESIDENT is | Brian Feldman | 2000-02-10 | 1 | -1/+5 |
* | Simplify IPv6 checking. | Munechika SUMIKAWA | 2000-02-09 | 2 | -8/+5 |
* | the condition for USE_INET6 setting was opposite. | Munechika SUMIKAWA | 2000-02-01 | 1 | -1/+2 |
* | Fix a "USET" -> "USE" again. IPv6 should work for this port. Again. | Brian Feldman | 2000-02-01 | 2 | -140/+141 |
* | Take off RESTRICTED, since this has been a proper package for some | Brian Feldman | 2000-01-27 | 1 | -2/+0 |
* | List CVS files in IGNOREFILES so they will be properly deleted by "distclean". | Satoshi Asami | 2000-01-26 | 2 | -0/+43 |
* | Use ${OSVERSION} instead of ${USE_INET6}. | Munechika SUMIKAWA | 2000-01-25 | 1 | -3/+1 |
* | Fix IPv6 support: change a typo "USET_IPV6" to "USE_IPV6". | Brian Feldman | 2000-01-19 | 1 | -1/+1 |
* | - remove me from another MAINTAINER | Munechika SUMIKAWA | 2000-01-18 | 2 | -8/+10 |
* | Add sumikawa@FreeBSD.org as another MAINTAINER. Hopefully, this will | Brian Feldman | 2000-01-15 | 1 | -0/+1 |
* | Add the actual change of names in sockaddr_storage. This broke things | Brian Feldman | 2000-01-14 | 1 | -8/+5 |
* | Update to a more current OpenSSH, including... | Brian Feldman | 2000-01-13 | 14 | -75/+3716 |
* | Don't include bsd.port.pre.mk twice. This usually is caused by first | Satoshi Asami | 2000-01-07 | 1 | -1/+1 |
* | Upgrade to the pam_ssh module, version 1.1.. | Brian Feldman | 1999-12-28 | 1 | -12/+173 |
* | Update to today's OpenSSH. | Brian Feldman | 1999-12-23 | 3 | -95/+109 |
* | I've cleaned up ${CVS_DATE} usage a bit (keep spaces correctly), and | Brian Feldman | 1999-12-08 | 5 | -61/+63 |
* | In the meantime (while things are being worked and decided on on the | Brian Feldman | 1999-12-06 | 5 | -22/+328 |
* | Under advisories, put RESTRICTED back. It more accurately reflects | Brian Feldman | 1999-12-06 | 1 | -0/+2 |