summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* login: rewrite motd(), use MOTD_FILE from login.defsKarel Zak2011-10-263-23/+53
* login: remove obsolete info from man pageKarel Zak2011-10-261-241/+60Star
* login: add login.defs code and testsKarel Zak2011-10-264-1/+260
* tests: cleanup islocal testKarel Zak2011-10-263-8/+7Star
* login: host{name,address} initialization refactoringKarel Zak2011-10-261-40/+43
* login: remove unnecessary variablesKarel Zak2011-10-261-6/+4Star
* login: move signal stuff to the one placeKarel Zak2011-10-261-84/+82Star
* login: log good logins refactoringKarel Zak2011-10-261-24/+26
* login: use xalloc.hKarel Zak2011-10-261-12/+5Star
* login: env initialization refactoringKarel Zak2011-10-261-54/+44Star