summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-04-23 12:08:37 +1000
committerDamien Miller <djm@mindrot.org>2006-04-23 12:08:37 +1000
commit97c91f688fa8f8d67bbe2e0aa0feb912fc3c00ef (patch)
tree2fdcbfd35755abb791bbc8e899686b32e838a855 /ChangeLog
parent58629fad824ebe0a10974930778beff455f41aea (diff)
- djm@cvs.openbsd.org 2006/04/20 09:27:09
[auth.h clientloop.c dispatch.c dispatch.h kex.h] replace the last non-sig_atomic_t flag used in a signal handler with a sig_atomic_t, unfortunately with some knock-on effects in other (non- signal) contexts in which it is used; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 551845a5a..8131cd6cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,11 @@
47 that sftp and sftp-server (which use the Buffer functions in bufaux.c 47 that sftp and sftp-server (which use the Buffer functions in bufaux.c
48 but not the bignum ones) no longer need to be linked with libcrypto. 48 but not the bignum ones) no longer need to be linked with libcrypto.
49 ok markus@ 49 ok markus@
50 - djm@cvs.openbsd.org 2006/04/20 09:27:09
51 [auth.h clientloop.c dispatch.c dispatch.h kex.h]
52 replace the last non-sig_atomic_t flag used in a signal handler with a
53 sig_atomic_t, unfortunately with some knock-on effects in other (non-
54 signal) contexts in which it is used; ok markus@
50 55
5120060421 5620060421
52 - (djm) [Makefile.in configure.ac session.c sshpty.c] 57 - (djm) [Makefile.in configure.ac session.c sshpty.c]
@@ -4558,4 +4563,4 @@
4558 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4563 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4559 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4564 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4560 4565
4561$Id: ChangeLog,v 1.4311 2006/04/23 02:08:19 djm Exp $ 4566$Id: ChangeLog,v 1.4312 2006/04/23 02:08:37 djm Exp $