[sudo-commits] sudo changeset 8512:4d3f374f4e4c

Todd C. Miller Todd.Miller at courtesan.com
Sun Nov 25 09:41:50 EST 2012


changeset:	8512:4d3f374f4e4c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/4d3f374f4e4c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Nov 25 09:34:40 2012 -0500

Log Message:
	Move warn/error into common and make static builds work.

diffstat:

 MANIFEST                       |    4 +-
 common/Makefile.in             |   12 +-
 common/error.c                 |  200 +++++++++++++++++++++++++++++++++++++++++
 common/sudo_printf.c           |   34 ++----
 configure                      |    4 +-
 configure.in                   |    4 +-
 include/error.h                |    4 +-
 mkdep.pl                       |    2 +-
 plugins/sudoers/Makefile.in    |   28 ++---
 plugins/sudoers/locale.c       |   14 ++
 plugins/sudoers/logging.c      |    2 +-
 plugins/sudoers/plugin_error.c |  184 -------------------------------------
 plugins/sudoers/policy.c       |    2 +-
 plugins/sudoers/sudoers.c      |   27 ++--
 plugins/sudoers/sudoers.h      |    2 +-
 plugins/sudoers/sudoreplay.c   |   25 +++-
 plugins/sudoers/testsudoers.c  |   10 --
 plugins/sudoers/visudo.c       |   43 +++++---
 src/Makefile.in                |   16 +-
 src/error.c                    |  131 --------------------------
 src/exec_pty.c                 |    7 +-
 src/locale_stub.c              |   38 +++++++
 src/sesh.c                     |    9 -
 23 files changed, 369 insertions(+), 433 deletions(-)


More information about the sudo-commits mailing list