cvs commit: src/sys/security/audit audit.c audit_bsm_token.c audit_trigger.c audit_worker.c

Robert Watson rwatson at FreeBSD.org
Thu Nov 8 07:16:20 PST 2007


rwatson     2007-11-08 15:16:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/security/audit   audit.c audit_bsm_token.c audit_trigger.c 
                         audit_worker.c 
  Log:
  Merge audit.c:1.23, audit_bsm_token.c:1.9, audit_trigger.c:1.4, and
  audit_worker.c:1.13 from HEAD to RELENG_6:
  
    Update a number of comments:
  
    - Replace XXX with Note: in several cases where observations are made about
      future functionality rather than problems or bugs.
  
    - Remove an XXX comment about byte order and au_to_ip() -- IP headers must
      be submitted in network byte order.  Add a comment to this effect.
  
    - Mention that we don't implement select/poll for /dev/audit.
  
    Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.18.2.5  +4 -4      src/sys/security/audit/audit.c
  1.7.2.3   +2 -3      src/sys/security/audit/audit_bsm_token.c
  1.3.2.2   +7 -2      src/sys/security/audit/audit_trigger.c
  1.9.2.5   +9 -14     src/sys/security/audit/audit_worker.c


More information about the cvs-all mailing list