diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-05-20 15:10:16 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-05-20 15:10:16 +1000 |
commit | 7fa339bb7ca96be1824d85e579cfcfb1be507e51 (patch) | |
tree | bb1387b85520c606b6f1a0a6e6d6ee5d2c3d3b27 /ChangeLog | |
parent | 26c6662834a0ed748c52044a60ed51b9102e7d54 (diff) |
- djm@cvs.openbsd.org 2007/05/17 20:52:13
[monitor.c]
pass received SIGINT from monitor to postauth child so it can clean
up properly. bz#1196, patch from senthilkumar_sen AT hotpop.com;
ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -28,6 +28,11 @@ | |||
28 | on a socket, such as is the case when ProxyCommand is used. | 28 | on a socket, such as is the case when ProxyCommand is used. |
29 | Gives hostbased auth an opportunity to work; bz#616, report | 29 | Gives hostbased auth an opportunity to work; bz#616, report |
30 | and feedback stuart AT kaloram.com; ok markus@ | 30 | and feedback stuart AT kaloram.com; ok markus@ |
31 | - djm@cvs.openbsd.org 2007/05/17 20:52:13 | ||
32 | [monitor.c] | ||
33 | pass received SIGINT from monitor to postauth child so it can clean | ||
34 | up properly. bz#1196, patch from senthilkumar_sen AT hotpop.com; | ||
35 | ok markus@ | ||
31 | 36 | ||
32 | 20070509 | 37 | 20070509 |
33 | - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. | 38 | - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. |
@@ -2928,4 +2933,4 @@ | |||
2928 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2933 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2929 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2934 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2930 | 2935 | ||
2931 | $Id: ChangeLog,v 1.4666 2007/05/20 05:09:42 dtucker Exp $ | 2936 | $Id: ChangeLog,v 1.4667 2007/05/20 05:10:16 dtucker Exp $ |