summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-15 11:46:03 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-15 11:46:03 +1100
commitb8b17e984acab330b13c66460e6570e72c55ded9 (patch)
treea485c1b08482761a264f1f60397d453b4106b1bf /ChangeLog
parenta788de206647e1ffa51b0a95bac1951a02880f76 (diff)
- guenther@cvs.openbsd.org 2010/01/15 00:05:22
[sftp.c] Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp inherited SIGTERM as ignored it will still be able to kill the ssh it starts. ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 257204240..0d35871eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,12 @@
15 [sftp-common.c] 15 [sftp-common.c]
16 use user_from{uid,gid} to lookup up ids since it keeps a small cache. 16 use user_from{uid,gid} to lookup up ids since it keeps a small cache.
17 ok djm 17 ok djm
18 - guenther@cvs.openbsd.org 2010/01/15 00:05:22
19 [sftp.c]
20 Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp
21 inherited SIGTERM as ignored it will still be able to kill the ssh it
22 starts.
23 ok dtucker@
18 24
1920100114 2520100114
20 - (djm) [platform.h] Add missing prototype for 26 - (djm) [platform.h] Add missing prototype for