]> granicus.if.org Git - sudo/log
sudo
13 years agoMake sudoersdir relative to PKG_INSTALL_ROOT for Solaris.
Todd C. Miller [Tue, 13 Mar 2012 21:38:03 +0000 (17:38 -0400)]
Make sudoersdir relative to PKG_INSTALL_ROOT for Solaris.

--HG--
branch : 1.8

13 years agoAdded tag SUDO_1_8_4p4 for changeset 11a942f61d47
Todd C. Miller [Mon, 12 Mar 2012 23:38:40 +0000 (19:38 -0400)]
Added tag SUDO_1_8_4p4 for changeset 11a942f61d47

--HG--
branch : 1.8

13 years agoUpdate for sudo 1.8.4p4 SUDO_1_8_4p4
Todd C. Miller [Mon, 12 Mar 2012 23:38:24 +0000 (19:38 -0400)]
Update for sudo 1.8.4p4

--HG--
branch : 1.8

13 years agoFix bogus int -> bool conversion; tags can have a value of -1.
Todd C. Miller [Mon, 12 Mar 2012 23:34:19 +0000 (19:34 -0400)]
Fix bogus int -> bool conversion; tags can have a value of -1.

--HG--
branch : 1.8

13 years agoFix application of debian-specific sudoers mods when building packages
Todd C. Miller [Mon, 12 Mar 2012 19:04:03 +0000 (15:04 -0400)]
Fix application of debian-specific sudoers mods when building packages
as non-root.

--HG--
branch : 1.8

13 years agoAdded tag SUDO_1_8_4p3 for changeset 3093c8558862
Todd C. Miller [Mon, 12 Mar 2012 18:09:59 +0000 (14:09 -0400)]
Added tag SUDO_1_8_4p3 for changeset 3093c8558862

--HG--
branch : 1.8

13 years agoUpdate for sudo 1.8.4p3 SUDO_1_8_4p3
Todd C. Miller [Mon, 12 Mar 2012 18:07:44 +0000 (14:07 -0400)]
Update for sudo 1.8.4p3

--HG--
branch : 1.8

13 years agomatches_env_check() returns int, not boolean
Todd C. Miller [Mon, 12 Mar 2012 17:53:54 +0000 (13:53 -0400)]
matches_env_check() returns int, not boolean

--HG--
branch : 1.8

13 years agoSimply move the free of ki_proc outside the realloc() loop.
Todd C. Miller [Mon, 12 Mar 2012 15:37:33 +0000 (11:37 -0400)]
Simply move the free of ki_proc outside the realloc() loop.

--HG--
branch : 1.8

13 years agoBring back the erealloc() for the ENOMEM loop and just zero the
Todd C. Miller [Mon, 12 Mar 2012 14:49:26 +0000 (10:49 -0400)]
Bring back the erealloc() for the ENOMEM loop and just zero the
pointer after we free it.

--HG--
branch : 1.8

13 years agoregen
Todd C. Miller [Mon, 12 Mar 2012 13:09:08 +0000 (09:09 -0400)]
regen

--HG--
branch : 1.8

13 years agoDon't try to erealloc() a potentially freed pointer; Mateusz Guzik
Todd C. Miller [Mon, 12 Mar 2012 12:54:40 +0000 (08:54 -0400)]
Don't try to erealloc() a potentially freed pointer; Mateusz Guzik

--HG--
branch : 1.8

13 years agoFix format string warning on Solaris with gcc 3.4.3.
Todd C. Miller [Fri, 9 Mar 2012 17:45:24 +0000 (12:45 -0500)]
Fix format string warning on Solaris with gcc 3.4.3.

--HG--
branch : 1.8

13 years agoHonor LDFLAGS when linking sesh; from Vita Cizek
Todd C. Miller [Fri, 9 Mar 2012 15:07:00 +0000 (10:07 -0500)]
Honor LDFLAGS when linking sesh; from Vita Cizek

--HG--
branch : 1.8

13 years agoInclude alloc.h for estrdup() prototype; from Vita Cizek
Todd C. Miller [Fri, 9 Mar 2012 15:06:27 +0000 (10:06 -0500)]
Include alloc.h for estrdup() prototype; from Vita Cizek

--HG--
branch : 1.8

13 years agoFix editor goof.
Todd C. Miller [Thu, 8 Mar 2012 18:19:39 +0000 (13:19 -0500)]
Fix editor goof.

--HG--
branch : 1.8

