summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-17 22:55:52 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-17 22:55:52 +1000
commit83bbb03e52743b8b0d6500fdf46bd9436b0a2543 (patch)
tree73f00d5bf569f8c9289af09e00b8810b2d05369b
parent1f062ca339a46d6c1556689b7eb65baacbb4daad (diff)
- (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 6af6190c6..a16e83478 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
12 - (dtucker) [monitor.c] Correctly handle auditing of single commands when 12 - (dtucker) [monitor.c] Correctly handle auditing of single commands when
13 using Protocol 1. From jhb at freebsd. 13 using Protocol 1. From jhb at freebsd.
14 - (djm) [sshd.c] Fix warning/API abuse; ok dtucker@ 14 - (djm) [sshd.c] Fix warning/API abuse; ok dtucker@
15 - (dtucker) [INSTALL] Add info about audit support.
15 16
1620060912 1720060912
17 - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in] 18 - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in]
@@ -5448,4 +5449,4 @@
5448 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5449 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5449 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5450 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5450 5451
5451$Id: ChangeLog,v 1.4549 2006/09/17 04:04:46 djm Exp $ 5452$Id: ChangeLog,v 1.4550 2006/09/17 12:55:52 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index 3f0adfa1d..1c784a527 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,6 +75,12 @@ the automatically generated files by running "autoreconf".
75 75
76http://www.gnu.org/software/autoconf/ 76http://www.gnu.org/software/autoconf/
77 77
78Basic Security Module (BSM):
79
80Native BSM support is know to exist in Solaris from at least 2.5.1,
81FreeBSD 6.1 and OS X. Alternatively, you may use the OpenBSM
82implementation (http://www.openbsm.org).
83
78 84
792. Building / Installation 852. Building / Installation
80-------------------------- 86--------------------------
@@ -125,6 +131,10 @@ name).
125 131
126There are a few other options to the configure script: 132There are a few other options to the configure script:
127 133
134--with-audit=[module] enable additional auditing via the specified module.
135Currently, drivers for "debug" (additional info via syslog) and "bsm"
136(Sun's Basic Security Module) are supported.
137
128--with-pam enables PAM support. If PAM support is compiled in, it must 138--with-pam enables PAM support. If PAM support is compiled in, it must
129also be enabled in sshd_config (refer to the UsePAM directive). 139also be enabled in sshd_config (refer to the UsePAM directive).
130 140
@@ -240,4 +250,4 @@ Please refer to the "reporting bugs" section of the webpage at
240http://www.openssh.com/ 250http://www.openssh.com/
241 251
242 252
243$Id: INSTALL,v 1.75 2006/07/10 02:55:24 dtucker Exp $ 253$Id: INSTALL,v 1.76 2006/09/17 12:55:52 dtucker Exp $