head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.28 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.26 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.24 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.22 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.20 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.18 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.16 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.14 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.12 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.10 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.8 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.6 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.0.6 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2-base:1.1 buildlink2:1.1.0.2; locks; strict; comment @# @; 1.3 date 2007.02.24.11.49.54; author jnemeth; state dead; branches; next 1.2; 1.2 date 2003.10.31.23.38.46; author kristerw; state Exp; branches; next 1.1; 1.1 date 2002.05.20.15.22.01; author wiz; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.05.20.15.22.01; author jlam; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2002.06.23.18.58.57; author jlam; state Exp; branches; next ; desc @@ 1.3 log @Thor Lancelot Simon, author of FreSSH, says that nobody should be using it because it only supports SSHv1 and has stopped distribution of the source tarball. @ text @$NetBSD: patch-ab,v 1.2 2003/10/31 23:38:46 kristerw Exp $ --- ssh-agent.c.orig Sun Feb 11 05:16:14 2001 +++ ssh-agent.c Sat Nov 1 00:24:17 2003 @@@@ -890,7 +890,7 @@@@ struct auth_id *id; u_int32_t keybits, resptype; u_int8_t *session_id = NULL; - u_int8_t *encr_chal = NULL, *chal, response[16]; + u_int8_t *encr_chal = NULL, *chal = NULL, response[16]; ssh_MD5 md5ctx; int nuke = 0; int chal_len = 0, len; @@@@ -993,7 +993,7 @@@@ agent_v1_add_rsa_id(struct sockev *sev) { ssh_RSA *key = NULL; - char *comment; + u_int8_t *comment; u_int32_t keybits; int nuke = 0; @ 1.2 log @Make the package build when using gcc 3.3. Fixes part of PR pkg/22873. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initialize a variable to make it compile with gcc 2.95.3. Closes pkg/15832. @ text @d4 1 a4 1 +++ ssh-agent.c d14 9 @ 1.1.2.1 log @file patch-ab was added on branch buildlink2 on 2002-06-23 18:58:57 +0000 @ text @d1 13 @ 1.1.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 13 $NetBSD: patch-ab,v 1.1.2.1 2002/06/23 18:58:57 jlam Exp $ --- ssh-agent.c.orig Sun Feb 11 05:16:14 2001 +++ ssh-agent.c @@@@ -890,7 +890,7 @@@@ struct auth_id *id; u_int32_t keybits, resptype; u_int8_t *session_id = NULL; - u_int8_t *encr_chal = NULL, *chal, response[16]; + u_int8_t *encr_chal = NULL, *chal = NULL, response[16]; ssh_MD5 md5ctx; int nuke = 0; int chal_len = 0, len; @