13 years agoAdd check for variadic macro support in cpp.
Todd C. Miller [Thu, 1 Mar 2012 18:05:03 +0000 (13:05 -0500)]
Add check for variadic macro support in cpp.

--HG--
branch : 1.8

13 years agoCheck the owner and mode in -c (check) mode unless the -f option
Todd C. Miller [Tue, 28 Feb 2012 19:16:39 +0000 (14:16 -0500)]
Check the owner and mode in -c (check) mode unless the -f option
is specified.  Previously, the owner and mode were checked on the
main sudoers file when the -s (strict) option was given, but this
was not documented.

--HG--
branch : 1.8

13 years agoPrefer KERN_PROC2 over KERN_PROC. Fixes compilation on some versions
Todd C. Miller [Tue, 28 Feb 2012 15:33:16 +0000 (10:33 -0500)]
Prefer KERN_PROC2 over KERN_PROC.  Fixes compilation on some versions
of OpenBSD versions that have KERN_PROC2 but not KERN_PROC.

--HG--
branch : 1.8

13 years agoAdded tag SUDO_1_8_4p2 for changeset db564e1c02cf
Todd C. Miller [Mon, 27 Feb 2012 20:15:22 +0000 (15:15 -0500)]
Added tag SUDO_1_8_4p2 for changeset db564e1c02cf

--HG--
branch : 1.8

13 years agobump version to 1.8.4p2 SUDO_1_8_4p2
Todd C. Miller [Mon, 27 Feb 2012 19:58:08 +0000 (14:58 -0500)]
bump version to 1.8.4p2

--HG--
branch : 1.8

13 years agoFix typo in safe_close() made while converting to debug framework
Todd C. Miller [Mon, 27 Feb 2012 19:46:11 +0000 (14:46 -0500)]
Fix typo in safe_close() made while converting to debug framework
that prevented it from actually closing anything.

--HG--
branch : 1.8

13 years agoWe need sysconfdir in compat/Makfile to get the proper sudo.conf
Todd C. Miller [Mon, 27 Feb 2012 18:28:15 +0000 (13:28 -0500)]
We need sysconfdir in compat/Makfile to get the proper sudo.conf
path.  Add standard prefix and foodir expansion in all Makefiles
to avoid this problem in the future.

--HG--
branch : 1.8

13 years agoWhen adding gids to the LDAP filter, only add the primary gid once.
Todd C. Miller [Fri, 24 Feb 2012 20:17:48 +0000 (15:17 -0500)]
When adding gids to the LDAP filter, only add the primary gid once.
This is consistent with the space computation/allocation.
From Eric Lakin

--HG--
branch : 1.8

13 years agoAdd entry for AIX enhanced RBAC config.
Todd C. Miller [Fri, 24 Feb 2012 19:32:57 +0000 (14:32 -0500)]
Add entry for AIX enhanced RBAC config.

--HG--
branch : 1.8

13 years agoTarget Mac OS X 10.5 when building packages.
Todd C. Miller [Fri, 24 Feb 2012 18:40:39 +0000 (13:40 -0500)]
Target Mac OS X 10.5 when building packages.

--HG--
branch : 1.8

13 years agoAdded tag SUDO_1_8_4p1 for changeset aeb6b9701150
Todd C. Miller [Tue, 21 Feb 2012 10:25:37 +0000 (05:25 -0500)]
Added tag SUDO_1_8_4p1 for changeset aeb6b9701150

--HG--
branch : 1.8

13 years agoList 1.8.4p1 SUDO_1_8_4p1
Todd C. Miller [Tue, 21 Feb 2012 10:25:26 +0000 (05:25 -0500)]
List 1.8.4p1

--HG--
branch : 1.8

13 years agobump version to 1.8.4p1
Todd C. Miller [Tue, 21 Feb 2012 10:18:17 +0000 (05:18 -0500)]
bump version to 1.8.4p1

--HG--
branch : 1.8

13 years agoFix the description of noexec.
Todd C. Miller [Tue, 21 Feb 2012 10:17:28 +0000 (05:17 -0500)]
Fix the description of noexec.

--HG--
branch : 1.8

13 years agoThe "op" parameter to set_default() must be int, not bool since it is
Todd C. Miller [Tue, 21 Feb 2012 10:17:14 +0000 (05:17 -0500)]
The "op" parameter to set_default() must be int, not bool since it is
set to '+' or '-' for list add and subtract.

--HG--
branch : 1.8

