diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-01-27 07:32:50 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-01-27 07:32:50 +0100 |
commit | e7e8b3cfe9f8665faaf0e68b33df5bbb431bd129 (patch) | |
tree | dec51f9f963ef082f9d5e3588db433d85c811606 /ChangeLog | |
parent | - (djm) [configure.ac] correct AC_DEFINE for previous. (diff) | |
download | openssh-e7e8b3cfe9f8665faaf0e68b33df5bbb431bd129.tar.xz openssh-e7e8b3cfe9f8665faaf0e68b33df5bbb431bd129.zip |
Welcome to 2014
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -20130126 +20140126 - OpenBSD CVS Sync - dtucker@cvs.openbsd.org 2014/01/25 10:12:50 [cipher.c cipher.h kex.c kex.h kexgexc.c] @@ -18,7 +18,7 @@ offload and crash if they cannot be opened. - (djm) [configure.ac] correct AC_DEFINE for previous. -20130125 +20140125 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD - (djm) [configure.ac] Do not attempt to use capsicum sandbox unless sys/capability.h exists and cap_rights_limit is in libc. Fixes @@ -27,18 +27,18 @@ - (djm) [configure.ac] autoconf sets finds to 'yes' not '1', so test against the correct thing. -20130124 +20140124 - (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] Make the scp regress test actually test the built scp rather than the one in $PATH. ok dtucker@ -20130123 +20140123 - (tim) [session.c] Improve error reporting on set_id(). - (dtucker) [configure.ac] NetBSD's (and FreeBSD's) strnvis is gratuitously incompatible with OpenBSD's despite post-dating it by more than a decade. Declare it as broken, and document FreeBSD's as the same. ok djm@ -20130122 +20140122 - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a platform that is expected to use the reuse-argv style setproctitle hack surprises us by providing a setproctitle in libc; ok dtucker |