Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-09 | delta: ensure that d_type will be set on every fs | Lukas Nykryn | |
2014-01-08 | build-sys: fix distcheck | Zbigniew Jędrzejewski-Szmek | |
2014-01-08 | networkd: print the received DHCPv4 address and gateway | Zbigniew Jędrzejewski-Szmek | |
It seems that networkd stores in_addr.s_addr contents in reverse order (little-endian, not network order). This is a bit confusing, but sd_rtnl evidently likes this order. | |||
2014-01-08 | networkd: use structured logging for links and bridges | Zbigniew Jędrzejewski-Szmek | |
2014-01-08 | No need to canonicalize fixed paths | Zbigniew Jędrzejewski-Szmek | |
2014-01-08 | Improve messages about user mode a bit | Zbigniew Jędrzejewski-Szmek | |
2014-01-09 | nspawn: do not invoke RegisterMachine on machined from inside the new PID ↵ | Lennart Poettering | |
namespace On kdbus user credentials are not translated across PID namespaces, but simply invalidated if sender and receiver namespaces don't match. This makes it impossible to properly authenticate requests from different PID namespaces (which is probably a good thing). Hence, register the machine in the parent and not the client and properly synchronize this. | |||
2014-01-09 | bus: make the bus driver support the driver interface under both / and ↵ | Lennart Poettering | |
/org/freedesktop/DBus Some clients apparently use the "/" path instead of "/org/freedesktop/DBus". dbus-daemon didn't care, so we need to support both. | |||
2014-01-09 | logind: wait for the user service to finish startup before completing login ↵ | Lennart Poettering | |
attempt | |||
2014-01-08 | driverd: fix use-after-free error when maintaining match lists | Lennart Poettering | |
2014-01-08 | Revert "bus-driverd: do not track identical matches" | Kay Sievers | |
This reverts commit 234e28aa1cd37dee597c719ac5ca004c6215d28c. | |||
2014-01-08 | bus: export bus address also when compiled without kdbus | Mantas Mikulėnas | |
It was removed from user@.service, so it should be added here. | |||
2014-01-08 | bus: use existing macros from def.h | Mantas Mikulėnas | |
2014-01-08 | bus-driverd: do not track identical matches | Kay Sievers | |
Identical matches are only one time in the hash map but multiple times in the list; when removing, the hash will be empty but the list still has entries. Not adding dupicates to the list should keep us in sync and prevent hitting the assert. | |||
2014-01-08 | bus-driverd: properly reply to UpdateActivationEnvironment call | Kay Sievers | |
2014-01-08 | dbus1-generator: install user version | Kay Sievers | |
2014-01-08 | pam_systemd: export DBUS_SESSION_BUS_ADDRESS | Kay Sievers | |
2014-01-08 | bus: allow omitting quotes for values in match strings | Lennart Poettering | |
dbus-daemon allows this, the dbus specification doesn't explicitly say anything about it, so let's follow dbus-daemon on this. | |||
2014-01-08 | update TODO | Lennart Poettering | |
2014-01-08 | bus-driverd: implement UpdateActivationEnvironment method | Kay Sievers | |
2014-01-07 | man: document label escaping functions | Zbigniew Jędrzejewski-Szmek | |
2014-01-07 | man: fix bogus description of sd_bus_creds_has_*_cap | Zbigniew Jędrzejewski-Szmek | |
2014-01-07 | dbus1-generator: fix copy-pasto | Zbigniew Jędrzejewski-Szmek | |
2014-01-07 | sleep.c: fix typo | Michele Curti | |
2014-01-07 | man: document sd-bus error functions | Zbigniew Jędrzejewski-Szmek | |
2014-01-08 | bus-driverd: support user mode | Kay Sievers | |
2014-01-08 | bus-proxyd: support --user bus address | Kay Sievers | |
2014-01-07 | keymap: Recognize different Toshiba Satellite capitalizations | Martin Pitt | |
https://launchpad.net/bugs/665918 | |||
2014-01-06 | hwdb: fix match for Thinkpad X201 tablet | AppleBloom | |
https://bugs.freedesktop.org/show_bug.cgi?id=71929 | |||
2014-01-06 | hwdb: remove duplicate entry for Samsung 700Z | Dmitry Pisklov | |
keyboardbrightnessup/down are not even real keys. https://bugs.freedesktop.org/show_bug.cgi?id=72311 | |||
2014-01-06 | hwdb: add Samsung 700G | Dmitry Pisklov | |
https://bugs.freedesktop.org/show_bug.cgi?id=72311 | |||
2014-01-06 | hwdb: change key mappings for Samsung 90X3A | Raudi | |
The Key codes didn't match with the described key. Also the key identifier strings were missing. I hope I chose appropriate ones. https://bugs.freedesktop.org/show_bug.cgi?id=70296 | |||
2014-01-07 | mount: don't creat local-fs.target links for mount units when runnin in user ↵ | Lennart Poettering | |
mode | |||
2014-01-07 | dbus1-generator: always pull proxy socket into sockets.target | Kay Sievers | |
dbus.socket does that for --system, we need to explicitly pull it in for --user. | |||
2014-01-07 | core: do not add implicit dbus.socket dependency | Kay Sievers | |
Sockets are ordered before sockets.target anyway, and sockets.target is ordered before basic.target, and hence all bus services end up being ordered after dbus.socket anyway. Since for kdbus clients dbus.socket is obsolete, let's not add this dependency explicitly. Also, it's hot in Australia and we are going for breakfast now. | |||
2014-01-07 | bus-proxyd: --user -- add Accept=yes to socket | Kay Sievers | |
2014-01-07 | update TODO | Lennart Poettering | |
2014-01-07 | core: --user -- add basic.target an sort against it like --system does | Kay Sievers | |
2014-01-07 | core: --user -- move generator directories from /tmp to $XDG_RUNTIME_DIR | Kay Sievers | |
2014-01-07 | bus-proxyd: fix socket path | Kay Sievers | |
2014-01-06 | libsystemd-dns: expose list of DNS servers | Tom Gundersen | |
My original patch only returned the first DNS server, but we might want all of them. | |||
2014-01-05 | libsystemd-dhcp: expose received DNS server | Tom Gundersen | |
2014-01-05 | configure: use POSIX conformant syntax for test | Dave Reisner | |
In shells like bash, == and = are equivalent in test contexts. In POSIX compliant shells, == isn't a valid operator. | |||
2014-01-05 | Fix format string mismatch introduced in ab9001a1 | Michael Scherer | |
src/libsystemd-bus/sd-bus.c: In function 'sd_bus_open_user': src/libsystemd-bus/sd-bus.c:1104:25: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'long unsigned int' [-Wformat=] asprintf(&b->address, UNIX_USER_BUS_FMT, (unsigned long) getuid()); | |||
2014-01-05 | Revert "bus: driverd: don't attempt to remove from empty list" | Kay Sievers | |
We need to find the real reason for the failure, this just avoids the symptoms. This reverts commit 215c7625dd510759290d45d6c46434e4338843ec. | |||
2014-01-05 | journal: Add missing byte order conversions | George McCollister | |
Convert entry_array.items[0] to host byte order prior to passing it to chain_cache_put(). [zj: also use le64toh in journal-verify.c] https://bugs.freedesktop.org/show_bug.cgi?id=73194 | |||
2014-01-05 | shared/install: use char** convention for strvs | Zbigniew Jędrzejewski-Szmek | |
2014-01-05 | Remove unused variables | Zbigniew Jędrzejewski-Szmek | |
2014-01-05 | strv: multiple cleanups | Simon Peeters | |
- turn strv_merge into strv_extend_strv. appending strv b to the end of strv a instead of creating a new strv - strv_append: remove in favor of strv_extend and strv_push. - strv_remove: write slightly more elegant - strv_remove_prefix: remove unused function - strv_overlap: use strv_contains - strv_printf: STRV_FOREACH handles NULL correctly | |||
2014-01-05 | shared: util.c: unify split and split_quoted | Simon Peeters | |