- (djm) [audit-bsm.c] Sprinkle in some headers
This commit is contained in:
parent
533418138f
commit
56799c3f2a
|
@ -1,3 +1,6 @@
|
||||||
|
20060816
|
||||||
|
- (djm) [audit-bsm.c] Sprinkle in some headers
|
||||||
|
|
||||||
20060815
|
20060815
|
||||||
- (dtucker) [LICENCE] Add Reyk to the list for the compat dir.
|
- (dtucker) [LICENCE] Add Reyk to the list for the compat dir.
|
||||||
|
|
||||||
|
@ -5207,4 +5210,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4478 2006/08/15 08:21:32 dtucker Exp $
|
$Id: ChangeLog,v 1.4479 2006/08/16 01:40:45 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: audit-bsm.c,v 1.2 2006/08/05 14:12:54 dtucker Exp $ */
|
/* $Id: audit-bsm.c,v 1.3 2006/08/16 01:40:45 djm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TODO
|
* TODO
|
||||||
|
@ -37,6 +37,10 @@
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#if defined(USE_BSM_AUDIT)
|
#if defined(USE_BSM_AUDIT)
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "ssh.h"
|
#include "ssh.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "key.h"
|
#include "key.h"
|
||||||
|
|
Loading…
Reference in New Issue