freebsd-src/lib/libulog
Ed Schouten 444999a314 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.
2009-12-26 22:36:05 +00:00
..
Makefile Install libulog in /lib. 2009-12-07 05:57:28 +00:00
Symbol.map Add a libutempter compatibility interface to libulog. 2009-12-06 20:30:21 +00:00
ulog.h Several refinements to libulog's API. 2009-12-26 22:36:05 +00:00
ulog_getutxent.3 Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_getutxent.c Several refinements to libulog's API. 2009-12-26 22:36:05 +00:00
ulog_internal.h Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_login.3 Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_login.c The hostname passed to ulog_login(3) may be optional. 2009-12-11 23:52:42 +00:00
ulog_login_pseudo.c
ulog_pututxline.c Don't corrupt logout entries in utmp files. 2009-12-25 20:04:36 +00:00
ulog_setutxfile.3 Several refinements to libulog's API. 2009-12-26 22:36:05 +00:00
ulog_util.c Massively extend libulog: 2009-12-05 19:53:29 +00:00
utempter.c Add a libutempter compatibility interface to libulog. 2009-12-06 20:30:21 +00:00
utempter.h Add a libutempter compatibility interface to libulog. 2009-12-06 20:30:21 +00:00
utempter_add_record.3 Add a libutempter compatibility interface to libulog. 2009-12-06 20:30:21 +00:00