13 years agoMake sure sudoers is writable before calling ed script.
Todd C. Miller [Tue, 21 Feb 2012 10:16:40 +0000 (05:16 -0500)]
Make sure sudoers is writable before calling ed script.

--HG--
branch : 1.8

13 years agoFix the description of noexec.
Todd C. Miller [Tue, 21 Feb 2012 10:15:48 +0000 (05:15 -0500)]
Fix the description of noexec.

13 years agoThe "op" parameter to set_default() must be int, not bool since it is
Todd C. Miller [Tue, 21 Feb 2012 10:13:13 +0000 (05:13 -0500)]
The "op" parameter to set_default() must be int, not bool since it is
set to '+' or '-' for list add and subtract.

13 years agoMake sure sudoers is writable before calling ed script.
Todd C. Miller [Tue, 21 Feb 2012 09:54:08 +0000 (04:54 -0500)]
Make sure sudoers is writable before calling ed script.

13 years agoAdded tag SUDO_1_8_4 for changeset 7b0b7dfc84c7
Todd C. Miller [Fri, 17 Feb 2012 18:47:18 +0000 (13:47 -0500)]
Added tag SUDO_1_8_4 for changeset 7b0b7dfc84c7

--HG--
branch : 1.8

13 years agoUpdate contributors. Now includes translators and authors of compat SUDO_1_8_4
Todd C. Miller [Fri, 17 Feb 2012 16:31:03 +0000 (11:31 -0500)]
Update contributors. Now includes translators and authors of compat
code.

--HG--
branch : 1.8

13 years agoUpdate contributors. Now includes translators and authors of compat
Todd C. Miller [Fri, 17 Feb 2012 16:30:42 +0000 (11:30 -0500)]
Update contributors. Now includes translators and authors of compat
code.

13 years agoregen
Todd C. Miller [Thu, 16 Feb 2012 22:06:29 +0000 (17:06 -0500)]
regen

--HG--
branch : 1.8

13 years agoregen
Todd C. Miller [Thu, 16 Feb 2012 22:03:46 +0000 (17:03 -0500)]
regen

13 years agoBuild flat packages, not package bundles, on Mac OS X.
Todd C. Miller [Thu, 16 Feb 2012 16:31:45 +0000 (11:31 -0500)]
Build flat packages, not package bundles, on Mac OS X.

--HG--
branch : 1.8

13 years agoBuild flat packages, not package bundles, on Mac OS X.
Todd C. Miller [Thu, 16 Feb 2012 16:27:22 +0000 (11:27 -0500)]
Build flat packages, not package bundles, on Mac OS X.

13 years agoMove macos section to be with the other OS-specific sections.
Todd C. Miller [Fri, 10 Feb 2012 21:22:21 +0000 (16:22 -0500)]
Move macos section to be with the other OS-specific sections.

13 years agoSync with translationproject.org
Todd C. Miller [Fri, 10 Feb 2012 19:30:33 +0000 (14:30 -0500)]
Sync with translationproject.org

--HG--
branch : 1.8

13 years agoSync with translationproject.org
Todd C. Miller [Fri, 10 Feb 2012 19:30:01 +0000 (14:30 -0500)]
Sync with translationproject.org

13 years agoDon't permanently add -D_FORTIFY_SOURCE=2 to CPPFLAGS
Todd C. Miller [Fri, 10 Feb 2012 19:28:33 +0000 (14:28 -0500)]
Don't permanently add -D_FORTIFY_SOURCE=2 to CPPFLAGS

--HG--
branch : 1.8

13 years agoDon't permanently add -D_FORTIFY_SOURCE=2 to CPPFLAGS
Todd C. Miller [Fri, 10 Feb 2012 19:28:10 +0000 (14:28 -0500)]
Don't permanently add -D_FORTIFY_SOURCE=2 to CPPFLAGS

13 years agoMove macos section to be with the other OS-specific sections.
Todd C. Miller [Fri, 10 Feb 2012 17:59:43 +0000 (12:59 -0500)]
Move macos section to be with the other OS-specific sections.

--HG--
branch : 1.8

13 years agoAdd Mac OS X support, printing the latest chunk of the NEWS file
Todd C. Miller [Fri, 10 Feb 2012 17:50:35 +0000 (12:50 -0500)]
Add Mac OS X support, printing the latest chunk of the NEWS file
and the license text in the installer.

--HG--
branch : 1.8

13 years agoAdd Mac OS X support, printing the latest chunk of the NEWS file
Todd C. Miller [Fri, 10 Feb 2012 17:50:15 +0000 (12:50 -0500)]
Add Mac OS X support, printing the latest chunk of the NEWS file
and the license text in the installer.

