[sudo-commits] sudo changeset 10167:9636fd256325

Todd C. Miller Todd.Miller at courtesan.com
Thu Aug 6 16:09:58 MDT 2015


changeset:	10167:9636fd256325 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/9636fd256325
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Aug 06 13:20:01 2015 -0600

Log Message:
	Do not follow symbolic links in sudoedit by default.  This behavior
	can be controlled by the sudoedit_follow Defaults flag as well as
	the FOLLOW/NOFOLLOW tags.

diffstat:

 doc/UPGRADE                                   |     7 +
 doc/sudo.cat                                  |     9 +-
 doc/sudo.man.in                               |    11 +-
 doc/sudo.mdoc.in                              |    11 +-
 doc/sudo_plugin.cat                           |    13 +-
 doc/sudo_plugin.man.in                        |    23 +-
 doc/sudo_plugin.mdoc.in                       |    21 +-
 doc/sudoers.cat                               |    42 +-
 doc/sudoers.man.in                            |    57 +-
 doc/sudoers.mdoc.in                           |    55 +-
 include/sudo_compat.h                         |     3 +
 include/sudo_plugin.h                         |     4 +-
 plugins/sudoers/def_data.c                    |     4 +
 plugins/sudoers/def_data.h                    |     2 +
 plugins/sudoers/def_data.in                   |     3 +
 plugins/sudoers/gram.c                        |   824 +++---
 plugins/sudoers/gram.h                        |    34 +-
 plugins/sudoers/gram.y                        |    13 +-
 plugins/sudoers/ldap.c                        |     3 +
 plugins/sudoers/parse.c                       |    34 +-
 plugins/sudoers/parse.h                       |    49 +
 plugins/sudoers/policy.c                      |     4 +
 plugins/sudoers/regress/sudoers/test1.in      |     2 +
 plugins/sudoers/regress/sudoers/test1.json.ok |    36 +
 plugins/sudoers/regress/sudoers/test1.out.ok  |     1 +
 plugins/sudoers/regress/sudoers/test1.toke.ok |     1 +
 plugins/sudoers/sudoers_version.h             |     3 +-
 plugins/sudoers/testsudoers.c                 |     9 +-
 plugins/sudoers/toke.c                        |  3274 ++++++++++++------------
 plugins/sudoers/toke.l                        |    10 +
 plugins/sudoers/visudo_json.c                 |    86 +-
 src/sesh.c                                    |    13 +-
 src/sudo.c                                    |     5 +
 src/sudo.h                                    |    33 +-
 src/sudo_edit.c                               |    76 +-
 35 files changed, 2570 insertions(+), 2205 deletions(-)


More information about the sudo-commits mailing list