NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/42540 CVS commit: src/usr.bin/login



The following reply was made to PR bin/42540; it has been noted by GNATS.

From: Christos Zoulas <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42540 CVS commit: src/usr.bin/login
Date: Tue, 29 Dec 2009 14:26:13 -0500

 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