diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | audit.c | 4 | ||||
-rw-r--r-- | audit.h | 4 |
3 files changed, 6 insertions, 5 deletions
@@ -122,6 +122,7 @@ | |||
122 | on Cygwin. | 122 | on Cygwin. |
123 | - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa. | 123 | - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa. |
124 | - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h. | 124 | - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h. |
125 | - (dtucker) [audit.c audit.h] Repair headers. | ||
125 | 126 | ||
126 | 20060804 | 127 | 20060804 |
127 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent | 128 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent |
@@ -5192,4 +5193,4 @@ | |||
5192 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5193 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5193 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5194 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5194 | 5195 | ||
5195 | $Id: ChangeLog,v 1.4472 2006/08/05 09:56:00 dtucker Exp $ | 5196 | $Id: ChangeLog,v 1.4473 2006/08/05 14:05:09 dtucker Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: audit.c,v 1.3 2005/07/17 07:26:44 djm Exp $ */ | 1 | /* $Id: audit.c,v 1.4 2006/08/05 14:05:10 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2004, 2005 Darren Tucker. All rights reserved. | 4 | * Copyright (c) 2004, 2005 Darren Tucker. All rights reserved. |
@@ -30,6 +30,8 @@ | |||
30 | 30 | ||
31 | #include "audit.h" | 31 | #include "audit.h" |
32 | #include "log.h" | 32 | #include "log.h" |
33 | #include "key.h" | ||
34 | #include "hostfile.h" | ||
33 | #include "auth.h" | 35 | #include "auth.h" |
34 | 36 | ||
35 | /* | 37 | /* |
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: audit.h,v 1.2 2005/02/08 10:52:48 dtucker Exp $ */ | 1 | /* $Id: audit.h,v 1.3 2006/08/05 14:05:10 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2004, 2005 Darren Tucker. All rights reserved. | 4 | * Copyright (c) 2004, 2005 Darren Tucker. All rights reserved. |
@@ -24,8 +24,6 @@ | |||
24 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 24 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
25 | */ | 25 | */ |
26 | 26 | ||
27 | #include "auth.h" | ||
28 | |||
29 | #ifndef _SSH_AUDIT_H | 27 | #ifndef _SSH_AUDIT_H |
30 | # define _SSH_AUDIT_H | 28 | # define _SSH_AUDIT_H |
31 | enum ssh_audit_event_type { | 29 | enum ssh_audit_event_type { |