summaryrefslogtreecommitdiff
path: root/login-utils
AgeCommit message (Expand)AuthorFilesLines
2012-04-11login-utils: add missing header, fix setpwnam.c fclose logicKarel Zak2-1/+5
2012-04-04login-utils: verify writing to streams was successfulSami Kerola9-6/+20
2012-03-18fileutils: differentiate xmkstemp and xfmkstempSami Kerola2-3/+3
2012-03-18pathnames: clean up various user database pathsSami Kerola1-1/+1
2012-03-18vipw: use xmkstemp() and lckpwdf()Sami Kerola4-94/+49
2012-03-18setpwnam: use xmkstemp() and lckpwdf()Sami Kerola2-35/+20
2012-03-18chsh: use pathnames.h for pathsSami Kerola1-11/+11
2012-03-18chfn: use pathnames.h for pathsSami Kerola1-2/+2
2012-03-18vipw: use rpmatch to yes/no questionSami Kerola1-2/+3
2012-03-18docs: add deprecation commentsSami Kerola3-0/+27
2012-03-13login: add USER to initial environmentDave Reisner2-2/+4
2012-03-12build-sys: add --diable-sulogin (enabled by default)Karel Zak1-10/+15
2012-03-12sulogin: share vc initialization with agettyKarel Zak2-0/+34
2012-03-12sulogin: add note about port to util-linux to the man pageKarel Zak2-2/+9
2012-03-12sulogin: fix selinux buildKarel Zak2-1/+3
2012-03-12sulogin: parse timeout more carefullyKarel Zak2-2/+6
2012-03-12sulogin: initialize nls stuffKarel Zak1-1/+5
2012-03-12sulogin: check chdir and getcwd return values [-Wunused-result]Karel Zak1-5/+13
2012-03-12sulogin: add long optionsKarel Zak2-22/+42
2012-03-12sulogin: use EXIT_*Karel Zak1-2/+2
2012-03-12sulogin: use err.h stuffKarel Zak1-13/+9
2012-03-12sulogin: replace perror() with warx()Karel Zak1-9/+9
2012-03-12sulogin: cleanup commentsKarel Zak1-51/+44
2012-03-12sulogin: add i18n stringsDave Reisner1-12/+14
2012-03-12sulogin: use a more standard usage outputDave Reisner1-4/+20
2012-03-12sulogin: header/include cleanupDave Reisner1-2/+1
2012-03-12sulogin: use pathnames.h for file locationsDave Reisner1-14/+12
2012-03-12sulogin: get rid of calls to /bin/sashDave Reisner1-7/+0
2012-03-12sulogin: use size_t for iterator to avoid castDave Reisner1-2/+2
2012-03-12sulogin: remove USE_ONELINE and SANE_TIO definesDave Reisner1-84/+1
2012-03-12sulogin: remove CHECK_{DES,MD5} definesDave Reisner1-7/+0
2012-03-12sulogin: replace older signal() with sigaction()Dave Reisner1-20/+35
2012-03-12sulogin: whitespace fixesDave Reisner1-53/+71
2012-03-12sulogin.8: refactor manpageDave Reisner1-48/+21
2012-03-12sulogin: initial import from sysvinitDave Reisner3-1/+697
2012-03-06login: minor spelling fixesKarel Zak1-1/+1
2012-03-06login: minor spelling fixesElan Ruusamäe1-1/+1
2012-03-05login: fix LOGIN_CHOWN_VCS codeKarel Zak1-24/+25
2012-02-28build-sys: enhance readability of the autotools filesSami Kerola1-9/+32
2012-02-28login: support crazy shadow-utils syntax in login.defsKarel Zak3-7/+42
2012-02-10login: add LOGIN_RETRIES, cleanup retries check codeKarel Zak2-3/+9
2012-02-06login: fix leak, improve strtok usageKarel Zak1-2/+6
2012-02-06vipw: use xalloc.hKarel Zak1-1/+4
2012-02-02login: allocate buffer with shell nameKarel Zak1-1/+1
2012-02-02login: (and chsh) make pw_shell usage more robustKarel Zak3-3/+4
2012-02-01newgrp: fix possible FILE leak on errorKarel Zak1-2/+6
2012-02-01vipw: don't modify environment, check strtok() return valueKarel Zak1-4/+6
2012-01-31login: comparing an array to null is not useful [coverity scan]Karel Zak1-2/+2
2012-01-31login: more robust sysconf() usage [coverity scan]Karel Zak1-5/+6
2012-01-31chfn: fix use-after-free [coverity scan]Karel Zak1-3/+5