summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* su: cosmetic code changesKarel Zak2017-09-181-43/+35Star
* su: cleanup setuid/gid related codeKarel Zak2017-09-181-17/+12Star
* su: cleanup setenv related codeKarel Zak2017-09-181-24/+23Star
* su: cleanup shell related codeKarel Zak2017-09-181-28/+26Star
* su: cleanup usernames usageKarel Zak2017-09-181-58/+23Star
* su: cleanup pwd struct usageKarel Zak2017-09-181-46/+40Star
* login: add xgetpwnam()Karel Zak2017-09-181-24/+5Star
* su: consolidate tty name usageKarel Zak2017-09-181-25/+26
* su: reorder functionsKarel Zak2017-09-181-70/+70
* su: cleanup PAM stuffKarel Zak2017-09-181-31/+27Star
* su: cleanup usage()Karel Zak2017-09-181-60/+63
* su: add control structKarel Zak2017-09-183-141/+125Star
* su: cosmetic changes after indentKarel Zak2017-09-181-50/+34Star
* su: fix indentionKarel Zak2017-09-181-714/+692Star
* chsh: remove local /etc/shells parsing in favour of getusershell(3)Sami Kerola2017-08-301-80/+18Star
* lslogins: be more explicit with -g in man pageKarel Zak2017-08-181-1/+6
* lslogins: ignore non-existing usersKarel Zak2017-08-181-3/+2Star
* vipw: use explicit_bzero() to clear buffer after copySami Kerola2017-08-051-0/+3