head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.50 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.48 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.46 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.44 pkgsrc-2011Q2-base:1.6 TNF:1.1.1 pkgsrc-2009Q4:1.6.0.42 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.40 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.38 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.36 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.34 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.32 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.30 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.28 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.26 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.24 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.22 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.20 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.18 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.16 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.14 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.12 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.10 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.8 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.6 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.4 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.2 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.5.0.12 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.10 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.5 netbsd-1-5-RELEASE:1.5 netbsd-1-4-PATCH003:1.5 netbsd-1-4-PATCH002:1.5 netbsd-1-4-RELEASE:1.3 HF-19971214:1.1.1.1; locks; strict; comment @# @; 1.6 date 2004.06.01.21.50.37; author kristerw; state dead; branches; next 1.5; 1.5 date 99.12.25.05.28.35; author kim; state Exp; branches; next 1.4; 1.4 date 99.05.15.13.46.59; author bouyer; state dead; branches; next 1.3; 1.3 date 98.11.04.23.43.39; author tron; state Exp; branches; next 1.2; 1.2 date 97.12.18.02.44.58; author mrg; state dead; branches; next 1.1; 1.1 date 97.12.14.16.17.14; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 97.12.14.16.17.14; author hubertf; state Exp; branches; next ; desc @@ 1.6 log @Remove obsolete packages, per discussion on tech-pkg. @ text @$NetBSD: patch-ah,v 1.5 1999/12/25 05:28:35 kim Exp $ --- packet.c.orig Wed May 12 07:19:27 1999 +++ packet.c Fri Dec 24 21:50:42 1999 @@@@ -829,6 +829,7 @@@@ { /* Set IP options for an interactive connection. Use IPTOS_LOWDELAY and TCP_NODELAY. */ +#if 0 #ifdef IPTOS_LOWDELAY int lowdelay = IPTOS_LOWDELAY; if (setsockopt(connection_in, IPPROTO_IP, IP_TOS, (void *)&lowdelay, @@@@ -840,11 +841,13 @@@@ sizeof(on)) < 0) error("setsockopt TCP_NODELAY: %.100s", strerror(errno)); #endif /* TCP_NODELAY */ +#endif /* 0 */ } else { /* Set IP options for a non-interactive connection. Use IPTOS_THROUGHPUT. */ +#if 0 #ifdef IPTOS_THROUGHPUT int throughput = IPTOS_THROUGHPUT; if (setsockopt(connection_in, IPPROTO_IP, IP_TOS, (void *)&throughput, @@@@ -856,6 +859,7 @@@@ sizeof(off)) < 0) error("setsockopt TCP_NODELAY: %.100s", strerror(errno)); #endif /* TCP_NODELAY */ +#endif /* 0 */ } } @ 1.5 log @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). @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to 1.2.27. Mostly sprintf->snprintf fixes (more than we had in our private patches). ssh users should probably upgrade ... @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.3 1998/11/04 23:43:39 tron Exp $ d3 31 a33 18 --- packet.c.orig Wed Jul 8 18:40:37 1998 +++ packet.c Thu Nov 5 00:31:23 1998 @@@@ -693,7 +693,7 @@@@ va_list args; va_start(args, fmt); - vsprintf(buf, fmt, args); + vsnprintf(buf, sizeof(buf), fmt, args); va_end(args); packet_start(SSH_MSG_DEBUG); @@@@ -719,7 +719,7 @@@@ /* Format the message. Note that the caller must make sure the message is of limited size. */ va_start(args, fmt); - vsprintf(buf, fmt, args); + vsnprintf(buf, sizeof(buf), fmt, args); va_end(args); a34 1 /* Send the disconnect message to the other side, and wait for it to get @ 1.3 log @Add necessary security patches from PR pkg/6392 by Wolfgang Rupprecht and convert old patch files to unified output format. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @remove unnecessary patches, own to me, etcir=/etc. @ text @d1 22 a22 14 *** config.h.in.orig Wed Apr 23 08:40:06 1997 --- config.h.in Fri Apr 25 12:40:48 1997 *************** *** 527,532 **** --- 527,535 ---- /* Define if you have the header file. */ #undef HAVE_LASTLOG_H + /* Define if you have the header file. */ + #undef HAVE_LOGIN_CAP_H + /* Define if you have the header file. */ #undef HAVE_MACHINE_ENDIAN_H @ 1.1 log @Initial revision @ text @@ 1.1.1.1 log @Secure Shell package; Originally taken from FreeBSD, hacked by agc and finished by me. @ text @@