- (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>
This commit is contained in:
Damien Miller 2000-08-29 11:05:50 +11:00
parent f3df052486
commit 4e0f5e1ec9
2 changed files with 6 additions and 0 deletions

View File

@ -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

1
sshd.c
View File

@ -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