Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-10 | shared: add convenience function for validating dns names | Nick Owens | |
2015-06-10 | resolve: move dns routines into shared | Nick Owens | |
2015-06-10 | Merge pull request #147 from poettering/cmsg | Daniel Mack | |
util: introduce CMSG_FOREACH() macro and make use of it everywhere | |||
2015-06-10 | util: introduce CMSG_FOREACH() macro and make use of it everywhere | Lennart Poettering | |
It's only marginally shorter then the usual for() loop, but certainly more readable. | |||
2015-06-10 | Merge pull request #146 from arvidjaar/pr/udev-import-program-exit-code-man | Tom Gundersen | |
man: clarify that IMPORT{program} is done only for zero exit code | |||
2015-06-10 | Fix typo | Zbigniew Jędrzejewski-Szmek | |
Follow up for 7c918141ed. | |||
2015-06-10 | man: clarify that IMPORT{program} is done only for zero exit code | Andrei Borzenkov | |
2015-06-10 | Merge pull request #142 from teg/sd-network-unref-NULL | Lennart Poettering | |
sd-network: allow NULL in sd_network_monitor_unref | |||
2015-06-10 | Merge pull request #140 from teg/man-udev-timeout | Daniel Mack | |
man: udevd - correct default event timeout | |||
2015-06-10 | sd-network: allow NULL in sd_network_monitor_unref | Tom Gundersen | |
Match rest of codebase, we always allow unref'ing NULL. | |||
2015-06-10 | Merge pull request #85 from keszybz/selinux-context | Zbigniew Jędrzejewski-Szmek | |
2015-06-10 | test-copy: test copy_bytes() | Zbigniew Jędrzejewski-Szmek | |
2015-06-10 | man: udevd - correct default event timeout | Tom Gundersen | |
This was changed from 30 to 180 seconds quite some time ago. | |||
2015-06-10 | sd-bus: remove ucred parameter from bus_message_from_header() since we don't ↵ | Lennart Poettering | |
use it anymore | |||
2015-06-10 | sd-bus: fix early exit when we lack all data in bus_get_owner_creds_dbus1() | Lennart Poettering | |
2015-06-10 | build-sys: upgrade shadow variable warnings to errors | Lennart Poettering | |
2015-06-10 | bus-message: remove shadow warning with log_debug_bus_message() | Lennart Poettering | |
2015-06-10 | journald: simplify context handling | Zbigniew Jędrzejewski-Szmek | |
By using our homegrown function we can dispense with all the iffdefery. | |||
2015-06-10 | sd-bus: store selinux context at connection time | Zbigniew Jędrzejewski-Szmek | |
This appears to be the right time to do it for SOCK_STREAM unix sockets. Also: condition bus_get_owner_creds_dbus1 was reversed. Split it out to a separate variable for clarity and fix. https://bugzilla.redhat.com/show_bug.cgi?id=1224211 | |||
2015-06-10 | Merge pull request #132 from ssahani/bond | Lennart Poettering | |
networkd: bond improve logging | |||
2015-06-10 | Merge pull request #138 from ↵ | Lennart Poettering | |
utezduyar/use-async-convenience-function-on-setting-hostname networkd: use async convenience call to set hostname | |||
2015-06-10 | Merge pull request #133 from ssahani/net | Lennart Poettering | |
networkd: vxlan improve logging | |||
2015-06-10 | sd-bus: do not use per-datagram auxiliary information | Zbigniew Jędrzejewski-Szmek | |
SELinux information cannot be retrieved this way, since we are using stream unix sockets and SCM_SECURITY does not work for them. SCM_CREDENTIALS use dropped to be consistent. We also should get this information at connection time. https://bugzilla.redhat.com/show_bug.cgi?id=1224211 "SCM_SECURITY was only added for datagram sockets." | |||
2015-06-10 | Merge pull request #137 from torstehu/correct-typo | Daniel Mack | |
sd-bus: Correct typo | |||
2015-06-10 | networkd: use async convenience call to set hostname | Umut Tezduyar Lindskog | |
2015-06-10 | sd-bus: Correct typo | Torstein Husebø | |
2015-06-10 | Merge pull request #136 from dslul/master | Martin Pitt | |
keymap: Add Samsung NP350V and NP670Z | |||
2015-06-10 | keymap: Add Samsung NP350V and NP670Z | dslul | |
typo keymap: Add Samsung NP350V and NP670Z | |||
2015-06-10 | Merge pull request #117 from ↵ | Lennart Poettering | |
utezduyar/feat/dump-sync-dbus-message-with-logging-on sd-bus: dump sync messages in debug mode | |||
2015-06-10 | Merge pull request #135 from zonque/buildsys | Lennart Poettering | |
build-sys: turn some warnings into errors | |||
2015-06-10 | build-sys: turn some warnings into errors | Daniel Mack | |
Make the build sys error out on missing function prototypes, missing variable declarations, implicit function declarations or forgotten return statements. None of these conditions are acceptable, and by making them hard errors, the build bots can detect them earlier. | |||
2015-06-10 | Merge pull request #130 from whot/hwdb-updates | Daniel Mack | |
Hwdb updates | |||
2015-06-10 | sd-bus: dump sync messages in debug mode | Umut Tezduyar Lindskog | |
2015-06-10 | network: veth imprve logging | Susant Sahani | |
Replaces a lof of strerror() usage with log_netdev_error_errno() | |||
2015-06-10 | networkd: vxlan improve logging | Susant Sahani | |
Replaces a lof of strerror() usage with log_netdev_error_errno() | |||
2015-06-10 | networkd: bond improve logging | Susant Sahani | |
Replaces a lof of strerror() usage with log_netdev_error_errno() | |||
2015-06-10 | hwdb: update Logitech's unifying receiver devices | Peter Hutterer | |
Since 3.19, the devices have the proper vid/pid and the model number in the name. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2015-06-10 | logind,sd-event: drop spurious new-lines | Lennart Poettering | |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal ↵ | Lennart Poettering | |
mask/handlers Also, when the child is potentially long-running make sure to set a death signal. Also, ignore the result of the reset operations explicitly by casting them to (void). | |||
2015-06-10 | signal-util: modernize and share more code | Lennart Poettering | |
2015-06-09 | Merge pull request #126 from phomes/master | Lennart Poettering | |
core: log oom during killing spree | |||
2015-06-09 | core: log oom during killing spree | Thomas Hindoe Paaboel Andersen | |
but don't do anything else. We still want to kill as much as possible. Coverity CID#996306 | |||
2015-06-09 | Merge pull request #122 from martinpitt/master | Lennart Poettering | |
path-util: Fix path_is_mount_point for parent mount points in symlink mode | |||
2015-06-09 | path-util: Fix path_is_mount_point for parent mount points in symlink mode | Martin Pitt | |
When we have a structure like this: /bin -> /usr/bin /usr is a mount point Then path_is_mount_point("/bin", AT_SYMLINK_FOLLOW) needs to look at the pair /usr/bin and /usr, not at the pair / and /usr/bin, as the latter have different mount IDs. But we only want to consider the base name, not any parent. Thus we have to resolve the given path first to get the real parent when allowing symlinks. Bug: https://github.com/systemd/systemd/issues/61 | |||
2015-06-09 | bus-creds: always set SD_BUS_CREDS_PID when we set pid in the mask | Zbigniew Jędrzejewski-Szmek | |
Also reorder the code a bit to be easier to parse. | |||
2015-06-09 | Merge pull request #121 from martinpitt/master | Lennart Poettering | |
build-sys: always dist *.policy.in files | |||
2015-06-09 | build-sys: always dist *.policy.in files | Martin Pitt | |
Unconditionally dist org.freedesktop.{import1,machine1}.policy.in, like all the other *.policy.in files. This avoids missing policy files in the tarball. Spotted by "make distcheck" failure with --disable-importd. | |||
2015-06-09 | Merge pull request #111 from phomes/cleanup_warning_suppression | Lennart Poettering | |
build-sys: don't suppress irrelevant warnings | |||
2015-06-09 | Merge pull request #120 from systemd/revert-115-master | Kay Sievers | |
Revert "hwdb: actually search /run/udev/hwdb.d" | |||
2015-06-09 | Revert "hwdb: actually search /run/udev/hwdb.d" | Lennart Poettering | |