summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-04networkd: tunnel - allow INADDR_ANY as the local addressTom Gundersen
2014-12-04networkd: add support for source routingTom Gundersen
2014-12-04udevd: SAS: use SAS addr + PHY id in by-path whenever possible.Maurizio Lombardi
2014-12-04networkd: fix compileTom Gundersen
2014-12-04networkctl: use the shared functions for enumerating the local gatewaysTom Gundersen
2014-12-04networkd: Add bridge port path costSusant Sahani
2014-12-04networkd: support vxlan parametersSusant Sahani
2014-12-04rtnl: order local addresses/gateways by the address itself as last resortLennart Poettering
2014-12-04selinux: figure out selinux context applied on exec() before closing all fdsMichal Sekletar
2014-12-04utf8: minor simplificationsLennart Poettering
2014-12-04utf8: when escaping unprintable unichars, escape the whole unichar, not just ...Lennart Poettering
2014-12-04bootchart: escape non printable process nameWaLyong Cho
2014-12-04utf8: intruduce utf8_escape_non_printableWaLyong Cho
2014-12-04rtnl: when querying local addresses and gateways, take address family into ac...Lennart Poettering
2014-12-04sd-bus: avoid a null dereferenceThomas Hindoe Paaboel Andersen
2014-12-04systemctl: fix a leakThomas Hindoe Paaboel Andersen
2014-12-04test-path-util: fix a leakThomas Hindoe Paaboel Andersen
2014-12-04vconsole: don't hard-code systemd-vconsole-setup binary pathMichael Biebl
2014-12-03networkctl: remove unused variableThomas Hindoe Paaboel Andersen
2014-12-03util: don't shadow variableThomas Hindoe Paaboel Andersen
2014-12-03resolved: don't resolve the hostname "gateway" with LLMNR, leave that to nss-...Lennart Poettering
2014-12-03rtnl: make checks for default routes more strictLennart Poettering
2014-12-03nss-myhostname: always resolve the host name "gateway" to the local default g...Lennart Poettering
2014-12-03networkd: fix typoTorstein Husebø
2014-12-03udevd: don't take reference for NULL rtnl objectTom Gundersen
2014-12-03strv: add calls to add two entries to an strv at onceLennart Poettering
2014-12-03localed: log xkbcommon errorsJan Synacek
2014-12-03nspawn: correct EEXIST check when creating directory to mount /tmp inLennart Poettering
2014-12-03machine-id-commit: Introduce machine-id-commit binaryDidier Roche
2014-12-03machine-id-setup: add a machine_id_commit call to commit on disk a transient ...Didier Roche
2014-12-03machine-id-setup: casting const away is ugly, let's not do it if there's no r...Lennart Poettering
2014-12-03machine-id-setup: Factorize some machine-id-setup functions to be reusedDidier Roche
2014-12-03rfkill: rework how we generate file names from rfkill devicesLennart Poettering
2014-12-03libudev: set errno properly in all error conditions of udev_device_new_from_s...Lennart Poettering
2014-12-02shared: add format helpers for printing MAC addressesTom Gundersen
2014-12-02bus-proxy: don't log bus policy every single time we runLennart Poettering
2014-12-02busctl: fix 'command line' style output of propertiesLennart Poettering
2014-12-02systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering
2014-12-02manager: log deserialization errors only at LOG_DEBUG levelLennart Poettering
2014-12-02core: OOM really shouldn't be considered a deserialization parse failureLennart Poettering
2014-12-02networkctl: print the Gateway in the status outputTom Gundersen
2014-12-02sd-rtnl: route - allow GETROUTE with AF_UNSPECTom Gundersen
2014-12-02shared: udev-util - add hwdb cleanup macroTom Gundersen
2014-12-02sd-rtnl: add sd_rtnl_message_{new_neigh,neigh_get_{family,ifindex}}Tom Gundersen
2014-12-02sd-rtnl: add typesystem for RTM_*NEIGHTom Gundersen
2014-12-02sd-rtnl: add a bit more debugging in case a message is droppedTom Gundersen
2014-12-02sd-rtnl: message - allow checking for attributes without reading out their co...Tom Gundersen
2014-12-02sd-rtnl: add sd_rtnl_message_route_get_familyTom Gundersen
2014-12-01resolved: make TXT RR generation and parsing more in-line with RFC 6763, sect...Lennart Poettering
2014-11-30core: warn and ignore SysVStartPriority=Zbigniew Jędrzejewski-Szmek