summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'shadow-man' of https://github.com/andhe/util-linuxKarel Zak2017-01-203-5/+9
|\
| * chsh: use -h as shorthand for --help instead of -uAndreas Henriksson2017-01-192-5/+6
| * man: chsh(1): add login.defs to SEE ALSOAndreas Henriksson2017-01-191-0/+1
| * man: chfn(1): add chsh and login.defs to SEE ALSOAndreas Henriksson2017-01-191-0/+2
* | su, runuser: fix typo in the /etc/default pathKarel Zak2017-01-201-2/+2
|/
* runuser: add "--" to SYNOPSISKarel Zak2017-01-192-2/+2
* last: use --time-format instruction when printing wtmp creation timeSami Kerola2017-01-161-4/+13
* newgrp: use libc explicit_bzero() when it is availableSami Kerola2017-01-161-0/+6
* lib/list: remove LIST_HEAD macroKarel Zak2017-01-052-4/+5
* Use --help suggestion on invalid optionKarel Zak2016-12-198-10/+8Star
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-1912-12/+12
* docs: last(1): Eliminate oddball formattingMichael Kerrisk2016-12-091-3/+3
* docs: last(1): SEE ALSO: add reference to wtmp(5)Michael Kerrisk2016-12-091-0/+1
* docs: various pages: Use consistent terminology (set-user-ID and set-group-ID)Michael Kerrisk2016-12-092-2/+3
* docs: various pages: Format pathnames as italic (.I)Michael Kerrisk2016-12-094-8/+8
* sulogin: bail out from getpasswd(...) on timeoutAndreas Henriksson2016-12-071-0/+4
* sulogin: make getpasswd(...) return NULL on ^DAndreas Henriksson2016-12-071-0/+1
* login-utils: switch to utmpx.hRuediger Meier2016-12-075-51/+53
* login: re-add lastlog.h headerRuediger Meier2016-12-071-0/+3
* login-utils: avoid using the defined utmp sizes.Ruediger Meier2016-12-071-9/+9
* utmpdump: code formatting for readabilityRuediger Meier2016-12-071-3/+5
* lslogins: remove useless strlen()Ruediger Meier2016-12-071-6/+2Star
* login-utils: remove _HAVE_UT_TV fallbackRuediger Meier2016-12-074-52/+15Star
* last: include libgen.h for basename(3p)Ruediger Meier2016-12-071-1/+6
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-303-4/+4
* Correctly format page cross referencesMichael Kerrisk (man-pages)2016-11-292-2/+2
* Place SEE ALSO entries in orderMichael Kerrisk (man-pages)2016-11-295-12/+12
* misc: fix unsigned int usage for ctype.h functionsKarel Zak2016-10-261-1/+1
* Revert "su,runuser: add libseccomp based workaround for TIOCSTI ioctl"Karel Zak2016-10-032-24/+3Star
* su,runuser: add libseccomp based workaround for TIOCSTI ioctlKarel Zak2016-09-292-3/+24
* su, runuser, setpriv: create links between man pagesKarel Zak2016-08-182-1/+17
* include/env: minor fixes and clean upsKarel Zak2016-08-161-3/+4
* misc: always check setenv(3) return valueSami Kerola2016-08-123-19/+23
* misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-212-6/+6
* lslogins: simplify if clause and move definition and comments [oclint]Sami Kerola2016-07-211-11/+9Star
* misc: simplify if clauses [oclint]Sami Kerola2016-07-213-11/+7Star
* Merge branch 'write-improvements' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2016-07-142-3/+3
|\
| * lib: try to find tty in get_terminal_name()Sami Kerola2016-07-042-3/+3
* | sulogin: remove __nonnull__ function attributeSami Kerola2016-07-141-1/+1
|/
* docs: add file format note to utmpdump manual pageSami Kerola2016-06-271-0/+12
* utmpdump: use iso-8601 timestamp format with subsecond accuracySami Kerola2016-06-262-26/+38
* utmpdump: use always UTC-0 timezone in textual outputSami Kerola2016-06-261-3/+3
* chfn: chsh: use selinux_check_passwd_access()Karel Zak2016-06-144-31/+16Star
* misc: Fix various typosSebastian Rasmussen2016-05-316-9/+9
* docs: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* build-sys: add --disable-plymouth-supportKarel Zak2016-05-261-4/+5
* last: fix logout timeKarel Zak2016-05-241-4/+5
* lslogins: use strtime_short()Karel Zak2016-05-241-31/+19Star
* lslogins: use strtm_iso()Karel Zak2016-05-241-1/+5
* last: cleanup time formatting codeKarel Zak2016-05-241-48/+66