Date: Sat, 26 Dec 2009 22:36:05 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libpam/modules/pam_lastlog pam_lastlog.c src/lib/libulog ulog.h ulog_getutxent.c ulog_setutxfile.3 src/usr.bin/who who.c src/usr.sbin/lastlogin lastlogin.c Message-ID: <200912262238.nBQMchhX066904@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-12-26 22:36:05 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_lastlog pam_lastlog.c lib/libulog ulog.h ulog_getutxent.c ulog_setutxfile.3 usr.bin/who who.c usr.sbin/lastlogin lastlogin.c Log: SVN rev 201033 on 2009-12-26 22:36:05Z by ed Several refinements to libulog's API. - Only set the fields in the ulog_utmpx structure that are valid for the command in question. This means that strings like "shutdown" or "~" are not visible to the user anymore. - Rename UTXF_* to UTXI_*, indicating the indexation, instead of using the `antique' filename. If we ever get rid of utmp, it makes little sense calling it by its old name. Revision Changes Path 1.26 +1 -1 src/lib/libpam/modules/pam_lastlog/pam_lastlog.c 1.5 +3 -3 src/lib/libulog/ulog.h 1.5 +40 -25 src/lib/libulog/ulog_getutxent.c 1.2 +7 -7 src/lib/libulog/ulog_setutxfile.3 1.26 +1 -1 src/usr.bin/who/who.c 1.10 +1 -1 src/usr.sbin/lastlogin/lastlogin.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912262238.nBQMchhX066904>