Deleted Added
full compact
audit-bsm.c (181111) audit-bsm.c (221420)
1/* $Id: audit-bsm.c,v 1.6 2008/02/25 10:05:04 dtucker Exp $ */
1/* $Id: audit-bsm.c,v 1.7 2011/01/17 10:15:29 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
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)
308audit_session_open(struct logininfo *li)
309{
310 /* not implemented */
311}
312
313void
309{
310 /* not implemented */
311}
312
313void
314audit_session_close(const char *ttyn)
314audit_session_close(struct logininfo *li)
315{
316 /* not implemented */
317}
318
319void
320audit_event(ssh_audit_event_t event)
321{
322 char textbuf[BSM_TEXTBUFSZ];

--- 58 unchanged lines hidden ---
315{
316 /* not implemented */
317}
318
319void
320audit_event(ssh_audit_event_t event)
321{
322 char textbuf[BSM_TEXTBUFSZ];

--- 58 unchanged lines hidden ---