13 years agoAdd explicit file modes that match those used by "make install"
Todd C. Miller [Fri, 10 Feb 2012 17:47:49 +0000 (12:47 -0500)]
Add explicit file modes that match those used by "make install"

--HG--
branch : 1.8

13 years agoSync with upstream for Mac OS X fixes.
Todd C. Miller [Fri, 10 Feb 2012 17:47:40 +0000 (12:47 -0500)]
Sync with upstream for Mac OS X fixes.

--HG--
branch : 1.8

13 years agoGot back to using "install-sh -M" for files installed as non-readable
Todd C. Miller [Fri, 10 Feb 2012 17:47:30 +0000 (12:47 -0500)]
Got back to using "install-sh -M" for files installed as non-readable
by owner.  This fixes "make install" as non-root for package building.

--HG--
branch : 1.8

13 years agoAdd explicit file modes that match those used by "make install"
Todd C. Miller [Fri, 10 Feb 2012 17:35:41 +0000 (12:35 -0500)]
Add explicit file modes that match those used by "make install"

13 years agoSync with upstream for Mac OS X fixes.
Todd C. Miller [Fri, 10 Feb 2012 16:34:08 +0000 (11:34 -0500)]
Sync with upstream for Mac OS X fixes.

13 years agoGot back to using "install-sh -M" for files installed as non-readable
Todd C. Miller [Fri, 10 Feb 2012 16:31:54 +0000 (11:31 -0500)]
Got back to using "install-sh -M" for files installed as non-readable
by owner.  This fixes "make install" as non-root for package building.

13 years agoSync with translationproject.org
Todd C. Miller [Thu, 9 Feb 2012 16:20:40 +0000 (11:20 -0500)]
Sync with translationproject.org

--HG--
branch : 1.8

13 years agoUse -m not -M for install-sh for everything except setuid.
Todd C. Miller [Thu, 9 Feb 2012 16:20:29 +0000 (11:20 -0500)]
Use -m not -M for install-sh for everything except setuid.
Install locale .mo files mode 0444, not 0644.
If timedir parent doesn't exist, use default dir mode, not 0700.

--HG--
branch : 1.8

13 years agoSync with translationproject.org
Todd C. Miller [Thu, 9 Feb 2012 16:17:35 +0000 (11:17 -0500)]
Sync with translationproject.org

13 years agoUse -m not -M for install-sh for everything except setuid.
Todd C. Miller [Thu, 9 Feb 2012 16:11:58 +0000 (11:11 -0500)]
Use -m not -M for install-sh for everything except setuid.
Install locale .mo files mode 0444, not 0644.
If timedir parent doesn't exist, use default dir mode, not 0700.

13 years agoRe-sync with upstream; no longer need a local patch.
Todd C. Miller [Tue, 7 Feb 2012 18:26:52 +0000 (13:26 -0500)]
Re-sync with upstream; no longer need a local patch.

--HG--
branch : 1.8

13 years agoRe-sync with upstream; no longer need a local patch.
Todd C. Miller [Tue, 7 Feb 2012 18:26:27 +0000 (13:26 -0500)]
Re-sync with upstream; no longer need a local patch.

13 years agoAdd support for building Mac OS X packages.
Todd C. Miller [Tue, 7 Feb 2012 16:50:51 +0000 (11:50 -0500)]
Add support for building Mac OS X packages.

--HG--
branch : 1.8

13 years agoAdd support for building Mac OS X packages.
Todd C. Miller [Tue, 7 Feb 2012 16:49:46 +0000 (11:49 -0500)]
Add support for building Mac OS X packages.

13 years agoSync with upstream
Todd C. Miller [Tue, 7 Feb 2012 16:46:18 +0000 (11:46 -0500)]
Sync with upstream

--HG--
branch : 1.8

13 years agoNo longer need to define _PATH_SUDO_CONF here.
Todd C. Miller [Tue, 7 Feb 2012 16:46:08 +0000 (11:46 -0500)]
No longer need to define _PATH_SUDO_CONF here.

--HG--
branch : 1.8

13 years agoSync with upstream
Todd C. Miller [Tue, 7 Feb 2012 16:45:42 +0000 (11:45 -0500)]
Sync with upstream

13 years agoNo longer need to define _PATH_SUDO_CONF here.
Todd C. Miller [Tue, 7 Feb 2012 16:45:11 +0000 (11:45 -0500)]
No longer need to define _PATH_SUDO_CONF here.

