summaryrefslogtreecommitdiff
path: root/src/shared/utmp-wtmp.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-05-07shared/utmp-wtmp: silence gcc warning about strncpy truncationZbigniew Jędrzejewski-Szmek1-1/+1
2019-05-07shared/utmp-wtmp: avoid gcc warning about strncpy truncationZbigniew Jędrzejewski-Szmek1-12/+10
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-24coccinelle: O_NDELAY → O_NONBLOCKLennart Poettering1-1/+1
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-02tree-wide: use IN_SET where possibleAndreas Rammhold1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen1-0/+6
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-4/+5
2015-08-24core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entriesLennart Poettering1-2/+22
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-1/+2
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack1-5/+14
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1
2014-09-19shared: wtmp-utmp - don't clear store_wtmp in utmp_put_dead_process()Tom Gundersen1-14/+14
2014-03-14utmp-wtmp: allow overriding username on wallSebastian Thorarensen1-4/+8
2014-01-30utmp: make sure we don't write the utmp reboot record twice on each bootLennart Poettering1-33/+26
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek1-1/+1
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-1/+1
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-1/+1
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-12/+6
2013-03-31ModernizationZbigniew Jędrzejewski-Szmek1-26/+13
2013-03-31Remove some dead codeZbigniew Jędrzejewski-Szmek1-8/+4
2013-03-29utmp: make gcc shut up, we need to pass an int here, not size_tLennart Poettering1-1/+1
2013-03-28utmp-wtmp: don't try to read past end of stringZbigniew Jędrzejewski-Szmek1-1/+3
2012-05-08util: split-out path-util.[ch]Kay Sievers1-1/+2
2012-04-12move more common files to shared/ and add them to shared.laKay Sievers1-0/+430