[sudo-cvs] sudo: 6 new changesets

Todd.Miller at courtesan.com Todd.Miller at courtesan.com
Sun Feb 21 10:37:10 EST 2010


details:	http://www.sudo.ws/repos/sudo/rev/1417fa4b4ab9
changeset:	5044:1417fa4b4ab9
user:	Todd C. Miller <Todd.Miller at courtesan.com>
date:	Sat Feb 20 14:47:43 2010 -0500
description:
Fix sudo install target

details:	http://www.sudo.ws/repos/sudo/rev/e012a0a30890
changeset:	5045:e012a0a30890
user:	Todd C. Miller <Todd.Miller at courtesan.com>
date:	Sat Feb 20 15:13:11 2010 -0500
description:
Fix uninitialized variable.

details:	http://www.sudo.ws/repos/sudo/rev/b37a8533ef1e
changeset:	5046:b37a8533ef1e
user:	Todd C. Miller <Todd.Miller at courtesan.com>
date:	Sun Feb 21 10:24:27 2010 -0500
description:
Make sudo_debug do a single vfprintf() which will result in a single
write call on most systems.  Avoids problems with interleaved debug
printf from different processes.  Also remove an extraneous error case
since recv() can't return a short read and add some more XXX.

details:	http://www.sudo.ws/repos/sudo/rev/24c55dd4ff60
changeset:	5047:24c55dd4ff60
user:	Todd C. Miller <Todd.Miller at courtesan.com>
date:	Sun Feb 21 10:26:30 2010 -0500
description:
No longer need to check for explicit death of the child (process #2)
since if it dies we will get EPIPE from the socketpair.
Fix a sizeof() that was causing a spurious error.
Convert SCRIPT_DEBUG to sudo_debug.

details:	http://www.sudo.ws/repos/sudo/rev/a29c14d78cd9
changeset:	5048:a29c14d78cd9
user:	Todd C. Miller <Todd.Miller at courtesan.com>
date:	Sun Feb 21 10:30:43 2010 -0500
description:
In child, handle parent side of the pipe going away.

details:	http://www.sudo.ws/repos/sudo/rev/3d65f182819a
changeset:	5049:3d65f182819a
user:	Todd C. Miller <Todd.Miller at courtesan.com>
date:	Sun Feb 21 10:36:50 2010 -0500
description:
Handle SIGSTOP in addition to SIGTSTP.  Fixes a problem with suspending
a shell with the "suspend" builtint.

diffstat:

 src/Makefile.in |   8 ++++----
 src/script.c    |  57 +++++++++++++++++++++++----------------------------------
 src/sudo.c      |  16 ++++++++++------
 3 files changed, 37 insertions(+), 44 deletions(-)



More information about the sudo-commits mailing list