summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* fileutils: differentiate xmkstemp and xfmkstempSami Kerola2012-03-182-3/+3
* pathnames: clean up various user database pathsSami Kerola2012-03-181-1/+1
* vipw: use xmkstemp() and lckpwdf()Sami Kerola2012-03-184-94/+49Star
* setpwnam: use xmkstemp() and lckpwdf()Sami Kerola2012-03-182-35/+20Star
* chsh: use pathnames.h for pathsSami Kerola2012-03-181-11/+11
* chfn: use pathnames.h for pathsSami Kerola2012-03-181-2/+2
* vipw: use rpmatch to yes/no questionSami Kerola2012-03-181-2/+3
* docs: add deprecation commentsSami Kerola2012-03-183-0/+27
* login: add USER to initial environmentDave Reisner2012-03-132-2/+4
* build-sys: add --diable-sulogin (enabled by default)Karel Zak2012-03-121-10/+15
* sulogin: share vc initialization with agettyKarel Zak2012-03-122-0/+34
* 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
* login: minor spelling fixesKarel Zak2012-03-061-1/+1
* login: minor spelling fixesElan Ruusamäe2012-03-061-1/+1
* login: fix LOGIN_CHOWN_VCS codeKarel Zak2012-03-051-24/+25
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-9/+32
* login: support crazy shadow-utils syntax in login.defsKarel Zak2012-02-283-7/+42
* login: add LOGIN_RETRIES, cleanup retries check codeKarel Zak2012-02-102-3/+9
* login: fix leak, improve strtok usageKarel Zak2012-02-061-2/+6
* vipw: use xalloc.hKarel Zak2012-02-061-1/+4
* login: allocate buffer with shell nameKarel Zak2012-02-021-1/+1
* login: (and chsh) make pw_shell usage more robustKarel Zak2012-02-023-3/+4
* newgrp: fix possible FILE leak on errorKarel Zak2012-02-011-2/+6
* vipw: don't modify environment, check strtok() return valueKarel Zak2012-02-011-4/+6
* login: comparing an array to null is not useful [coverity scan]Karel Zak2012-01-311-2/+2
* login: more robust sysconf() usage [coverity scan]Karel Zak2012-01-311-5/+6
* chfn: fix use-after-free [coverity scan]Karel Zak2012-01-311-3/+5
* last: fix few compiler warningsSami Kerola2011-11-291-3/+3
* setpwnam: remove non-ANSI definitions [smatch scan]Sami Kerola2011-11-291-1/+1