Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2006 20:20:02 +0000 (UTC)
From:      Wayne Salamon <wsalamon@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/login Makefile login.1 login.c login.h login_audit.c
Message-ID:  <200602042020.k14KK2BE046342@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wsalamon    2006-02-04 20:20:02 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/login        Makefile login.1 login.c login.h 
  Added files:
    usr.bin/login        login_audit.c 
  Log:
  Make login audit-enabled, submitting audit records for the login and logout
  events. The specifics of submitting the records is contained within
  login_audit.c.
  Document the auditing behavior in the man page.
  
  Obtained from: TrustedBSD Project, Apple Computer, Inc.
  Approved by: rwatson (mentor)
  
  Revision  Changes    Path
  1.49      +3 -3      src/usr.bin/login/Makefile
  1.29      +12 -1     src/usr.bin/login/login.1
  1.100     +17 -1     src/usr.bin/login/login.c
  1.5       +6 -2      src/usr.bin/login/login.h
  1.1       +204 -0    src/usr.bin/login/login_audit.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602042020.k14KK2BE046342>