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