index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-bus
/
bus-socket.c
Age
Commit message (
Expand
)
Author
2015-07-12
basic: util - fix errorhandling in unhexmem()
Tom Gundersen
2015-06-10
util: introduce CMSG_FOREACH() macro and make use of it everywhere
Lennart Poettering
2015-06-10
Merge pull request #85 from keszybz/selinux-context
Zbigniew Jędrzejewski-Szmek
2015-06-10
sd-bus: remove ucred parameter from bus_message_from_header() since we don't ...
Lennart Poettering
2015-06-10
sd-bus: store selinux context at connection time
Zbigniew Jędrzejewski-Szmek
2015-06-10
sd-bus: do not use per-datagram auxiliary information
Zbigniew Jędrzejewski-Szmek
2015-06-10
tree-wide: whenever we fork off a foreign child process reset signal mask/han...
Lennart Poettering
2015-05-29
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-19
bus-socket: simplify initalization of struct msghdr
Zbigniew Jędrzejewski-Szmek
2015-05-14
util: introduce memmem_safe() and make use of it
Lennart Poettering
2015-04-23
sd-bus: don't inherit connection creds into message creds when we have a dire...
Lennart Poettering
2015-04-23
core: explicitly specify credentials for direct connections, too
Lennart Poettering
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-03-13
Use space after a silencing (void)
Zbigniew Jędrzejewski-Szmek
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-01
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2014-11-17
bus-socket: fix CID#996290 Unchecked return value
Susant Sahani
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-03-24
util: replace close_pipe() with new safe_close_pair()
Lennart Poettering
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-16
Use strlen even for constant strings
Josh Triplett
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen