summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* misc: fix typos using codespellRuediger Meier2018-02-161-1/+1
* su: build fix for the case where USE_PTY is not definedSamuel Thibault2018-02-121-2/+2
* vipw: use errexec()Karel Zak2018-02-011-2/+1Star
* newgrp: use errexec()Karel Zak2018-02-011-4/+1Star
* su: use errexec()Karel Zak2018-02-011-9/+1Star
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* vipw: do not let editor to inherit open file descriptorsSami Kerola2017-12-041-2/+2
* login: add LOGIN_PLAIN_PROMPT to login.defsKarel Zak2017-12-042-3/+21
* login-utils: use free_getlogindefs_data()Karel Zak2017-11-282-0/+4
* misc: fix typosSami Kerola2017-11-281-1/+1
* lib/timeutils: add common ISO timestamp masksJ William Piggott2017-11-103-7/+4Star
* lib/timeutils: add get_gmtoff()J William Piggott2017-11-101-2/+2
* lslogins: fix possible memory leak [coverity scan]Karel Zak2017-10-111-2/+2
* login: fix signal raceTobias Stoeckmann2017-09-261-7/+12
* su: (pty) improve SIGSTOP/SIGCONT semanticKarel Zak2017-09-181-2/+24
* su: (pty) save child statusKarel Zak2017-09-181-1/+12
* su: (pty) simplify stdin usage in poll()Karel Zak2017-09-181-7/+4Star
* su: (pty) fix slave terminal attributes initializationKarel Zak2017-09-181-1/+1
* su: (pty) fix child signal mask usageKarel Zak2017-09-181-3/+6
* runuser: fix linkingSami Kerola2017-09-181-0/+3
* su: fix non-pty compilationKarel Zak2017-09-181-10/+9Star
* su: enable TIOCSCTTY and minor changesKarel Zak2017-09-181-3/+5
* su: add more informartion to man pageKarel Zak2017-09-181-2/+11
* su: add PTY supportKarel Zak2017-09-182-45/+429
* su: add --pty optionKarel Zak2017-09-182-1/+11
* su: move parent signals setup to separate functionKarel Zak2017-09-181-26/+33
* su: make wait_for_child() usable in arbitrary situationKarel Zak2017-09-181-12/+14