summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* include: move pamfail.h to auth.cSami Kerola2017-08-051-1/+18
* Merge branch 'help' of https://github.com/rudimeier/util-linuxKarel Zak2017-07-1010-17/+17
|\
| * misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-2910-17/+17
* | last: condition (secs == 0) - now handled correctlycoastal-hiker2017-07-101-1/+1
* | last: don't show negative timecoastal-hiker2017-07-101-3/+7
* | login: use IPv4 on IPv4-mapping-to-IPv6Karel Zak2017-07-041-1/+8
|/
* login: add --help textRuediger Meier2017-06-271-0/+8
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-272-4/+4
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-278-16/+8Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-266-20/+26
* misc: never use usage(stderr)Ruediger Meier2017-06-262-10/+15
* misc: never use usage(ERROR)Ruediger Meier2017-06-261-5/+7
* misc: cleanup and fix --unknownopt issuesRuediger Meier2017-06-261-4/+4
* Merge branch '170622' of github.com:jwpi/util-linuxKarel Zak2017-06-261-4/+2Star
|\
| * include/c.h: add USAGE_COMMANDS and USAGE_COLUMNSJ William Piggott2017-06-241-4/+2Star
* | login: add --help and --versionRuediger Meier2017-06-222-7/+26
* | misc: remove superfluous null pointer checks for optargRuediger Meier2017-06-222-11/+6Star
|/
* build-sys: make chown usage more robustKarel Zak2017-06-211-1/+3
* build-sys: chown before chmod for SUIDsKarel Zak2017-06-201-0/+1
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-143-5/+5
* misc: fix gcc-7 sprintf warnings -Wformat-overflowRuediger Meier2017-06-141-1/+1
* chsh: cleanup global_shells usageKarel Zak2017-06-051-26/+39
* chsh: split get_shell_list()Karel Zak2017-06-051-18/+25
* chsh: make readline completion to propose valid shellsSami Kerola2017-06-051-27/+90
* misc: fix some warningsRuediger Meier2017-06-011-1/+1
* chfn: disable tab completionSami Kerola2017-05-191-0/+1
* misc: consolidate smartcols error messagesKarel Zak2017-05-181-3/+6
* nologin: don't call fstat() after failed open() [coverity scan]Karel Zak2017-05-171-4/+14
* su: remove duplicate const declarationSami Kerola2017-05-161-1/+1
* build-sys: remove duplicate includesKarel Zak2017-05-121-1/+0Star
* vipw: use getopt_long() to parse optionsSami Kerola2017-05-101-7/+16
* sulogin: add missing typeKarel Zak2017-05-091-1/+1