summaryrefslogtreecommitdiffstats
path: root/security/ssh2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.2.0pat2002-06-183-7/+3
| | | | | PR: 39491 Submitted by: maintainer
* Update to 3.1.2 which fixes a recent security problem described at:petef2002-05-282-3/+2
| | | | | | | http://www.ssh.com/products/ssh/advisories/authentication.cfm PR: 38592 Submitted by: maintainer
* Oops, ".include <bsd.port.pre.mk>" line must be placed here.sada2002-05-171-2/+2
|
* Install default config files as *.sample instead of overwriting existing ones.sada2002-05-172-25/+46
| | | | | | | | Note: The PR includes diffs to cope with WITHOUT_X11 env, but this was already committed by knu-san. So I just added CONFIGURE_ARGS line, please verify it. PR: ports/35385 Submitted by: maintainer
* ssh_askpass2 is built only when X11 is installed. Supportknu2002-04-022-1/+9
| | | | | | | {WITH,WITHOUT}_X11 and detect ${X11BASE}/lib/libX11.a. Reported by: bento Obtained from: security/ssh (partly)
* - Update to 3.1.0.knu2002-02-2214-326/+45
| | | | | | | | | | | PR: ports/34740 Submitted by: larse@ISI.EDU - Add %%PORTDOCS%% to pkg-plist. - Assign MAINTAINER to the submitter. Requested by: issei (previous MAINTAINER)
* Remove myself from MAINTAINERissei2002-02-161-1/+1
|
* Remove extra file from pkg-plist to fix package buildingdwcjr2001-09-141-1/+0
|
* Unrestrict to match the ssh port.obrien2001-02-171-1/+1
|
* Don't install etc/rc.d/sshd.sh if sshd is being started from inetd.conf.steve2000-10-301-1/+3
| | | | | | PR: 15691 Submitted by: Roger Marquis <marquis@roble.com> Reviewed by: maintainer
* Upgrade to ssh-2.3.0.kris2000-09-0215-152/+109
| | | | | PR: ports/20869 Submitted by: Issei Suzuki <issei@issei.org> (Maintainer)
* Remove redundant/inappropriate CATEGORIES. People need to start readingwill2000-06-021-1/+1
| | | | the Porter's Handbook. :-)
* Update to version 2.1.0pl2.steve2000-05-2912-100/+119
| | | | | PR: 18620 Submitted by: maintainer
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-3/+3
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-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.will2000-04-141-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 variablescpiazza2000-04-091-3/+3
|
* Add better sshd startup scripts; specifically, allow restarting andwill2000-04-052-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.obrien2000-03-111-2/+10
|
* Make pkgname match the directory the port lives in, and to reduce collsionobrien2000-01-281-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 cleanupsmharo1999-12-242-12/+2
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Forgot a linecpiazza1999-11-251-0/+1
|
* Patches are now available from www.ssh.org/patchescpiazza1999-11-251-0/+3
| | | | Submitted by: Issei Suzuki <issei@jp.freebsd.org>
* Removed an obsoleted patch.sada1999-11-241-4/+0
| | | | | PR: 15059 Submitted by: Maintainer
* Path for problem with tty ownership with chflags and chown in BSD 4.4cpiazza1999-09-022-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.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-16/+10
| | | | chown -> ${CHOWN}
* #4/4 enforcing Caps, no periodhoek1999-06-261-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.obrien1999-06-241-2/+2
|
* upgrade to 2.0.13ache1999-06-1811-62/+70
| | | | | | | XXXtgetent from original PR fixed PR: 12279 Submitted by: Issei Suzuki <issei@issei.org>
* Add WWW: to DESCR filesmharo1999-05-031-1/+1
|
* detect/use -current libwrapache1999-04-031-1/+5
|
* Re-order definition of a couple of variables so the ssh1 dependencysteve1999-03-151-10/+11
| | | | | | | is picked up correctly. PR: 10577 Submitted by: maintainer
* Use setusercontext() now to set all sort of login things including env.ache1999-02-063-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.shache1999-02-051-4/+1
|
* upgrade to 2.0.12ache1999-02-056-20/+42
|
* remove curses bloatache1999-01-281-0/+20
|
* 1. Update base ssh2 version from 2.0.9 to 2.0.11obrien1998-12-017-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 URLobrien1998-12-011-2/+2
|
* Oops, I forgot to remove old patches...kuriyama1998-11-236-598/+0
|
* Secure shell client and server (remote login program).kuriyama1998-11-236-318/+172
| | | | | PR: ports/8204 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
* Mark this broken as it awaits upgrade after repository copy.asami1998-11-221-1/+3
|
* add official kerberos patchache1998-11-101-0/+286
|
* configure with "--without-x" if X11BASE/bin/xauth is missing.obrien1998-10-301-1/+5
| | | | Requested by: Studded@gorean.org
* Um, be careful when you copy stuff around -- change the secondasami1998-10-081-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.jkh1998-10-081-2/+3
| | | | Also Suggested by: asami
* Clean this file up a bit.jkh1998-10-081-7/+5
| | | | Suggested by: asami
* Properly reference the rsaref sources, which are required during the buildjkh1998-10-082-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 alreadyjkh1998-10-071-8/+3
| | | | available "broken out."
OpenPOWER on IntegriCloud