[sudo-commits] sudo changeset 10106:2728194cb6cf

Todd C. Miller Todd.Miller at courtesan.com
Thu Jul 2 14:06:21 MDT 2015


changeset:	10106:2728194cb6cf in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/2728194cb6cf
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jul 02 09:24:48 2015 -0600

Log Message:
	We require POSIX so no need to conditionally include dirent.h.
	Add a check for d_namlen and use the result in the NAMLEN macro.

diffstat:

 config.h.in                  |    3 +
 configure                    |   13 +++
 configure.ac                 |    2 +-
 lib/util/closefrom.c         |   17 +---
 lib/util/getcwd.c            |   23 +---
 lib/util/glob.c              |   15 +---
 plugins/sudoers/match.c      |   17 +---
 plugins/sudoers/sudoreplay.c |   17 +---
 plugins/sudoers/toke.c       |  175 ++++++++++++++++++++----------------------
 plugins/sudoers/toke.l       |   23 +---
 src/ttyname.c                |   23 +---
 11 files changed, 125 insertions(+), 203 deletions(-)


More information about the sudo-commits mailing list