summaryrefslogtreecommitdiff
path: root/src/shared/utmp-wtmp.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* utmp-wtmp: handle EINTR gracefully when waiting to write to ttyLennart Poettering2022-11-221-4/+7
* utmp-wtmp: fix error in case isatty() failsLennart Poettering2022-11-221-1/+3
* logind: do not emit beep in wall messagesZbigniew Jędrzejewski-Szmek2022-10-111-1/+1
* shared/utmp-wtmp: pass information if entry is local to filter functionZbigniew Jędrzejewski-Szmek2022-05-311-4/+7
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-4/+4
* Get rid of dangling setutxent()MertsA2021-08-111-2/+4
* tree-wide: use FORMAT_TIMESTAMP()Zbigniew Jędrzejewski-Szmek2021-07-091-2/+1
* core: drop references to UpstartZbigniew Jędrzejewski-Szmek2021-02-071-11/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* update-utmp: do not fail on EROFSZbigniew Jędrzejewski-Szmek2020-07-051-16/+20
* Define _cleanup_ helper for setutxent()+endutxent()Zbigniew Jędrzejewski-Szmek2020-07-051-26/+11
* tree-wide: port to fd_wait_for_event()Lennart Poettering2020-06-101-10/+5
* tree-wide: check POLLNVAL everywhereLennart Poettering2020-06-101-1/+2
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* shared/utmp-wtmp: silence gcc warning about strncpy truncationZbigniew Jędrzejewski-Szmek2019-05-071-1/+1
* shared/utmp-wtmp: avoid gcc warning about strncpy truncationZbigniew Jędrzejewski-Szmek2019-05-071-12/+10
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* coccinelle: O_NDELAY → O_NONBLOCKLennart Poettering2018-01-241-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-0/+6
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+5
* core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entriesLennart Poettering2015-08-241-2/+22
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-1/+2
* shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack2015-04-241-5/+14
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* shared: wtmp-utmp - don't clear store_wtmp in utmp_put_dead_process()Tom Gundersen2014-09-191-14/+14
* utmp-wtmp: allow overriding username on wallSebastian Thorarensen2014-03-141-4/+8
* utmp: make sure we don't write the utmp reboot record twice on each bootLennart Poettering2014-01-301-33/+26
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-061-1/+1
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-1/+1
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-12/+6
* ModernizationZbigniew Jędrzejewski-Szmek2013-03-311-26/+13
* Remove some dead codeZbigniew Jędrzejewski-Szmek2013-03-311-8/+4
* utmp: make gcc shut up, we need to pass an int here, not size_tLennart Poettering2013-03-291-1/+1
* utmp-wtmp: don't try to read past end of stringZbigniew Jędrzejewski-Szmek2013-03-281-1/+3
* util: split-out path-util.[ch]Kay Sievers2012-05-081-1/+2