summaryrefslogtreecommitdiffstats
path: root/libutil/logwtmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Some cleanups so utmp/wtmp behaves. Fix potential use ofEric Andersen2002-06-171-58/+44
| | | | | | uninitialized memory. Prepare to reentrantify the utmp stuff. -Erik
* Fix a stupid typo...Eric Andersen2001-09-291-1/+1
|
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-081-0/+73
port. I have reworked the code quite a bit so that the stuff that is supposed to be in libc is in libc, and I added a bunch of missing stuff so the libutil interface matches that of glibc's libutil. The only caveat is that libutil/login.c is currently a stub. -Erik