summaryrefslogtreecommitdiff
path: root/security/ssh/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-06-01Remove obsolete packages, per discussion on tech-pkg.kristerw39-7596/+0
2004-02-21replace inappropriate use of _OPSYS_RPATH_NAME with RPATH_FLAG andgrant1-9/+7
make sure that this argument precedes -lX11.
2003-01-04Instead of using -Wl,-R use -Wl,${_OPSYS_RPATH_NAME} (and pass thiscjep1-2/+2
value to make).
2003-01-03Pass -Wl,-R${X11BASE}/lib to cc to build ssh-askpass (instead of just -R)cjep1-22/+22
2002-08-07Fix a problem shown up in the last bulk buildagc1-4/+15
2002-06-24fix under Linuxabs1-1/+9
2001-11-23Stop the SSH daemom from truncating output on slow networks and/ortron1-3/+29
machines. Patch supplied by Michael Eriksson in PR pkg/9119.
2001-02-16add missing RCS IDdmcmahill1-0/+2
2001-02-13Use 32bit instead of 16 bit variable to avoid overflow.is1-0/+11
2000-10-19At least in 1.4Q, there was a login_cap.h, but it didn't define LOGIN_SETENV.hubertf1-4/+4
Make sure that is defined before using it!
2000-04-18Fix a bug where if you were logging in from an account which had notthorpej1-7/+8
authorized key and for which there was no kerberos principle, sshd would segfault.
2000-03-20split security/ssh and security/ssh6.itojun23-4184/+816
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-18address PR9630. compilation chokes on IPv4-only kernel.itojun2-269/+273
this basically is due to synchronization issue between WIDE ssh IPv6 patch and netbsd repository.
2000-03-06Adapt ssh to use our login.conf framework.mjl2-73/+187
2000-02-11Make this compile with KERBEROS=5.jlam1-6/+13
2000-01-22Link "ssh-askpass" with run time library path for X11 libraries. Fixestron1-3/+12
PR pkg/9242 by Christian E. Hopps.
1999-12-28It looks like libwrap wasn't used ever since it became a dynamic lib?kim2-312/+393
I recommend checking their binary to everyone (e.g. with ldd).
1999-12-25Folded in IPv6 and Kerberos IV patches, so that both can bekim35-69/+9882
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-16Fix ns32k specific syntax error. Require use of rsaref-2.0p3 instead ofjonb1-3/+12
faulty rsaref-2.0p2 while I'm in here.
1999-12-01Make this work on solaris.bouyer1-4/+7
1999-12-01Use $(INSTALL_DATA), not /usr/bin/install -c ...bouyer1-8/+7
1999-11-30Make this work with -current's krb5 stuff.explorer2-5/+27
1999-11-13Revise previous fix (overly restrictive range check)sommerfeld1-3/+3
1999-11-12fix security problem with using RSAREF with ssh, reported in FreeBSDsommerfeld1-4/+26
PR14749 (missing range checks in rsaglue.c) see http://www.freebsd.org/cgi/query-pr.cgi?pr=14749
1999-09-18Kerberos IV support (cannot have both IV and V at the same time).kim1-33/+21
Note that I reverted some LIBZ stuff in patch-ac that was (while correct) not necessary and conflicted with the Kerberos patch. I have not tested the combination of Kerberos IV and INET6 (yet).
1999-09-18Regenerate offset and fuzzy patches.kim3-32/+32
1999-09-06Fix USE_INET6 build:sommerfeld1-14/+11
- 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-08-17Performance fix for ssh X11 forwarding: turn on TCP_NODELAY on localsommerfeld1-6/+35
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-07-17Fix so own copy of gmp compiles correctly on i386 with ELF.jlam2-14/+56
1999-06-04Make sure Rpath is supplied for X libraries.thorpej1-10/+17
1999-05-26Update to "rsaref-2.0p2" dependency, to make the md5 crap work. Alsotv2-62/+62
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-15Update to 1.2.27. Mostly sprintf->snprintf fixes (more than we had inbouyer7-219/+124
our private patches). ssh users should probably upgrade ...
1999-05-10Fix problem build problem in case "automake" is installed.tron1-0/+22
1999-05-10Fix the three deadly sins for patch files:tron5-114/+109
- add missing RCS Ids - don't patch files several times - only one file per patch file
1999-04-30If on a mips*-*-netbsd* arch, add "-Wa,-KPIC" to CFLAGS to generatesimonb1-0/+26
MIPS ABI code. Fixes PR pkg/7467 from Jason Thorpe.
1999-03-04Patch to get the included "gmp" library working again on "arm32" porttron1-0/+43
published by Richard Earnshaw on "port-arm32@netbsd.org".
1999-03-02Support TIS authentication if USE_TIS=YES.simonb1-0/+39
Remove extra "Challange" word from displayed challenge - the challenge string from authsrv already has it. XXX: No TIS fwtk package yet...
1999-03-01Patch to get the included "gmp" library working again on "arm32" porttron1-0/+61
published by Richard Earnshaw on "port-arm32@netbsd.org".
1998-11-04Add necessary security patches from PR pkg/6392 by Wolfgang Rupprechttron8-241/+246
and convert old patch files to unified output format.
1998-09-10Don't write truncated hostnames in utmp, use IP addresses instead.kim2-0/+71
Don't immediately timeout sessions as idle just because an actual idle check had not been done yet (so last_idle_time was zero, and the difference to current time is way over your idle time limit). Also added the first US mirror of ssh into MASTER_SITES.
1998-08-07Add NetBSD RCS Ids.agc8-0/+16
1998-08-07Let "sshd" check the change and expire fields of the password database.tron1-0/+151
Patches supplied by Jarkko Torppa in PR pkg/5917.
1998-07-10Update "ssh" package to 1.2.26.tron1-19/+20
1998-05-24Update "ssh" to 1.2.23 on request by mrg.tron1-287/+166
1998-03-19Chang libwrap support: compile it in for daemon connections, but leave ittv1-3/+53
out for forwarded connections unless ${LIBWRAP_FWD}=YES at build time.
1998-03-18Update and fix many things in ssh pkg:tv2-0/+23
- ${USA_RESIDENT}->${USE_RSAREF2} as per mycroft; RSA implementations other than RSAREF may be used freely at MIT, though not elsewhere in USA - always enable libwrap; it is shipped with NetBSD - use new rsaref pkg, and don't retrieve rsaref from outside USA - fix make-ssh-known-hosts to use the famous hack to startup perl based on perl's location in $PATH, rather than require user to set it at configure time - fix include directory for socks5 support (and rsaref)
1998-02-12add features/fixes from <jbernard@tater.mines.edu> in pr#4928mrg5-123/+383
1997-12-18remove unnecessary patches, own to me, etcir=/etc.mrg10-560/+36
1997-12-14Secure Shell package; Originally taken from FreeBSD, hacked by agc andhubertf10-0/+738
finished by me.