summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* sulogin: fix compiler warningsKarel Zak2013-04-171-4/+4
* su: remove '+' from getopt_long()Karel Zak2013-04-101-1/+1
* vipw: add usage() functionSami Kerola2013-04-051-4/+19
* newgrp: use xstrdup to check allocation succeededSami Kerola2013-04-051-1/+2
* sulogin: don't run if not found passww entry [coverity scan]Karel Zak2013-03-271-0/+1
* su: make code more robust [coverity scan]Karel Zak2013-03-271-0/+3
* login: check returns [coverity scan]Karel Zak2013-03-271-6/+5Star
* sulogin: couple of obvious fixes for non-linux systemsSamuel Thibault2013-03-261-1/+3
* remove duplicate includesKarel Zak2013-03-201-8/+4Star
* docs: make the section AVAILABILITY always come last in man pagesBenno Schulenberg2013-03-201-3/+1Star
* login: remove file descriptor leak [cppcheck]Sami Kerola2013-03-041-1/+3
* add missing rpmatch.h everywhere it needs to beWilliam Pitcock2013-02-201-0/+1
* chsh-chfn: fix bugs, improve compilationKarel Zak2013-02-135-27/+38
* chfn: Add libuser supportCody Maloney2013-02-131-4/+23
* chsh: Add libuser supportCody Maloney2013-02-134-1/+109
* chsh-chfn: Move pam auth to its own function, factoring out common codeCody Maloney2013-02-135-60/+68
* build-sys: Add flag for enabling/disabling libuser support.Cody Maloney2013-02-131-0/+5
* translation: unify exec error messagesSami Kerola2013-02-063-5/+5
* textual: fix two misencodings in commentsBenno Schulenberg2013-02-061-2/+2
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-066-7/+7
* newgrp: more robust crypt() usageKarel Zak2013-02-011-3/+7
* textual: gettextize an overlooked stringBenno Schulenberg2013-01-301-1/+1
* su-common: make usage() translator friendlySami Kerola2013-01-251-12/+10Star
* include/ttyutils: add default chardataWerner Fink2013-01-083-12/+2Star
* agetty: replace perms 660 to 620Karel Zak2013-01-021-1/+4
* sulogin: don't use {de,con}structor attributesKarel Zak2012-12-233-2/+17
* sulogin: remove consoles.c from libcommonKarel Zak2012-12-234-2/+839
* sulogin: map NL to CR-NL on output in initial termios settingsKarel Zak2012-12-191-1/+3
* sulogin: minor coding style changesKarel Zak2012-12-181-13/+18
* sulogin: add multi console feature from SysVinit suloginWerner Fink2012-12-181-149/+516
* sulogin: use alarm function to indicate if a timeout occursWerner Fink2012-12-181-3/+17
* login: check lastlog lseek return code [coverity scan]Karel Zak2012-12-121-1/+2
* chsh: use return rather than exit in main, clean up man pageKarel Zak2012-12-122-17/+18
* chfn: always use return rather than exit() in mainKarel Zak2012-12-121-4/+4
* chfn: clean up exit statusKarel Zak2012-12-122-6/+7
* vipw: remove unused set{uid,gid} callsKarel Zak2012-12-041-6/+2Star
* su: log failed logins to btmpKarel Zak2012-11-221-2/+50
* su: use get_terminal_name() for compatibility with login(1)Karel Zak2012-11-222-4/+5
* login: use get_terminal_name() from ttyutils.cKarel Zak2012-11-221-14/+2Star
* su: rename log_su to log_syslogKarel Zak2012-11-221-2/+2
* su: fix "COMMAND not specified" errorKarel Zak2012-11-071-10/+19
* su: fix stupid typoKarel Zak2012-11-012-4/+4
* build-sys: move runuser(1) to sbin dirKarel Zak2012-11-011-1/+1
* runuser: add -u to not execute shellKarel Zak2012-11-013-54/+105
* login: fix compiler warning [-Wunused-result]Karel Zak2012-10-221-6/+10
* last: stop usig MAXHOSTNAMELENKarel Zak2012-10-191-3/+5
* login: stop using MAXHOSTNAMELENKarel Zak2012-10-191-4/+4
* login: reuse DEAD_PROCESS utmp entriesKarel Zak2012-10-051-3/+11
* su: fixed a typo in pam error messageVitezslav Cizek2012-10-021-1/+1
* su: don't modify PATH if -l not specifiedKarel Zak2012-10-021-125/+1Star