summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker <dtucker>2006-09-17 12:55:52 +0000
committerdtucker <dtucker>2006-09-17 12:55:52 +0000
commit19e4417458afebe8515d23a06a041f90c6f8d753 (patch)
tree37440663ca663b1bd96dab482f6b39cae926927c
parent96764622e20d75de00f88c014c1bcf886fbc6ec1 (diff)
downloadopenssh-19e4417458afebe8515d23a06a041f90c6f8d753.tar.gz
- (dtucker) [INSTALL] Add info about audit support.
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL12
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6af6190c..a16e8347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
- (dtucker) [monitor.c] Correctly handle auditing of single commands when
using Protocol 1. From jhb at freebsd.
- (djm) [sshd.c] Fix warning/API abuse; ok dtucker@
+ - (dtucker) [INSTALL] Add info about audit support.
20060912
- (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in]
@@ -5448,4 +5449,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4549 2006/09/17 04:04:46 djm Exp $
+$Id: ChangeLog,v 1.4550 2006/09/17 12:55:52 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index 3f0adfa1..1c784a52 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,6 +75,12 @@ the automatically generated files by running "autoreconf".
http://www.gnu.org/software/autoconf/
+Basic Security Module (BSM):
+
+Native BSM support is know to exist in Solaris from at least 2.5.1,
+FreeBSD 6.1 and OS X. Alternatively, you may use the OpenBSM
+implementation (http://www.openbsm.org).
+
2. Building / Installation
--------------------------
@@ -125,6 +131,10 @@ name).
There are a few other options to the configure script:
+--with-audit=[module] enable additional auditing via the specified module.
+Currently, drivers for "debug" (additional info via syslog) and "bsm"
+(Sun's Basic Security Module) are supported.
+
--with-pam enables PAM support. If PAM support is compiled in, it must
also be enabled in sshd_config (refer to the UsePAM directive).
@@ -240,4 +250,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.75 2006/07/10 02:55:24 dtucker Exp $
+$Id: INSTALL,v 1.76 2006/09/17 12:55:52 dtucker Exp $