NetBSD-Bugs archive

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

PR/26168 CVS commit: src/usr.bin/wall



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/26168 CVS commit: src/usr.bin/wall
Date: Sun, 15 Feb 2009 06:06:55 +0000 (UTC)

 Module Name:   src
 Committed By:  dholland
 Date:          Sun Feb 15 06:06:55 UTC 2009
 
 Modified Files:
        src/usr.bin/wall: wall.c
 
 Log Message:
 Skip over the ":0" entries that gdm, kdm, and unpatched versions of xdm
 (ours is patched to not do this) leave in utmp. PR 26168.
 
 I'm doing this by testing for ^:[0-9] in the line field of utmp(x),
 rather than by attempting to stat the device name corresponding to the
 entry as in Martin's patch, because (1) no valid tty should ever have
 a name beginning with a colon, and (2) this way we don't silently skip
 over real ttys that should be there but for some reason have disappeared.
 
 (I suppose this might conceivably fail to catch entries for displays
 connected via XDCMP; however, ~nobody does that any more and XDCMP is
 a security hole anyhow. If anyone's really concerned about this, let
 me know.)
 
 In the long run we should look into ways of getting "tty" messages to
 users logged in with an X session and no terminal windows open, as
 that's probably fairly common for the desktop.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.26 -r1.27 src/usr.bin/wall/wall.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