13 years agoFix noexec for Mac OS X.
Todd C. Miller [Tue, 7 Feb 2012 05:18:42 +0000 (00:18 -0500)]
Fix noexec for Mac OS X.

--HG--
branch : 1.8

13 years agoFix noexec for Mac OS X.
Todd C. Miller [Tue, 7 Feb 2012 05:18:08 +0000 (00:18 -0500)]
Fix noexec for Mac OS X.

13 years agoMove _PATH_SUDO_CONF override to common to match sudo_conf.c
Todd C. Miller [Mon, 6 Feb 2012 21:02:05 +0000 (16:02 -0500)]
Move _PATH_SUDO_CONF override to common to match sudo_conf.c

--HG--
branch : 1.8

13 years agoMove _PATH_SUDO_CONF override to common to match sudo_debug.c
Todd C. Miller [Mon, 6 Feb 2012 20:57:26 +0000 (15:57 -0500)]
Move _PATH_SUDO_CONF override to common to match sudo_debug.c

13 years agofix version in .pot files
Todd C. Miller [Mon, 6 Feb 2012 20:48:19 +0000 (15:48 -0500)]
fix version in .pot files

--HG--
branch : 1.8

13 years agoMore complete fix for LDR_PRELOAD on AIX. The addition of
Todd C. Miller [Mon, 6 Feb 2012 20:47:22 +0000 (15:47 -0500)]
More complete fix for LDR_PRELOAD on AIX.  The addition of
set_perm(PERM_ROOT) before calling the nss open functions (needed
to avoid a GNU TLS bug) also broke LDR_PRELOAD.  Setting the effective
and then real uid to 0 for PERM_ROOT works around the issue.

--HG--
branch : 1.8

13 years agoMore complete fix for LDR_PRELOAD on AIX. The addition of
Todd C. Miller [Mon, 6 Feb 2012 20:46:17 +0000 (15:46 -0500)]
More complete fix for LDR_PRELOAD on AIX.  The addition of
set_perm(PERM_ROOT) before calling the nss open functions (needed
to avoid a GNU TLS bug) also broke LDR_PRELOAD.  Setting the effective
and then real uid to 0 for PERM_ROOT works around the issue.

13 years agoregen
Todd C. Miller [Mon, 6 Feb 2012 18:41:26 +0000 (13:41 -0500)]
regen

--HG--
branch : 1.8

13 years agoregen
Todd C. Miller [Mon, 6 Feb 2012 18:40:24 +0000 (13:40 -0500)]
regen

13 years agoSet real uid to root before calling sudo_edit() or run_command()
Todd C. Miller [Mon, 6 Feb 2012 18:37:26 +0000 (13:37 -0500)]
Set real uid to root before calling sudo_edit() or run_command()
so that the monitor process is owned by root and not by the user.
Otherwise, on AIX at least, the monitor process shows up in ps as
belonging to the user (and can be killed by the user).

--HG--
branch : 1.8

13 years agoFor PERM_ROOT when using setreuid(), only set the euid to 0 prior
Todd C. Miller [Mon, 6 Feb 2012 18:37:11 +0000 (13:37 -0500)]
For PERM_ROOT when using setreuid(), only set the euid to 0 prior
to the call to setuid(0) if the current euid is non-zero.  This
effectively restores the state of things prior to rev 7bfeb629fccb.
Fixes a problem on AIX where LDR_PRELOAD was not being honored for
the command being executed.

--HG--
branch : 1.8

13 years agoMake a copy of the struct passwd in exec_setup() to make sure nothing
Todd C. Miller [Mon, 6 Feb 2012 18:36:57 +0000 (13:36 -0500)]
Make a copy of the struct passwd in exec_setup() to make sure nothing
in the policy init modifies it.

--HG--
branch : 1.8

13 years agoSet real uid to root before calling sudo_edit() or run_command()
Todd C. Miller [Mon, 6 Feb 2012 18:33:46 +0000 (13:33 -0500)]
Set real uid to root before calling sudo_edit() or run_command()
so that the monitor process is owned by root and not by the user.
Otherwise, on AIX at least, the monitor process shows up in ps as
belonging to the user (and can be killed by the user).

13 years agoFor PERM_ROOT when using setreuid(), only set the euid to 0 prior
Todd C. Miller [Mon, 6 Feb 2012 18:29:19 +0000 (13:29 -0500)]
For PERM_ROOT when using setreuid(), only set the euid to 0 prior
to the call to setuid(0) if the current euid is non-zero.  This
effectively restores the state of things prior to rev 7bfeb629fccb.
Fixes a problem on AIX where LDR_PRELOAD was not being honored for
the command being executed.

