[sudo-commits] sudo changeset 9164:dace028594da

Todd C. Miller Todd.Miller at courtesan.com
Wed Dec 11 20:05:34 MST 2013


changeset:	9164:dace028594da in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/dace028594da
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Dec 11 13:43:10 2013 -0700

Log Message:
	The OpenBSD strtonum() uses very short error strings that can't
	be translated usefully.  Convert them to longer strings on error.
	Also use the longer strings for atomode() and atoid().

diffstat:

 common/atoid.c               |  10 +++---
 common/atomode.c             |   4 +-
 compat/strtonum.c            |  57 +++++++++++++++++++++++++++++++++++++++----
 configure                    |  18 +++++++++++++
 configure.ac                 |   3 ++
 include/missing.h            |   4 ++-
 plugins/sudoers/defaults.c   |   4 +-
 plugins/sudoers/iolog.c      |   2 +-
 plugins/sudoers/ldap.c       |   4 +-
 plugins/sudoers/sudoreplay.c |   6 ++--
 src/parse_args.c             |   7 ++---
 src/ttyname.c                |   2 +-
 12 files changed, 94 insertions(+), 27 deletions(-)


More information about the sudo-commits mailing list