]> granicus.if.org Git - sudo/log
sudo
13 years agoFix two PERM_INITIAL cases that were still using user_gids.
Todd C. Miller [Fri, 22 Jul 2011 19:14:09 +0000 (15:14 -0400)]
Fix two PERM_INITIAL cases that were still using user_gids.

--HG--
branch : 1.8

13 years agoFix two PERM_INITIAL cases that were still using user_gids.
Todd C. Miller [Fri, 22 Jul 2011 19:13:35 +0000 (15:13 -0400)]
Fix two PERM_INITIAL cases that were still using user_gids.

13 years agoAdd Polish sudo message catalog
Todd C. Miller [Fri, 22 Jul 2011 16:57:15 +0000 (12:57 -0400)]
Add Polish sudo message catalog

--HG--
branch : 1.8

13 years agoAdd Polish sudo message catalog
Todd C. Miller [Fri, 22 Jul 2011 16:56:33 +0000 (12:56 -0400)]
Add Polish sudo message catalog

13 years agouser_group is no longer used, remove it
Todd C. Miller [Fri, 22 Jul 2011 13:30:13 +0000 (09:30 -0400)]
user_group is no longer used, remove it

--HG--
branch : 1.8

13 years agouser_group is no longer used, remove it
Todd C. Miller [Fri, 22 Jul 2011 13:29:49 +0000 (09:29 -0400)]
user_group is no longer used, remove it

13 years agoAdd Polish translation from translationproject.org
Todd C. Miller [Thu, 21 Jul 2011 13:56:09 +0000 (09:56 -0400)]
Add Polish translation from translationproject.org

--HG--
branch : 1.8

13 years agoAdd a wrapper for setgroups() that trims off extra groups and retries
Todd C. Miller [Thu, 21 Jul 2011 13:56:00 +0000 (09:56 -0400)]
Add a wrapper for setgroups() that trims off extra groups and retries
if setgroups() fails.  Also add some missing addrefs for PERM_USER
and PERM_FULL_USER.

--HG--
branch : 1.8

13 years agoInstead of keeping separate groups and gids arrays, create struct
Todd C. Miller [Thu, 21 Jul 2011 13:55:48 +0000 (09:55 -0400)]
Instead of keeping separate groups and gids arrays, create struct
group_info and use it to store both, along with a count for each.
Cache group info on a per-user basis using getgrouplist() to get
the groups.  We no longer need special to special case the user or
list user for user_in_group() and thus no longer need to reset the
groups list when listing another user.

--HG--
branch : 1.8

13 years agoDon't rely on NULL since we don't include a header for it.
Todd C. Miller [Thu, 21 Jul 2011 13:55:35 +0000 (09:55 -0400)]
Don't rely on NULL since we don't include a header for it.

--HG--
branch : 1.8

13 years agoFix typo
Todd C. Miller [Thu, 21 Jul 2011 13:55:22 +0000 (09:55 -0400)]
Fix typo

--HG--
branch : 1.8

13 years agoDo not shadow global sudo_mode with a local variable in set_cmnd()
Todd C. Miller [Thu, 21 Jul 2011 13:55:07 +0000 (09:55 -0400)]
Do not shadow global sudo_mode with a local variable in set_cmnd()

--HG--
branch : 1.8

13 years agoAdd Polish translation from translationproject.org
Todd C. Miller [Wed, 20 Jul 2011 20:55:57 +0000 (16:55 -0400)]
Add Polish translation from translationproject.org

13 years agoAdd a wrapper for setgroups() that trims off extra groups and retries
Todd C. Miller [Wed, 20 Jul 2011 20:54:12 +0000 (16:54 -0400)]
Add a wrapper for setgroups() that trims off extra groups and retries
if setgroups() fails.  Also add some missing addrefs for PERM_USER
and PERM_FULL_USER.

