summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
authordtucker <dtucker>2005-02-02 13:20:53 +0000
committerdtucker <dtucker>2005-02-02 13:20:53 +0000
commit9c27e87c2b89261d186b7c5fc2c7d1e6718ddfc9 (patch)
tree64a961353a391b7e00e70e4fc2b0ea5686770ad1 /monitor_wrap.h
parentbd77b19abb04dfe45b985ede8830f76baf89447f (diff)
downloadopenssh-9c27e87c2b89261d186b7c5fc2c7d1e6718ddfc9.tar.gz
- (dtucker) [Makefile.in auth.c auth.h auth1.c auth2.c loginrec.c monitor.c
monitor.h monitor_wrap.c monitor_wrap.h session.c sshd.c] Bug #125: (first stage) Add audit instrumentation to sshd, currently disabled by default. with suggestions from and djm@
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h
index e5cf5718..7ed241aa 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -74,6 +74,12 @@ int mm_sshpam_respond(void *, u_int, char **);
void mm_sshpam_free_ctx(void *);
#endif
+#ifdef AUDIT_EVENTS
+#include "audit.h"
+void mm_audit_event(ssh_audit_event_t);
+void mm_audit_run_command(const char *);
+#endif
+
struct Session;
void mm_terminate(void);
int mm_pty_allocate(int *, int *, char *, int);