summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-04authority: add authorization and authentication daemonauthorityDavid Herrmann13-0/+2454
2014-12-04update TODOLennart Poettering1-0/+11
2014-12-04rtnl: order local addresses/gateways by the address itself as last resortLennart Poettering1-1/+1
2014-12-04selinux: figure out selinux context applied on exec() before closing all fdsMichal Sekletar3-24/+17
2014-12-04units: skip mounting /dev/hugepages if we don't have CAP_SYS_ADMINMichal Sekletar1-0/+1
2014-12-04utf8: minor simplificationsLennart Poettering2-9/+8
2014-12-04utf8: when escaping unprintable unichars, escape the whole unichar, not just ...Lennart Poettering2-8/+11
2014-12-04bootchart: escape non printable process nameWaLyong Cho1-3/+7
2014-12-04utf8: intruduce utf8_escape_non_printableWaLyong Cho3-0/+65
2014-12-04bootchart: add standalone bootchart serviceWaLyong Cho2-0/+29
2014-12-04rtnl: when querying local addresses and gateways, take address family into ac...Lennart Poettering6-34/+36
2014-12-04sd-bus: avoid a null dereferenceThomas Hindoe Paaboel Andersen1-1/+1
2014-12-04systemctl: fix a leakThomas Hindoe Paaboel Andersen1-2/+5
2014-12-04test-path-util: fix a leakThomas Hindoe Paaboel Andersen1-0/+2
2014-12-04vconsole: don't hard-code systemd-vconsole-setup binary pathMichael Biebl3-2/+7
2014-12-03networkctl: remove unused variableThomas Hindoe Paaboel Andersen1-2/+1
2014-12-03util: don't shadow variableThomas Hindoe Paaboel Andersen1-3/+3
2014-12-03resolved: don't resolve the hostname "gateway" with LLMNR, leave that to nss-...Lennart Poettering1-1/+2
2014-12-03rtnl: make checks for default routes more strictLennart Poettering3-3/+24
2014-12-03nss-myhostname: always resolve the host name "gateway" to the local default g...Lennart Poettering8-23/+258
2014-12-03networkd: fix typoTorstein Husebø2-3/+3
2014-12-03udevd: don't take reference for NULL rtnl objectTom Gundersen1-2/+3
2014-12-03strv: add calls to add two entries to an strv at onceLennart Poettering3-1/+61
2014-12-03localed: log xkbcommon errorsJan Synacek1-4/+9
2014-12-03nspawn: correct EEXIST check when creating directory to mount /tmp inLennart Poettering1-2/+2
2014-12-03build-sys: update man-listDavid Herrmann1-1/+3
2014-12-03machine-id-commit: add man pagesDidier Roche3-0/+228
2014-12-03machine-id-commit: add unit fileDidier Roche3-0/+27
2014-12-03machine-id-commit: Introduce machine-id-commit binaryDidier Roche4-0/+119
2014-12-03machine-id-setup: add a machine_id_commit call to commit on disk a transient ...Didier Roche4-0/+91
2014-12-03machine-id-setup: casting const away is ugly, let's not do it if there's no r...Lennart Poettering1-4/+6
2014-12-03update TODOLennart Poettering1-0/+2
2014-12-03machine-id-setup: Factorize some machine-id-setup functions to be reusedDidier Roche1-10/+34
2014-12-03rfkill: rework how we generate file names from rfkill devicesLennart Poettering1-23/+24
2014-12-03libudev: set errno properly in all error conditions of udev_device_new_from_s...Lennart Poettering1-1/+6
2014-12-02DISTRO_PORTING: add full path for /usr/lib/systemd/systemd and fix grammarChris Atkinson1-7/+7
2014-12-02shared: add format helpers for printing MAC addressesTom Gundersen3-3/+31
2014-12-02update TODOLennart Poettering1-0/+9
2014-12-02rc-local: drop SysVStartPriority= field which is now obsoleteLennart Poettering1-1/+0
2014-12-02bus-proxy: don't log bus policy every single time we runLennart Poettering1-1/+1
2014-12-02busctl: fix 'command line' style output of propertiesLennart Poettering1-1/+2
2014-12-02systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering4-3/+47
2014-12-02manager: log deserialization errors only at LOG_DEBUG levelLennart Poettering1-6/+6
2014-12-02update TODOLennart Poettering1-0/+2
2014-12-02core: OOM really shouldn't be considered a deserialization parse failureLennart Poettering2-4/+16
2014-12-02networkctl: print the Gateway in the status outputTom Gundersen1-1/+252
2014-12-02sd-rtnl: route - allow GETROUTE with AF_UNSPECTom Gundersen1-1/+2
2014-12-02shared: udev-util - add hwdb cleanup macroTom Gundersen1-0/+2
2014-12-02sd-rtnl: add sd_rtnl_message_{new_neigh,neigh_get_{family,ifindex}}Tom Gundersen4-3/+73
2014-12-02sd-rtnl: add typesystem for RTM_*NEIGHTom Gundersen2-0/+23