[sudo-commits] sudo changeset 12941:7eecd6127043

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 9 13:53:18 MST 2021


changeset:	12941:7eecd6127043 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/7eecd6127043
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