13 years agoInstead of keeping separate groups and gids arrays, create struct
Todd C. Miller [Wed, 20 Jul 2011 15:58:45 +0000 (11:58 -0400)]
Instead of keeping separate groups and gids arrays, create struct
group_info and use it to store both, along with a count for each.
Cache group info on a per-user basis using getgrouplist() to get
the groups.  We no longer need special to special case the user or
list user for user_in_group() and thus no longer need to reset the
groups list when listing another user.

13 years agoDon't rely on NULL since we don't include a header for it.
Todd C. Miller [Wed, 20 Jul 2011 14:15:59 +0000 (10:15 -0400)]
Don't rely on NULL since we don't include a header for it.

13 years agoFix typo
Todd C. Miller [Tue, 19 Jul 2011 16:31:53 +0000 (12:31 -0400)]
Fix typo

13 years agoDo not shadow global sudo_mode with a local variable in set_cmnd()
Todd C. Miller [Mon, 18 Jul 2011 20:23:38 +0000 (16:23 -0400)]
Do not shadow global sudo_mode with a local variable in set_cmnd()

13 years agobash 2.x doesd not support the -l flag and exits with an error if
Todd C. Miller [Sun, 17 Jul 2011 14:41:37 +0000 (10:41 -0400)]
bash 2.x doesd not support the -l flag and exits with an error if
it is specified so use --login instead.  This causes an error with
bash 1.x (which uses -login instead) but this version is hopefully
less used than 2.x.

--HG--
branch : 1.8

13 years agoAdd Polish translation from translationproject.org
Todd C. Miller [Sun, 17 Jul 2011 14:41:22 +0000 (10:41 -0400)]
Add Polish translation from translationproject.org

--HG--
branch : 1.8

13 years agobash 2.x doesd not support the -l flag and exits with an error if
Todd C. Miller [Sun, 17 Jul 2011 14:37:15 +0000 (10:37 -0400)]
bash 2.x doesd not support the -l flag and exits with an error if
it is specified so use --login instead.  This causes an error with
bash 1.x (which uses -login instead) but this version is hopefully
less used than 2.x.

13 years agoAdd Polish translation from translationproject.org
Todd C. Miller [Sun, 17 Jul 2011 14:12:10 +0000 (10:12 -0400)]
Add Polish translation from translationproject.org

13 years agoMake error strings translatable.
Todd C. Miller [Wed, 13 Jul 2011 20:50:51 +0000 (16:50 -0400)]
Make error strings translatable.

--HG--
branch : 1.8

13 years agoMake error strings translatable.
Todd C. Miller [Wed, 13 Jul 2011 20:50:25 +0000 (16:50 -0400)]
Make error strings translatable.

13 years agoOnly run configure with --with-pam-login for RHEL 5 and above.
Todd C. Miller [Wed, 13 Jul 2011 19:52:53 +0000 (15:52 -0400)]
Only run configure with --with-pam-login for RHEL 5 and above.

--HG--
branch : 1.8

13 years agoOnly run configure with --with-pam-login for RHEL 5 and above.
Todd C. Miller [Wed, 13 Jul 2011 19:51:26 +0000 (15:51 -0400)]
Only run configure with --with-pam-login for RHEL 5 and above.

13 years agoFix typo in summary
Todd C. Miller [Wed, 13 Jul 2011 16:09:18 +0000 (12:09 -0400)]
Fix typo in summary

--HG--
branch : 1.8

13 years agoFix typo in summary
Todd C. Miller [Wed, 13 Jul 2011 15:41:26 +0000 (11:41 -0400)]
Fix typo in summary

13 years agoAdd missing logwrap.c
Todd C. Miller [Mon, 11 Jul 2011 19:57:51 +0000 (15:57 -0400)]
Add missing logwrap.c

--HG--
branch : 1.8

13 years agoAdd missing logwrap.c
Todd C. Miller [Mon, 11 Jul 2011 19:57:13 +0000 (15:57 -0400)]
Add missing logwrap.c

