| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
No PORTREVISION update because of the short timeframe between the commits.
Submitted by: maintainer
Notes:
svn path=/head/; revision=84396
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixed a critical security bug with RSA signature
verification. Mitigating factors: DSA is used by default (not
vulnerable). Also, the attack requires that attacker has the
public key and the attacker needs to precompute the signature
data so, that it looks like a valid PKCS#1 signature. This is a
non-trivial task to perform without the private
key. Nonetheless, all users should update their servers and
clients as soon as convenient. Workarounds are to not use RSA
keys as host keys (though connecting to existing hosts with RSA
hostkeys poses a serious risk with a vulnerable client), and
disabling publickey authentication. Update your clients and
servers.
Update MASTER_SITES, remove sites that are down or no langer carry ssh2
and add some new.
- Turn Kerberos and group writeability support into knobs so one hasn't to
edit the Makefile.
- Remove dependency on security/tcp_wrapper for tcp-wrapper support on
systems < FreeBSD 4.0, that port is no longer persistent.
- Fix pkg-plist for WITH_STATIC_SFTP case.
- Replace referneces to /etc/ssh2/* in man pages with references to
PREFIX/etc/ssh2/* in order to better fit for FreeBSD.
- Replace "$(ETCDIR)" in ssh_dummy_shell.out with PREFIX/etc.
- Remove duplicated mechanism for generating the host key if an old one isn't
found in the post-install target in the Makefile of the port, this is
already done by the generate-host-key target in WRKSRC/apps/ssh/Makefile.
- Fix differences between the install action done when installing the
package versus installing the port. I.e. make the package create the host
key with what ever bits ssh-keygen2 defaults to (currently 2048) instead
of 1024 bits, copy over the configuration files for ssh2 and sshd2 from
the examples if not already existent and create the directories for the
global host keys and known hosts files.
- Add some foo to pkg-plist to remove as much as possible from PREFIX/etc/ssh2,
i.e. configuration files that don't differ from the corresponding examples
and empty directories. Inform the user to remove what's left over if any.
- Use _PATH_STDPATH instead of _PATH_DEFPATH so that the default PATH gets
set to "/usr/bin:/bin:/usr/sbin:/sbin:PREFIX/bin" instead of
"/usr/bin:/bin:PREFIX/bin". Using _PATH_STDPATH is consistent with OpenSSH
and seems more usefull. One might want to patch ssh2 to also use login_cap(3)
so that e.g. PATH gets picked up from whatever is defined in /etc/login.conf.
- Change MAINTAINER.
- Replace "share/doc/ssh2" with %%DATADIR%% in pkg-plist.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer
Notes:
svn path=/head/; revision=84393
|
|
|
|
|
|
|
|
| |
PR: ports/48542
Submitted by: Lars Eggert <larse@isi.edu>
Notes:
svn path=/head/; revision=76323
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2.) If libX11.a exists and xauth not, the build of ssh2 fails. This
patch fix this.
3.) ssh2/files/sshd.sh looks for the wrong pid file in /var/run.
This patch fix this and adds 2> /dev/null to the sshd2 startup
PR: 46012
Submitted by: maintainer
Notes:
svn path=/head/; revision=72287
|
|
|
|
|
|
|
|
| |
PR: 45876
Submitted by: maintainer
Notes:
svn path=/head/; revision=72254
|
|
|
|
|
|
|
|
| |
PR: 39491
Submitted by: maintainer
Notes:
svn path=/head/; revision=61534
|
|
|
|
|
|
|
|
|
|
| |
http://www.ssh.com/products/ssh/advisories/authentication.cfm
PR: 38592
Submitted by: maintainer
Notes:
svn path=/head/; revision=60230
|
|
|
|
| |
Notes:
svn path=/head/; revision=59313
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=59308
|
|
|
|
|
|
|
|
|
|
| |
{WITH,WITHOUT}_X11 and detect ${X11BASE}/lib/libX11.a.
Reported by: bento
Obtained from: security/ssh (partly)
Notes:
svn path=/head/; revision=57179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/34740
Submitted by: larse@ISI.EDU
- Add %%PORTDOCS%% to pkg-plist.
- Assign MAINTAINER to the submitter.
Requested by: issei (previous MAINTAINER)
Notes:
svn path=/head/; revision=55065
|
|
|
|
| |
Notes:
svn path=/head/; revision=54769
|
|
|
|
| |
Notes:
svn path=/head/; revision=47836
|
|
|
|
| |
Notes:
svn path=/head/; revision=38417
|
|
|
|
|
|
|
|
|
| |
PR: 15691
Submitted by: Roger Marquis <marquis@roble.com>
Reviewed by: maintainer
Notes:
svn path=/head/; revision=34448
|
|
|
|
|
|
|
|
| |
PR: ports/20869
Submitted by: Issei Suzuki <issei@issei.org> (Maintainer)
Notes:
svn path=/head/; revision=32191
|
|
|
|
|
|
|
| |
the Porter's Handbook. :-)
Notes:
svn path=/head/; revision=29084
|
|
|
|
|
|
|
|
| |
PR: 18620
Submitted by: maintainer
Notes:
svn path=/head/; revision=28875
|
|
|
|
| |
Notes:
svn path=/head/; revision=27847
|
|
|
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
Notes:
svn path=/head/; revision=27680
|
|
|
|
|
|
|
|
|
|
|
| |
Thanks to those who reported this.
PRs: 17927, 17937
Submitted by: Keith Davey <redlance@primenet.com>
maintainer (ssh2)
Notes:
svn path=/head/; revision=27523
|
|
|
|
| |
Notes:
svn path=/head/; revision=27426
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=27351
|
|
|
|
| |
Notes:
svn path=/head/; revision=26743
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=25179
|
|
|
|
|
|
|
|
| |
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=23999
|
|
|
|
| |
Notes:
svn path=/head/; revision=23333
|
|
|
|
|
|
|
| |
Submitted by: Issei Suzuki <issei@jp.freebsd.org>
Notes:
svn path=/head/; revision=23332
|
|
|
|
|
|
|
|
| |
PR: 15059
Submitted by: Maintainer
Notes:
svn path=/head/; revision=23303
|
|
|
|
|
|
|
|
|
|
|
| |
variants. Fixes a security bug in tty allocation.
PR: 13515
PR: 13536
Submitted by: Issei Suzuki <issei@jp.FreeBSD.org> (ssh2 maintainer)
Notes:
svn path=/head/; revision=21200
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=21143
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
Notes:
svn path=/head/; revision=19804
|
|
|
|
| |
Notes:
svn path=/head/; revision=19753
|
|
|
|
|
|
|
|
|
|
| |
XXXtgetent from original PR fixed
PR: 12279
Submitted by: Issei Suzuki <issei@issei.org>
Notes:
svn path=/head/; revision=19548
|
|
|
|
| |
Notes:
svn path=/head/; revision=18397
|
|
|
|
| |
Notes:
svn path=/head/; revision=17616
|
|
|
|
|
|
|
|
|
|
| |
is picked up correctly.
PR: 10577
Submitted by: maintainer
Notes:
svn path=/head/; revision=17188
|
|
|
|
|
|
|
|
|
| |
variables and priority!
Enable light debugging for compatibility with -v option
Don't print "No mail." - not in BSD login style.
Notes:
svn path=/head/; revision=16549
|
|
|
|
| |
Notes:
svn path=/head/; revision=16547
|
|
|
|
| |
Notes:
svn path=/head/; revision=16540
|
|
|
|
| |
Notes:
svn path=/head/; revision=16412
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=15012
|
|
|
|
| |
Notes:
svn path=/head/; revision=14995
|
|
|
|
| |
Notes:
svn path=/head/; revision=14796
|
|
|
|
|
|
|
|
| |
PR: ports/8204
Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
Notes:
svn path=/head/; revision=14788
|
|
|
|
| |
Notes:
svn path=/head/; revision=14775
|
|
|
|
| |
Notes:
svn path=/head/; revision=14446
|