summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-24Merge pull request #4710 from martinpitt/networkd-dbusLennart Poettering
2016-11-23networkd: handle MTU field in IPv6 RA (#4719)Susant Sahani
2016-11-23Merge pull request #4703 from dobyrch/calendar-offsetLennart Poettering
2016-11-23hwdb: use systemd-hwdb instead of obsolete udevadm hwdb (#4722)Michael Biebl
2016-11-23calendarspec: add support for scheduling timers at the end of the monthDouglas Christman
2016-11-23calendarspec: add upper bound on yearDouglas Christman
2016-11-23networkd: set DHCP-acquired timezone and hostname after connecting to D-BusMartin Pitt
2016-11-23Merge pull request #4259 from joukewitteveen/notifyLennart Poettering
2016-11-23networkd: fix size of MTUBytes so that it does not overwrites ARP (#4707)Susant Sahani
2016-11-23networkd: allow networkd to set the timezone in timedatedMartin Pitt
2016-11-23networkd: move setting hostname and timezone to ManagerMartin Pitt
2016-11-22Merge pull request #4692 from poettering/networkd-dhcpZbigniew Jędrzejewski-Szmek
2016-11-22service: fix main processes exit behavior for type notify servicesJouke Witteveen
2016-11-22service: introduce protocol error typeJouke Witteveen
2016-11-22nspawn: don't require chown() if userns is not onLennart Poettering
2016-11-22nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering
2016-11-22nspawn: remove temporary root directory on exitLennart Poettering
2016-11-22nspawn: try to wait for the container PID 1 to exit, before we exitLennart Poettering
2016-11-22nspawn: add ability to run nspawn without container locks appliedLennart Poettering
2016-11-22shared: make sure image_path_lock() return parameters are always initialized ...Lennart Poettering
2016-11-22nspawn: support ephemeral boots from imagesLennart Poettering
2016-11-21seccomp: add @filesystem syscall group (#4537)Lennart Poettering
2016-11-21sd-event: fix sd_event_source_get_priority() (#4712)Martin Ejdestig
2016-11-21sd-dhcp-client: use free_and_strdupZbigniew Jędrzejewski-Szmek
2016-11-21dhcp4: filter bogus DNS/NTP server addresses silentlyLennart Poettering
2016-11-21networkd: do not automatically propagate bogus DNS/NTP serversLennart Poettering
2016-11-21networkd: rename link_push_dns_to_dhcp_server() → link_push_uplink_dns_to_d...Lennart Poettering
2016-11-21networkd: store DNS servers configured per-network as parsed addressesLennart Poettering
2016-11-21networkd: minor word extraction fixesLennart Poettering
2016-11-21networkd: reorder fields in Network struct a bitLennart Poettering
2016-11-21networkd: validate NTP server strings configured in .network filesLennart Poettering
2016-11-21shared: add new API to validate a string as hostname or IP addressLennart Poettering
2016-11-21basic: make sure in_addr_from_string() can take NULL argumentsLennart Poettering
2016-11-21basic: add explicit ipv4-specific in_addr classification callsLennart Poettering
2016-11-21networkd: rework how we set the hostname on the dhcp4 clientLennart Poettering
2016-11-21sd-dhcp: permit unsetting the hostname againLennart Poettering
2016-11-21Merge pull request #4701 from martinpitt/networkd-polkitLennart Poettering
2016-11-20Merge pull request #4691 from keszybz/test-suite-fixesEvgeny Vereshchagin
2016-11-20hostnamed: allow networkd to set the transient hostnameMartin Pitt
2016-11-18Merge pull request #4395 from s-urbaniak/rw-supportLennart Poettering
2016-11-18Merge pull request #4538 from fbuihuu/confirm-spawn-fixesLennart Poettering
2016-11-18nspawn: R/W support for /sys, and /proc/sysSergiusz Urbaniak
2016-11-17test-ipcrm: skip test if nfsnobody is missingZbigniew Jędrzejewski-Szmek
2016-11-17basic/process-util: we need to take the shorter of two stringsZbigniew Jędrzejewski-Szmek
2016-11-17test-process-util: bind mount fails under selinux, skip testZbigniew Jędrzejewski-Szmek
2016-11-17Merge pull request #4671 from poettering/namespace-bindZbigniew Jędrzejewski-Szmek
2016-11-17basic/env-uil: fix assertion failure in strv_env_replace (#4688)Zbigniew Jędrzejewski-Szmek
2016-11-17core: in confirm spawn, suggest 'f' when user selects 'n' choiceFranck Bui
2016-11-17core: confirm_spawn: always accept units with same_pgrp set for nowFranck Bui
2016-11-17core: include the unit name when notifying that a confirmation question timed...Franck Bui