Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unrestrict to match the ssh port. | obrien | 2001-02-17 | 1 | -1/+1 |
| | |||||
* | Don't install etc/rc.d/sshd.sh if sshd is being started from inetd.conf. | steve | 2000-10-30 | 1 | -1/+3 |
| | | | | | | PR: 15691 Submitted by: Roger Marquis <marquis@roble.com> Reviewed by: maintainer | ||||
* | Upgrade to ssh-2.3.0. | kris | 2000-09-02 | 15 | -152/+109 |
| | | | | | PR: ports/20869 Submitted by: Issei Suzuki <issei@issei.org> (Maintainer) | ||||
* | Remove redundant/inappropriate CATEGORIES. People need to start reading | will | 2000-06-02 | 1 | -1/+1 |
| | | | | the Porter's Handbook. :-) | ||||
* | Update to version 2.1.0pl2. | steve | 2000-05-29 | 12 | -100/+119 |
| | | | | | PR: 18620 Submitted by: maintainer | ||||
* | Correct whitespace introduced during PORTNAME conversion and portlint | mharo | 2000-04-21 | 1 | -3/+3 |
| | |||||
* | Standardize all user defined options to the booleans WITH_FOO and | reg | 2000-04-17 | 1 | -16/+14 |
| | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports | ||||
* | Sorry to everyone, the commits previously broke installing for these ports. | will | 2000-04-14 | 1 | -1/+1 |
| | | | | | | | | Thanks to those who reported this. PRs: 17927, 17937 Submitted by: Keith Davey <redlance@primenet.com> maintainer (ssh2) | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -3/+3 |
| | |||||
* | Add better sshd startup scripts; specifically, allow restarting and | will | 2000-04-05 | 2 | -2/+29 |
| | | | | | | | | | | | | | stopping the server. Martti's submission did not include -h, which I added because if I had added the scripts the way he submitted them, the server wouldn't be started on startup. PR: 10196 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> Reviewed by: kris (partially) No response: maintainers (PR opened February 22, 1999) | ||||
* | Support OpenSSH in the base system as the ssh1 component. | obrien | 2000-03-11 | 1 | -2/+10 |
| | |||||
* | Make pkgname match the directory the port lives in, and to reduce collsion | obrien | 2000-01-28 | 1 | -2/+3 |
| | | | | | | | with the ssh1 port. Asked for by: several on the ports list over time [the maintainer has not responded to multiple emails asking about this change] | ||||
* | remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups | mharo | 1999-12-24 | 2 | -12/+2 |
| | | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Forgot a line | cpiazza | 1999-11-25 | 1 | -0/+1 |
| | |||||
* | Patches are now available from www.ssh.org/patches | cpiazza | 1999-11-25 | 1 | -0/+3 |
| | | | | Submitted by: Issei Suzuki <issei@jp.freebsd.org> | ||||
* | Removed an obsoleted patch. | sada | 1999-11-24 | 1 | -4/+0 |
| | | | | | PR: 15059 Submitted by: Maintainer | ||||
* | Path for problem with tty ownership with chflags and chown in BSD 4.4 | cpiazza | 1999-09-02 | 2 | -0/+5 |
| | | | | | | | | variants. Fixes a security bug in tty allocation. PR: 13515 PR: 13536 Submitted by: Issei Suzuki <issei@jp.FreeBSD.org> (ssh2 maintainer) | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 1 | -16/+10 |
| | | | | chown -> ${CHOWN} | ||||
* | #4/4 enforcing Caps, no period | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de | ||||
* | Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists. | obrien | 1999-06-24 | 1 | -2/+2 |
| | |||||
* | upgrade to 2.0.13 | ache | 1999-06-18 | 11 | -62/+70 |
| | | | | | | | XXXtgetent from original PR fixed PR: 12279 Submitted by: Issei Suzuki <issei@issei.org> | ||||
* | Add WWW: to DESCR files | mharo | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | detect/use -current libwrap | ache | 1999-04-03 | 1 | -1/+5 |
| | |||||
* | Re-order definition of a couple of variables so the ssh1 dependency | steve | 1999-03-15 | 1 | -10/+11 |
| | | | | | | | is picked up correctly. PR: 10577 Submitted by: maintainer | ||||
* | Use setusercontext() now to set all sort of login things including env. | ache | 1999-02-06 | 3 | -5/+138 |
| | | | | | | variables and priority! Enable light debugging for compatibility with -v option Don't print "No mail." - not in BSD login style. | ||||
* | remove lines which do chmod -x on recently installed rc.d/sshd.sh | ache | 1999-02-05 | 1 | -4/+1 |
| | |||||
* | upgrade to 2.0.12 | ache | 1999-02-05 | 6 | -20/+42 |
| | |||||
* | remove curses bloat | ache | 1999-01-28 | 1 | -0/+20 |
| | |||||
* | 1. Update base ssh2 version from 2.0.9 to 2.0.11 | obrien | 1998-12-01 | 7 | -33/+79 |
| | | | | | | | | | | | | | | | | | Ssh 2.0.9 has bugs abount updating utmp/wtmp file. 2. Now you can compile ssh2 to support TCP_Wrapper (security/tcp_wrapper) when you define USE_TCPWRAP=YES 3. Fix typo in MASTER_SITES (Thanks to Chris Piazza <norn@home.net>) 4. Use /usr/lib/libz.so.* instead of libz in ssh2 source file. 5. Delete some obsolute pathes. PR: ports/8916 Submitted by: issei@jp.FreeBSD.ORG | ||||
* | fix typo in a URL | obrien | 1998-12-01 | 1 | -2/+2 |
| | |||||
* | Oops, I forgot to remove old patches... | kuriyama | 1998-11-23 | 6 | -598/+0 |
| | |||||
* | Secure shell client and server (remote login program). | kuriyama | 1998-11-23 | 6 | -318/+172 |
| | | | | | PR: ports/8204 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> | ||||
* | Mark this broken as it awaits upgrade after repository copy. | asami | 1998-11-22 | 1 | -1/+3 |
| | |||||
* | add official kerberos patch | ache | 1998-11-10 | 1 | -0/+286 |
| | |||||
* | configure with "--without-x" if X11BASE/bin/xauth is missing. | obrien | 1998-10-30 | 1 | -1/+5 |
| | | | | Requested by: Studded@gorean.org | ||||
* | Um, be careful when you copy stuff around -- change the second | asami | 1998-10-08 | 1 | -2/+2 |
| | | | | | | CONFIGURE_ARGS defintion to use "+=" so it won't override the first. While I'm here, GNU_CONFIGURE implies --prefix=${PREFIX} so take it out. | ||||
* | Better depends. | jkh | 1998-10-08 | 1 | -2/+3 |
| | | | | Also Suggested by: asami | ||||
* | Clean this file up a bit. | jkh | 1998-10-08 | 1 | -7/+5 |
| | | | | Suggested by: asami | ||||
* | Properly reference the rsaref sources, which are required during the build | jkh | 1998-10-08 | 2 | -7/+10 |
| | | | | | of ssh now. If anyone knows of a way of making the build dependency here less gross, I'm listening! :) | ||||
* | Depend on ports collection rsaref, since we have it now already | jkh | 1998-10-07 | 1 | -8/+3 |
| | | | | available "broken out." | ||||
* | Make RSA stuff work on alpha (or on any other 64bit architecture) | dima | 1998-09-26 | 1 | -1/+2 |
| | |||||
* | tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile: | asami | 1998-09-17 | 1 | -2/+2 |
| | | | | | libwrap is a shared library so it should be LIB_DEPENDS, and delete some spaces and tab-only lines. | ||||
* | Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball | asami | 1998-09-15 | 1 | -4/+3 |
| | | | | | | checks haven't missed anything. Submitted by: dima | ||||
* | Repair a linkage problem, whereis the ssh port was trying to | chuckr | 1998-09-13 | 1 | -186/+121 |
| | | | | | specify the location of system libs. Reviewed by: Mark Murray, David O'Brien | ||||
* | The pkg_create(1) handles symlinks correctly. Delist manpages. | hoek | 1998-08-19 | 2 | -42/+20 |
| | |||||
* | Use ${PERL_VERSION} on perl version. | vanilla | 1998-08-17 | 1 | -4/+4 |
| | | | | Reminded by: asami | ||||
* | Change perl version to 5.00502. | vanilla | 1998-08-17 | 1 | -4/+4 |
| | |||||
* | If KRB5_HOME is defined, compile ssh with krb5 support. | dima | 1998-08-01 | 1 | -1/+5 |
| |