summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* last: possible buffer overflow fixed [smatch scan]Sami Kerola2011-11-291-1/+1
* vipw: fix coding styleSami Kerola2011-11-291-84/+83Star
* setpwnam: fix coding styleSami Kerola2011-11-291-164/+169
* selinux_utils: fix coding styleSami Kerola2011-11-291-47/+44Star
* newgrp: fix coding styleSami Kerola2011-11-291-113/+119
* logindefs: fix coding styleSami Kerola2011-11-291-20/+22
* islocal: fix coding styleSami Kerola2011-11-291-40/+39Star
* chsh: fix coding styleSami Kerola2011-11-291-275/+290
* chfn: fix coding styleSami Kerola2011-11-291-328/+367
* chfn, setpwnam: let config.h be in control of extensions in useSami Kerola2011-11-292-5/+0Star
* chfn, chsh: new file pamfail.h for error printingSami Kerola2011-11-292-42/+18Star
* chsh: build bug: do not override config.h definitionSami Kerola2011-11-231-3/+0Star
* chfn, chsh, setpwnam: get true/false from stdbool.hSami Kerola2011-11-233-24/+14Star
* login: add version printing optionSami Kerola2011-11-232-1/+7
* newgrp: add version and help optionsSami Kerola2011-11-231-0/+29
* vipw: stop printing non-sense version stringSami Kerola2011-11-231-3/+1Star
* vipw: use libc error printing facilitiesSami Kerola2011-11-231-32/+17Star
* chsh: use libc error printing facilitiesSami Kerola2011-11-231-48/+33Star
* chsh: align with howto-usage-function.txtSami Kerola2011-11-231-6/+10
* chfn: use libc error printing facilitiesSami Kerola2011-11-231-39/+26Star
* chfn: align with howto-usage-function.txtSami Kerola2011-11-231-5/+12
* login: fix compiler warning [-Wreturn-type]Karel Zak2011-11-181-3/+4
* login: improve pam_setcred() usageKarel Zak2011-11-181-2/+23
* login: clean FAIL_DELAY usageKarel Zak2011-11-072-11/+13
* build-sys: cleanup HAVE_LIBCRYPTKarel Zak2011-11-031-1/+1
* chsh: remove non-PAM codeKarel Zak2011-11-031-18/+2Star
* chfn: remove non-PAM codeKarel Zak2011-11-031-18/+2Star
* login: remove unnecessary ifdef HAVE_CRYPT_HKarel Zak2011-11-031-3/+0Star
* login: cosmetic changes in docsKarel Zak2011-10-262-1/+6
* login: use ENV_PATH and ENV_{ROOT,SU}PATH from login.defsKarel Zak2011-10-262-1/+21
* login: add -H option for compatibility with SuseKarel Zak2011-10-262-11/+65
* login: use LOG_UNKFAIL_ENAB from login.defs, improve loggingKarel Zak2011-10-262-7/+31
* login: use DEFAULT_HOME from login.defsKarel Zak2011-10-262-0/+11
* login: use HUSHLOGIN_FILE from login.defsKarel Zak2011-10-262-1/+30
* login: use TTYGROUP from login.defsKarel Zak2011-10-262-4/+20
* login: use TTYPERM from login.defsKarel Zak2011-10-262-7/+17
* login: use FAIL_DELAY from login.defsKarel Zak2011-10-262-2/+7
* login: use LOGIN_TIMEOUT from login.defsKarel Zak2011-10-262-0/+7