13 years agoSplit out log file word wrap code into its own file and add unit
Todd C. Miller [Mon, 11 Jul 2011 19:40:47 +0000 (15:40 -0400)]
Split out log file word wrap code into its own file and add unit
tests.  Fixes an off-by one in the word wrap when the log line
length matches loglinelen.

--HG--
branch : 1.8

13 years agoSplit out log file word wrap code into its own file and add unit
Todd C. Miller [Mon, 11 Jul 2011 19:22:25 +0000 (15:22 -0400)]
Split out log file word wrap code into its own file and add unit
tests.  Fixes an off-by one in the word wrap when the log line
length matches loglinelen.

13 years agoFor SuSE, only use /usr/lib64 as libexec if generating 64-bit
Todd C. Miller [Tue, 5 Jul 2011 16:43:35 +0000 (12:43 -0400)]
For SuSE, only use /usr/lib64 as libexec if generating 64-bit
binaries.

--HG--
branch : 1.8

13 years agoFor SuSE, only use /usr/lib64 as libexec if generating 64-bit
Todd C. Miller [Tue, 5 Jul 2011 16:42:55 +0000 (12:42 -0400)]
For SuSE, only use /usr/lib64 as libexec if generating 64-bit
binaries.

13 years agoFix build error when --without-noexec configure option is used.
Todd C. Miller [Tue, 5 Jul 2011 16:21:05 +0000 (12:21 -0400)]
Fix build error when --without-noexec configure option is used.

--HG--
branch : 1.8

13 years agoFix build error when --without-noexec configure option is used.
Todd C. Miller [Tue, 5 Jul 2011 16:20:10 +0000 (12:20 -0400)]
Fix build error when --without-noexec configure option is used.

13 years agoDisable noexec for AIX < 5. LDR_PRELOAD is only available in AIX
Todd C. Miller [Tue, 5 Jul 2011 15:44:50 +0000 (11:44 -0400)]
Disable noexec for AIX < 5.  LDR_PRELOAD is only available in AIX
5.3 and above.

--HG--
branch : 1.8

13 years agoDisable noexec for AIX < 5. LDR_PRELOAD is only available in AIX
Todd C. Miller [Tue, 5 Jul 2011 15:42:39 +0000 (11:42 -0400)]
Disable noexec for AIX < 5.  LDR_PRELOAD is only available in AIX
5.3 and above.

13 years agoDocument group lookup change and possible side effects.
Todd C. Miller [Sun, 3 Jul 2011 15:02:05 +0000 (11:02 -0400)]
Document group lookup change and possible side effects.

--HG--
branch : 1.8

