Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/login
Module Name: src
Committed By: christos
Date: Tue Dec 29 19:26:13 UTC 2009
Modified Files:
src/usr.bin/login: Makefile login.c login_pam.c
Added Files:
src/usr.bin/login: common.c common.h
Log Message:
PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does not
log ip addresses.
- Factor out the common code in login.c and login_pam.c into common.c
- Always log a login event
- Check passed in sockaddr against the one from getpeername(2).
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/login/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.bin/login/common.c src/usr.bin/login/common.h
cvs rdiff -u -r1.96 -r1.97 src/usr.bin/login/login.c
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/login/login_pam.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index