Commit graph

6 commits

Author SHA1 Message Date
itojun
394061aa31 split security/ssh and security/ssh6.
security/ssh6: IPv4/v6 ready, socks unavailable, kerberos available (not tested)
security/ssh: IPv4 onlyready, socks available, kerberos available (not tested)

should be integrated into one whenever socks support becomes aware of
getaddrinfo/getnameinfo.  two directories with tons of patches/patch-* is
a maintenance headache.
2000-03-20 02:25:29 +00:00
kim
608fa6b2df Folded in IPv6 and Kerberos IV patches, so that both can be
compiled.  This also fixes problems with Kerberos IV and V
support clashing (you still have to choose one or the other
at compile time, though).

Compiles and runs on 1.4O -- needs testing on 1.4.2, and
also some closer looking at certain patches (e.g. patch-au
has a "#if 0" that could maybe be something else).
1999-12-25 05:28:33 +00:00
sommerfeld
1ae0a316ec Fix USE_INET6 build:
- revise patch-aq so it doesn't conflict with ipv6 patches.
	- adjust checksums
	- set up alternate patch-sum-v6 patchfile used when
	  v6 patches are added.
1999-09-06 05:30:19 +00:00
sommerfeld
0c776e4efa Performance fix for ssh X11 forwarding: turn on TCP_NODELAY on local
stub connections on client and server side.  (it was correctly being
enabled over the long-haul connection, but somehow it got missed on
the loopback connections to the real X client and server)

This makes x2x over ssh actually pleasant to use.
1999-08-17 15:24:41 +00:00
tv
e1889a7c86 Update to "rsaref-2.0p2" dependency, to make the md5 crap work. Also
reorder some patches, and touch the timestamp on all Makefile.in files, so
that automake and autoconf are never run (regardless of whether they are
installed).
1999-05-26 15:35:42 +00:00
tron
dbde547fde Fix problem build problem in case "automake" is installed. 1999-05-10 22:11:40 +00:00