summaryrefslogtreecommitdiffstats
path: root/libutil/login.c
Commit message (Collapse)AuthorAgeFilesLines
* libutil/login: was totally broken. fixedDenys Vlasenko2010-04-051-11/+46
| | | | | | | | | | | | Also made login() and logout() usable with utmpname(non_std_utmp_file) text data bss dec hex filename 111 0 0 111 6f libutil/login.o 217 0 0 217 d9 libutil/login.o text data bss dec hex filename 164 0 0 164 a4 libutil/logout.o 134 0 0 134 86 libutil/logout.o Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-2/+2
|
* Make login actually write out utmp and wtmp junk (evenEric Andersen2003-06-241-2/+13
| | | | though such things are completly unreliable crap)
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-081-0/+14
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