Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-25 | completions: fix/augment zsh completions for systemd-nspawn, busctl, ↵ | Daniel Mack | |
loginctl, hostnamectl, localectl, machinectl | |||
2014-03-25 | update TODO | Lennart Poettering | |
2014-03-25 | update TODO | Lennart Poettering | |
2014-03-24 | core: remove tcpwrap support | Lennart Poettering | |
tcpwrap is legacy code, that is barely maintained upstream. It's APIs are awful, and the feature set it exposes (such as DNS and IDENT access control) questionnable. We should not support this natively in systemd. Hence, let's remove the code. If people want to continue making use of this, they can do so by plugging in "tcpd" for the processes they start. With that scheme things are as well or badly supported as they were from traditional inetd, hence no functionality is really lost. | |||
2014-03-24 | update TODO | Lennart Poettering | |
2014-03-22 | sd-bus: mark sd_bus_unref() as broken regarding self-refs | David Herrmann | |
If you allocate a message with bus==NULL and then unref the main bus, it will free your message underneath and your program will go boom! To fix that, we really need to figure out what the semantics for self-references (m->bus) should be and when/where/what accesses are actually allowed. Same is true for the pseudo-thread-safety we employ.. | |||
2014-03-21 | sd-ipv4ll/networkd: generate predictable addresses | Umut Tezduyar Lindskog | |
Increase the chance of using the same link local address between reboots. The pseudo random sequence of addresses we attempt is now seeded with data that is very likely to stay the same between reboots, but at the same time be unique to the specific machine/nic. First we try to use the ID_NET_NAME_* data from the udev db combined with the machin-id, which is guaranteed to be unique and persistent, if available. If that is not possible (e.g., in containers where we don't have access to the udev db) we fallback to using the MAC address of the interface, which is guaranteed to be unique, and likely to be persistent. [tomegun: three minor changes: - don't expose HASH_KEY in the siphash24 header - get rid of some compile-warnings (and some casts at the same time), by using uint8_t[8] rather than uint64_t in the api - added commit message] | |||
2014-03-21 | update TODO | Lennart Poettering | |
2014-03-20 | TODO | Tom Gundersen | |
2014-03-20 | update TODO | Lennart Poettering | |
2014-03-19 | update TODO | Lennart Poettering | |
2014-03-19 | update TODO | Lennart Poettering | |
2014-03-19 | update TODO | Lennart Poettering | |
2014-03-19 | update TODO | Lennart Poettering | |
2014-03-19 | update TODO | Lennart Poettering | |
2014-03-19 | update TODO | Lennart Poettering | |
2014-03-18 | update TODO | Lennart Poettering | |
2014-03-18 | udate TODO | Lennart Poettering | |
2014-03-18 | update TODO | Lennart Poettering | |
2014-03-17 | update TODO | Lennart Poettering | |
2014-03-17 | update TODO | Lennart Poettering | |
2014-03-15 | networkd: netdev - support joining already existing netdevs | Tom Gundersen | |
2014-03-14 | update TODO | Lennart Poettering | |
2014-03-14 | update TODO | Lennart Poettering | |
2014-03-13 | update TODO | Lennart Poettering | |
2014-03-12 | update TODO | Lennart Poettering | |
2014-03-11 | update TODO | Lennart Poettering | |
2014-03-11 | update TODO | Lennart Poettering | |
2014-03-11 | update TODO | Lennart Poettering | |
2014-03-11 | update TODO | Lennart Poettering | |
2014-03-11 | update TODO | Lennart Poettering | |
2014-03-10 | update TODO | Lennart Poettering | |
2014-03-08 | update TODO | Lennart Poettering | |
2014-03-07 | update TODO | Lennart Poettering | |
2014-03-06 | update TODO | Lennart Poettering | |
2014-03-06 | update TODO | Lennart Poettering | |
2014-03-05 | man: ipv4 link-local | Umut Tezduyar Lindskog | |
2014-03-05 | update TODO | Lennart Poettering | |
2014-03-05 | update TODO | Lennart Poettering | |
2014-03-04 | update TODO | Lennart Poettering | |
2014-03-03 | sd-network: IPv4 link-local support [v2] | Umut Tezduyar Lindskog | |
Implements IPv4LL with respect to RFC 3927 (http://tools.ietf.org/rfc/rfc3927.txt) and integrates it with networkd. Majority of the IPv4LL state machine is taken from avahi (http://avahi.org/) project's autoip. IPv4LL can be enabled by IPv4LL=yes under [Network] section of .network file. IPv4LL works independent of DHCP but if DHCP lease is aquired, then LL address will be dropped. [tomegun: removed a trailing newline and a compiler warning] | |||
2014-03-03 | update TODO | Lennart Poettering | |
2014-03-03 | update TODO | Lennart Poettering | |
2014-03-03 | update TODO | Lennart Poettering | |
2014-03-01 | TODO | Tom Gundersen | |
2014-03-01 | update TODO | Thomas Hindoe Paaboel Andersen | |
2014-02-26 | update TODO | Lennart Poettering | |
2014-02-25 | update TODO | Lennart Poettering | |
2014-02-24 | update TODOsystemd/v210 | Lennart Poettering | |
2014-02-24 | update TODO | Lennart Poettering | |