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-bus
/
bus-socket.c
Age
Commit message (
Expand
)
Author
2013-12-24
util: unify SO_PEERCRED/SO_PEERSEC invocations
Lennart Poettering
2013-12-23
bus: when we are connected to a bus, then do not assume peer creds are useful...
Lennart Poettering
2013-12-23
bus: make sure to request peer cred only after connect(), not before
Lennart Poettering
2013-12-16
bus: increase the bus socket buffer to 8 MB similar, to the log socket buffers
Lennart Poettering
2013-12-12
bus: enforce endianess and marshalling for messages we send
Lennart Poettering
2013-12-10
bus: only accept gvariant native endian messages via kdbus
Lennart Poettering
2013-12-03
bus: internalize a lot of protocol definitions
Lennart Poettering
2013-11-30
bus: don't generate NameAcquired/NameLost messages in the library
Lennart Poettering
2013-11-29
bus: add the ability for backends to queue to input messages at the same time
Lennart Poettering
2013-11-29
libsystemd-bus: catch up with latest kdbus changes
Daniel Mack
2013-11-21
bus: let's simplify things by getting rid of unnecessary bus parameters
Lennart Poettering
2013-10-30
bus: add API call to create bus connection to the system bus of local containers
Lennart Poettering
2013-05-17
bus: add APIs for negotiating what is attached to messages
Lennart Poettering
2013-05-16
bus: send memfds as payload only on directed messages and for large parts
Lennart Poettering
2013-05-15
bus: rework message struct to keep header with fields in same malloc() block
Lennart Poettering
2013-05-15
bus: add macro for iterating through body parts of a message
Lennart Poettering
2013-05-15
bus: minor fixes
Lennart Poettering
2013-05-14
bus: properly handle message bodies that are a chain of memory areas rather t...
Lennart Poettering
2013-04-13
kdbus: parse even more kernel meta data fields
Lennart Poettering
2013-04-11
bus: basic implementation of kdbus client side
Lennart Poettering
2013-04-11
bus: calculate iovec for messages only when we need it
Lennart Poettering
2013-04-10
libsystemd-bus: initalize handle_cmsg to false
Lukas Nykryn
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-01
Always use our own MAX/MIN definitions
Cristian Rodríguez
2013-04-01
bus: be more careful when determining credential data
Lennart Poettering
2013-04-01
bus: when the first char a server receives isn't the NUL byte immediately fail
Lennart Poettering
2013-04-01
bus: ignore the passed UID on EXTERNAL auth if ANONYMOUS is allowed
Lennart Poettering
2013-04-01
bus: reuse sd_is_socket() call
Lennart Poettering
2013-04-01
bus: fall back to readv/writev if recvmsg/sendmsg don't work
Lennart Poettering
2013-04-01
bus: allow two different fds for input/output in sd_bus_set_fd()
Lennart Poettering
2013-03-31
bus: rename sd_bus_get_peer() to sd_bus_get_server_id()
Lennart Poettering
2013-03-30
bus: implement server mode, and anonymous authentication
Lennart Poettering
2013-03-30
bus: if we recieve fds but fd passing is off, consider this an error
Lennart Poettering
2013-03-30
bus: enable SO_PASSCRED only if we are not connected to a bus
Lennart Poettering
2013-03-26
bus: when we are talking to a bus, SCM_CREDS/SCM_SECLABEL are not very useful
Lennart Poettering
2013-03-25
bus: split socket related code into bus-socket.[ch], to prepare for kdbus bac...
Lennart Poettering