diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||
19 | 20100114 | 25 | 20100114 |
20 | - (djm) [platform.h] Add missing prototype for | 26 | - (djm) [platform.h] Add missing prototype for |