The following commit has been merged in the master branch:
commit 5069c697c706c1b93b6c4881f07f5995a6c0d5d1
Author: Cheyenne Wills <[email protected]>
Date:   Fri Dec 4 10:16:57 2020 -0700

    Add command line support for multiple audit logs
    
    Gerrits #13774 (audit: Support multiple audit interfaces and interface
    options) and #13775 (audit: Add cmd helper for processing audit options)
    added support in the audit facility for multiple audit logs.
    
    Add command line support to use multiple audit logs for daemons that use
    libcmd for command line processing: bosserver, buserver, butc,
    fileserver, volserver, ptserver, and vlserver.
    
    Update the daemons to add a call to audit_open, and where possible add a
    call to audit_close when shutting down the daemon.
    
    Update help message and manpage entries for -auditlog and
    -audit-interface
    
    Change-Id: I4356e1aa84f580897a0e788e2a2829685be891aa
    Reviewed-on: https://gerrit.openafs.org/13776
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 doc/man-pages/pod8/bosserver.pod                   |   16 +++---
 doc/man-pages/pod8/buserver.pod                    |   16 +++---
 doc/man-pages/pod8/butc.pod                        |   17 ++++---
 .../pod8/fragments/dafileserver-synopsis.pod       |    4 +-
 .../pod8/fragments/davolserver-synopsis.pod        |    2 +-
 .../pod8/fragments/fileserver-options.pod          |   56 ++++++++++++++++---
 .../pod8/fragments/fileserver-synopsis.pod         |    4 +-
 doc/man-pages/pod8/fragments/volserver-options.pod |   12 +++--
 .../pod8/fragments/volserver-synopsis.pod          |    4 +-
 doc/man-pages/pod8/ptserver.pod                    |   16 +++---
 doc/man-pages/pod8/vlserver.pod                    |   16 +++---
 src/bozo/bosserver.c                               |   29 +++++-----
 src/budb/server.c                                  |   36 ++++++-------
 src/butc/tcmain.c                                  |   28 +++++-----
 src/ptserver/ptserver.c                            |   33 +++++------
 src/viced/viced.c                                  |   33 ++++++------
 src/vlserver/vlserver.c                            |   30 +++++------
 src/volser/volmain.c                               |   37 ++++++-------
 18 files changed, 214 insertions(+), 175 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to