2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

Fix "mandoc -Tlint" warnings.

Sync AUTHORS section in man pages.
Regenerate all man pages.
This commit is contained in:
Todd C. Miller 2015-03-22 13:09:26 -06:00
parent 15037d3b7e
commit cd669526e5
21 changed files with 222 additions and 81 deletions

View File

@ -582,4 +582,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.12 December 4, 2014 Sudo 1.8.12 Sudo 1.8.13 December 4, 2014 Sudo 1.8.13

View File

@ -408,4 +408,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.12 December 4, 2014 Sudo 1.8.12 Sudo 1.8.13 December 4, 2014 Sudo 1.8.13

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
.\" IT IS GENERATED AUTOMATICALLY FROM sudo.conf.mdoc.in .\" IT IS GENERATED AUTOMATICALLY FROM sudo.conf.mdoc.in
.\" .\"
.\" Copyright (c) 2010-2014 Todd C. Miller <Todd.Miller@courtesan.com> .\" Copyright (c) 2010-2015 Todd C. Miller <Todd.Miller@courtesan.com>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" purpose with or without fee is hereby granted, provided that the above
@ -79,7 +79,7 @@ are silently ignored.
The The
\fBsudo.conf\fR \fBsudo.conf\fR
file is always parsed in the file is always parsed in the
\(lq\fRC\fR\(rq \(Lq\fRC\fR\(Rq
locale. locale.
.SS "Plugin configuration" .SS "Plugin configuration"
\fBsudo\fR \fBsudo\fR
@ -269,7 +269,7 @@ itself are disabled by default.
To aid in debugging To aid in debugging
\fBsudo\fR \fBsudo\fR
crashes, you may wish to re-enable core dumps by setting crashes, you may wish to re-enable core dumps by setting
\(lqdisable_coredump\(rq \(Lqdisable_coredump\(Rq
to false in to false in
\fBsudo.conf\fR \fBsudo.conf\fR
as follows: as follows:
@ -338,7 +338,7 @@ Use the static group list that the kernel returns.
Retrieving the group list this way is very fast but it is subject Retrieving the group list this way is very fast but it is subject
to an upper limit as described above. to an upper limit as described above.
It is It is
\(lqstatic\(rq \(Lqstatic\(Rq
in that it does not reflect changes to the group database made in that it does not reflect changes to the group database made
after the user logs in. after the user logs in.
This was the default behavior prior to This was the default behavior prior to
@ -348,7 +348,7 @@ This was the default behavior prior to
dynamic dynamic
Always query the group database directly. Always query the group database directly.
It is It is
\(lqdynamic\(rq \(Lqdynamic\(Rq
in that changes made to the group database after the user logs in in that changes made to the group database after the user logs in
will be reflected in the group list. will be reflected in the group list.
On some systems, querying the group database for all of a user's On some systems, querying the group database for all of a user's
@ -688,7 +688,7 @@ search the archives.
.SH "DISCLAIMER" .SH "DISCLAIMER"
\fBsudo\fR \fBsudo\fR
is provided is provided
\(lqAS IS\(rq \(LqAS IS\(Rq
and any express or implied warranties, including, but not limited and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. particular purpose are disclaimed.

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) 2010-2014 Todd C. Miller <Todd.Miller@courtesan.com> .\" Copyright (c) 2010-2015 Todd C. Miller <Todd.Miller@courtesan.com>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" purpose with or without fee is hereby granted, provided that the above
@ -605,7 +605,7 @@ Many people have worked on
.Nm sudo .Nm sudo
over the years; this version consists of code written primarily by: over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent .Bd -ragged -offset indent
Todd C. Miller .An Todd C. Miller
.Ed .Ed
.Pp .Pp
See the CONTRIBUTORS file in the See the CONTRIBUTORS file in the

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
.\" IT IS GENERATED AUTOMATICALLY FROM sudo.mdoc.in .\" IT IS GENERATED AUTOMATICALLY FROM sudo.mdoc.in
.\" .\"
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2014 .\" Copyright (c) 1994-1996, 1998-2005, 2007-2015
.\" Todd C. Miller <Todd.Miller@courtesan.com> .\" Todd C. Miller <Todd.Miller@courtesan.com>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
@ -191,7 +191,7 @@ when validating the user, if allowed by
\fI/etc/login.conf\fR. \fI/etc/login.conf\fR.
The system administrator may specify a list of sudo-specific The system administrator may specify a list of sudo-specific
authentication methods by adding an authentication methods by adding an
\(lqauth-sudo\(rq \(Lqauth-sudo\(Rq
entry in entry in
\fI/etc/login.conf\fR. \fI/etc/login.conf\fR.
This option is only available on systems that support BSD authentication. This option is only available on systems that support BSD authentication.
@ -259,13 +259,13 @@ In lieu of a path name, the string "sudoedit" is used when consulting
the security policy. the security policy.
If the user is authorized by the policy, the following steps are If the user is authorized by the policy, the following steps are
taken: taken:
.RS 13n .RS 16n
.TP 5n .TP 5n
1. 1.\&
Temporary copies are made of the files to be edited with the owner Temporary copies are made of the files to be edited with the owner
set to the invoking user. set to the invoking user.
.TP 5n .TP 5n
2. 2.\&
The editor specified by the policy is run to edit the temporary The editor specified by the policy is run to edit the temporary
files. files.
The The
@ -286,7 +286,7 @@ are set, the first program listed in the
sudoers(@mansectform@) sudoers(@mansectform@)
option is used. option is used.
.TP 5n .TP 5n
3. 3.\&
If they have been modified, the temporary files are copied back to If they have been modified, the temporary files are copied back to
their original location and the temporary versions are removed. their original location and the temporary versions are removed.
.RE .RE
@ -682,7 +682,7 @@ process waits until the command has completed, then passes the
command's exit status to the security policy's close function and exits. command's exit status to the security policy's close function and exits.
If an I/O logging plugin is configured or if the security policy If an I/O logging plugin is configured or if the security policy
explicitly requests it, a new pseudo-terminal explicitly requests it, a new pseudo-terminal
(\(lqpty\(rq) (\(Lqpty\(Rq)
is created and a second is created and a second
\fBsudo\fR \fBsudo\fR
process is used to relay job control signals between the user's process is used to relay job control signals between the user's
@ -690,7 +690,7 @@ existing pty and the new pty the command is being run in.
This extra process makes it possible to, for example, suspend This extra process makes it possible to, for example, suspend
and resume the command. and resume the command.
Without it, the command would be in what POSIX terms an Without it, the command would be in what POSIX terms an
\(lqorphaned process group\(rq \(Lqorphaned process group\(Rq
and it would not receive any job control signals. and it would not receive any job control signals.
As a special case, if the policy plugin does not define a close As a special case, if the policy plugin does not define a close
function and no pty is required, function and no pty is required,
@ -836,7 +836,7 @@ This should not happen under normal circumstances.
The most common reason for The most common reason for
stat(2) stat(2)
to return to return
\(lqpermission denied\(rq \(Lqpermission denied\(Rq
is if you are running an automounter and one of the directories in is if you are running an automounter and one of the directories in
your your
\fRPATH\fR \fRPATH\fR
@ -890,7 +890,7 @@ re-enabled for the command that is run).
To aid in debugging To aid in debugging
\fBsudo\fR \fBsudo\fR
crashes, you may wish to re-enable core dumps by setting crashes, you may wish to re-enable core dumps by setting
\(lqdisable_coredump\(rq \(Lqdisable_coredump\(Rq
to false in the to false in the
sudo.conf(@mansectform@) sudo.conf(@mansectform@)
file as follows: file as follows:
@ -1142,7 +1142,7 @@ search the archives.
.SH "DISCLAIMER" .SH "DISCLAIMER"
\fBsudo\fR \fBsudo\fR
is provided is provided
\(lqAS IS\(rq \(LqAS IS\(Rq
and any express or implied warranties, including, but not limited and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. particular purpose are disclaimed.

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2014 .\" Copyright (c) 1994-1996, 1998-2005, 2007-2015
.\" Todd C. Miller <Todd.Miller@courtesan.com> .\" Todd C. Miller <Todd.Miller@courtesan.com>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
@ -986,7 +986,7 @@ Many people have worked on
.Nm .Nm
over the years; this version consists of code written primarily by: over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent .Bd -ragged -offset indent
Todd C. Miller .An Todd C. Miller
.Ed .Ed
.Pp .Pp
See the CONTRIBUTORS file in the See the CONTRIBUTORS file in the

View File

@ -1482,6 +1482,16 @@ PPLLUUGGIINN AAPPII CCHHAANNGGEELLOOGG
SSEEEE AALLSSOO SSEEEE AALLSSOO
sudo.conf(4), sudoers(4), sudo(1m) sudo.conf(4), sudoers(4), sudo(1m)
AAUUTTHHOORRSS
Many people have worked on ssuuddoo over the years; this version consists of
code written primarily by:
Todd C. Miller
See the CONTRIBUTORS file in the ssuuddoo distribution
(http://www.sudo.ws/contributors.html) for an exhaustive list of people
who have contributed to ssuuddoo.
BBUUGGSS BBUUGGSS
If you feel you have found a bug in ssuuddoo, please submit a bug report at If you feel you have found a bug in ssuuddoo, please submit a bug report at
http://bugzilla.sudo.ws/ http://bugzilla.sudo.ws/
@ -1498,4 +1508,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.12 December 4, 2014 Sudo 1.8.12 Sudo 1.8.13 December 4, 2014 Sudo 1.8.13

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
.\" IT IS GENERATED AUTOMATICALLY FROM sudo_plugin.mdoc.in .\" IT IS GENERATED AUTOMATICALLY FROM sudo_plugin.mdoc.in
.\" .\"
.\" Copyright (c) 2009-2014 Todd C. Miller <Todd.Miller@courtesan.com> .\" Copyright (c) 2009-2015 Todd C. Miller <Todd.Miller@courtesan.com>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" purpose with or without fee is hereby granted, provided that the above
@ -160,7 +160,7 @@ settings
A vector of user-supplied A vector of user-supplied
\fBsudo\fR \fBsudo\fR
settings in the form of settings in the form of
\(lqname=value\(rq \(Lqname=value\(Rq
strings. strings.
The vector is terminated by a The vector is terminated by a
\fRNULL\fR \fRNULL\fR
@ -290,9 +290,9 @@ sudo.conf(@mansectform@).
network_addrs=list network_addrs=list
A space-separated list of IP network addresses and netmasks in the A space-separated list of IP network addresses and netmasks in the
form form
\(lqaddr/netmask\(rq, \(Lqaddr/netmask\(Rq,
e.g.\& e.g.\&
\(lq192.168.1.2/255.255.255.0\(rq. \(Lq192.168.1.2/255.255.255.0\(Rq.
The address and netmask pairs may be either IPv4 or IPv6, depending on The address and netmask pairs may be either IPv4 or IPv6, depending on
what the operating system supports. what the operating system supports.
If the address contains a colon If the address contains a colon
@ -339,9 +339,9 @@ based on the runas user.
.TP 6n .TP 6n
progname=string progname=string
The command name that sudo was run as, typically The command name that sudo was run as, typically
\(lqsudo\(rq \(Lqsudo\(Rq
or or
\(lqsudoedit\(rq. \(Lqsudoedit\(Rq.
.TP 6n .TP 6n
prompt=string prompt=string
The prompt to use when requesting a password, if specified via The prompt to use when requesting a password, if specified via
@ -419,7 +419,7 @@ silently ignore settings that it does not recognize.
.TP 6n .TP 6n
user_info user_info
A vector of information about the user running the command in the form of A vector of information about the user running the command in the form of
\(lqname=value\(rq \(Lqname=value\(Rq
strings. strings.
The vector is terminated by a The vector is terminated by a
\fRNULL\fR \fRNULL\fR
@ -540,7 +540,7 @@ tty=string
The path to the user's terminal device. The path to the user's terminal device.
If the user has no terminal device associated with the session, If the user has no terminal device associated with the session,
the value will be empty, as in the value will be empty, as in
\(lq\fRtty=\fR\(rq. \(Lq\fRtty=\fR\(Rq.
.TP 6n .TP 6n
uid=uid_t uid=uid_t
The real user ID of the user invoking The real user ID of the user invoking
@ -557,7 +557,7 @@ The name of the user invoking
user_env user_env
The user's environment in the form of a The user's environment in the form of a
\fRNULL\fR-terminated vector of \fRNULL\fR-terminated vector of
\(lqname=value\(rq \(Lqname=value\(Rq
strings. strings.
.sp .sp
When parsing When parsing
@ -710,10 +710,10 @@ into
\fIargv_out\fR, \fIargv_out\fR,
separated from the separated from the
editor and its arguments by a editor and its arguments by a
\(lq\fR--\fR\(rq \(Lq\fR--\fR\(Rq
element. element.
The The
\(lq\fR--\fR\(rq \(Lq\fR--\fR\(Rq
will will
be removed by be removed by
\fBsudo\fR \fBsudo\fR
@ -766,7 +766,7 @@ Additional environment variables specified by the user on the command
line in the form of a line in the form of a
\fRNULL\fR-terminated \fRNULL\fR-terminated
vector of vector of
\(lqname=value\(rq \(Lqname=value\(Rq
strings. strings.
The plugin may reject the command if one or more variables The plugin may reject the command if one or more variables
are not allowed to be set, or it may silently ignore such variables. are not allowed to be set, or it may silently ignore such variables.
@ -786,7 +786,7 @@ might.
.TP 6n .TP 6n
command_info command_info
Information about the command being run in the form of Information about the command being run in the form of
\(lqname=value\(rq \(Lqname=value\(Rq
strings. strings.
These values are used by These values are used by
\fBsudo\fR \fBsudo\fR
@ -1217,7 +1217,7 @@ argument points to the environment the command will
run in, in the form of a run in, in the form of a
\fRNULL\fR-terminated \fRNULL\fR-terminated
vector of vector of
\(lqname=value\(rq \(Lqname=value\(Rq
strings. strings.
This is the same string passed back to the front end via This is the same string passed back to the front end via
the Policy Plugin's the Policy Plugin's
@ -1554,7 +1554,7 @@ settings
A vector of user-supplied A vector of user-supplied
\fBsudo\fR \fBsudo\fR
settings in the form of settings in the form of
\(lqname=value\(rq \(Lqname=value\(Rq
strings. strings.
The vector is terminated by a The vector is terminated by a
\fRNULL\fR \fRNULL\fR
@ -1583,7 +1583,7 @@ section for a list of all possible settings.
.TP 6n .TP 6n
user_info user_info
A vector of information about the user running the command in the form of A vector of information about the user running the command in the form of
\(lqname=value\(rq \(Lqname=value\(Rq
strings. strings.
The vector is terminated by a The vector is terminated by a
\fRNULL\fR \fRNULL\fR
@ -1625,7 +1625,7 @@ user_env
The user's environment in the form of a The user's environment in the form of a
\fRNULL\fR-terminated \fRNULL\fR-terminated
vector of vector of
\(lqname=value\(rq \(Lqname=value\(Rq
strings. strings.
.sp .sp
When parsing When parsing
@ -2215,11 +2215,11 @@ to the policy plugin.
A plugin may also accept a A plugin may also accept a
\fIrunas_user\fR \fIrunas_user\fR
in the form of in the form of
\(lquser@hostname\(rq \(Lquser@hostname\(Rq
which will work with older versions of which will work with older versions of
\fBsudo\fR. \fBsudo\fR.
It is anticipated that remote commands will be supported by executing a It is anticipated that remote commands will be supported by executing a
\(lqhelper\(rq \(Lqhelper\(Rq
program. program.
The policy plugin should setup the execution environment such that the The policy plugin should setup the execution environment such that the
\fBsudo\fR \fBsudo\fR
@ -2645,6 +2645,20 @@ sudo.conf(@mansectform@) file.
sudo.conf(@mansectform@), sudo.conf(@mansectform@),
sudoers(@mansectform@), sudoers(@mansectform@),
sudo(@mansectsu@) sudo(@mansectsu@)
.SH "AUTHORS"
Many people have worked on
\fBsudo\fR
over the years; this version consists of code written primarily by:
.sp
.RS 6n
Todd C. Miller
.RE
.PP
See the CONTRIBUTORS file in the
\fBsudo\fR
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
\fBsudo\fR.
.SH "BUGS" .SH "BUGS"
If you feel you have found a bug in If you feel you have found a bug in
\fBsudo\fR, \fBsudo\fR,
@ -2656,7 +2670,7 @@ search the archives.
.SH "DISCLAIMER" .SH "DISCLAIMER"
\fBsudo\fR \fBsudo\fR
is provided is provided
\(lqAS IS\(rq \(LqAS IS\(Rq
and any express or implied warranties, including, but not limited and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. particular purpose are disclaimed.

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) 2009-2014 Todd C. Miller <Todd.Miller@courtesan.com> .\" Copyright (c) 2009-2015 Todd C. Miller <Todd.Miller@courtesan.com>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" purpose with or without fee is hereby granted, provided that the above
@ -2315,6 +2315,19 @@ times if there are multiple plugin-specific Debug lines in the
.Xr sudo.conf @mansectform@ , .Xr sudo.conf @mansectform@ ,
.Xr sudoers @mansectform@ , .Xr sudoers @mansectform@ ,
.Xr sudo @mansectsu@ .Xr sudo @mansectsu@
.Sh AUTHORS
Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the
.Nm sudo
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
.Nm sudo .
.Sh BUGS .Sh BUGS
If you feel you have found a bug in If you feel you have found a bug in
.Nm sudo , .Nm sudo ,

View File

@ -2369,7 +2369,17 @@ DDEEBBUUGGGGIINNGG
SSEEEE AALLSSOO SSEEEE AALLSSOO
ssh(1), su(1), fnmatch(3), glob(3), mktemp(3), strftime(3), sudo.conf(4), ssh(1), su(1), fnmatch(3), glob(3), mktemp(3), strftime(3), sudo.conf(4),
sudoers.ldap(4), sudo_plugin(1m), sudo(1m), visudo(1m) sudoers.ldap(4), sudo(1m), sudo_plugin(1m), visudo(1m)
AAUUTTHHOORRSS
Many people have worked on ssuuddoo over the years; this version consists of
code written primarily by:
Todd C. Miller
See the CONTRIBUTORS file in the ssuuddoo distribution
(http://www.sudo.ws/contributors.html) for an exhaustive list of people
who have contributed to ssuuddoo.
CCAAVVEEAATTSS CCAAVVEEAATTSS
The _s_u_d_o_e_r_s file should aallwwaayyss be edited by the vviissuuddoo command which The _s_u_d_o_e_r_s file should aallwwaayyss be edited by the vviissuuddoo command which

View File

@ -871,6 +871,16 @@ EEXXAAMMPPLLEESS
SSEEEE AALLSSOO SSEEEE AALLSSOO
ldap.conf(4), sssd-sudo(4), sudo.conf(4), sudoers(1m) ldap.conf(4), sssd-sudo(4), sudo.conf(4), sudoers(1m)
AAUUTTHHOORRSS
Many people have worked on ssuuddoo over the years; this version consists of
code written primarily by:
Todd C. Miller
See the CONTRIBUTORS file in the ssuuddoo distribution
(http://www.sudo.ws/contributors.html) for an exhaustive list of people
who have contributed to ssuuddoo.
CCAAVVEEAATTSS CCAAVVEEAATTSS
Note that there are differences in the way that LDAP-based _s_u_d_o_e_r_s is Note that there are differences in the way that LDAP-based _s_u_d_o_e_r_s is
parsed compared to file-based _s_u_d_o_e_r_s. See the _D_i_f_f_e_r_e_n_c_e_s _b_e_t_w_e_e_n _L_D_A_P parsed compared to file-based _s_u_d_o_e_r_s. See the _D_i_f_f_e_r_e_n_c_e_s _b_e_t_w_e_e_n _L_D_A_P
@ -892,4 +902,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.12 January 30, 2015 Sudo 1.8.12 Sudo 1.8.13 January 30, 2015 Sudo 1.8.13

View File

@ -172,7 +172,7 @@ If a command name is preceded by an exclamation point,
the user will be prohibited from running that command. the user will be prohibited from running that command.
.sp .sp
The built-in command The built-in command
\(lq\fRsudoedit\fR\(rq \(Lq\fRsudoedit\fR\(Rq
is used to permit a user to run is used to permit a user to run
\fBsudo\fR \fBsudo\fR
with the with the
@ -181,7 +181,7 @@ option (or as
\fBsudoedit\fR). \fBsudoedit\fR).
It may take command line arguments just as a normal command does. It may take command line arguments just as a normal command does.
Note that Note that
\(lq\fRsudoedit\fR\(rq \(Lq\fRsudoedit\fR\(Rq
is a command built into is a command built into
\fBsudo\fR \fBsudo\fR
itself and must be specified in without a leading path. itself and must be specified in without a leading path.
@ -320,7 +320,7 @@ If multiple entries match, the entry with the highest
\fRsudoOrder\fR \fRsudoOrder\fR
attribute is chosen. attribute is chosen.
This corresponds to the This corresponds to the
\(lqlast match\(rq \(Lqlast match\(Rq
behavior of the sudoers file. behavior of the sudoers file.
If the If the
\fRsudoOrder\fR \fRsudoOrder\fR
@ -596,7 +596,7 @@ parameter.
The The
\fIsecret\fR \fIsecret\fR
may be a plain text password or a base64-encoded string with a may be a plain text password or a base64-encoded string with a
\(lqbase64:\(rq \(Lqbase64:\(Rq
prefix. prefix.
For example: For example:
.nf .nf
@ -817,7 +817,7 @@ parameter is deprecated and will be removed in a future release.
The same information is now logged via the The same information is now logged via the
\fBsudo\fR \fBsudo\fR
debugging framework using the debugging framework using the
\(lqldap\(rq \(Lqldap\(Rq
subsystem at priorities subsystem at priorities
\fIdiag\fR \fIdiag\fR
and and
@ -979,7 +979,7 @@ using the Tivoli Directory Server LDAP library.
The The
\fIsecret\fR \fIsecret\fR
may be a plain text password or a base64-encoded string with a may be a plain text password or a base64-encoded string with a
\(lqbase64:\(rq \(Lqbase64:\(Rq
prefix. prefix.
For example: For example:
.nf .nf
@ -1462,6 +1462,20 @@ ldap.conf(@mansectform@),
sssd-sudo(@mansectform@), sssd-sudo(@mansectform@),
sudo.conf(@mansectform@), sudo.conf(@mansectform@),
sudoers(@mansectsu@) sudoers(@mansectsu@)
.SH "AUTHORS"
Many people have worked on
\fBsudo\fR
over the years; this version consists of code written primarily by:
.sp
.RS 6n
Todd C. Miller
.RE
.PP
See the CONTRIBUTORS file in the
\fBsudo\fR
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
\fBsudo\fR.
.SH "CAVEATS" .SH "CAVEATS"
Note that there are differences in the way that LDAP-based Note that there are differences in the way that LDAP-based
\fIsudoers\fR \fIsudoers\fR
@ -1481,7 +1495,7 @@ search the archives.
.SH "DISCLAIMER" .SH "DISCLAIMER"
\fBsudo\fR \fBsudo\fR
is provided is provided
\(lqAS IS\(rq \(LqAS IS\(Rq
and any express or implied warranties, including, but not limited and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. particular purpose are disclaimed.

View File

@ -1339,6 +1339,19 @@ objectclass ( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' SUP top STRUCTURAL
.Xr sssd-sudo @mansectform@ , .Xr sssd-sudo @mansectform@ ,
.Xr sudo.conf @mansectform@ , .Xr sudo.conf @mansectform@ ,
.Xr sudoers @mansectsu@ .Xr sudoers @mansectsu@
.Sh AUTHORS
Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the
.Nm sudo
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
.Nm sudo .
.Sh CAVEATS .Sh CAVEATS
Note that there are differences in the way that LDAP-based Note that there are differences in the way that LDAP-based
.Em sudoers .Em sudoers

View File

@ -4837,9 +4837,23 @@ mktemp(3),
strftime(3), strftime(3),
sudo.conf(@mansectform@), sudo.conf(@mansectform@),
sudoers.ldap(@mansectform@), sudoers.ldap(@mansectform@),
sudo_plugin(@mansectsu@),
sudo(@mansectsu@), sudo(@mansectsu@),
sudo_plugin(@mansectsu@),
visudo(@mansectsu@) visudo(@mansectsu@)
.SH "AUTHORS"
Many people have worked on
\fBsudo\fR
over the years; this version consists of code written primarily by:
.sp
.RS 6n
Todd C. Miller
.RE
.PP
See the CONTRIBUTORS file in the
\fBsudo\fR
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
\fBsudo\fR.
.SH "CAVEATS" .SH "CAVEATS"
The The
\fIsudoers\fR \fIsudoers\fR

View File

@ -4450,9 +4450,22 @@ manual.
.Xr strftime 3 , .Xr strftime 3 ,
.Xr sudo.conf @mansectform@ , .Xr sudo.conf @mansectform@ ,
.Xr sudoers.ldap @mansectform@ , .Xr sudoers.ldap @mansectform@ ,
.Xr sudo_plugin @mansectsu@ ,
.Xr sudo @mansectsu@ , .Xr sudo @mansectsu@ ,
.Xr sudo_plugin @mansectsu@ ,
.Xr visudo @mansectsu@ .Xr visudo @mansectsu@
.Sh AUTHORS
Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the
.Nm sudo
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
.Nm sudo .
.Sh CAVEATS .Sh CAVEATS
The The
.Em sudoers .Em sudoers

View File

@ -250,11 +250,18 @@ EEXXAAMMPPLLEESS
# sudoreplay -l ( user jeff or user bob ) tty console # sudoreplay -l ( user jeff or user bob ) tty console
SSEEEE AALLSSOO SSEEEE AALLSSOO
sudo.conf(4), sudo(1m), script(1) script(1), sudo.conf(4), sudo(1m)
AAUUTTHHOORRSS AAUUTTHHOORRSS
Many people have worked on ssuuddoo over the years; this version consists of
code written primarily by:
Todd C. Miller Todd C. Miller
See the CONTRIBUTORS file in the ssuuddoo distribution
(http://www.sudo.ws/contributors.html) for an exhaustive list of people
who have contributed to ssuuddoo.
BBUUGGSS BBUUGGSS
If you feel you have found a bug in ssuuddoorreeppllaayy, please submit a bug If you feel you have found a bug in ssuuddoorreeppllaayy, please submit a bug
report at http://bugzilla.sudo.ws/ report at http://bugzilla.sudo.ws/
@ -271,4 +278,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.12 February 5, 2015 Sudo 1.8.12 Sudo 1.8.13 February 5, 2015 Sudo 1.8.13

View File

@ -120,7 +120,7 @@ Display a short help message to the standard output and exit.
.TP 12n .TP 12n
\fB\-l\fR, \fB\--list\fR [\fIsearch expression\fR] \fB\-l\fR, \fB\--list\fR [\fIsearch expression\fR]
Enable Enable
\(lqlist mode\(rq. \(Lqlist mode\(Rq.
In this mode, In this mode,
\fBsudoreplay\fR \fBsudoreplay\fR
will list available sessions in a format similar to the will list available sessions in a format similar to the
@ -288,13 +288,13 @@ yesterday
next Friday next Friday
The first second of the Friday in the next (upcoming) week. The first second of the Friday in the next (upcoming) week.
Not to be confused with Not to be confused with
\(lqthis friday\(rq \(Lqthis friday\(Rq
which would match the friday of the current week. which would match the friday of the current week.
.TP 8n .TP 8n
last week last week
The current time but 7 days ago. The current time but 7 days ago.
This is equivalent to This is equivalent to
\(lqa week ago\(rq. \(Lqa week ago\(Rq.
.TP 8n .TP 8n
a fortnight ago a fortnight ago
The current time but 14 days ago. The current time but 14 days ago.
@ -316,13 +316,13 @@ The current time but 14 days ago.
.PP .PP
Note that relative time specifications do not always work as expected. Note that relative time specifications do not always work as expected.
For example, the For example, the
\(lqnext\(rq \(Lqnext\(Rq
qualifier is intended to be used in conjunction with a day such as qualifier is intended to be used in conjunction with a day such as
\(lqnext Monday\(rq. \(Lqnext Monday\(Rq.
When used with units of weeks, months, years, etc When used with units of weeks, months, years, etc
the result will be one more than expected. the result will be one more than expected.
For example, For example,
\(lqnext week\(rq \(Lqnext week\(Rq
will result in a time exactly two weeks from now, which is probably will result in a time exactly two weeks from now, which is probably
not what was intended. not what was intended.
This will be addressed in a future version of This will be addressed in a future version of
@ -414,11 +414,23 @@ List sessions run by jeff or bob on the console:
.RE .RE
.fi .fi
.SH "SEE ALSO" .SH "SEE ALSO"
script(1),
sudo.conf(@mansectform@), sudo.conf(@mansectform@),
sudo(@mansectsu@), sudo(@mansectsu@)
script(1)
.SH "AUTHORS" .SH "AUTHORS"
Many people have worked on
\fBsudo\fR
over the years; this version consists of code written primarily by:
.sp
.RS 6n
Todd C. Miller Todd C. Miller
.RE
.PP
See the CONTRIBUTORS file in the
\fBsudo\fR
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
\fBsudo\fR.
.SH "BUGS" .SH "BUGS"
If you feel you have found a bug in If you feel you have found a bug in
\fBsudoreplay\fR, \fBsudoreplay\fR,
@ -430,7 +442,7 @@ search the archives.
.SH "DISCLAIMER" .SH "DISCLAIMER"
\fBsudoreplay\fR \fBsudoreplay\fR
is provided is provided
\(lqAS IS\(rq \(LqAS IS\(Rq
and any express or implied warranties, including, but not limited and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. particular purpose are disclaimed.

View File

@ -362,11 +362,22 @@ List sessions run by jeff or bob on the console:
# sudoreplay -l ( user jeff or user bob ) tty console # sudoreplay -l ( user jeff or user bob ) tty console
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr script 1 ,
.Xr sudo.conf @mansectform@ , .Xr sudo.conf @mansectform@ ,
.Xr sudo @mansectsu@ , .Xr sudo @mansectsu@
.Xr script 1
.Sh AUTHORS .Sh AUTHORS
Todd C. Miller Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the
.Nm sudo
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
.Nm sudo .
.Sh BUGS .Sh BUGS
If you feel you have found a bug in If you feel you have found a bug in
.Nm , .Nm ,

View File

@ -199,4 +199,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.12 December 4, 2014 Sudo 1.8.12 Sudo 1.8.13 December 4, 2014 Sudo 1.8.13

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
.\" IT IS GENERATED AUTOMATICALLY FROM visudo.mdoc.in .\" IT IS GENERATED AUTOMATICALLY FROM visudo.mdoc.in
.\" .\"
.\" Copyright (c) 1996,1998-2005, 2007-2014 .\" Copyright (c) 1996,1998-2005, 2007-2015
.\" Todd C. Miller <Todd.Miller@courtesan.com> .\" Todd C. Miller <Todd.Miller@courtesan.com>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
@ -94,7 +94,7 @@ Upon finding an error,
\fBvisudo\fR \fBvisudo\fR
will print a message stating the line number(s) will print a message stating the line number(s)
where the error occurred and the user will receive the where the error occurred and the user will receive the
\(lqWhat now?\(rq \(LqWhat now?\(Rq
prompt. prompt.
At this point the user may enter At this point the user may enter
\(oqe\(cq \(oqe\(cq
@ -158,7 +158,7 @@ instead of the default,
The lock file used is the specified The lock file used is the specified
\fIsudoers\fR \fIsudoers\fR
file with file with
\(lq\.tmp\(rq \(Lq\.tmp\(Rq
appended to it. appended to it.
In In
\fIcheck-only\fR \fIcheck-only\fR
@ -411,7 +411,7 @@ search the archives.
.SH "DISCLAIMER" .SH "DISCLAIMER"
\fBvisudo\fR \fBvisudo\fR
is provided is provided
\(lqAS IS\(rq \(LqAS IS\(Rq
and any express or implied warranties, including, but not limited and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. particular purpose are disclaimed.

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) 1996,1998-2005, 2007-2014 .\" Copyright (c) 1996,1998-2005, 2007-2015
.\" Todd C. Miller <Todd.Miller@courtesan.com> .\" Todd C. Miller <Todd.Miller@courtesan.com>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
@ -368,7 +368,7 @@ Many people have worked on
.Nm sudo .Nm sudo
over the years; this version consists of code written primarily by: over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent .Bd -ragged -offset indent
Todd C. Miller .An Todd C. Miller
.Ed .Ed
.Pp .Pp
See the CONTRIBUTORS file in the See the CONTRIBUTORS file in the