Deleted Added
sdiff udiff text old ( 146998 ) new ( 162852 )
full compact
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
40#include <sys/types.h>
41
42#include <stdarg.h>
43#include <unistd.h>
44
45#include "ssh.h"
46#include "log.h"
47#include "key.h"
48#include "hostfile.h"
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 ---