summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/login.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix some warnings by making things const, adding missing headers,dwmalone2007-05-071-1/+2
| | | | | | removing some unused variables and making a variable unsigned. MFC after: 3 weeks
* Teach login(1) about the make.conf NO_AUDIT variable. This allows us tocsjp2006-12-131-0/+2
| | | | | | | conditionally build in audit support. Submitted by: bz MFC after: 1 week
* Make login audit-enabled, submitting audit records for the login and logoutwsalamon2006-02-041-1/+5
| | | | | | | | | 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)
* remove __Pimp2002-03-221-1/+1
|
* Still with asbestos longjohns on, completely PAMify login(1) and removedes2002-01-301-1/+0
| | | | | | code made redundant by various PAM modules (primarily pam_unix(8)). Sponsored by: DARPA, NAI Labs
* Style fixups.markm2001-12-011-2/+2
| | | | | | | Sort function declarations, includes. Make consistent WRT use of _P() macro (ugh!) Inspired by: bde
* WARNS=2 fixes.markm2001-12-011-0/+31
Reviewed by: bde (a while back)
OpenPOWER on IntegriCloud