summaryrefslogtreecommitdiffstats
path: root/login-utils/sulogin.c
Commit message (Expand)AuthorAgeFilesLines
* sulogin: cleanup strtoxx_or_err()Karel Zak2012-05-151-1/+1
* login-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* sulogin: share vc initialization with agettyKarel Zak2012-03-121-0/+33
* sulogin: add note about port to util-linux to the man pageKarel Zak2012-03-121-0/+1
* sulogin: fix selinux buildKarel Zak2012-03-121-1/+2
* sulogin: parse timeout more carefullyKarel Zak2012-03-121-2/+3
* sulogin: initialize nls stuffKarel Zak2012-03-121-1/+5
* sulogin: check chdir and getcwd return values [-Wunused-result]Karel Zak2012-03-121-5/+13
* sulogin: add long optionsKarel Zak2012-03-121-13/+27
* sulogin: use EXIT_*Karel Zak2012-03-121-2/+2
* sulogin: use err.h stuffKarel Zak2012-03-121-13/+9Star
* sulogin: replace perror() with warx()Karel Zak2012-03-121-9/+9
* sulogin: cleanup commentsKarel Zak2012-03-121-51/+44Star
* sulogin: add i18n stringsDave Reisner2012-03-121-12/+14
* sulogin: use a more standard usage outputDave Reisner2012-03-121-4/+20
* sulogin: header/include cleanupDave Reisner2012-03-121-2/+1Star
* sulogin: use pathnames.h for file locationsDave Reisner2012-03-121-14/+12Star
* sulogin: get rid of calls to /bin/sashDave Reisner2012-03-121-7/+0Star
* sulogin: use size_t for iterator to avoid castDave Reisner2012-03-121-2/+2
* sulogin: remove USE_ONELINE and SANE_TIO definesDave Reisner2012-03-121-84/+1Star
* sulogin: remove CHECK_{DES,MD5} definesDave Reisner2012-03-121-7/+0Star
* sulogin: replace older signal() with sigaction()Dave Reisner2012-03-121-20/+35
* sulogin: whitespace fixesDave Reisner2012-03-121-53/+71
* sulogin: initial import from sysvinitDave Reisner2012-03-121-0/+605