Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-11 | bus-proxy: print message direction in policy logs | David Herrmann | |
Make sure to print "dbus-1 to kernel" or "kernel to dbus-1" in policy logs to better diagnose the situation. | |||
2015-01-11 | bus-proxy: fix swapped path/interface debug messages | David Herrmann | |
The policy debug messages swapped "path=" and "interface=", fix this. | |||
2015-01-09 | bus-proxy-test: show parsed system/session policy | Lennart Poettering | |
2015-01-09 | bus-proxy: eat up "*" matches, they are pointless | Lennart Poettering | |
2015-01-09 | bus-proxyd: xml - consider empty tags as recv | Kay Sievers | |
2015-01-09 | bus-proxy: make sure sure eavesdrop= XML attributes are properly handled | Lennart Poettering | |
2014-12-30 | tree-wide: spelling fixes | Veres Lajos | |
https://github.com/vlajos/misspell_fixer https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa Thanks to Torstein Husebo <torstein@huseboe.net>. | |||
2014-12-23 | core: rearrange code so that libsystemd/sd-bus/ does not include header ↵ | Lennart Poettering | |
files from core Stuff in src/shared or src/libsystemd should *never* include code from src/core or any of the tools, so don't do that here either. It's not OK! |