diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | monitor.h | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -121,6 +121,9 @@ | |||
121 | [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c] | 121 | [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c] |
122 | ssh-add -t life, Set lifetime (in seconds) when adding identities; | 122 | ssh-add -t life, Set lifetime (in seconds) when adding identities; |
123 | ok provos@ | 123 | ok provos@ |
124 | - stevesk@cvs.openbsd.org 2002/06/06 01:09:41 | ||
125 | [monitor.h] | ||
126 | no trailing comma in enum; china@thewrittenword.com | ||
124 | 127 | ||
125 | 20020604 | 128 | 20020604 |
126 | - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed | 129 | - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed |
@@ -805,4 +808,4 @@ | |||
805 | - (stevesk) entropy.c: typo in debug message | 808 | - (stevesk) entropy.c: typo in debug message |
806 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 809 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
807 | 810 | ||
808 | $Id: ChangeLog,v 1.2176 2002/06/06 21:54:57 mouring Exp $ | 811 | $Id: ChangeLog,v 1.2177 2002/06/06 21:57:01 mouring Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor.h,v 1.4 2002/05/12 23:53:45 djm Exp $ */ | 1 | /* $OpenBSD: monitor.h,v 1.5 2002/06/06 01:09:41 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -50,7 +50,7 @@ enum monitor_reqtype { | |||
50 | MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE, | 50 | MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE, |
51 | MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE, | 51 | MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE, |
52 | MONITOR_REQ_PAM_START, | 52 | MONITOR_REQ_PAM_START, |
53 | MONITOR_REQ_TERM, | 53 | MONITOR_REQ_TERM |
54 | }; | 54 | }; |
55 | 55 | ||
56 | struct mm_master; | 56 | struct mm_master; |