index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-login
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fileio: automatically add NULL sentinel to parse_env_file()
Lennart Poettering
2018-11-14
1
-32
/
+21
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
1
-14
/
+14
*
sd-login: let's also make sd-login understand ".host"
Lennart Poettering
2018-07-25
1
-10
/
+17
*
tree-wide: drop empty comments
Yu Watanabe
2018-06-29
2
-4
/
+0
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
2
-2
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
2
-4
/
+0
*
fileio: accept FILE* in addition to path in parse_env_file()
Lennart Poettering
2018-05-24
1
-14
/
+14
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-2
/
+2
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
2
-26
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-12
/
+6
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-18
/
+10
*
sd-login: make use of _cleanup_close_ where possible
Lennart Poettering
2018-02-26
1
-16
/
+9
*
io-util: make flush_fd() return how many bytes where flushed
Lennart Poettering
2018-01-05
1
-1
/
+6
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
2
-0
/
+2
*
sd-login: test - fix failure when run from non-graphical seat
Alan Jenkins
2017-08-08
1
-6
/
+7
*
sd-login: test - fix function name in output
Alan Jenkins
2017-08-08
1
-2
/
+2
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
Merge pull request #6311 from keszybz/memleak
Djalal Harouni
2017-07-09
1
-2
/
+5
|
\
|
*
sd-login: fix memleak when output argument is NULL
Zbigniew Jędrzejewski-Szmek
2017-07-09
1
-2
/
+5
*
|
sd_uid_get_state: do not return -ENOENT if state is "offline" (#6302)
Yu, Li-Yu
2017-07-09
1
-1
/
+1
|
/
*
sd-login: sd_get_machine_names(): do not return -EINVAL when output parameter...
Yu Watanabe
2017-06-01
2
-7
/
+8
*
sd-login: treat missing /run/systemd/{seats,sessions,users} the same as empty
Yu Watanabe
2017-06-01
1
-3
/
+25
*
sd-login: translate -ENOMEDIUM to -ENODATA
Zbigniew Jędrzejewski-Szmek
2017-05-31
2
-11
/
+20
*
logn: tests - don't compare signed with unsigned
Tom Gundersen
2017-05-25
1
-1
/
+1
*
sd-login: fix querying machines when machined is not running
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-0
/
+4
*
sd-login,test-login: return -ENODATA from sd_pid_get_unit too
Zbigniew Jędrzejewski-Szmek
2017-05-19
2
-2
/
+5
*
test-login: make the test non-manual
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-140
/
+176
*
sd-login: fix return value of sd_pid_get_user_unit
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-1
/
+3
*
sd-login: fix return value of sd_pid_get_session
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-1
/
+3
*
sd-login: always return two arrays of same length from sd_seat_get_sessions
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-1
/
+1
*
sd-login: read list of uids of sessions from UIDS not ACTIVE_SESSIONS
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-1
/
+1
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-10
/
+2
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
2
-2
/
+2
*
Various fixes for typos found by lintian (#3705)
Michael Biebl
2016-07-12
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
2
-4
/
+0
*
tree-wide: check if errno is greater than zero (2)
Zbigniew Jędrzejewski-Szmek
2016-01-13
1
-1
/
+1
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-1
/
+2
*
parse-util: introduce parse_ifindex() and make use of it everywhere
Lennart Poettering
2015-11-03
1
-3
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
2
-0
/
+2
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util: move filename_is_valid() and path_is_safe() to path-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
socket-util: move remaining socket-related calls from util.[ch] to socket-uti...
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
2
-0
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
2
-4
/
+7
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-7
/
+8
*
sd-login: fix sd_seat_get_active() to return ENODATA
v226
David Herrmann
2015-09-08
1
-2
/
+2
[next]