summaryrefslogtreecommitdiffstats
path: root/libc/misc/utmp/utent.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove some noiseEric Andersen2002-08-071-13/+0
|
* Do not assume NULL termination on the ut_id field. ThanksEric Andersen2002-07-161-1/+1
| | | | to mac12@po.cwru.edu for spotting this one.
* Some cleanups so utmp/wtmp behaves. Fix potential use ofEric Andersen2002-06-171-89/+149
| | | | | | uninitialized memory. Prepare to reentrantify the utmp stuff. -Erik
* Richard June <rjune@bravegnuworld.com> noticed that pututlineEric Andersen2002-04-031-6/+4
| | | | | | was only writing the first sizeof-a-pointer bytes to the utmp file. oops. -Erik
* Richard June <rjune@bravegnuworld.com> noticed that setutentEric Andersen2002-04-031-1/+1
| | | | was only opening utmp readonly. Oops.
* Add missing updwtmp() and fix broken makefileEric Andersen2002-03-151-0/+12
|
* Don't print an error if the utmp file doesn't exist, getutent will returnDavid McCullough2002-01-171-1/+0
| | | | NULL as expected.
* Update to accomodate the header file changesEric Andersen2001-09-271-5/+7
|
* Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)Eric Andersen2000-12-231-0/+135