summaryrefslogtreecommitdiff
path: root/src/libsystemd
AgeCommit message (Expand)Author
2014-03-17build-sys: move sd-login src/login → src/libsystemd/sd-loginLennart Poettering
2014-03-17sd-login: add calls that retrieve credentials of peers connected to AF_UNIX p...Lennart Poettering
2014-03-17core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna
2014-03-17systemctl: introduce -r switch to show units running in local containers in a...Lennart Poettering
2014-03-16Use strlen even for constant stringsJosh Triplett
2014-03-16sd-rtnl: never treat broadcasts as repliesTom Gundersen
2014-03-15sd-rtnl: make RTM_NEWLINK report EEXIST by defaultTom Gundersen
2014-03-14sd-bus: don't choke if somebody sends us a message with a unix fd count of 0Lennart Poettering
2014-03-14sd-bus: don't access invalid memory if a signal matcher was freed from its ow...Lennart Poettering
2014-03-13sd-bus: don't look for a 64bit value when we only have 32bit value on reply c...Lennart Poettering
2014-03-13bus: fix memory leak when kdbus is not enabledLennart Poettering
2014-03-12sd-login: add sd_machine_get_class() callLennart Poettering
2014-03-11bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering
2014-03-08sd-bus: sync kdbus.hDaniel Mack
2014-03-08sd-bus: check for potential integer overflow in KDBUS_ITEM_FOREACH()Daniel Mack
2014-03-08sd-rtnl: increase default timeout to match sd-busTom Gundersen
2014-03-07sd-bus: add support for policy upload on activator connectionsDaniel Mack
2014-03-07sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-03-07sd-rtnl: introduce read ether and ip address functionsSusant Sahani
2014-03-06man: describe functions for appending to messagesZbigniew Jędrzejewski-Szmek
2014-03-06sd-rtnl/networkd: use new rtnl_message_read() API and drop helperTom Gundersen
2014-03-06sd-rtnl:introduce table-based lookup and typesafe read() functionsSusant Sahani
2014-03-05sd-rtnl: do not blindly enter containers in message_read()Tom Gundersen
2014-03-05systemd-run: support all currently exported properties with -pLennart Poettering
2014-03-05core: make the LimitXYZ= properties settable for transient service unitsLennart Poettering
2014-03-05systemd-run: add new --property= switch that can set arbitrary properties for...Lennart Poettering
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek
2014-03-03sd-network: IPv4 link-local support [v2]Umut Tezduyar Lindskog
2014-03-03silence warningThomas Hindoe Paaboel Andersen
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering
2014-02-25Use /var/run/dbus/system_bus_socket for the D-Bus socketZbigniew Jędrzejewski-Szmek
2014-02-26Revert back to /var/run at a couple of problemsLennart Poettering
2014-02-25Replace /var/run with /run in remaining placesZbigniew Jędrzejewski-Szmek
2014-02-25nspawn: add new switch --network-macvlan= to add a macvlan device to the cont...Lennart Poettering
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-23src/shared/ cannot reference symbols from librariesKay Sievers
2014-02-23build-sys: remove libsystemd.sym duplicateDavid Herrmann
2014-02-22build-sys: fix libsystemd --enable-kdbus symbol exportKay Sievers
2014-02-22test: always use assert_se in testsTom Gundersen
2014-02-21event: add new kind of event source called "post"Lennart Poettering
2014-02-21sd-event: Fix systemd crash when using timer units.Thomas Bächler
2014-02-20libsystemd: fix compiler warning in property_get_set_callbacks_run()Daniel Mack
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-20sd-bus: the bus returned should be the first argJason A. Donenfeld
2014-02-19build-sys: export experimental symbols only with --enable-kdbusKay Sievers
2014-02-19bus: fix unreffing logicLennart Poettering
2014-02-19build-sys: merge libsystemd-journal into libsystemdKay Sievers
2014-02-19sd-id128: use new dev_urandom() callLennart Poettering
2014-02-19make gcc shut upLennart Poettering
2014-02-19busctl: add --no-legend and use in bash completionThomas Hindoe Paaboel Andersen