[sudo-commits] sudo changeset 12164:22aff362662e

Todd C. Miller Todd.Miller at sudo.ws
Thu Jan 30 21:23:03 MST 2020


changeset:	12164:22aff362662e in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/22aff362662e
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jan 30 13:12:25 2020 -0700

Log Message:
	Add code to generate universally unique identifiers.
	We create type 4, variant 1 uuids (random).

diffstat:

 MANIFEST             |    1 +
 include/sudo_util.h  |    6 ++
 lib/util/Makefile.in |   10 ++++-
 lib/util/util.exp.in |    2 +
 lib/util/uuid.c      |  112 +++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 130 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list