Todd C. Miller
1e43242b33
Always use mandoc to format cat pages and remove now-extraneous
...
nroff configure tests.
2012-08-15 10:32:25 -04:00
Todd C. Miller
e01886ed2f
Fix some typos.
...
Describe error messages not related to policy permissions.
2012-08-14 14:16:49 -04:00
Todd C. Miller
d764db707a
Document sudoers log format.
2012-08-13 16:50:31 -04:00
Todd C. Miller
50eae1c227
Remove OPTIONS section; options now go inside DESCRIPTION
2012-08-10 15:23:41 -04:00
Todd C. Miller
d89b1a6be2
Support for using SSSD ( http://fedorahosted.org/sssd/ ) as a sudoers
...
data source. From Daniel Kopecek and Pavel Brezina.
2012-08-10 11:59:26 -04:00
Todd C. Miller
9ad4d48046
Do not modify the .Os section when building the .man.in file from
...
.mdoc.in.
2012-08-09 11:47:01 -04:00
Todd C. Miller
507df9d5c1
Add a note about wildcards matching multiple words and include an
...
example. Also mention that for sudoedit, a wildcard in command
line args does not match a slash.
2012-08-09 11:36:25 -04:00
Todd C. Miller
d10fb81fe5
Remove section about Solaris 10 on other systems.
...
Add missing sudoers.man.in bit to fixman.sh.
2012-08-03 09:27:39 -04:00
Todd C. Miller
61dfad9c52
Expand section on Solaris privileges.
2012-08-02 21:11:25 -04:00
Todd C. Miller
e2d210a340
Add support for parsing an empty Runas_List, which only allows the
...
command to be run as the invoking user. This can be used in
conjunction with the Solaris Privilege Set support to grant privileges
without changing the user.
2012-08-02 14:02:54 -04:00
Todd C. Miller
acba09fbbf
Fix HP-UX, just use ".TH name section" like the vendor manuals.
2012-08-01 15:28:02 -04:00
Todd C. Miller
602510f1bb
Generate a sed script file when munging *.mdoc or *.man instead of
...
passing sed expressions on the command line. Older seds do not
support \n in a replacement so generate and run a sed script instead.
2012-08-01 14:38:52 -04:00
Todd C. Miller
37cfbc8eaa
Use "Sudo VERSION" as the 4th arg to .TH instead of just "VERSION"
2012-08-01 10:54:09 -04:00
Todd C. Miller
e470b86cbf
Remove pod versinons of HISTORY, CONTRIBUTORS and LICENSE as they
...
were not being kept in sync.
2012-07-29 14:17:22 -04:00
Todd C. Miller
ab64e36e54
Fix errors introduced when sudoNotBefore, sudoNotAfter and sudoOrder
...
were added. From David Hicks.
2012-07-27 14:25:48 -04:00
Todd C. Miller
ecb74d3e26
Fix building docs in a build dir.
2012-07-26 14:05:55 -04:00
Todd C. Miller
12bad90ba3
Remove pod versions of the manual; we now use mdoc.
2012-07-26 13:51:43 -04:00
Todd C. Miller
336233c2e5
Add post-processing scripts to strip out login class, BSD auth,
...
SELinux and privilege set bits when they are not supported.
2012-07-26 13:50:26 -04:00
Todd C. Miller
4abd2a6cf4
Merge in Solaris privilege support by Darren Moffat and John Zolnowsky
2012-07-26 13:49:21 -04:00
Todd C. Miller
a726a1ccfa
Sync with CONTRIBUTORS file
2012-07-25 13:52:04 -04:00
Todd C. Miller
d29991f41b
Regen .man.in files with my private mandoc.
2012-07-25 10:34:20 -04:00
Todd C. Miller
84a8573aab
add MANDOC variable
2012-07-25 06:32:05 -04:00
Todd C. Miller
a06f7540f7
Regen .man.in files with hacked mandoc to avoid issues with historic
...
nroff.
2012-07-20 14:28:41 -04:00
Todd C. Miller
05e7cac89b
Fix groff warnings.
2012-07-19 17:13:19 -04:00
Todd C. Miller
909f3da4d5
Fix dependencies for .man.in files.
2012-07-19 16:21:07 -04:00
Todd C. Miller
90f2cfa589
Build .man.in and .cat files from .mdoc.in files.
...
Add new --with-man and --with-mdoc configure options.
2012-07-19 13:41:14 -04:00
Todd C. Miller
0d8aa46bb1
Sudo manuals formatted in mdoc, to replace the pod versions.
2012-07-18 09:56:53 -04:00
Todd C. Miller
c5b374fac6
More minor costmetic fixes.
2012-07-18 09:16:09 -04:00
Todd C. Miller
f31f58a967
Minor cosmetic fixes.
2012-07-12 15:16:04 -04:00
Todd C. Miller
6cc8c161a2
Document that other mail_* flags have precedence over mail_badpass.
2012-07-10 14:42:57 -04:00
Todd C. Miller
2e36b1ef2b
Regen for sudo 1.8.6
2012-06-29 16:11:27 -04:00
Todd C. Miller
80502c3bcf
Document improved Tivoli Directory Server support.
2012-06-29 12:41:59 -04:00
Todd C. Miller
9497df293a
Don't run regress tests or sudoers sanity check (using the newly-built
...
visudo) when cross compiling. Bug #560
2012-06-20 13:38:17 -04:00
Todd C. Miller
c131cb36f5
Make installed file modes consistent with the file modes in the
...
sudo package.
2012-06-11 10:17:19 -04:00
Todd C. Miller
642b7e8873
Add "%:" prefix when talking about QAS non-Unix group support.
2012-06-08 13:28:47 -04:00
Todd C. Miller
afbf68d6a3
Echo the command when linking the sudoedit manual.
2012-06-08 09:37:08 -04:00
Todd C. Miller
61a3ed1c10
Install sudoedit and the sudoedit manual as symbolic links, not
...
hard links and package them as such.
2012-05-31 15:50:16 -04:00
Todd C. Miller
8d4c6bbbd0
Replace out of date MAN_POSTINSTALL with MANCOMPRESS and MANCOMPRESSEXT
...
which can be used to compress the installed manual pages.
Compress the man pages for .deb files to appease lintian.
2012-05-31 14:03:41 -04:00
Todd C. Miller
23b7a1fa5c
Call the policy's init_session() function before we fork the child.
...
That way, the session is created and destroyed in the same process,
which is needed by some modules, such as pam_mount.
2012-04-23 16:38:16 -04:00
Todd C. Miller
1480bb88b7
Add entry for SSL LDAP errors on Mozilla SDKs when the cert dir is
...
not specified.
2012-04-23 16:29:48 -04:00
Todd C. Miller
4c36371ee1
Add German translation for sudo
...
Add Croatian translation for sudoers
2012-04-19 11:54:15 -04:00
Todd C. Miller
b3f750b754
Clarify what "sudoreplay -l" displays and mention that it is sorted.
2012-04-16 11:45:29 -04:00
Todd C. Miller
5f969cc12a
Pass pid, ppid, sid, pgid and tcpgid to plugin in user_info list.
2012-04-13 15:18:40 -04:00
Todd C. Miller
8f8ede3d25
New Croatian and Galician translations from translationproject.org
2012-04-13 14:15:22 -04:00
Todd C. Miller
9d874182f4
sync
2012-03-30 15:44:23 -04:00
Todd C. Miller
af0f5cb62e
Update zlib to version 1.2.6
2012-03-29 10:28:17 -04:00
Todd C. Miller
bab4f2ce71
regen
2012-03-28 14:10:18 -04:00
Todd C. Miller
caf01d98c4
When initializing the environment for env_reset, start out with
...
the contents of /etc/environment on AIX and login.conf on BSD.
2012-03-27 18:57:11 -04:00
Todd C. Miller
2f30694b87
If we are not running with an effective uid of 0, try to give the
...
user enough information to debug the problem.
2012-03-27 13:57:03 -04:00
Todd C. Miller
ec7767978f
Document what changed in each plugin API revision
2012-03-16 14:39:12 -04:00