diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-12-23 02:01:55 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-12-23 02:01:55 +0000 |
commit | f49dbff61d9729962b91b293ec65d85d810dbd26 (patch) | |
tree | c34d7779dffeeb6e429a0a7367794083540f2f1f /ChangeLog | |
parent | 44adb8fed9214d209eb8d7d47d5adb053c69f190 (diff) |
- markus@cvs.openbsd.org 2002/11/18 16:43:44
[clientloop.c]
don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN;
e.g. if ssh is used for backup; report Joerg Schilling; ok millert@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,6 +6,10 @@ | |||
6 | Simplify the code and check for errors using fstat(2). | 6 | Simplify the code and check for errors using fstat(2). |
7 | 7 | ||
8 | Problem reported by Mauricio Sanchez, markus@ ok. | 8 | Problem reported by Mauricio Sanchez, markus@ ok. |
9 | - markus@cvs.openbsd.org 2002/11/18 16:43:44 | ||
10 | [clientloop.c] | ||
11 | don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN; | ||
12 | e.g. if ssh is used for backup; report Joerg Schilling; ok millert@ | ||
9 | 13 | ||
10 | 20021205 | 14 | 20021205 |
11 | - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org | 15 | - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org |
@@ -841,4 +845,4 @@ | |||
841 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 845 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
842 | ok provos@ | 846 | ok provos@ |
843 | 847 | ||
844 | $Id: ChangeLog,v 1.2516 2002/12/23 02:00:23 mouring Exp $ | 848 | $Id: ChangeLog,v 1.2517 2002/12/23 02:01:55 mouring Exp $ |