X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/a74e9b64e20e92d70c2d17bd424b076113ff09dd..6e013118fb311133006ca2e71d8ade4093b54b23:/ChangeLog diff --git a/ChangeLog b/ChangeLog index fa4df0b7..b2007e87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +20080228 + - (dtucker) [configure.ac] Add -fstack-protector to LDFLAGS too, fixes + linking problems on AIX with gcc 4.1.x. + - (dtucker) [includes.h ssh-add.c ssh-agent.c ssh-keygen.c ssh.c sshd.c + openbsd-compat/openssl-compat.{c,h}] Bug #1437 Move the OpenSSL compat + header to after OpenSSL headers, since some versions of OpenSSL have + SSLeay_add_all_algorithms as a macro already. + - (dtucker) [key.c defines.h openbsd-compat/openssl-compat.h] Move old OpenSSL + compat glue into openssl-compat.h. + 20080225 - (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack since it now conflicts with the helper function in misc.c. From @@ -5,6 +15,9 @@ - (dtucker) [configure.ac audit-bsm.c] Bug #1420: Add a local implementation of aug_get_machine for systems that don't have their own (eg OS X, FreeBSD). Help and testing from csjp at FreeBSD org, vgiffin at apple com. ok djm@ + - (dtucker) [includes.h openbsd-compat/openssl-compat.c] Bug #1437: reshuffle + headers so ./configure --with-ssl-engine actually works. Patch from + Ian Lister. 20080224 - (tim) [contrib/cygwin/ssh-host-config]