summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-03 00:20:53 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-03 00:20:53 +1100
commit269a1ea1c80a855d1eb74fccba6dd5c75947c5d2 (patch)
tree2c3ece8547de7552c4c78337607a1a387decd797 /monitor_wrap.h
parent2fba993080eba14e339d6a6666ee79580ee20f97 (diff)
- (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 e5cf5718c..7ed241aa8 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -74,6 +74,12 @@ int mm_sshpam_respond(void *, u_int, char **);
74void mm_sshpam_free_ctx(void *); 74void mm_sshpam_free_ctx(void *);
75#endif 75#endif
76 76
77#ifdef AUDIT_EVENTS
78#include "audit.h"
79void mm_audit_event(ssh_audit_event_t);
80void mm_audit_run_command(const char *);
81#endif
82
77struct Session; 83struct Session;
78void mm_terminate(void); 84void mm_terminate(void);
79int mm_pty_allocate(int *, int *, char *, int); 85int mm_pty_allocate(int *, int *, char *, int);