Munechika SUMIKAWA
b734a81d1c
- re-enable TCP_NODELAY
...
Submitted by: Arjan.deVet@adv.iae.nl (Arjan de Vet)
- do not exit in failure to connect using IPv6 and try to IPv4
when connecting to dualstack hosts.
Approved by: torstenb
2000-02-24 14:11:58 +00:00
Munechika SUMIKAWA
6e0bfd0c33
Make IPv6-enable ssh works on socks environment.
...
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
Reviewed by: shin, Robert Muir <rmuir@looksharp.net>
Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
Approved by: torstenb
2000-02-24 08:27:36 +00:00
Munechika SUMIKAWA
7b2ffcdb39
Make buildable on IPv4-only kernel.
...
Specified by: ache
Reviewed by: torstenb
2000-02-20 17:30:54 +00:00
Andrey A. Chernov
5ce5ad59b1
Disable ipv6 until it will be fixed by someone.
...
With latest -current configure fails:
checking getaddrinfo bug... buggy
Fatal: You must get working getaddrinfo() function.
or you can specify "--disable-ipv6".
2000-02-14 21:52:05 +00:00
Munechika SUMIKAWA
7f1c13ce26
Add 'ipv6' on CATEGORIES.
...
Approved by: torstenb
2000-02-14 12:29:16 +00:00
Torsten Blum
62e8b86072
Checfor OSVERSION _or_ USE_INET6 when deciding if IPv6 support should
...
be added. This is done to support the build on pre 4.0 machines with
the KAME IPv6 stack installed. It has been verified to build+work
with both 4.0 and 3.4+kame.
Org. patch Submitted By: Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>
2000-02-12 19:27:40 +00:00
Torsten Blum
eb66565459
Add IPv6 support to ssh.
...
The IPv6 patch was obtained from the kame repository and has been
been writen by KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
Due to the whole mess with different patches it was necessary to include
both the IPv6 patch and patch-ssh-1.2.27-bsd.tty.chown in ${PATCHDIR}.
Since both patches modify the configure script it was also necessary
to rebuild it via autoconf from configure.in. I've decided to use
USE_AUTOCONF instead of including the re-build configure script in
${FILESDIR}
Obtained from: KAME/WIDE
2000-01-14 19:37:39 +00:00
Chris Piazza
37014e3b5d
Patches are now available from www.ssh.org/patches
...
Submitted by: Issei Suzuki <issei@jp.freebsd.org>
1999-11-25 21:26:03 +00:00
Warner Losh
ab96a24696
Default to not allowing root logins. This makes it consistant with
...
OpenSSH. Users desiring the old functionality can edit their
sshd-config files by hand for new installs.
1999-11-20 19:54:31 +00:00
Chris Piazza
603bf4c4de
Use a different PATCH_SITE so we don't keep getting people telling us
...
that the port is broken.
Thanks to Charles "spork" <spork@super-g.com>
1999-11-18 01:34:59 +00:00
Warner Losh
272f7058db
Don't overflow rsa bits. As seen on bugtraq and elsewhere.
...
Submitted by: drow@false.org
Reviewed by: ache
PR: 14749
1999-11-16 07:21:36 +00:00
Brian Feldman
fb16378220
Spelling error correction.
1999-11-08 05:52:40 +00:00
Eivind Eklund
0447a53637
Correct PLIST for the non-X11 case. (This was OK'ed by the maintainer quite
...
some time ago).
1999-11-06 19:43:18 +00:00
Torsten Blum
4bc02dcc5e
Turn Root Login on again.
...
It has been changed in rev. 1.4 of this file, but the committer forgot to
mention it on the log.
1999-09-10 21:01:55 +00:00
Chris Piazza
a8438b23fe
Path for problem with tty ownership with chflags and chown in BSD 4.4
...
variants. Fixes a security bug in tty allocation.
PR: 13515
PR: 13536
Submitted by: Issei Suzuki <issei@jp.FreeBSD.org> (ssh2 maintainer)
1999-09-02 17:08:38 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a53421230c
$Id$ -> $FreeBSD$
1999-08-31 01:53:22 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Mark Murray
cdb4ca853a
SUID ssh breaks kerberos; disable in the kerberized case. I even
...
like the idea of breaking SUID bit permanently, but I'll leave this
up to the maintainer.
1999-08-09 17:12:44 +00:00
Michael Haro
fc3bcccc53
Remove manpages from PLIST and use MLINKS instead of a bunch of ${LN} calls.
1999-07-16 06:09:43 +00:00
Masafumi Max NAKANE
85400e7624
Update the master site.
1999-07-07 15:36:40 +00:00
Tim Vanderhoek
a84b5b5f94
#4/4 enforcing Caps, no period
...
[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
1999-06-26 19:22:14 +00:00
Brian Somers
2170922420
Only use trimdomain() if __FreeBSD_version > 320000
...
It was available in 3.0 & 3.1 but would truncate at UT_HOSTSIZE-1
1999-06-18 11:37:30 +00:00
SADA Kenji
48500b76a6
PR: ports/12037
...
Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
Upgrade to 1.2.27.
# I'm not maintainer but it seems that torstenb is too busy to
# look the PR and many people want new version ssh port.
1999-06-15 20:14:04 +00:00
Brian Somers
ec05f7b3ba
Always use trimdomain(), not just #if __FreeBSD_version >= 400004
...
The port maintainer must be away....
1999-05-07 15:41:49 +00:00
Brian Somers
efca57d6d3
Reduce the copy of the DISPLAY variable using
...
trimdomain() so that ``ssh machine.domain xterm''
comes out with a machine name of (say) ``machine:10.0''.
Reviewed by: torstenb@
1999-04-11 09:10:34 +00:00
Brian Somers
f58bba4d52
Call trimdomain() to reduce the size of the ut_host
...
field before reveting to storing an IP number.
Reviewed by: torstenb@
1999-04-11 09:08:31 +00:00
Andrey A. Chernov
13b379da07
detect/use -current libwrap
1999-04-03 03:35:50 +00:00
Bill Fumerola
c42cc3ec22
(1) Add a new MASTER_SITE
...
(2) Reorganize MASTER_SITEs
(3) Remove reference to Phil Karn's ssh speedups, it is now distributed
as a full source package, and not a patch kit. If we want to use it,
we will have to make a new port for it.
(4) Use ${ECHO} instead of echo, ${RM} instead of rm, ${LN} instead of ln
(5) Use ${FALSE} instead of false
(6) Remove multiple blank lines in Makefile
(7) Remove trailing blank lines in pkg/DESCR
Submitted by: Alex Perel <veers@disturbed.net> (1, 2, 4, 6)
Bill Fumerola <billf@FreeBSD.org> (3, 5, 7)
1999-03-13 18:51:11 +00:00
Satoshi Asami
4b07f0329b
Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any
...
dependencies to perl5 in -current. This might cause some unwanted
perl5 installations on -stable (if it was originally RUN_DEPENDS,
perl5 will now be installed during build too, etc.), but its lifetime
is limited anyway.
1999-01-02 00:12:21 +00:00
Andrey A. Chernov
f5f3107e73
add official kerberos patch
1998-11-10 13:20:21 +00:00
David E. O'Brien
3c1a7c6ce8
configure with "--without-x" if X11BASE/bin/xauth is missing.
...
Requested by: Studded@gorean.org
1998-10-30 06:15:18 +00:00
Satoshi Asami
5ae4f4e88c
Um, be careful when you copy stuff around -- change the second
...
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.
1998-10-08 13:11:52 +00:00
Jordan K. Hubbard
b05e6687f6
Better depends.
...
Also Suggested by: asami
1998-10-08 06:17:56 +00:00
Jordan K. Hubbard
efa62cf97c
Clean this file up a bit.
...
Suggested by: asami
1998-10-08 06:16:18 +00:00
Jordan K. Hubbard
564a72f782
Properly reference the rsaref sources, which are required during the build
...
of ssh now. If anyone knows of a way of making the build dependency here
less gross, I'm listening! :)
1998-10-08 03:42:23 +00:00
Jordan K. Hubbard
37df81f735
Depend on ports collection rsaref, since we have it now already
...
available "broken out."
1998-10-07 23:03:44 +00:00
Dima Ruban
43f2f84d94
Make RSA stuff work on alpha (or on any other 64bit architecture)
1998-09-26 04:42:09 +00:00
Satoshi Asami
6470b4dc9c
tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:
...
libwrap is a shared library so it should be LIB_DEPENDS, and delete
some spaces and tab-only lines.
1998-09-17 10:53:31 +00:00
Satoshi Asami
668e0f51f4
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
...
checks haven't missed anything.
Submitted by: dima
1998-09-15 21:31:59 +00:00
Chuck Robey
62728f8f6f
Repair a linkage problem, whereis the ssh port was trying to
...
specify the location of system libs.
Reviewed by: Mark Murray, David O'Brien
1998-09-13 20:38:06 +00:00
Tim Vanderhoek
5d6505ebbb
The pkg_create(1) handles symlinks correctly. Delist manpages.
1998-08-19 19:51:10 +00:00
Vanilla I. Shu
70905e2b13
Use ${PERL_VERSION} on perl version.
...
Reminded by: asami
1998-08-17 12:12:34 +00:00
Vanilla I. Shu
3793a4b6da
Change perl version to 5.00502.
1998-08-17 10:42:38 +00:00
Dima Ruban
3412dccd60
If KRB5_HOME is defined, compile ssh with krb5 support.
1998-08-01 22:24:55 +00:00
Satoshi Asami
8e9ae80248
Fix up slogin1.1 -> ssh1.1 symlink too.
1998-07-25 19:46:37 +00:00
Warner Losh
a68fb80d7f
upgrade to 1.2.26 for security improvements
1998-07-11 23:10:54 +00:00
Andrey A. Chernov
5e0fb7b766
Do not install slogin1.1 manpage, no such program
1998-06-12 11:39:32 +00:00
Andrey A. Chernov
9f6ee49977
Fix all *1 links
1998-06-12 11:38:41 +00:00
Dima Ruban
64e630d83b
1.2.22 -> 1.2.25
...
Somebody needs to go through patch-af to check it, since I'm not sure
about some of the stuff.
This version fixes a security flaw in previous version.
1998-06-12 07:55:14 +00:00