Subject: PR/30750 CVS commit: src/usr.bin/ssh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 08/18/2005 00:20:02
The following reply was made to PR bin/30750; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30750 CVS commit: src/usr.bin/ssh
Date: Thu, 18 Aug 2005 00:19:29 +0000 (UTC)

 Module Name:	src
 Committed By:	christos
 Date:		Thu Aug 18 00:19:29 UTC 2005
 
 Modified Files:
 	src/usr.bin/ssh: Makefile.inc
 	src/usr.bin/ssh/ssh: Makefile
 	src/usr.bin/ssh/sshd: Makefile
 
 Log Message:
 PR/30750: Mark Davies: ssh gives bogus complaint when gssapi authentication
 fails. The problem was that different ssh programs were compiled with different
 cpp flags. In particular, ssh-keysign was affected. Move all the CPPFLAGS
 to Makefile.inc. Note that I am not moving the library portion of the defines
 because we don't want to link everything with all the libraries.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.11 -r1.12 src/usr.bin/ssh/Makefile.inc
 cvs rdiff -r1.21 -r1.22 src/usr.bin/ssh/ssh/Makefile
 cvs rdiff -r1.26 -r1.27 src/usr.bin/ssh/sshd/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.