[sudo-commits] sudo changeset 13793:d680d423d2df

Todd C. Miller Todd.Miller at sudo.ws
Fri Feb 11 12:05:28 MST 2022


changeset:	13793:d680d423d2df in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d680d423d2df
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Feb 11 12:01:31 2022 -0700

Log Message:
	Add helper function to compile a regex that supports (?i).

diffstat:

 MANIFEST                                            |    1 +
 docs/sudo_logsrvd.conf.man.in                       |    5 +-
 docs/sudo_logsrvd.conf.mdoc.in                      |    5 +-
 docs/sudoers.man.in                                 |    5 +-
 docs/sudoers.mdoc.in                                |    5 +-
 include/sudo_util.h                                 |    4 +
 lib/iolog/iolog_filter.c                            |   57 +-------
 lib/util/Makefile.in                                |   18 ++-
 lib/util/regex.c                                    |  131 ++++++++++++++++++++
 lib/util/util.exp.in                                |    1 +
 plugins/sudoers/defaults.c                          |   14 +-
 plugins/sudoers/match_command.c                     |   34 +---
 plugins/sudoers/regress/sudoers/test28.in           |    3 +
 plugins/sudoers/regress/sudoers/test28.json.ok      |   13 +
 plugins/sudoers/regress/sudoers/test28.ldif.ok      |    7 +
 plugins/sudoers/regress/sudoers/test28.ldif2sudo.ok |    2 +
 plugins/sudoers/regress/sudoers/test28.out.ok       |    2 +
 plugins/sudoers/regress/sudoers/test28.toke.ok      |    3 +
 plugins/sudoers/sudoreplay.c                        |   14 +-
 plugins/sudoers/toke.c                              |    6 +-
 plugins/sudoers/toke.h                              |    3 +-
 plugins/sudoers/toke.l                              |    6 +-
 plugins/sudoers/toke_util.c                         |   34 -----
 23 files changed, 232 insertions(+), 141 deletions(-)



More information about the sudo-commits mailing list