13 years agoResolve the list of gids passed in from the sudo frontend (the
Todd C. Miller [Fri, 1 Jul 2011 18:21:06 +0000 (14:21 -0400)]
Resolve the list of gids passed in from the sudo frontend (the
result of getgroups()) to names and store both the group names and
ids in the sudo_user struct.  When matching groups in the sudoers
file, match based on the names in the groups list first and
only do a gid-based match when we absolutely have to.  By matching
on the group name (as it is listed in sudoers) instead of id
(which we would have to resolve) we save a lot of group lookups
for sudoers files with a lot of groups in them.

--HG--
branch : 1.8

13 years agoResolve the list of gids passed in from the sudo frontend (the
Todd C. Miller [Fri, 1 Jul 2011 18:13:47 +0000 (14:13 -0400)]
Resolve the list of gids passed in from the sudo frontend (the
result of getgroups()) to names and store both the group names and
ids in the sudo_user struct.  When matching groups in the sudoers
file, match based on the names in the groups list first and
only do a gid-based match when we absolutely have to.  By matching
on the group name (as it is listed in sudoers) instead of id
(which we would have to resolve) we save a lot of group lookups
for sudoers files with a lot of groups in them.

13 years agoUpdate for 1.8.2rc5
Todd C. Miller [Wed, 29 Jun 2011 12:43:59 +0000 (08:43 -0400)]
Update for 1.8.2rc5

--HG--
branch : 1.8

13 years agoWorkaround for "sudo -i command" and newer versions of bash which
Todd C. Miller [Sun, 26 Jun 2011 22:02:42 +0000 (18:02 -0400)]
Workaround for "sudo -i command" and newer versions of bash which
don't go into login mode when -c is specified unless -l is too.

--HG--
branch : 1.8

13 years agoWorkaround for "sudo -i command" and newer versions of bash which
Todd C. Miller [Sun, 26 Jun 2011 22:02:09 +0000 (18:02 -0400)]
Workaround for "sudo -i command" and newer versions of bash which
don't go into login mode when -c is specified unless -l is too.

13 years agoRewrite logfile word wrapping code to be more straight-forward
Todd C. Miller [Thu, 23 Jun 2011 18:29:51 +0000 (14:29 -0400)]
Rewrite logfile word wrapping code to be more straight-forward
and actually wrap at the correct place.

--HG--
branch : 1.8

13 years agoRewrite logfile word wrapping code to be more straight-forward
Todd C. Miller [Thu, 23 Jun 2011 18:17:38 +0000 (14:17 -0400)]
Rewrite logfile word wrapping code to be more straight-forward
and actually wrap at the correct place.

13 years agoFix typo
Todd C. Miller [Wed, 22 Jun 2011 18:26:24 +0000 (14:26 -0400)]
Fix typo

--HG--
branch : 1.8

13 years agoMention use_pty bug fix
Todd C. Miller [Wed, 22 Jun 2011 14:12:22 +0000 (10:12 -0400)]
Mention use_pty bug fix

--HG--
branch : 1.8

13 years agoSet use_pty=true in command details when use_pty is set in sudoers.
Todd C. Miller [Wed, 22 Jun 2011 14:07:10 +0000 (10:07 -0400)]
Set use_pty=true in command details when use_pty is set in sudoers.
From Ludwig Nussel

--HG--
branch : 1.8

13 years agoSet use_pty=true in command details when use_pty is set in sudoers.
Todd C. Miller [Wed, 22 Jun 2011 14:06:35 +0000 (10:06 -0400)]
Set use_pty=true in command details when use_pty is set in sudoers.
From Ludwig Nussel

13 years agoSync Chinese (simplified) PO files from translationproject.org
Todd C. Miller [Mon, 20 Jun 2011 12:33:15 +0000 (08:33 -0400)]
Sync Chinese (simplified) PO files from translationproject.org

--HG--
branch : 1.8

13 years agoSync Chinese (simplified) PO files from translationproject.org
Todd C. Miller [Mon, 20 Jun 2011 12:30:10 +0000 (08:30 -0400)]
Sync Chinese (simplified) PO files from translationproject.org

13 years agoAdd Danish translation from translationproject.org and add missing
Todd C. Miller [Sat, 18 Jun 2011 17:22:17 +0000 (13:22 -0400)]
Add Danish translation from translationproject.org and add missing
Basque mo files.

--HG--
branch : 1.8

13 years agoAdd Danish translation from translationproject.org and add missing
Todd C. Miller [Sat, 18 Jun 2011 17:21:48 +0000 (13:21 -0400)]
Add Danish translation from translationproject.org and add missing
Basque mo files.

13 years agoNo longer need to specify LINGUAS in configure, "make install-nls"
Todd C. Miller [Sat, 18 Jun 2011 17:13:18 +0000 (13:13 -0400)]
No longer need to specify LINGUAS in configure, "make install-nls"
now just installs all the .mo files it finds.

--HG--
branch : 1.8

13 years agoNo longer need to specify LINGUAS in configure, "make install-nls"
Todd C. Miller [Sat, 18 Jun 2011 17:11:27 +0000 (13:11 -0400)]
No longer need to specify LINGUAS in configure, "make install-nls"
now just installs all the .mo files it finds.

13 years agoBuild CONTRIBUTORS from newly-added contributors.pod
Todd C. Miller [Fri, 17 Jun 2011 13:40:17 +0000 (09:40 -0400)]
Build CONTRIBUTORS from newly-added contributors.pod

--HG--
branch : 1.8

13 years agoBuild CONTRIBUTORS from newly-added contributors.pod
Todd C. Miller [Fri, 17 Jun 2011 13:39:27 +0000 (09:39 -0400)]
Build CONTRIBUTORS from newly-added contributors.pod

13 years agoRework the wording in the leading paragraph
Todd C. Miller [Fri, 17 Jun 2011 13:08:33 +0000 (09:08 -0400)]
Rework the wording in the leading paragraph

--HG--
branch : 1.8

13 years agoRework the wording in the leading paragraph
Todd C. Miller [Fri, 17 Jun 2011 13:07:49 +0000 (09:07 -0400)]
Rework the wording in the leading paragraph

13 years agoAdd a CONTRIBUTORS file with the names of folks who have contributed
Todd C. Miller [Thu, 16 Jun 2011 15:57:57 +0000 (11:57 -0400)]
Add a CONTRIBUTORS file with the names of folks who have contributed
code or patches to sudo since I started maintaining it (plus the
original authors).

--HG--
branch : 1.8

13 years agoAdd a CONTRIBUTORS file with the names of folks who have contributed
Todd C. Miller [Tue, 14 Jun 2011 20:53:26 +0000 (16:53 -0400)]
Add a CONTRIBUTORS file with the names of folks who have contributed
code or patches to sudo since I started maintaining it (plus the
original authors).

13 years agoPreserve SHELL variable for "sudo -s". Otherwise we can end up
Todd C. Miller [Mon, 13 Jun 2011 11:23:47 +0000 (07:23 -0400)]
Preserve SHELL variable for "sudo -s".  Otherwise we can end up
with a situation where the SHELL variable and the actual shell being
run do not match.

--HG--
branch : 1.8

13 years agoPreserve SHELL variable for "sudo -s". Otherwise we can end up
Todd C. Miller [Mon, 13 Jun 2011 11:20:28 +0000 (07:20 -0400)]
Preserve SHELL variable for "sudo -s".  Otherwise we can end up
with a situation where the SHELL variable and the actual shell being
run do not match.

13 years agoOnly enable Solaris project support when setproject() is present in
Todd C. Miller [Fri, 10 Jun 2011 19:34:34 +0000 (15:34 -0400)]
Only enable Solaris project support when setproject() is present in
libproject.

--HG--
branch : 1.8

13 years agoExplicitly set mode and owner of /etc/sudoers instead of relying
Todd C. Miller [Fri, 10 Jun 2011 19:34:13 +0000 (15:34 -0400)]
Explicitly set mode and owner of /etc/sudoers instead of relying
on "cp -p" to work in the postinstall script.  On AIX 6.1 at least
the postinstall script runs before the final file permissions are set.

--HG--
branch : 1.8

13 years agoRefer the user to the "Command Environment" section in description
Todd C. Miller [Fri, 10 Jun 2011 19:34:04 +0000 (15:34 -0400)]
Refer the user to the "Command Environment" section in description
of sudo's -i option.

--HG--
branch : 1.8

13 years agoFix typo
Todd C. Miller [Fri, 10 Jun 2011 19:33:44 +0000 (15:33 -0400)]
Fix typo

--HG--
branch : 1.8

13 years agoIf there is no old dependency for an object file, use the MANIFEST
Todd C. Miller [Fri, 10 Jun 2011 19:33:34 +0000 (15:33 -0400)]
If there is no old dependency for an object file, use the MANIFEST
to find its source.

--HG--
branch : 1.8

13 years agoRemove dependency for getgrouplist.lo as we don't ship that source file.
Todd C. Miller [Fri, 10 Jun 2011 19:33:23 +0000 (15:33 -0400)]
Remove dependency for getgrouplist.lo as we don't ship that source file.

--HG--
branch : 1.8

13 years agoDo not declare yyparse() static as the actual function generated
Todd C. Miller [Fri, 10 Jun 2011 19:33:12 +0000 (15:33 -0400)]
Do not declare yyparse() static as the actual function generated
by yacc is extern.

--HG--
branch : 1.8

13 years agoRemove locale files in "make uninstall"
Todd C. Miller [Fri, 10 Jun 2011 19:33:00 +0000 (15:33 -0400)]
Remove locale files in "make uninstall"

--HG--
branch : 1.8

13 years agoOnly enable Solaris project support when setproject() is present in
Todd C. Miller [Fri, 10 Jun 2011 19:28:58 +0000 (15:28 -0400)]
Only enable Solaris project support when setproject() is present in
libproject.

13 years agoExplicitly set mode and owner of /etc/sudoers instead of relying
Todd C. Miller [Fri, 10 Jun 2011 19:26:35 +0000 (15:26 -0400)]
Explicitly set mode and owner of /etc/sudoers instead of relying
on "cp -p" to work in the postinstall script.  On AIX 6.1 at least
the postinstall script runs before the final file permissions are set.

13 years agoRefer the user to the "Command Environment" section in description
Todd C. Miller [Thu, 9 Jun 2011 16:52:51 +0000 (12:52 -0400)]
Refer the user to the "Command Environment" section in description
of sudo's -i option.

13 years agoFix typo
Todd C. Miller [Thu, 9 Jun 2011 12:54:46 +0000 (08:54 -0400)]
Fix typo

13 years agoIf there is no old dependency for an object file, use the MANIFEST
Todd C. Miller [Wed, 8 Jun 2011 17:18:23 +0000 (13:18 -0400)]
If there is no old dependency for an object file, use the MANIFEST
to find its source.

13 years agoRemove dependency for getgrouplist.lo as we don't ship that source file.
Todd C. Miller [Wed, 8 Jun 2011 17:17:51 +0000 (13:17 -0400)]
Remove dependency for getgrouplist.lo as we don't ship that source file.

13 years agoDo not declare yyparse() static as the actual function generated
Todd C. Miller [Tue, 7 Jun 2011 15:45:06 +0000 (11:45 -0400)]
Do not declare yyparse() static as the actual function generated
by yacc is extern.

13 years agoRemove locale files in "make uninstall"
Todd C. Miller [Mon, 6 Jun 2011 18:40:42 +0000 (14:40 -0400)]
Remove locale files in "make uninstall"

13 years agoAdd Basque translation and sync Finish and Ukranian translations.
Todd C. Miller [Mon, 6 Jun 2011 17:44:20 +0000 (13:44 -0400)]
Add Basque translation and sync Finish and Ukranian translations.

--HG--
branch : 1.8

13 years agoAdd Basque translation and sync Finish and Ukranian translations.
Todd C. Miller [Mon, 6 Jun 2011 17:38:54 +0000 (13:38 -0400)]
Add Basque translation and sync Finish and Ukranian translations.

13 years agoUpdate PAM change to reflect latest checkin.
Todd C. Miller [Mon, 6 Jun 2011 15:10:39 +0000 (11:10 -0400)]
Update PAM change to reflect latest checkin.

--HG--
branch : 1.8

13 years agoFreeBSD no longer needs the main sudo binary to link with -lpam
Todd C. Miller [Mon, 6 Jun 2011 15:07:33 +0000 (11:07 -0400)]
FreeBSD no longer needs the main sudo binary to link with -lpam
now that plug-ins are loaded with RTLD_GLOBAL.

--HG--
branch : 1.8

13 years agoLoad plugins with RTLD_GLOBAL instead of RTLD_LOCAL. This fixes
Todd C. Miller [Mon, 6 Jun 2011 15:07:22 +0000 (11:07 -0400)]
Load plugins with RTLD_GLOBAL instead of RTLD_LOCAL.  This fixes
problems with pam modules not having access to symbols provided by
libpam on some platforms.  Affects FreeBSD and SLES 10 at least.

--HG--
branch : 1.8

13 years agoMove xgettext invocation out of update-po target into update-pot
Todd C. Miller [Mon, 6 Jun 2011 15:07:10 +0000 (11:07 -0400)]
Move xgettext invocation out of update-po target into update-pot

--HG--
branch : 1.8

13 years agoFreeBSD no longer needs the main sudo binary to link with -lpam
Todd C. Miller [Mon, 6 Jun 2011 15:02:52 +0000 (11:02 -0400)]
FreeBSD no longer needs the main sudo binary to link with -lpam
now that plug-ins are loaded with RTLD_GLOBAL.

13 years agoLoad plugins with RTLD_GLOBAL instead of RTLD_LOCAL. This fixes
Todd C. Miller [Mon, 6 Jun 2011 14:53:58 +0000 (10:53 -0400)]
Load plugins with RTLD_GLOBAL instead of RTLD_LOCAL.  This fixes
problems with pam modules not having access to symbols provided by
libpam on some platforms.  Affects FreeBSD and SLES 10 at least.

13 years agoMove xgettext invocation out of update-po target into update-pot
Todd C. Miller [Mon, 6 Jun 2011 12:46:50 +0000 (08:46 -0400)]
Move xgettext invocation out of update-po target into update-pot

13 years agoRegenerate .pot files for 1.8.2rc2
Todd C. Miller [Sat, 4 Jun 2011 22:32:16 +0000 (18:32 -0400)]
Regenerate .pot files for 1.8.2rc2

--HG--
branch : 1.8

13 years agoMove nls targets to the top level Makefile so the paths in
Todd C. Miller [Sat, 4 Jun 2011 22:31:46 +0000 (18:31 -0400)]
Move nls targets to the top level Makefile so the paths in
the pot file are saner

--HG--
branch : 1.8

13 years agoRegenerate .pot files for 1.8.2rc2
Todd C. Miller [Sat, 4 Jun 2011 22:27:59 +0000 (18:27 -0400)]
Regenerate .pot files for 1.8.2rc2

13 years agoMove nls targets to the top level Makefile so the paths in
Todd C. Miller [Sat, 4 Jun 2011 22:27:13 +0000 (18:27 -0400)]
Move nls targets to the top level Makefile so the paths in
the pot file are saner

13 years agoUpdate 1.8.2 news
Todd C. Miller [Sat, 4 Jun 2011 14:53:56 +0000 (10:53 -0400)]
Update 1.8.2 news

--HG--
branch : 1.8

13 years agoAdd compiled version of sudo Finish translation
Todd C. Miller [Sat, 4 Jun 2011 14:39:03 +0000 (10:39 -0400)]
Add compiled version of sudo Finish translation

--HG--
branch : 1.8

13 years agoAdd compiled version of sudo Finish translation
Todd C. Miller [Sat, 4 Jun 2011 14:14:41 +0000 (10:14 -0400)]
Add compiled version of sudo Finish translation

13 years agoUpdate MANIFEST with .po and .mo files
Todd C. Miller [Sat, 4 Jun 2011 14:12:24 +0000 (10:12 -0400)]
Update MANIFEST with .po and .mo files
Rebuild sudoers fi and uk .mo files

--HG--
branch : 1.8

13 years agoUpdate MANIFEST with .po and .mo files
Todd C. Miller [Sat, 4 Jun 2011 14:11:10 +0000 (10:11 -0400)]
Update MANIFEST with .po and .mo files
Rebuild sudoers fi and uk .mo files

13 years agoAdd Finish translation from translationproject.org
Todd C. Miller [Sat, 4 Jun 2011 14:02:24 +0000 (10:02 -0400)]
Add Finish translation from translationproject.org

--HG--
branch : 1.8

13 years agoThe group named by exempt_group should not have a % prefix.
Todd C. Miller [Sat, 4 Jun 2011 14:02:10 +0000 (10:02 -0400)]
The group named by exempt_group should not have a % prefix.

--HG--
branch : 1.8