| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
with existing style.
PR: bin/132692
|
|
|
|
|
| |
PR: bin/161548
Submitted by: matthew
|
|
|
|
|
|
|
|
| |
Even though our implementation of utmpx never emits these types of
records, they are part of POSIX. Do print them when they show up in the
database files.
While there, also print the type number of unsupported records.
|
|
|
|
|
| |
- Always require active, log or lastlogin to be provided.
- Allow the user to provide custom filenames.
|
|
|
|
|
|
| |
from their software.
Obtained from: NetBSD
|
| |
|
| |
|
|
|
|
|
|
|
| |
Because getutxent also matches the typical get*ent format of library
routines, I thought it would be a good idea to teach it how to read
utmpx databases. getent(1) just gives a raw dump, which is very useful
when debugging problems related to parsing/logging.
|
|
|
|
| |
Also add some missing $FreeBSD$ to keep svn happy.
|
|
|
|
|
| |
declaration, remove useless "break" after exit(3) call, and add a
missing va_end(3) call.
|
| |
|
| |
|
|
|
|
| |
Spotted by: ru
|
|
and displays entries from the administrative database specified by
database, using the lookup order specified in nsswitch.conf(5).
PR: bin/79903, bin/88460, bin/96536
Submitted by: Julien Gabel, Dan Nelson, Daniel J. O'Connor
Obtained from: NetBSD
Discussed with: ume, soc-bushman
MFC after: 1 month
|