[sudo-commits] sudo changeset 8916:d1dd66c8a86b

Todd C. Miller Todd.Miller at courtesan.com
Fri Jul 19 09:42:54 MDT 2013


changeset:	8916:d1dd66c8a86b in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/d1dd66c8a86b
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jul 17 17:00:55 2013 -0600

Log Message:
	Use getopt_long() so we can make the -h flag take an optional argument.
	Includes a version for those without it.

diffstat:

 MANIFEST             |    2 +
 compat/getopt.h      |   72 +++++
 compat/getopt_long.c |  621 +++++++++++++++++++++++++++++++++++++++++++++++++++
 config.h.in          |    3 +
 configure            |   13 +
 configure.in         |    2 +-
 doc/LICENSE          |   31 ++
 src/parse_args.c     |   11 +-
 8 files changed, 749 insertions(+), 6 deletions(-)


More information about the sudo-commits mailing list