summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-20debug-generator: add new kernel cmdline option systemd.wants= to add units to...Lennart Poettering
2014-06-20networkd: link - fix memleak of icmp6 structTom Gundersen
2014-06-20networkd: veth - fix creation of veth netdevTom Gundersen
2014-06-20shared: fix search_and_fopen with alternate rootsMichael Marineau
2014-06-20test: ensure conf_files_list returns absolute pathsMichael Marineau
2014-06-20conf-files: include root in returned file pathsMichael Marineau
2014-06-20test: unit test for using alternate roots with path_strv_resolveMichael Marineau
2014-06-20shared: rename path_strv_canonicalize_absolute functionsMichael Marineau
2014-06-19getty-generator: properly escape instance namesZbigniew Jędrzejewski-Szmek
2014-06-19getty-generator: use strappendaZbigniew Jędrzejewski-Szmek
2014-06-19util.c: simplify rm_rf_children_dangerousZbigniew Jędrzejewski-Szmek
2014-06-19tests: add tests for strv_extendfRonny Chevalier
2014-06-19tests: add tests to test-utilRonny Chevalier
2014-06-19tests: add missing returnRonny Chevalier
2014-06-20tests: fix test-icmp6-rsRonny Chevalier
2014-06-20sd-icmp6-nd: fix uninitialized fdRonny Chevalier
2014-06-20sd-dhcp6-client: fix uninitialized variablesRonny Chevalier
2014-06-20coredump: fix include of xattr.hFilipe Brandenburger
2014-06-20copy: don't eat up error from chown()/chmod()Lennart Poettering
2014-06-19networkd: fix refcounting with UseMTU=yesSteven Noonan
2014-06-19tmpfiles: make sure "C" doesn't copy anything if the destination already existsLennart Poettering
2014-06-19tmpfiles: do not fail when copying an empty directoryKay Sievers
2014-06-19coredumpctl: add missing entries to --helpLennart Poettering
2014-06-19coredumpctl: fix columns sizing for timestampLennart Poettering
2014-06-19stop complaining about unknown kernel cmdline optionsLennart Poettering
2014-06-19main: don't show help text anymore when we detect an unknown kernel cmdline v...Lennart Poettering
2014-06-19main: honour rd.systemd.unit= only in the initrd, not the hostLennart Poettering
2014-06-19debug-generator: add new generatorLennart Poettering
2014-06-19sd-dhcp6-client: Initialize fd to -1 and rename functionZbigniew Jędrzejewski-Szmek
2014-06-19journal-send.c: use automatic cleanupZbigniew Jędrzejewski-Szmek
2014-06-19networkd: Add initial DHCPv6 supportPatrik Flykt
2014-06-19sd-dhcp6-client: Add reply sending for testPatrik Flykt
2014-06-19sd-dhcp6-client: Receive and parse a reply and set T1 and T2 timersPatrik Flykt
2014-06-19sd-dhcp6-client: Add Advertise sending for test casePatrik Flykt
2014-06-19sd-dhcp6-client: Add Request message sendingPatrik Flykt
2014-06-19sd-dhcp6-client: Update start function to take a statePatrik Flykt
2014-06-19sd-dhcp6-client: Add test case for Advertise message parsingPatrik Flykt
2014-06-19sd-dhcp6-lease: Add functions for accessing lease and addressesPatrik Flykt
2014-06-19sd-dhcp6-client: Receive and parse Advertise messagesPatrik Flykt
2014-06-19sd-dhcp6-client: Add IA Address option parsingPatrik Flykt
2014-06-19sd-dhcp6-lease: Add DHCPv6 lease handlingPatrik Flykt
2014-06-19sd-dhcp6-client: Add DHCPv6 Solicit test casePatrik Flykt
2014-06-19sd-dhcp6-client: Add DHCPv6 Solicit message creation and sendingPatrik Flykt
2014-06-19sd-dhcp6-client: Add functions to bind to DHCPv6 UDP socketPatrik Flykt
2014-06-19sd-dhcp6-client: Add basic DHCPv6 option handlingPatrik Flykt
2014-06-19sd-dhcp6-client: Add DHCPv6 client Solicitation timeout handlingPatrik Flykt
2014-06-19sd-dhcp6-client: Add basic DHCPv6 test casesPatrik Flykt
2014-06-19sd-dhcp6-client: Add DHCPv6 IAID functionalityPatrik Flykt
2014-06-19network-internal: split out net_get_name()Tom Gundersen
2014-06-19sd-dhcp6-client: Initialize DUIDTom Gundersen