Deleted Added
sdiff udiff text old ( 181111 ) new ( 221420 )
full compact
1/* $Id: audit-bsm.c,v 1.6 2008/02/25 10:05:04 dtucker Exp $ */
2
3/*
4 * TODO
5 *
6 * - deal with overlap between this and sys_auth_allowed_user
7 * sys_auth_record_login and record_failed_login.
8 */
9

--- 290 unchanged lines hidden (view full) ---

300
301void
302audit_run_command(const char *command)
303{
304 /* not implemented */
305}
306
307void
308audit_session_open(const char *ttyn)
309{
310 /* not implemented */
311}
312
313void
314audit_session_close(const char *ttyn)
315{
316 /* not implemented */
317}
318
319void
320audit_event(ssh_audit_event_t event)
321{
322 char textbuf[BSM_TEXTBUFSZ];

--- 58 unchanged lines hidden ---