Ed Schouten 42782e4717 Massively extend libulog:
- Just like struct utmp, store strings inside struct utmpx itself. This
  is needed to make things like pututxline() work.
- Add ut_id and ut_pid fields, even though they have little use in our
  implementation.
- It turns out our "reboot" wtmp entries indicate a system boot, so
  remove REBOOT_TIME
- Implement getutxline() and pututxline
- Add getutxuser() and setutxfile(), which allows us to crawl wtmp and
  lastlog files as well.
- Add _ULOG_POSIX_NAMES, so we can already use the POSIX names if we
  really want to.
2009-12-05 19:53:29 +00:00
..
2009-10-26 17:27:30 +00:00
2009-06-23 23:20:09 +00:00
2009-09-21 08:30:52 +00:00
2009-11-02 12:35:38 +00:00
2009-12-05 19:53:29 +00:00
2009-11-20 08:57:25 +00:00
2009-12-03 15:48:24 +00:00