Deleted Added
sdiff udiff text old ( 146998 ) new ( 162852 )
full compact
1/* $Id: audit-bsm.c,v 1.1 2005/02/20 10:08:00 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

--- 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 "ssh.h"
41#include "log.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 ---