Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-15 | Merge pull request #206 from zonque/firewall-rename | Daniel Mack | |
firewall: rename fw-util.[ch] → firewall-util.[ch] | |||
2015-06-15 | firewall: rename fw-util.[ch] → firewall-util.[ch] | Daniel Mack | |
The names fw-util.[ch] are too ambiguous, better rename the files to firewall-util.[ch]. Also rename the test accordingly. | |||
2015-06-15 | Merge pull request #180 from ronnychevalier/rc/coverity_cid_1304686 | Lennart Poettering | |
login: fix potential null pointer dereference | |||
2015-06-15 | man: document that ExecStop= needs a synchronous tool | Lennart Poettering | |
As requested in #199. | |||
2015-06-15 | man: document that SIGCONT always follows SIGTERM | Lennart Poettering | |
As requested in #199. | |||
2015-06-15 | man: clarify overriding semantics of systemd-gpt-auto-generator | Lennart Poettering | |
Specifically: /etc/fstab overrides the units itself, but not the deps. See #168. | |||
2015-06-15 | Merge pull request #205 from endocode/iaguis/seccomp-v2 | Lennart Poettering | |
nspawn: make seccomp loading errors non-fatal | |||
2015-06-15 | hwdb: Update database of Bluetooth company identifiers | Marcel Holtmann | |
2015-06-15 | nspawn: make seccomp loading errors non-fatal | Iago López Galeiras | |
seccomp_load returns -EINVAL when seccomp support is not enabled in the kernel [1]. This should be a debug log, not an error that interrupts nspawn. If the seccomp filter can't be set and audit is enabled, the user will get an error message anyway. [1]: http://man7.org/linux/man-pages/man2/prctl.2.html | |||
2015-06-15 | login: fix potential null pointer dereference | Ronny Chevalier | |
Fix CID 1304686: Dereference after null check (FORWARD_NULL) However, this commit does not fix any bug in logind. It helps to keep the elect_display_compare() function generic. | |||
2015-06-15 | sysv-generator test: always log to console | Martin Pitt | |
Set $SYSTEMD_LOG_TARGET so that the output always goes to stdout/stderr. This fixes running the test as root, as that logged to the journal previously. https://github.com/systemd/systemd/issues/195 | |||
2015-06-15 | update TODO | Lennart Poettering | |
2015-06-15 | update TODO | Lennart Poettering | |
2015-06-14 | Merge pull request #201 from mbiebl/drop-include_prefix | Kay Sievers | |
build-sys: Drop include_prefix | |||
2015-06-14 | build-sys: Drop include_prefix | Michael Biebl | |
Appears to be unused and a leftover from the udev merge. | |||
2015-06-14 | Merge pull request #144 from teg/udev-spawn-log-less-2 | Kay Sievers | |
udevd: event - don't log about failures of spawn processes when this … | |||
2015-06-14 | Merge pull request #200 from kaysievers/wip | Kay Sievers | |
build-sys: include libsystemd-journal and libudev in libshared | |||
2015-06-14 | build-sys: include libsystemd-journal and libudev in libshared | Kay Sievers | |
2015-06-14 | Merge pull request #196 from dvdhrm/bus-map-props | Tom Gundersen | |
tree-wide: fix memory leaks in users of bus_map_all_properties() | |||
2015-06-14 | Merge pull request #198 from ivuk/fix_typo_timesyncd_conf | Tom Gundersen | |
Fix typos in man/timesyncd.conf.xml | |||
2015-06-14 | Merge pull request #192 from phomes/master | Tom Gundersen | |
test-netlink-manual: typo fix | |||
2015-06-14 | Fix typos in man/timesyncd.conf.xml | Igor Vuk | |
2015-06-14 | tree-wide: fix memory leaks in users of bus_map_all_properties() | David Herrmann | |
If you use bus_map_all_properties(), you must be aware that it might touch output variables even though it may fail. This is, because we parse many different bus-properties and cannot tell how to clean them up, in case we fail deep down in the parser. Fix all callers of bus_map_all_properties() to correctly cleanup any context structures at all times. | |||
2015-06-14 | hwdb: add support for Alienware graphics amplifier | Mario Limonciello | |
Unplugging and plugging in the cable will create various scancodes on the keyboard controller. Userspace within X should be able to interact with these to show interesting messages. Assign them to generic prog1/prog2. (David: add comment to hwdb explaining that these keycodes are reserved) | |||
2015-06-14 | man: don't mention '/run' in hwdb.man | David Herrmann | |
We do not support '/run' for hwdb files. Drop it from the man-pages so people don't accidentally use it. This was reported by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2015-06-14 | test-netlink-manual: typo fix | Thomas Hindoe Paaboel Andersen | |
No functional change, but looked weird. | |||
2015-06-14 | Merge pull request #178 from utezduyar/man-sd_bus_message_get_creds | David Herrmann | |
Improve the documentation of bus credentials by mentioning send-time metadata. This needs more love, we should really clarify metadata details here. However, this is still better than nothing, so it's fine. | |||
2015-06-14 | Merge pull request #183 from ssahani/net | David Herrmann | |
Improve tun/tap logging by using the new log_*errno*() functions that set 'errno' explicitly. Also fix a bunch of incorrect errno/r confusions. | |||
2015-06-14 | Merge pull request #191 from kaysievers/resolv | David Herrmann | |
build-sys: merge convenience library libresolve | |||
2015-06-14 | Merge pull request #189 from teg/rtnl-rename | David Herrmann | |
Rename sd_rtnl to sd_netlink to prepare for further netlink-protocol support. Anything rtnl specific still uses the sd_rtnl prefix, but the generic parts (including the bus and message objects) are now called sd_netlink. | |||
2015-06-14 | build-sys: merge convenience library libresolve | Kay Sievers | |
2015-06-14 | Merge pull request #187 from kaysievers/libcleanup | Kay Sievers | |
build-sys: simplify lib dependencies | |||
2015-06-14 | build-sys: simplify lib dependencies | Kay Sievers | |
2015-06-14 | networkd: tuntap improve logging | Susant Sahani | |
Replaces strerror() usage with log_netdev_error_errno() | |||
2015-06-13 | sd-netlink: socket - move some functions from main source file | Tom Gundersen | |
2015-06-13 | sd-netlink: message - split up source file | Tom Gundersen | |
Split netlink-socket.c and rtnl-message.c from netlink-message.c. | |||
2015-06-13 | sd-netlink: drop the write-queue | Tom Gundersen | |
AF_NETLINK is not write-buffered, so this was actually never used. | |||
2015-06-13 | sd-netlink: rename from sd-rtnl | Tom Gundersen | |
2015-06-13 | Merge pull request #184 from l10n-tw/master | Daniel Mack | |
po: fix zh_TW mailing list again. | |||
2015-06-12 | Merge pull request #167 from keszybz/line-oriented-ima-setup | keszybz | |
ima-setup: write policy one line at a time | |||
2015-06-13 | po: fix zh_TW mailing list again. | Jeff Huang | |
2015-06-12 | Merge pull request #179 from l10n-tw/master | Ronny Chevalier | |
po: fix zh_TW mailing list. | |||
2015-06-12 | po: fix zh_TW mailing list. | Jeff Huang | |
2015-06-12 | Merge pull request #164 from l10n-tw/master | Ronny Chevalier | |
Add zh_TW translation. | |||
2015-06-12 | po,catalog: add zh_TW translation. | Jeff Huang | |
2015-06-12 | man: mention sd_bus_message_get_creds as another way | Umut Tezduyar Lindskog | |
of retrieving sd_bus_creds even though sd_bus_creds itself contains very limited information. | |||
2015-06-12 | selinux: whitespace fixes | Lennart Poettering | |
2015-06-12 | Merge pull request #153 from crawford/cciss | Kay Sievers | |
rules: re-add cciss rules | |||
2015-06-12 | Merge pull request #173 from mischief/ipforwarding-3 | Lennart Poettering | |
IPForwarding=kernel v3 | |||
2015-06-12 | Merge pull request #177 from ssahani/net | Daniel Mack | |
core: fix CID 996302 |