summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* chfn: don't append extra tailing commasKarel Zak2019-08-191-1/+1
* login: simplify string handlingSami Kerola2019-07-241-4/+1Star
* last: replace strncat() with more robust mem2strcpy()Sami Kerola2019-07-241-2/+1Star
* su: More descriptive error message on malformed user entryJakub Hrozek2019-05-311-1/+3
* login: retire use of __FUNCTION__ macroKarel Zak2019-05-271-4/+3Star
* vipw: use xstrncpy()Karel Zak2019-05-201-6/+6
* Merge branch '2019wk19' of https://github.com/kerolasa/util-linuxKarel Zak2019-05-201-4/+5
|\
| * sulogin: fix variable / function shadowing [cppcheck]Sami Kerola2019-05-181-4/+5
* | utmpdump: check ftello() return valueKarel Zak2019-05-161-0/+3
|/
* su: make comment more friedly to 'make checkxalloc'Karel Zak2019-04-241-1/+1
* lslogins: Fix discrepancies of SYS_UID_MINStanislav Brabec2019-04-242-4/+4
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-1613-37/+25Star
* su: change error messageKarel Zak2019-03-251-1/+1
* su: add note about ECHO on --ptyKarel Zak2019-03-062-0/+8
* su: be sensitive to another SIGCHLD ssi_codesKarel Zak2019-03-061-1/+4
* su: fix --pty terminal initializationKarel Zak2019-03-061-13/+12Star
* su/runuser: don't mark --pty as experimental, add it to runuser.1 tooKarel Zak2019-03-042-3/+9
* last: do not use non-standard __UT_NAMESIZEPatrick Steinhardt2019-03-041-1/+1
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* last: fix wtmp user name buffer overflow [asan]Sami Kerola2019-01-131-0/+1
* login: add support for login.defs(5) LASTLOG_UID_MAXKarel Zak2019-01-112-0/+14
* login-utils/logindefs: clenaup APIKarel Zak2019-01-112-2/+2
* su-common.c: prefer ENV_SUPATH over ENV_ROOTPATHStanislav Brabec2019-01-104-5/+5
* su-common.c: prefer /etc/default/su over login.defsStanislav Brabec2019-01-101-1/+1
* utmpdump: fix word swapping in manual pageCarlos Santos2019-01-081-1/+1
* lslogins: make valid_pwd() more robustKarel Zak2018-12-111-2/+8
* lslogins: remove duplicate NULL checkSami Kerola2018-12-101-1/+1
* su: cleanup code to copy to log stringsKarel Zak2018-10-031-3/+3
* login: cleanup code to copy to log stringsKarel Zak2018-10-031-12/+12
* last: make sure domain is zero terminatedKarel Zak2018-10-031-9/+2Star
* su: add note about merged /usrKarel Zak2018-08-222-0/+6
* sulogin: restore signals after failed exec() onlyKarel Zak2018-08-161-7/+5Star
* sulogin: do not use plain 0 as NULLKarel Zak2018-08-161-4/+5
* Fix man page typosJakub Wilk2018-08-161-1/+1
* su: add --whitelist-environmentKarel Zak2018-08-153-16/+120
* lslogins: return 1 on "lslogins nonexisting"Karel Zak2018-08-132-4/+15
* lslogins: add info about single-user output modeKarel Zak2018-08-132-2/+11
* man pages: Remove "left" (or change to "l") in the column formats of tablesBjarni Ingi Gislason2018-08-061-1/+1
* su: add note about SIGKILL to the man pageKarel Zak2018-08-031-2/+3
* login: use const qualifier for username from PAM or struct passwd [-Wcast-qual]Karel Zak2018-07-231-6/+11
* setterm: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-3/+3
* lslogins: remove redundant conditionKarel Zak2018-07-181-1/+1
* lslogins: add -o+<COLNAME> supportKarel Zak2018-05-232-17/+20
* lslogins: add PWD-METHOD columnKarel Zak2018-05-231-1/+16
* lslogins: fix password verificationKarel Zak2018-05-231-4/+74
* man: Change the only argument to two for the two-fonts macrosBjarni Ingi Gislason2018-05-232-3/+3
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-233-12/+12
* Merge branch 'output-all' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2018-05-102-0/+10
|\
| * lslogins: add --output-all optionSami Kerola2018-05-032-0/+10
* | last: fix false positive compiler warningSami Kerola2018-05-101-1/+1
|/