#
c912a3f7 |
| 04-May-2006 |
Maxim Konovalov <maxim@FreeBSD.org> |
o By popular demand import getent(1) utility: a program retrieves and displays entries from the administrative database specified by database, using the lookup order specified in nsswitch.conf(5).
P
o By popular demand import getent(1) utility: a program retrieves 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
show more ...
|
#
93ce19df |
| 02-Apr-2010 |
Ed Schouten <ed@FreeBSD.org> |
Change how getent utmpx works.
- Always require active, log or lastlogin to be provided. - Allow the user to provide custom filenames.
|
#
89f84ab0 |
| 16-Feb-2010 |
Warner Losh <imp@FreeBSD.org> |
The NetBSD Foundation has granted permission to remove clause 3 and 4 from their software.
Obtained from: NetBSD
|
#
32fc554e |
| 20-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
Also print UNIX timestamps in getent utmpx output.
|
#
093d0b66 |
| 18-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
Also let getent(1) print values of ut_pid.
|
#
86586473 |
| 13-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
Allow getent(1) to display utmpx entries as well.
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 datab
Allow getent(1) to display utmpx entries as well.
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.
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
3181f555 |
| 04-Feb-2007 |
Ralf S. Engelschall <rse@FreeBSD.org> |
cleanup code: remove superfluous comma at end of enumeration declaration, remove useless "break" after exit(3) call, and add a missing va_end(3) call.
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
920b61d0 |
| 04-May-2006 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
The port number must be network byte order.
|
#
c912a3f7 |
| 04-May-2006 |
Maxim Konovalov <maxim@FreeBSD.org> |
o By popular demand import getent(1) utility: a program retrieves and displays entries from the administrative database specified by database, using the lookup order specified in nsswitch.conf(5).
P
o By popular demand import getent(1) utility: a program retrieves 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
show more ...
|