summaryrefslogtreecommitdiff
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* sulogin: Don't overwrite TERM if already setDaan De Meyer2023-05-081-4/+4
* sulogin: fix KDGKBMODE ifdefKarel Zak2023-05-021-7/+7
* wrap return in #else directive to avoid dead codeStefan Radu2023-04-251-1/+2
* add return in supam_conv functionStefan Radu2023-04-251-0/+1
* last: (man) use correct markupMario Blättermann2023-04-101-1/+1
* wall: use fputs_careful()наб2023-03-171-1/+1
* write: correctly handle wide charactersнаб2023-03-171-3/+1
* lslogins: (man) reorder login statusesKarel Zak2023-02-221-4/+4
* last: use full size of the usernameKarel Zak2023-02-132-2/+6
* lslogins: (man) add note about new accountsKarel Zak2023-01-311-1/+1
* lslogins: explain password statusesKarel Zak2023-01-311-0/+13
* include/c: add functions to print from signal handlersKarel Zak2023-01-241-4/+2
* Merge branch 'signal_safety' of https://github.com/crrodriguez/util-linuxKarel Zak2023-01-243-17/+7
|\
| * sulogin: only assign to variables written by signal handlersCristian Rodríguez2023-01-151-2/+2
| * last: should not use errx/warnx on signal handlersCristian Rodríguez2023-01-151-14/+4
| * su-common: bool is a distinct type in c2xCristian Rodríguez2023-01-151-1/+1
* | last: use sizeof_memberThomas Weißschuh2023-01-231-4/+4
|/
* login: never send signals to initSamanta Navarro2023-01-111-4/+4
* meson: fix build with -Dselinux=enabledChris Hofstaedtler2022-12-181-4/+1
* chsh: add -V, update usage()Karel Zak2022-12-132-6/+16
* chfn: use -V for versionKarel Zak2022-12-132-5/+13
* Merge branch 'usr_etc_shells' of https://github.com/schubi2/util-linuxKarel Zak2022-12-123-35/+16
|\
| * Supporting vendor given "shells" configuration fileStefan Schubert2022-11-293-35/+16
* | meson: logindefs.c: handle libeconf dependencyThomas Weißschuh2022-11-301-4/+2
|/
* llib/pty-session: split PTY and signalfd setupKarel Zak2022-11-161-0/+2
* lslogins: support more password methodsKarel Zak2022-08-241-24/+42
* sulogin: print features on --versionKarel Zak2022-07-201-1/+9
* sulogin: fix includesKarel Zak2022-07-201-3/+4
* lslogins: fix free(): invalid pointerKarel Zak2022-06-071-1/+4
* lslogins: improve prefixes interpretationKarel Zak2022-06-071-7/+26
* libmount: fix typosнаб2022-04-011-1/+1
* meson: update for logindefs moveKarel Zak2022-03-301-11/+4
* build-sys: move login-utils/logindefs.c to libKarel Zak2022-03-303-645/+6
* last: add note about empty files/entries to the man pageKarel Zak2022-03-021-0/+2
* Fix markup in su.1.adocMario Blättermann2022-02-141-1/+1
* lslogins: add -y,--shellKarel Zak2022-02-142-2/+13
* Merge branch 'manpage-fixes' of https://github.com/mariobl/util-linuxKarel Zak2022-02-143-9/+9
|\
| * Fix several adoc files as reported by Helge KreutzmannMario Blättermann2022-02-133-9/+9
* | chsh, chfn: remove readline support [CVE-2022-0563]Karel Zak2022-02-143-54/+9
|/
* last: don't assume zero terminate stringsKarel Zak2022-02-071-2/+2
* misc: use everywhere mkstemp_cloexec() as fallback to mkostemp()Karel Zak2022-02-071-2/+3
* newgrp.1.adoc: use bold font for command name in synopsisJohannes Altmanninger2022-02-071-1/+1
* man pages: unify output of --help and --versionMario Blättermann2022-02-0112-46/+20
* misc: non-Linux portability fixesSamuel Thibault2022-02-011-0/+4
* sulogin: fix compiler warning [-Werror=implicit-fallthrough=]Karel Zak2022-01-071-0/+5
* Merge branch 'syslog-su-pid' of https://github.com/thesamesam/util-linuxKarel Zak2022-01-071-1/+1
|\
| * su: use LOG_PID for syslogSam James2022-01-071-1/+1
* | sulogin: Display all kinds of errno during password input.Shigeki Morishima2022-01-071-5/+2
|/
* su: Verify default SIGCHLD handling.Tobias Stoeckmann2021-12-141-0/+14
* utmpdump: don't ignore sscanf() return code [coverity scan]Karel Zak2021-11-291-1/+6