13 years agoMake a copy of the struct passwd in exec_setup() to make sure nothing
Todd C. Miller [Mon, 6 Feb 2012 15:56:39 +0000 (10:56 -0500)]
Make a copy of the struct passwd in exec_setup() to make sure nothing
in the policy init modifies it.

13 years agoregen
Todd C. Miller [Sun, 5 Feb 2012 18:36:52 +0000 (13:36 -0500)]
regen

--HG--
branch : 1.8

13 years agoupdate copyright
Todd C. Miller [Sun, 5 Feb 2012 18:36:06 +0000 (13:36 -0500)]
update copyright

--HG--
branch : 1.8

13 years agoupdate copyright
Todd C. Miller [Sun, 5 Feb 2012 18:35:20 +0000 (13:35 -0500)]
update copyright

13 years agog/c now-unused debug subsystems
Todd C. Miller [Sun, 5 Feb 2012 15:18:55 +0000 (10:18 -0500)]
g/c now-unused debug subsystems

--HG--
branch : 1.8

13 years agoEnumerate the debug subsystems used by sudo and sudoers.
Todd C. Miller [Sun, 5 Feb 2012 15:18:46 +0000 (10:18 -0500)]
Enumerate the debug subsystems used by sudo and sudoers.

--HG--
branch : 1.8

13 years agog/c now-unused debug subsystems
Todd C. Miller [Sun, 5 Feb 2012 15:17:26 +0000 (10:17 -0500)]
g/c now-unused debug subsystems

13 years agoEnumerate the debug subsystems used by sudo and sudoers.
Todd C. Miller [Sun, 5 Feb 2012 15:17:09 +0000 (10:17 -0500)]
Enumerate the debug subsystems used by sudo and sudoers.

13 years agoNormally, sudo disables core dumps while it is running. This
Todd C. Miller [Fri, 3 Feb 2012 19:59:36 +0000 (14:59 -0500)]
Normally, sudo disables core dumps while it is running.  This
behavior can now be modified at run time with a line in sudo.conf
like "Set disable_coredumps false"

--HG--
branch : 1.8

13 years agoNormally, sudo disables core dumps while it is running. This
Todd C. Miller [Fri, 3 Feb 2012 19:57:03 +0000 (14:57 -0500)]
Normally, sudo disables core dumps while it is running.  This
behavior can now be modified at run time with a line in sudo.conf
like "Set disable_coredumps false"

13 years agoMention Spanish translation
Todd C. Miller [Fri, 3 Feb 2012 17:31:42 +0000 (12:31 -0500)]
Mention Spanish translation

--HG--
branch : 1.8

13 years agoMention Spanish translation
Todd C. Miller [Fri, 3 Feb 2012 17:31:24 +0000 (12:31 -0500)]
Mention Spanish translation

13 years agoMake sure we don't try to fall back to using the conversation
Todd C. Miller [Fri, 3 Feb 2012 17:30:36 +0000 (12:30 -0500)]
Make sure we don't try to fall back to using the conversation
function for debugging in the main sudo process if we are unable
to open the debug file.

--HG--
branch : 1.8

13 years agoMake sure we don't try to fall back to using the conversation
Todd C. Miller [Fri, 3 Feb 2012 17:30:07 +0000 (12:30 -0500)]
Make sure we don't try to fall back to using the conversation
function for debugging in the main sudo process if we are unable
to open the debug file.

13 years agoAdd sudo Spanish translation from translationproject.org
Todd C. Miller [Fri, 3 Feb 2012 14:16:34 +0000 (09:16 -0500)]
Add sudo Spanish translation from translationproject.org

--HG--
branch : 1.8

13 years agoBetter debug subsystem usage
Todd C. Miller [Fri, 3 Feb 2012 14:16:24 +0000 (09:16 -0500)]
Better debug subsystem usage

--HG--
branch : 1.8

13 years agoRemove duplicate function prototypes
Todd C. Miller [Fri, 3 Feb 2012 14:16:14 +0000 (09:16 -0500)]
Remove duplicate function prototypes

--HG--
branch : 1.8

13 years agoAdd sudo Spanish translation from translationproject.org
Todd C. Miller [Fri, 3 Feb 2012 14:15:14 +0000 (09:15 -0500)]
Add sudo Spanish translation from translationproject.org