2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-01 14:55:12 +00:00
This commit is contained in:
Todd C. Miller
2011-02-21 13:36:24 -05:00
parent 59515a4a6d
commit 74c4252c1b
14 changed files with 153 additions and 143 deletions

18
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for sudo 1.8.0b5. # Generated by GNU Autoconf 2.65 for sudo 1.8.0rc1.
# #
# Report bugs to <http://www.sudo.ws/bugs/>. # Report bugs to <http://www.sudo.ws/bugs/>.
# #
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='sudo' PACKAGE_NAME='sudo'
PACKAGE_TARNAME='sudo' PACKAGE_TARNAME='sudo'
PACKAGE_VERSION='1.8.0b5' PACKAGE_VERSION='1.8.0rc1'
PACKAGE_STRING='sudo 1.8.0b5' PACKAGE_STRING='sudo 1.8.0rc1'
PACKAGE_BUGREPORT='http://www.sudo.ws/bugs/' PACKAGE_BUGREPORT='http://www.sudo.ws/bugs/'
PACKAGE_URL='' PACKAGE_URL=''
@@ -1566,7 +1566,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures sudo 1.8.0b5 to adapt to many kinds of systems. \`configure' configures sudo 1.8.0rc1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1631,7 +1631,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of sudo 1.8.0b5:";; short | recursive ) echo "Configuration of sudo 1.8.0rc1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1843,7 +1843,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
sudo configure 1.8.0b5 sudo configure 1.8.0rc1
generated by GNU Autoconf 2.65 generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2542,7 +2542,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by sudo $as_me 1.8.0b5, which was It was created by sudo $as_me 1.8.0rc1, which was
generated by GNU Autoconf 2.65. Invocation command line was generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@ $ $0 $@
@@ -19169,7 +19169,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by sudo $as_me 1.8.0b5, which was This file was extended by sudo $as_me 1.8.0rc1, which was
generated by GNU Autoconf 2.65. Invocation command line was generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -19235,7 +19235,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
sudo config.status 1.8.0b5 sudo config.status 1.8.0rc1
configured by $0, generated by GNU Autoconf 2.65, configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@@ -3,7 +3,7 @@ dnl Process this file with GNU autoconf to produce a configure script.
dnl dnl
dnl Copyright (c) 1994-1996,1998-2011 Todd C. Miller <Todd.Miller@courtesan.com> dnl Copyright (c) 1994-1996,1998-2011 Todd C. Miller <Todd.Miller@courtesan.com>
dnl dnl
AC_INIT([sudo], [1.8.0b5], [http://www.sudo.ws/bugs/], [sudo]) AC_INIT([sudo], [1.8.0rc1], [http://www.sudo.ws/bugs/], [sudo])
AC_CONFIG_HEADER([config.h pathnames.h]) AC_CONFIG_HEADER([config.h pathnames.h])
dnl dnl
dnl Note: this must come after AC_INIT dnl Note: this must come after AC_INIT

View File

@@ -61,7 +61,7 @@ DDEESSCCRRIIPPTTIIOONN
1.8.0b5 February 16, 2011 1 1.8.0rc1 February 21, 2011 1
@@ -127,7 +127,7 @@ OOPPTTIIOONNSS
1.8.0b5 February 16, 2011 2 1.8.0rc1 February 21, 2011 2
@@ -189,11 +189,11 @@ SUDO(1m) MAINTENANCE COMMANDS SUDO(1m)
database. Depending on the policy, this may be the default database. Depending on the policy, this may be the default
behavior. behavior.
-h The --hh (_h_e_l_p) option causes ssuuddoo to print a usage message -h The --hh (_h_e_l_p) option causes ssuuddoo to print a short help
1.8.0b5 February 16, 2011 3 1.8.0rc1 February 21, 2011 3
@@ -202,7 +202,7 @@ SUDO(1m) MAINTENANCE COMMANDS SUDO(1m)
SUDO(1m) MAINTENANCE COMMANDS SUDO(1m) SUDO(1m) MAINTENANCE COMMANDS SUDO(1m)
and exit. message to the standard output and exit.
-i [command] -i [command]
The --ii (_s_i_m_u_l_a_t_e _i_n_i_t_i_a_l _l_o_g_i_n) option runs the shell The --ii (_s_i_m_u_l_a_t_e _i_n_i_t_i_a_l _l_o_g_i_n) option runs the shell
@@ -259,7 +259,7 @@ SUDO(1m) MAINTENANCE COMMANDS SUDO(1m)
1.8.0b5 February 16, 2011 4 1.8.0rc1 February 21, 2011 4
@@ -325,7 +325,7 @@ SUDO(1m) MAINTENANCE COMMANDS SUDO(1m)
1.8.0b5 February 16, 2011 5 1.8.0rc1 February 21, 2011 5
@@ -391,7 +391,7 @@ PPLLUUGGIINNSS
1.8.0b5 February 16, 2011 6 1.8.0rc1 February 21, 2011 6
@@ -457,7 +457,7 @@ SSEECCUURRIITTYY NNOOTTEESS
1.8.0b5 February 16, 2011 7 1.8.0rc1 February 21, 2011 7
@@ -523,7 +523,7 @@ FFIILLEESS
1.8.0b5 February 16, 2011 8 1.8.0rc1 February 21, 2011 8
@@ -589,7 +589,7 @@ CCAAVVEEAATTSS
1.8.0b5 February 16, 2011 9 1.8.0rc1 February 21, 2011 9
@@ -655,6 +655,6 @@ DDIISSCCLLAAIIMMEERR
1.8.0b5 February 16, 2011 10 1.8.0rc1 February 21, 2011 10

View File

@@ -149,7 +149,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "SUDO @mansectsu@" .IX Title "SUDO @mansectsu@"
.TH SUDO @mansectsu@ "February 16, 2011" "1.8.0b5" "MAINTENANCE COMMANDS" .TH SUDO @mansectsu@ "February 21, 2011" "1.8.0rc1" "MAINTENANCE COMMANDS"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l
@@ -348,7 +348,8 @@ user (root by default) as specified by the password database.
Depending on the policy, this may be the default behavior. Depending on the policy, this may be the default behavior.
.IP "\-h" 12 .IP "\-h" 12
.IX Item "-h" .IX Item "-h"
The \fB\-h\fR (\fIhelp\fR) option causes \fBsudo\fR to print a usage message and exit. The \fB\-h\fR (\fIhelp\fR) option causes \fBsudo\fR to print a short help message
to the standard output and exit.
.IP "\-i [command]" 12 .IP "\-i [command]" 12
.IX Item "-i [command]" .IX Item "-i [command]"
The \fB\-i\fR (\fIsimulate initial login\fR) option runs the shell specified The \fB\-i\fR (\fIsimulate initial login\fR) option runs the shell specified

View File

@@ -61,7 +61,7 @@ DDEESSCCRRIIPPTTIIOONN
1.8.0b5 February 16, 2011 1 1.8.0rc1 February 21, 2011 1
@@ -99,7 +99,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
The policy_plugin struct has the following fields: The policy_plugin struct has the following fields:
type type
The type field should always be set to SUDO_POLICY_PLUGIN The type field should always be set to SUDO_POLICY_PLUGIN.
version version
The version field should be set to SUDO_API_VERSION. The version field should be set to SUDO_API_VERSION.
@@ -127,7 +127,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 2 1.8.0rc1 February 21, 2011 2
@@ -193,7 +193,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 3 1.8.0rc1 February 21, 2011 3
@@ -259,7 +259,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 4 1.8.0rc1 February 21, 2011 4
@@ -325,7 +325,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 5 1.8.0rc1 February 21, 2011 5
@@ -391,7 +391,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 6 1.8.0rc1 February 21, 2011 6
@@ -457,7 +457,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 7 1.8.0rc1 February 21, 2011 7
@@ -523,7 +523,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 8 1.8.0rc1 February 21, 2011 8
@@ -589,7 +589,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 9 1.8.0rc1 February 21, 2011 9
@@ -655,7 +655,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 10 1.8.0rc1 February 21, 2011 10
@@ -721,7 +721,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 11 1.8.0rc1 February 21, 2011 11
@@ -787,7 +787,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 12 1.8.0rc1 February 21, 2011 12
@@ -853,7 +853,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 13 1.8.0rc1 February 21, 2011 13
@@ -919,7 +919,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 14 1.8.0rc1 February 21, 2011 14
@@ -985,7 +985,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 15 1.8.0rc1 February 21, 2011 15
@@ -1051,7 +1051,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 16 1.8.0rc1 February 21, 2011 16
@@ -1117,7 +1117,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 17 1.8.0rc1 February 21, 2011 17
@@ -1183,7 +1183,7 @@ SUDO_PLUGIN(1m) MAINTENANCE COMMANDS SUDO_PLUGIN(1m)
1.8.0b5 February 16, 2011 18 1.8.0rc1 February 21, 2011 18
@@ -1249,6 +1249,6 @@ DDIISSCCLLAAIIMMEERR
1.8.0b5 February 16, 2011 19 1.8.0rc1 February 21, 2011 19

View File

@@ -139,7 +139,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "SUDO_PLUGIN @mansectsu@" .IX Title "SUDO_PLUGIN @mansectsu@"
.TH SUDO_PLUGIN @mansectsu@ "February 16, 2011" "1.8.0b5" "MAINTENANCE COMMANDS" .TH SUDO_PLUGIN @mansectsu@ "February 21, 2011" "1.8.0rc1" "MAINTENANCE COMMANDS"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l
@@ -231,7 +231,7 @@ so that \fBsudo\fR can load it.
The policy_plugin struct has the following fields: The policy_plugin struct has the following fields:
.IP "type" 4 .IP "type" 4
.IX Item "type" .IX Item "type"
The \f(CW\*(C`type\*(C'\fR field should always be set to \s-1SUDO_POLICY_PLUGIN\s0 The \f(CW\*(C`type\*(C'\fR field should always be set to \s-1SUDO_POLICY_PLUGIN\s0.
.IP "version" 4 .IP "version" 4
.IX Item "version" .IX Item "version"
The \f(CW\*(C`version\*(C'\fR field should be set to \s-1SUDO_API_VERSION\s0. The \f(CW\*(C`version\*(C'\fR field should be set to \s-1SUDO_API_VERSION\s0.

View File

@@ -61,7 +61,7 @@ DDEESSCCRRIIPPTTIIOONN
1.8.0b5 February 16, 2011 1 1.8.0rc1 February 21, 2011 1
@@ -127,7 +127,7 @@ SSUUDDOOEERRSS FFIILLEE FFOORRMMAATT
1.8.0b5 February 16, 2011 2 1.8.0rc1 February 21, 2011 2
@@ -193,7 +193,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 3 1.8.0rc1 February 21, 2011 3
@@ -225,7 +225,8 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
special characters may be specified in escaped hex mode, e.g. \x20 for special characters may be specified in escaped hex mode, e.g. \x20 for
space. space.
The nonunix_group syntax depends on the underlying implementation. For The actual nonunix_group syntax depends on the underlying group
provider plugin (see the _g_r_o_u_p___p_l_u_g_i_n description below). For
instance, the QAS AD plugin supports the following formats: instance, the QAS AD plugin supports the following formats:
+o Group in the same domain: "Group Name" +o Group in the same domain: "Group Name"
@@ -258,8 +259,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0rc1 February 21, 2011 4
1.8.0b5 February 16, 2011 4
@@ -268,6 +268,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4) SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
Host ::= '!'* host name | Host ::= '!'* host name |
'!'* ip_addr | '!'* ip_addr |
'!'* network(/netmask)? | '!'* network(/netmask)? |
@@ -324,8 +325,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0rc1 February 21, 2011 5
1.8.0b5 February 16, 2011 5
@@ -391,7 +391,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 6 1.8.0rc1 February 21, 2011 6
@@ -457,7 +457,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 7 1.8.0rc1 February 21, 2011 7
@@ -523,7 +523,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 8 1.8.0rc1 February 21, 2011 8
@@ -589,7 +589,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 9 1.8.0rc1 February 21, 2011 9
@@ -655,7 +655,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 10 1.8.0rc1 February 21, 2011 10
@@ -721,7 +721,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 11 1.8.0rc1 February 21, 2011 11
@@ -787,7 +787,7 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS
1.8.0b5 February 16, 2011 12 1.8.0rc1 February 21, 2011 12
@@ -853,7 +853,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 13 1.8.0rc1 February 21, 2011 13
@@ -919,7 +919,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 14 1.8.0rc1 February 21, 2011 14
@@ -985,7 +985,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 15 1.8.0rc1 February 21, 2011 15
@@ -1051,7 +1051,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 16 1.8.0rc1 February 21, 2011 16
@@ -1117,7 +1117,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 17 1.8.0rc1 February 21, 2011 17
@@ -1183,7 +1183,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 18 1.8.0rc1 February 21, 2011 18
@@ -1249,7 +1249,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 19 1.8.0rc1 February 21, 2011 19
@@ -1315,7 +1315,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 20 1.8.0rc1 February 21, 2011 20
@@ -1381,7 +1381,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 21 1.8.0rc1 February 21, 2011 21
@@ -1447,7 +1447,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 22 1.8.0rc1 February 21, 2011 22
@@ -1513,7 +1513,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 23 1.8.0rc1 February 21, 2011 23
@@ -1579,7 +1579,7 @@ FFIILLEESS
1.8.0b5 February 16, 2011 24 1.8.0rc1 February 21, 2011 24
@@ -1645,7 +1645,7 @@ EEXXAAMMPPLLEESS
1.8.0b5 February 16, 2011 25 1.8.0rc1 February 21, 2011 25
@@ -1711,7 +1711,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 26 1.8.0rc1 February 21, 2011 26
@@ -1777,7 +1777,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4)
1.8.0b5 February 16, 2011 27 1.8.0rc1 February 21, 2011 27
@@ -1843,7 +1843,7 @@ SSEECCUURRIITTYY NNOOTTEESS
1.8.0b5 February 16, 2011 28 1.8.0rc1 February 21, 2011 28
@@ -1909,7 +1909,7 @@ PPRREEVVEENNTTIINNGG SSHHEELLLL EESSCCAAPPEESS
1.8.0b5 February 16, 2011 29 1.8.0rc1 February 21, 2011 29
@@ -1975,7 +1975,7 @@ SSEECCUURRIITTYY NNOOTTEESS
1.8.0b5 February 16, 2011 30 1.8.0rc1 February 21, 2011 30
@@ -2041,6 +2041,6 @@ DDIISSCCLLAAIIMMEERR
1.8.0b5 February 16, 2011 31 1.8.0rc1 February 21, 2011 31

View File

@@ -61,7 +61,7 @@ DDEESSCCRRIIPPTTIIOONN
1.8.0b5 February 16, 2011 1 1.8.0rc1 February 21, 2011 1
@@ -127,7 +127,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 2 1.8.0rc1 February 21, 2011 2
@@ -193,7 +193,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 3 1.8.0rc1 February 21, 2011 3
@@ -259,7 +259,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 4 1.8.0rc1 February 21, 2011 4
@@ -325,7 +325,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 5 1.8.0rc1 February 21, 2011 5
@@ -391,7 +391,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 6 1.8.0rc1 February 21, 2011 6
@@ -457,7 +457,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 7 1.8.0rc1 February 21, 2011 7
@@ -523,7 +523,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 8 1.8.0rc1 February 21, 2011 8
@@ -589,7 +589,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 9 1.8.0rc1 February 21, 2011 9
@@ -655,7 +655,7 @@ EEXXAAMMPPLLEESS
1.8.0b5 February 16, 2011 10 1.8.0rc1 February 21, 2011 10
@@ -721,7 +721,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 11 1.8.0rc1 February 21, 2011 11
@@ -787,7 +787,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 12 1.8.0rc1 February 21, 2011 12
@@ -853,7 +853,7 @@ SUDOERS.LDAP(4) MAINTENANCE COMMANDS SUDOERS.LDAP(4)
1.8.0b5 February 16, 2011 13 1.8.0rc1 February 21, 2011 13
@@ -919,6 +919,6 @@ DDIISSCCLLAAIIMMEERR
1.8.0b5 February 16, 2011 14 1.8.0rc1 February 21, 2011 14

View File

@@ -140,7 +140,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "SUDOERS.LDAP @mansectform@" .IX Title "SUDOERS.LDAP @mansectform@"
.TH SUDOERS.LDAP @mansectform@ "February 16, 2011" "1.8.0b5" "MAINTENANCE COMMANDS" .TH SUDOERS.LDAP @mansectform@ "February 21, 2011" "1.8.0rc1" "MAINTENANCE COMMANDS"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l

View File

@@ -148,7 +148,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "SUDOERS @mansectform@" .IX Title "SUDOERS @mansectform@"
.TH SUDOERS @mansectform@ "February 16, 2011" "1.8.0b5" "MAINTENANCE COMMANDS" .TH SUDOERS @mansectform@ "February 21, 2011" "1.8.0rc1" "MAINTENANCE COMMANDS"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l
@@ -360,7 +360,8 @@ be enclosed in double quotes to avoid the need for escaping special
characters. Alternately, special characters may be specified in characters. Alternately, special characters may be specified in
escaped hex mode, e.g. \ex20 for space. escaped hex mode, e.g. \ex20 for space.
.PP .PP
The \f(CW\*(C`nonunix_group\*(C'\fR syntax depends on the underlying implementation. The actual \f(CW\*(C`nonunix_group\*(C'\fR syntax depends on the underlying group
provider plugin (see the \fIgroup_plugin\fR description below).
For instance, the \s-1QAS\s0 \s-1AD\s0 plugin supports the following formats: For instance, the \s-1QAS\s0 \s-1AD\s0 plugin supports the following formats:
.IP "\(bu" 4 .IP "\(bu" 4
Group in the same domain: \*(L"Group Name\*(R" Group in the same domain: \*(L"Group Name\*(R"

View File

@@ -8,10 +8,10 @@ NNAAMMEE
sudoreplay - replay sudo session logs sudoreplay - replay sudo session logs
SSYYNNOOPPSSIISS SSYYNNOOPPSSIISS
ssuuddoorreeppllaayy [--dd _d_i_r_e_c_t_o_r_y] [--ff _f_i_l_t_e_r] [--mm _m_a_x___w_a_i_t] [--ss _s_p_e_e_d___f_a_c_t_o_r] ssuuddoorreeppllaayy [--hh] [--dd _d_i_r_e_c_t_o_r_y] [--ff _f_i_l_t_e_r] [--mm _m_a_x___w_a_i_t] [--ss
ID _s_p_e_e_d___f_a_c_t_o_r] ID
ssuuddoorreeppllaayy [--dd _d_i_r_e_c_t_o_r_y] -l [search expression] ssuuddoorreeppllaayy [--hh] [--dd _d_i_r_e_c_t_o_r_y] -l [search expression]
DDEESSCCRRIIPPTTIIOONN DDEESSCCRRIIPPTTIIOONN
ssuuddoorreeppllaayy plays back or lists the session logs created by ssuuddoo. When ssuuddoorreeppllaayy plays back or lists the session logs created by ssuuddoo. When
@@ -47,21 +47,21 @@ OOPPTTIIOONNSS
_f_i_l_t_e_r argument is a comma-separated list, consisting of _f_i_l_t_e_r argument is a comma-separated list, consisting of
one or more of following: _s_t_d_o_u_t, _s_t_d_e_r_r, and _t_t_y_o_u_t. one or more of following: _s_t_d_o_u_t, _s_t_d_e_r_r, and _t_t_y_o_u_t.
-l Enable "list mode". In this mode, ssuuddoorreeppllaayy will list -h The --hh (_h_e_l_p) option causes ssuuddoorreeppllaayy to print a short
help message to the standard output and exit.
-l [_s_e_a_r_c_h _e_x_p_r_e_s_s_i_o_n]
Enable "list mode". In this mode, ssuuddoorreeppllaayy will list
available session IDs. If a _s_e_a_r_c_h _e_x_p_r_e_s_s_i_o_n is available session IDs. If a _s_e_a_r_c_h _e_x_p_r_e_s_s_i_o_n is
specified, it will be used to restrict the IDs that are specified, it will be used to restrict the IDs that are
displayed. An expression is composed of the following displayed. An expression is composed of the following
predicates: predicates:
command _c_o_m_m_a_n_d _p_a_t_t_e_r_n
Evaluates to true if the command run matches
_c_o_m_m_a_n_d _p_a_t_t_e_r_n. On systems with POSIX regular
expression support, the pattern may be an extended
regular expression. On systems without POSIX
1.8.0b5 February 16, 2011 1
1.8.0rc1 February 21, 2011 1
@@ -70,6 +70,11 @@ OOPPTTIIOONNSS
SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m) SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m)
command _c_o_m_m_a_n_d _p_a_t_t_e_r_n
Evaluates to true if the command run matches
_c_o_m_m_a_n_d _p_a_t_t_e_r_n. On systems with POSIX regular
expression support, the pattern may be an extended
regular expression. On systems without POSIX
regular expression support, a simple substring regular expression support, a simple substring
match is performed instead. match is performed instead.
@@ -119,15 +124,10 @@ SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m)
-m _m_a_x___w_a_i_t Specify an upper bound on how long to wait between key -m _m_a_x___w_a_i_t Specify an upper bound on how long to wait between key
presses or output data. By default, ssuuddoo__rreeppllaayy will presses or output data. By default, ssuuddoo__rreeppllaayy will
accurately reproduce the delays between key presses or
program output. However, this can be tedious when the
session includes long pauses. When the _-_m option is
specified, ssuuddoorreeppllaayy will limit these pauses to at most
_m_a_x___w_a_i_t seconds. The value may be specified as a floating
1.8.0b5 February 16, 2011 2 1.8.0rc1 February 21, 2011 2
@@ -136,6 +136,11 @@ SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m)
SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m) SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m)
accurately reproduce the delays between key presses or
program output. However, this can be tedious when the
session includes long pauses. When the _-_m option is
specified, ssuuddoorreeppllaayy will limit these pauses to at most
_m_a_x___w_a_i_t seconds. The value may be specified as a floating
point number, .e.g. _2_._5. point number, .e.g. _2_._5.
-s _s_p_e_e_d___f_a_c_t_o_r -s _s_p_e_e_d___f_a_c_t_o_r
@@ -186,14 +191,9 @@ SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m)
2 hours ago 2 hours ago
2 hours ago. 2 hours ago.
next Friday
The first second of the next Friday.
1.8.0rc1 February 21, 2011 3
1.8.0b5 February 16, 2011 3
@@ -202,6 +202,9 @@ SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m)
SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m) SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m)
next Friday
The first second of the next Friday.
this week this week
The current time but the first day of the coming week. The current time but the first day of the coming week.
@@ -254,12 +257,9 @@ EEXXAAMMPPLLEESS
sudoreplay -l user millert sudoreplay -l user millert
List sessions run by user _b_o_b with a command containing the string vi:
1.8.0rc1 February 21, 2011 4
1.8.0b5 February 16, 2011 4
@@ -268,6 +268,8 @@ EEXXAAMMPPLLEESS
SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m) SUDOREPLAY(1m) MAINTENANCE COMMANDS SUDOREPLAY(1m)
List sessions run by user _b_o_b with a command containing the string vi:
sudoreplay -l user bob command vi sudoreplay -l user bob command vi
List sessions run by user _j_e_f_f that match a regular expression: List sessions run by user _j_e_f_f that match a regular expression:
@@ -323,8 +325,6 @@ DDIISSCCLLAAIIMMEERR
1.8.0rc1 February 21, 2011 5
1.8.0b5 February 16, 2011 5

