[sudo-commits] sudo changeset 11840:756ace7fdf38

Todd C. Miller Todd.Miller at sudo.ws
Thu Oct 24 20:05:16 MDT 2019


changeset:	11840:756ace7fdf38 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/756ace7fdf38
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Oct 24 20:04:30 2019 -0600

Log Message:
	Move openat() emulation to lib/util and at unlinkat() emulation.

diffstat:

 MANIFEST              |   2 +
 config.h.in           |   3 ++
 configure             |  55 ++++++++++++++++++++++++++++++++++++++++--
 configure.ac          |  10 +++++++-
 include/sudo_compat.h |  12 ++++++++-
 lib/util/openat.c     |  65 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/util/unlinkat.c   |  62 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/sudo_edit.c       |  31 ------------------------
 8 files changed, 204 insertions(+), 36 deletions(-)


More information about the sudo-commits mailing list