summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: TODO removal, ldattach usage is doneSami Kerola2012-03-181-5/+0Star
* pathnames: clean up various user database pathsSami Kerola2012-03-184-31/+5Star
* vipw: use xmkstemp() and lckpwdf()Sami Kerola2012-03-184-94/+49Star
* setpwnam: use xmkstemp() and lckpwdf()Sami Kerola2012-03-182-35/+20Star
* wall: use xmkstemp for temporary fileSami Kerola2012-03-182-15/+6Star
* lib: add fileutils function collectionSami Kerola2012-03-184-2/+66
* chsh: use pathnames.h for pathsSami Kerola2012-03-182-11/+12
* chfn: use pathnames.h for pathsSami Kerola2012-03-181-2/+2
* docs: TODO removal, rpmatch task is doneSami Kerola2012-03-181-5/+0Star
* vipw: use rpmatch to yes/no questionSami Kerola2012-03-181-2/+3
* mesg: use rpmatch to yes/no questionSami Kerola2012-03-181-5/+9
* sfdisk: use rpmatch to yes/no questionSami Kerola2012-03-181-10/+9Star
* docs: TODO removal, login-utils error printingSami Kerola2012-03-181-1/+0Star
* docs: add deprecation commentsSami Kerola2012-03-186-0/+54
* login: add USER to initial environmentDave Reisner2012-03-132-2/+4
* lsblk: RQ-SIZE is part of the --topology output (man page bugfix)Dave Reisner2012-03-131-1/+1
* losetup: Fix setting of sizelimit on new loop devicesDaniel Drake2012-03-131-1/+1
* build-sys: add --diable-sulogin (enabled by default)Karel Zak2012-03-122-11/+24
* build-sys: note sulogin in configure helpKarel Zak2012-03-121-1/+1
* sulogin: share vc initialization with agettyKarel Zak2012-03-122-0/+34
* agetty: move vc initialization to ttyutils.hKarel Zak2012-03-122-63/+80
* sulogin: add note about port to util-linux to the man pageKarel Zak2012-03-122-2/+9
* sulogin: fix selinux buildKarel Zak2012-03-122-1/+3
* sulogin: parse timeout more carefullyKarel Zak2012-03-122-2/+6
* 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-122-22/+42
* 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.8: refactor manpageDave Reisner2012-03-121-48/+21Star
* sulogin: initial import from sysvinitDave Reisner2012-03-123-1/+697
* fstab.5: fix misspelling of deprecatedDave Reisner2012-03-121-1/+1
* libmount: fix "already mounted" detection on systems with mtabKarel Zak2012-03-092-17/+53
* lsblk: add --version switchMilan Broz2012-03-082-5/+13
* wipefs: Fix mismatch if more -o options used.Milan Broz2012-03-081-41/+59
* libmount: avoid infinite loop in child fs iterationDave Reisner2012-03-081-0/+5
* lsblk: escape unsafe chars in parsable outputKarel Zak2012-03-082-10/+45
* script: play well with csh when invoked from within /etc/csh.loginKarel Zak2012-03-081-0/+10