View File

@@ -139,7 +139,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "SUDOREPLAY @mansectsu@" .IX Title "SUDOREPLAY @mansectsu@"
.TH SUDOREPLAY @mansectsu@ "February 16, 2011" "1.8.0b5" "MAINTENANCE COMMANDS" .TH SUDOREPLAY @mansectsu@ "February 21, 2011" "1.8.0rc1" "MAINTENANCE COMMANDS"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l
@@ -148,9 +148,9 @@
sudoreplay \- replay sudo session logs sudoreplay \- replay sudo session logs
.SH "SYNOPSIS" .SH "SYNOPSIS"
.IX Header "SYNOPSIS" .IX Header "SYNOPSIS"
\&\fBsudoreplay\fR [\fB\-d\fR \fIdirectory\fR] [\fB\-f\fR \fIfilter\fR] [\fB\-m\fR \fImax_wait\fR] [\fB\-s\fR \fIspeed_factor\fR] \s-1ID\s0 \&\fBsudoreplay\fR [\fB\-h\fR] [\fB\-d\fR \fIdirectory\fR] [\fB\-f\fR \fIfilter\fR] [\fB\-m\fR \fImax_wait\fR] [\fB\-s\fR \fIspeed_factor\fR] \s-1ID\s0
.PP .PP
\&\fBsudoreplay\fR [\fB\-d\fR \fIdirectory\fR] \-l [search expression] \&\fBsudoreplay\fR [\fB\-h\fR] [\fB\-d\fR \fIdirectory\fR] \-l [search expression]
.SH "DESCRIPTION" .SH "DESCRIPTION"
.IX Header "DESCRIPTION" .IX Header "DESCRIPTION"
\&\fBsudoreplay\fR plays back or lists the session logs created by \&\fBsudoreplay\fR plays back or lists the session logs created by
@@ -187,8 +187,12 @@ output, standard error and tty output. The \fI\-f\fR option can be
used to select which of these to output. The \fIfilter\fR argument used to select which of these to output. The \fIfilter\fR argument
is a comma-separated list, consisting of one or more of following: is a comma-separated list, consisting of one or more of following:
\&\fIstdout\fR, \fIstderr\fR, and \fIttyout\fR. \&\fIstdout\fR, \fIstderr\fR, and \fIttyout\fR.
.IP "\-l" 12 .IP "\-h" 12
.IX Item "-l" .IX Item "-h"
The \fB\-h\fR (\fIhelp\fR) option causes \fBsudoreplay\fR to print a short
help message to the standard output and exit.
.IP "\-l [\fIsearch expression\fR]" 12
.IX Item "-l [search expression]"
Enable \*(L"list mode\*(R". In this mode, \fBsudoreplay\fR will list available Enable \*(L"list mode\*(R". In this mode, \fBsudoreplay\fR will list available
session IDs. If a \fIsearch expression\fR is specified, it will be session IDs. If a \fIsearch expression\fR is specified, it will be
used to restrict the IDs that are displayed. An expression is used to restrict the IDs that are displayed. An expression is

View File

@@ -8,7 +8,7 @@ NNAAMMEE
visudo - edit the sudoers file visudo - edit the sudoers file
SSYYNNOOPPSSIISS SSYYNNOOPPSSIISS
vviissuuddoo [--cc] [--qq] [--ss] [--VV] [--ff _s_u_d_o_e_r_s] vviissuuddoo [--cchhqqssVV] [--ff _s_u_d_o_e_r_s]
DDEESSCCRRIIPPTTIIOONN DDEESSCCRRIIPPTTIIOONN
vviissuuddoo edits the _s_u_d_o_e_r_s file in a safe fashion, analogous to _v_i_p_w(1m). vviissuuddoo edits the _s_u_d_o_e_r_s file in a safe fashion, analogous to _v_i_p_w(1m).
@@ -61,7 +61,7 @@ OOPPTTIIOONNSS
1.8.0b5 February 16, 2011 1 1.8.0rc1 February 21, 2011 1
@@ -70,6 +70,9 @@ OOPPTTIIOONNSS
VISUDO(1m) MAINTENANCE COMMANDS VISUDO(1m) VISUDO(1m) MAINTENANCE COMMANDS VISUDO(1m)
-h The --hh (_h_e_l_p) option causes vviissuuddoo to print a short help
message to the standard output and exit.
-q Enable qquuiieett mode. In this mode details about syntax -q Enable qquuiieett mode. In this mode details about syntax
errors are not printed. This option is only useful when errors are not printed. This option is only useful when
combined with the --cc option. combined with the --cc option.
@@ -120,14 +123,11 @@ DDIIAAGGNNOOSSTTIICCSS
used. You may wish to comment out or remove the unused alias. In used. You may wish to comment out or remove the unused alias. In
--ss (strict) mode this is an error, not a warning. --ss (strict) mode this is an error, not a warning.
SSEEEE AALLSSOO
_v_i(1), _s_u_d_o_e_r_s(4), _s_u_d_o(1m), _v_i_p_w(1m)
1.8.0rc1 February 21, 2011 2
1.8.0b5 February 16, 2011 2
@@ -136,6 +136,9 @@ SSEEEE AALLSSOO
VISUDO(1m) MAINTENANCE COMMANDS VISUDO(1m) VISUDO(1m) MAINTENANCE COMMANDS VISUDO(1m)
SSEEEE AALLSSOO
_v_i(1), _s_u_d_o_e_r_s(4), _s_u_d_o(1m), _v_i_p_w(1m)
AAUUTTHHOORR AAUUTTHHOORR
Many people have worked on _s_u_d_o over the years; this version of vviissuuddoo Many people have worked on _s_u_d_o over the years; this version of vviissuuddoo
was written by: was written by:
@@ -190,9 +193,6 @@ DDIISSCCLLAAIIMMEERR
1.8.0rc1 February 21, 2011 3
1.8.0b5 February 16, 2011 3

View File

@@ -144,7 +144,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "VISUDO @mansectsu@" .IX Title "VISUDO @mansectsu@"
.TH VISUDO @mansectsu@ "February 16, 2011" "1.8.0b5" "MAINTENANCE COMMANDS" .TH VISUDO @mansectsu@ "February 21, 2011" "1.8.0rc1" "MAINTENANCE COMMANDS"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l
@@ -153,7 +153,7 @@
visudo \- edit the sudoers file visudo \- edit the sudoers file
.SH "SYNOPSIS" .SH "SYNOPSIS"
.IX Header "SYNOPSIS" .IX Header "SYNOPSIS"
\&\fBvisudo\fR [\fB\-c\fR] [\fB\-q\fR] [\fB\-s\fR] [\fB\-V\fR] [\fB\-f\fR \fIsudoers\fR] \&\fBvisudo\fR [\fB\-chqsV\fR] [\fB\-f\fR \fIsudoers\fR]
.SH "DESCRIPTION" .SH "DESCRIPTION"
.IX Header "DESCRIPTION" .IX Header "DESCRIPTION"
\&\fBvisudo\fR edits the \fIsudoers\fR file in a safe fashion, analogous to \&\fBvisudo\fR edits the \fIsudoers\fR file in a safe fashion, analogous to
@@ -205,6 +205,10 @@ instead of the default, \fI@sysconfdir@/sudoers\fR. The lock file used
is the specified \fIsudoers\fR file with \*(L".tmp\*(R" appended to it. is the specified \fIsudoers\fR file with \*(L".tmp\*(R" appended to it.
In \fBcheck-only\fR mode only, the argument to \fB\-f\fR may be \*(L"\-\*(R", In \fBcheck-only\fR mode only, the argument to \fB\-f\fR may be \*(L"\-\*(R",
indicating that \fIsudoers\fR will be read from the standard input. indicating that \fIsudoers\fR will be read from the standard input.
.IP "\-h" 12
.IX Item "-h"
The \fB\-h\fR (\fIhelp\fR) option causes \fBvisudo\fR to print a short help message
to the standard output and exit.
.IP "\-q" 12 .IP "\-q" 12
.IX Item "-q" .IX Item "-q"
Enable \fBquiet\fR mode. In this mode details about syntax errors Enable \fBquiet\fR mode. In this mode details about syntax errors