[sudo-commits] sudo changeset 9137:e2d48d81456f

Todd C. Miller Todd.Miller at courtesan.com
Mon Dec 2 11:14:38 MST 2013


changeset:	9137:e2d48d81456f in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/e2d48d81456f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Dec 01 19:12:21 2013 -0700

Log Message:
	Instead of setprogname(), add initprogname() which gets the program
	name for getprogname() using /proc or pstat() if possible.

diffstat:

 MANIFEST                                              |    2 +-
 common/Makefile.in                                    |    8 +-
 common/progname.c                                     |  123 ++++++++++++++++++
 compat/Makefile.in                                    |    3 -
 compat/getprogname.c                                  |   49 -------
 configure                                             |    7 -
 configure.ac                                          |    2 -
 include/missing.h                                     |    2 +-
 mkdep.pl                                              |    2 +-
 plugins/sample/sample_plugin.c                        |    4 +-
 plugins/sudoers/policy.c                              |    4 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c |    6 +-
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |    6 +-
 plugins/sudoers/regress/logging/check_wrap.c          |    6 +-
 plugins/sudoers/regress/parser/check_addr.c           |    6 +-
 plugins/sudoers/sudoreplay.c                          |    5 +-
 plugins/sudoers/testsudoers.c                         |    4 +-
 plugins/sudoers/visudo.c                              |    5 +-
 src/parse_args.c                                      |    2 +-
 src/regress/ttyname/check_ttyname.c                   |    4 +-
 src/sudo.c                                            |    5 +-
 21 files changed, 147 insertions(+), 108 deletions(-)


More information about the sudo-commits mailing list