summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* sulogin: agetty: use the plymouth local protocol instead the plymouth binaryWerner Fink2016-05-201-40/+4Star
* setpwnam: fix memory leakSami Kerola2016-04-191-0/+1
* sulogin: make fopen O_CLOEXEC specifier usage portableSami Kerola2016-04-171-2/+2
* vipw: make tmp_file usage more robust [clang analyze]Karel Zak2016-03-291-2/+5
* sulogin: Always make echo work after performing getpasswd even if root accoun...Werner Fink2016-03-221-2/+1Star
* sulogin: ignore missing WEXITED, add warningRuediger Meier2016-03-211-0/+5
* vipw: print only one new line when asking about shadow fileSami Kerola2016-03-151-2/+2
* vipw: use puts() when formatting unnecessaryKarel Zak2016-03-141-1/+2
* Merge branch 'travis-osx' of https://github.com/rudimeier/util-linuxKarel Zak2016-03-141-1/+1
|\
| * misc: fix icc/clang compiler warningsRuediger Meier2016-03-131-1/+1
* | sulogin: fix sigset_t initializationKarel Zak2016-03-141-1/+1
|/
* include: move sys/sysmacros.h to c.hKarel Zak2016-03-081-3/+0Star
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0Star
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* libmount: don't include libio.hRuediger Meier2016-03-071-1/+1
* misc: never cast void* from malloc(3) and friendsRuediger Meier2016-03-071-1/+1
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-072-2/+2
* login-utils: minor utmp cleanupRuediger Meier2016-02-292-2/+1Star
* newgrp: rename memset_s()Ruediger Meier2016-02-291-2/+2
* build-sys: always add AM_CFLAGSRuediger Meier2016-02-231-1/+1
* build-sys: always use global LDADDRuediger Meier2016-02-231-1/+1
* vipw: Remove pre-ANSI compiler supportRomain Naour2016-02-221-1/+1
* include: check for sys/sysmacros.hRuediger Meier2016-02-181-0/+2
* su: clean up groups initializationKarel Zak2016-02-153-34/+42
* sulogin: keep initialization more robustKarel Zak2016-02-121-1/+1
* sulogin: avoid shared memory area usemask but use waitid() for childsWerner Fink2016-02-122-37/+120
* docs: fix typos found by codespellRuediger Meier2016-02-032-2/+2
* scriptreplay/newgrp: use signed int to store return of getopt_longFilipe Brandenburger2016-01-071-1/+1
* lslogins: fix getgrouplist() usage for 64BEKarel Zak2015-12-211-4/+8
* login, mount: fix __SC_GETPW_R_SIZE_MAX usageKarel Zak2015-12-151-10/+2Star
* chfn: improve formatting and wording of the manpageBenno Schulenberg2015-11-091-11/+10Star
* login: fix stat(2) raceSami Kerola2015-11-091-4/+2Star
* nologin: require /etc/nologin.txt to be fileSami Kerola2015-10-181-1/+4
* last: display input file in usage() according to command nameSami Kerola2015-10-181-9/+8Star
* sulogin: Use fallback method on the Hurd for detecting consolesJames Clarke2015-10-161-0/+8
* login: replace siginterrupt with sigactionChen Qi2015-08-311-1/+4
* chfn: document CHFN_RESTRICT /etc/login.defsKarel Zak2015-08-241-0/+26
* chsh, chfn, vipw: fix filenames collisionKarel Zak2015-08-245-8/+10
* lslogins: remove duplicate [make checkincludes]Karel Zak2015-07-291-1/+0Star
* lslogins: merge read_utmp() codeKarel Zak2015-07-161-2/+32
* lslogins: fix --user-accs and --system-accs docsKarel Zak2015-07-151-8/+8
* Merge branch 'sulogin'Karel Zak2015-06-302-16/+40
|\
| * sulogin: improve support for locked root accountKarel Zak2015-06-252-16/+40