summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* su: keep old sigactions in control structKarel Zak2017-09-181-15/+16
* su: fix refactoring bug in child PID usageKarel Zak2017-09-181-3/+4
* su: add child to control structKarel Zak2017-09-181-17/+16Star
* su: fix compiler warnings [-Wimplicit-fallthrough=]Karel Zak2017-09-181-10/+11
* su: add wait_for_child()Karel Zak2017-09-181-34/+42
* su: unblock signals is all initializedKarel Zak2017-09-181-10/+26
* su: clean up signals usageKarel Zak2017-09-181-20/+43
* su: clean up const usageKarel Zak2017-09-181-1/+1
* su: fix debug messageKarel Zak2017-09-181-1/+1
* su: properly clear child PIDKarel Zak2017-09-181-6/+9
* su: improve some debug messagesKarel Zak2017-09-181-2/+7
* su: add debug.h stuffKarel Zak2017-09-181-2/+71
* su: use switch() to split after forkKarel Zak2017-09-181-7/+11
* su: move PAM session initialization to separate functionKarel Zak2017-09-181-8/+13
* su: rename evaluate_uid()Karel Zak2017-09-181-3/+2Star