Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-22 | Merge pull request #1978 from evverx/man-service-watchdog | Lennart Poettering | |
man: update WatchdogSec section | |||
2015-11-22 | Merge pull request #1980 from evverx/sd-event-use-prioq-ensure-allocated | Lennart Poettering | |
sd-event: update tests; small refactoring | |||
2015-11-22 | tests: add missing sd_event_add_post to test_basic | Evgeny Vereshchagin | |
2015-11-22 | tests: check exit handler invocation | Evgeny Vereshchagin | |
2015-11-22 | sd-event: use prioq_ensure_allocated where possible | Evgeny Vereshchagin | |
2015-11-21 | Merge pull request #1979 from evverx/build-install-systemd-path-completion | Daniel Mack | |
build: install bash completion for systemd-path | |||
2015-11-21 | build: install bash completion for systemd-path | Evgeny Vereshchagin | |
This is a follow-up for commit e50e53876fb08b6 | |||
2015-11-21 | man: update WatchdogSec section | Evgeny Vereshchagin | |
* add info about sd_event_set_watchdog * add missing Restart values | |||
2015-11-20 | Merge pull request #1966 from evverx/fix-initrd-searching-on-debian | Daniel Mack | |
tests: fix initrd searching on Debian/Ubuntu | |||
2015-11-20 | tests: fix initrd searching on Debian/Ubuntu | Evgeny Vereshchagin | |
2015-11-20 | Merge pull request #1950 from evverx/man-systemd-exec-env | Lennart Poettering | |
man: systemd.exec: add missing variables | |||
2015-11-20 | Merge pull request #1964 from poettering/sd-event-man | Martin Pitt | |
Finish the documentation for sd-event.h | |||
2015-11-20 | Merge pull request #1962 from mbiebl/install-completion-networkctl | Tom Gundersen | |
build: install bash completion for networkctl | |||
2015-11-19 | man: fully document sd-event interfaces | Lennart Poettering | |
This completes the set of man pages for sd-event and contains some minor other fixes for other man pages too. The sd_event_set_name(3) man page is renamed to sd_event_source_set_description(3), which is the correct name of the concept today. | |||
2015-11-19 | sd-event: define a new PREPARING state | Lennart Poettering | |
We already have a state RUNNING and EXITING when we dispatch regular and exit callbacks. Let's introduce a new state called PREPARING that is active while we invoke preparation callbacks. This way we have a state each for all three kinds of event handlers. The states are currently not documented, hence let's add a new state to the end, before we start documenting this. | |||
2015-11-19 | sd-event: make _ref() calls NOPs when NULL is passed to them | Lennart Poettering | |
Let's make _ref() calls happy when NULL is passed to them, and simply return NULL without any assertion logic. This makes them nicely symmetric to the _unref() calls which also are happy to take NULL and become NOPs then. | |||
2015-11-19 | Merge pull request #1947 from phomes/sort-includes2 | Lennart Poettering | |
tree-wide: sort includes in *.h | |||
2015-11-19 | build: install bash completion for networkctl | Michael Biebl | |
This is a follow-up for commit e4f246b1b512c68260581c4976d2eb01cf7febdc. | |||
2015-11-19 | Merge pull request #1953 from martinpitt/fix-gitignore | Filipe Brandenburger | |
gitignore: only ignore .html files in man/ | |||
2015-11-19 | gitignore: only ignore .html files in man/ | Martin Pitt | |
src/journal-remote/browse.html is git-tracked source and should not be ignored. Avoid accidentally ignoring similar ones in the future. | |||
2015-11-19 | Merge pull request #1960 from evverx/fix-ls-can-not-access | Daniel Mack | |
tests: fix ls: cannot access /var/tmp/systemd-test.*/journal/*/*.journal | |||
2015-11-19 | tests: fix ls: cannot access /var/tmp/systemd-test.*/journal/*/*.journal | Evgeny Vereshchagin | |
don't lose logs from the test machine too | |||
2015-11-19 | man: systemd.exec: add missing variables | Evgeny Vereshchagin | |
2015-11-19 | Merge pull request #1958 from teg/networkd-fixes | Daniel Mack | |
nd-ndisc: don't fail if src address is unset | |||
2015-11-19 | nd-ndisc: don't fail if src address is unset | Tom Gundersen | |
This happens when running our test-suite over a socketpair, so don't fall over in that case. Fixes issue #1952. | |||
2015-11-19 | Merge pull request #1951 from martinpitt/siphash-test-endianess | Filipe Brandenburger | |
test: remove wrong endianess conversion in test-siphash24 | |||
2015-11-19 | test: remove wrong endianess conversion in test-siphash24 | Martin Pitt | |
Commit 933f9caee changed the returned result of siphash24_finalize() from little-endian to native. Follow suit in test-siphash24 and drop the endianess conversion there as well, so that this succeeds on big-endian machines again. Fixes #1946. | |||
2015-11-19 | Merge pull request #1931 from bengal/dhcp-fqdn-v2 | Tom Gundersen | |
libsystemd-network: add support for "Client FQDN" DHCP option (v2) | |||
2015-11-19 | Merge pull request #1944 from poettering/randoms-ec | Tom Gundersen | |
add RandomSec= setting to timer units, and more | |||
2015-11-19 | Merge pull request #1948 from teg/networkd-fixes | David Herrmann | |
sd-ndisc: drop packets from invalid source addresses | |||
2015-11-19 | Revert "networkd: ndisc - revert to letting the kernel handle NDisc" | Tom Gundersen | |
This reverts commit 23f186494cf041107896fc4bd7fc5b8f921fd79f. The bug has now been fixed, so we can go back to managing this ourselves. | |||
2015-11-19 | sd-ndisc: drop RA packets from non-link-local addresses | Tom Gundersen | |
See https://tools.ietf.org/html/rfc4861#section-4.2. Some routers (dnsmasq) will send packets from global addresses, which would break the default route setup, so ignore those. This is also what the kernel does. | |||
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen | |
This is a continuation of the previous include sort patch, which only sorted for .c files. | |||
2015-11-18 | Merge pull request #1945 from phomes/indentation-fix | Daniel Mack | |
network: fix indentation | |||
2015-11-18 | network: fix indentation | Thomas Hindoe Paaboel Andersen | |
2015-11-18 | update TODO | Lennart Poettering | |
2015-11-18 | resolved: shortcut lookups names in the local zone | Lennart Poettering | |
Previously, we'd always generate a packet on the wire, even for names that are within our local zone. Shortcut this, and always check the local zone first. This should minimize generated traffic and improve security. | |||
2015-11-18 | resolved: simplify dns zone logic: take a single key when looking up entries | Lennart Poettering | |
Instead of taking a DnsQuestion object (i.e. an array of keys) only take a single key. This simplifies things a bit, and as DNS/LLMNR require a single question per query message was unnecessary anyway. This mimics a similar change that was done a while ago for the dns cache logic. | |||
2015-11-18 | core: add new RandomSec= setting for time units | Lennart Poettering | |
This allows configuration of a random time on top of the elapse events, in order to spread time events in a network evenly across a range. | |||
2015-11-18 | systemctl: open pager for 'status', since process tree can get very long | Lennart Poettering | |
2015-11-18 | systemctl: make sure 'status' shows whether units are transient | Lennart Poettering | |
2015-11-18 | bus-util: make sure --property=RemainAfterElapse=1 works | Lennart Poettering | |
2015-11-18 | bus-util: add in forgotten error messages | Lennart Poettering | |
2015-11-18 | man: improve and fix documentation for RemainAfterElapse= | Lennart Poettering | |
2015-11-18 | NEWS: add in missing NEWS entry for 228 feature RemainAfterElapse= | Lennart Poettering | |
2015-11-18 | Merge pull request #1943 from teg/networkd-fixes | Martin Pitt | |
networkd: fixes | |||
2015-11-18 | networkd: dhcp4 - dirty link when the lease changes | Tom Gundersen | |
Without this commit, we risk not picking up DNS addresses as soon as they are available. | |||
2015-11-18 | networkd: ndisc - revert to letting the kernel handle NDisc | Tom Gundersen | |
There is still a bug in the userspace version, so temporarily revert this. This is a work-around for issue #1866. | |||
2015-11-18 | Merge pull request #1940 from evverx/man-journald-syslog-forwarding | Lennart Poettering | |
man: remove section about syslog forwarding | |||
2015-11-18 | Merge pull request #1912 from mustrumr/calendarspec-sub-second-v3 | Lennart Poettering | |
Calendarspec sub second v3 |