Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/ssh



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.




Home | Main Index | Thread Index | Old Index