[sudo-commits] sudo changeset 13356:139ba292e226

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:09:53 MDT 2021


changeset:	13356:139ba292e226 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/139ba292e226
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:25 2021 -0600

Log Message:
	Define protocol for sudo <-> sudo_intercept.so communication.
	Uses google protocol buffers.

diffstat:

 MANIFEST                 |    3 +
 include/intercept.pb-c.h |  283 ++++++++++++++++++++++
 src/Makefile.in          |   38 ++-
 src/intercept.pb-c.c     |  585 +++++++++++++++++++++++++++++++++++++++++++++++
 src/intercept.proto      |   47 +++
 5 files changed, 953 insertions(+), 3 deletions(-)



More information about the sudo-commits mailing list