cvs commit: src/usr.bin/login Makefile login.1 login.c login.h login_audit.c

Wayne Salamon wsalamon at FreeBSD.org
Sat Feb 4 12:20:03 PST 2006


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)


More information about the cvs-all mailing list