freebsd-src/lib/libulog
Ed Schouten bfa3a5e5bc Don't corrupt logout entries in utmp files.
An older version of the code used a structure on the stack, instead of a
pointer to the structure. It looks like I didn't adjust the parameters
of the write(2) call, causing the first four/eight bytes of the entry to
be corrupted, instead of writing the entire entry to disk.
2009-12-25 20:04:36 +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 Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_getutxent.3 Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_getutxent.c Massively extend libulog: 2009-12-05 19:53:29 +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 Massively extend libulog: 2009-12-05 19:53:29 +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