Deleted Added
full compact
audit-bsm.c (146998) audit-bsm.c (162852)
1/* $Id: audit-bsm.c,v 1.1 2005/02/20 10:08:00 dtucker Exp $ */
1/* $Id: audit-bsm.c,v 1.4 2006/09/01 05:38:36 djm 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

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

32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 *
34 */
35/* #pragma ident "@(#)bsmaudit.c 1.1 01/09/17 SMI" */
36
37#include "includes.h"
38#if defined(USE_BSM_AUDIT)
39
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

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

32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 *
34 */
35/* #pragma ident "@(#)bsmaudit.c 1.1 01/09/17 SMI" */
36
37#include "includes.h"
38#if defined(USE_BSM_AUDIT)
39
40#include <sys/types.h>
41
42#include <stdarg.h>
43#include <unistd.h>
44
40#include "ssh.h"
41#include "log.h"
45#include "ssh.h"
46#include "log.h"
47#include "key.h"
48#include "hostfile.h"
42#include "auth.h"
43#include "xmalloc.h"
44
45#ifndef AUE_openssh
46# define AUE_openssh 32800
47#endif
48#include <bsm/audit.h>
49#include <bsm/libbsm.h>

--- 280 unchanged lines hidden ---
49#include "auth.h"
50#include "xmalloc.h"
51
52#ifndef AUE_openssh
53# define AUE_openssh 32800
54#endif
55#include <bsm/audit.h>
56#include <bsm/libbsm.h>

--- 280 unchanged lines hidden ---