summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-login
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-5/+4
* tree-wide: use reallocarray() where appropriateLennart Poettering2019-04-021-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-1/+1
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-32/+21
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-14/+14
* sd-login: let's also make sd-login understand ".host"Lennart Poettering2018-07-251-10/+17
* tree-wide: drop empty commentsYu Watanabe2018-06-292-4/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-142-2/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-142-4/+0
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-14/+14
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-2/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-062-26/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-12/+6
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-18/+10
* sd-login: make use of _cleanup_close_ where possibleLennart Poettering2018-02-261-16/+9
* io-util: make flush_fd() return how many bytes where flushedLennart Poettering2018-01-051-1/+6
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-192-0/+2
* sd-login: test - fix failure when run from non-graphical seatAlan Jenkins2017-08-081-6/+7
* sd-login: test - fix function name in outputAlan Jenkins2017-08-081-2/+2
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* Merge pull request #6311 from keszybz/memleakDjalal Harouni2017-07-091-2/+5
|\
| * sd-login: fix memleak when output argument is NULLZbigniew Jędrzejewski-Szmek2017-07-081-2/+5
* | sd_uid_get_state: do not return -ENOENT if state is "offline" (#6302)Yu, Li-Yu2017-07-081-1/+1
|/
* sd-login: sd_get_machine_names(): do not return -EINVAL when output parameter...Yu Watanabe2017-05-312-7/+8
* sd-login: treat missing /run/systemd/{seats,sessions,users} the same as emptyYu Watanabe2017-05-311-3/+25
* sd-login: translate -ENOMEDIUM to -ENODATAZbigniew Jędrzejewski-Szmek2017-05-302-11/+20
* logn: tests - don't compare signed with unsignedTom Gundersen2017-05-251-1/+1
* sd-login: fix querying machines when machined is not runningZbigniew Jędrzejewski-Szmek2017-05-191-0/+4
* sd-login,test-login: return -ENODATA from sd_pid_get_unit tooZbigniew Jędrzejewski-Szmek2017-05-182-2/+5
* test-login: make the test non-manualZbigniew Jędrzejewski-Szmek2017-05-181-140/+176
* sd-login: fix return value of sd_pid_get_user_unitZbigniew Jędrzejewski-Szmek2017-05-181-1/+3
* sd-login: fix return value of sd_pid_get_sessionZbigniew Jędrzejewski-Szmek2017-05-181-1/+3
* sd-login: always return two arrays of same length from sd_seat_get_sessionsZbigniew Jędrzejewski-Szmek2017-05-181-1/+1
* sd-login: read list of uids of sessions from UIDS not ACTIVE_SESSIONSZbigniew Jędrzejewski-Szmek2017-05-181-1/+1
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2016-12-091-10/+2
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-072-2/+2
* Various fixes for typos found by lintian (#3705)Michael Biebl2016-07-121-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-102-4/+0
* tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+2
* parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering2015-11-031-3/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-261-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1