summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-29 11:05:50 +1100
committerDamien Miller <djm@mindrot.org>2000-08-29 11:05:50 +1100
commit4e0f5e1ec9b6318ef251180dbca50eaa01f74536 (patch)
treee0db3496b81030624ab28d0c7a478e8827ea2a56
parentf3df05248675a2be76c72a0cd92f3b8f8f26af7b (diff)
- (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and Garrick James <garrick@james.net>
-rw-r--r--ChangeLog5
-rw-r--r--sshd.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2440bab..19e8ca3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20000829
+ - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
+ Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
+ Garrick James <garrick@james.net>
+
20000823
- (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
Avoids "scp never exits" problem. Reports from Lutz Jaenicke
diff --git a/sshd.c b/sshd.c
index ae02f2c4..e3903c78 100644
--- a/sshd.c
+++ b/sshd.c
@@ -956,6 +956,7 @@ main(int ac, char **av)
signal(SIGTERM, SIG_DFL);
signal(SIGQUIT, SIG_DFL);
signal(SIGCHLD, SIG_DFL);
+ signal(SIGINT, SIG_DFL);
/*
* Set socket options for the connection. We want the socket to