Diff for /embedaddon/sudo/doc/sudo_plugin.cat between versions 1.1.1.5 and 1.1.1.6

version 1.1.1.5, 2013/10/14 07:56:34 version 1.1.1.6, 2014/06/15 16:12:54
Line 5  NNAAMMEE Line 5  NNAAMMEE
   
 DDEESSCCRRIIPPTTIIOONN  DDEESSCCRRIIPPTTIIOONN
      Starting with version 1.8, ssuuddoo supports a plugin API for policy and       Starting with version 1.8, ssuuddoo supports a plugin API for policy and
     session logging.  By default, the ssuuddooeerrss policy plugin and an associated     session logging.  Plugins may be compiled as dynamic shared objects (the
     I/O logging plugin are used.  Via the plugin API, ssuuddoo can be configured     default on systems that support them) or compiled statically into the
     to use alternate policy and/or I/O logging plugins provided by third     ssuuddoo binary itself.  By default, the ssuuddooeerrss policy plugin and an
     parties.  The plugins to be used are specified in the sudo.conf(4) file.     associated I/O logging plugin are used.  Via the plugin API, ssuuddoo can be
      configured to use alternate policy and/or I/O logging plugins provided by
      third parties.  The plugins to be used are specified in the sudo.conf(4)
      file.
   
      The API is versioned with a major and minor number.  The minor version       The API is versioned with a major and minor number.  The minor version
      number is incremented when additions are made.  The major number is       number is incremented when additions are made.  The major number is
Line 545  DDEESSCCRRIIPPTTIIOONN Line 548  DDEESSCCRRIIPPTTIIOONN
                        If set, prevent the command from executing other                         If set, prevent the command from executing other
                        programs.                         programs.
   
                    preserve_fds=list
                          A comma-separated list of file descriptors that should
                          be preserved, regardless of the value of the _c_l_o_s_e_f_r_o_m
                          setting.  Only available starting with API version 1.5.
   
                  preserve_groups=bool                   preserve_groups=bool
                        If set, ssuuddoo will preserve the user's group vector                         If set, ssuuddoo will preserve the user's group vector
                        instead of initializing the group vector based on                         instead of initializing the group vector based on
Line 1434  PPLLUUGGIINN AAPPII CCHHAANNGGEELLOOG Line 1442  PPLLUUGGIINN AAPPII CCHHAANNGGEELLOOG
      Version 1.4 (sudo 1.8.8)       Version 1.4 (sudo 1.8.8)
            The _r_e_m_o_t_e___h_o_s_t entry was added to the settings list.             The _r_e_m_o_t_e___h_o_s_t entry was added to the settings list.
   
        Version 1.5 (sudo 1.8.9)
              The entry was added to the command_info list.
   
 SSEEEE AALLSSOO  SSEEEE AALLSSOO
      sudo.conf(4), sudoers(4), sudo(1m)       sudo.conf(4), sudoers(4), sudo(1m)
   
Line 1453  DDIISSCCLLAAIIMMEERR Line 1464  DDIISSCCLLAAIIMMEERR
      file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for       file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for
      complete details.       complete details.
   
Sudo 1.8.8                      August 16, 2013                     Sudo 1.8.8Sudo 1.8.10                    December 20, 2013                   Sudo 1.8.10

Removed from v.1.1.1.5  
changed lines
  Added in v.1.1.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>