Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-30 | man: fix outdated example in systemd.network | Hong Shick Pak | |
The docs for the DHCP= was updated, but not the example. | |||
2014-07-30 | resolved: properly pass empty answers back to bus clients | Lennart Poettering | |
2014-07-30 | resolve-host: add reverse lookup support | Lennart Poettering | |
2014-07-30 | resolve-host: use the usual log message when encountering a dbus parse failure | Lennart Poettering | |
2014-07-30 | networkd: ipv4ll - configure link-local address independently of DHCPv4 | Tom Gundersen | |
This changes the behavior when both DHCPv4 and IPv4LL are enabled. Before, we would disable IPv4LL when we got a DHCPv4 lease and enable it if the lease was lost. Now we just always set up both, if both are enabled, but the DHCPv4 addresses and routes will always take precedence due to their metric and scope. | |||
2014-07-30 | TODO: update resolved | Kay Sievers | |
2014-07-30 | resolved: add tool to query resolved | Zbigniew Jędrzejewski-Szmek | |
2014-07-30 | resolved: include SOA records in LLMNR replies for non-existing RRs to allow ↵ | Lennart Poettering | |
negative caching | |||
2014-07-30 | TODO | Tom Gundersen | |
2014-07-30 | factory: remove broken pam_limits | Kay Sievers | |
Stupid PAM, please just go away! login[26]: pam_limits(login:session): error parsing the configuration file: '/etc/security/limits.conf' login[26]: pam_unix(login:session): session opened for user root by LOGIN(uid=0) login[26]: Error in service module | |||
2014-07-30 | resolved: fix cname handling | Lennart Poettering | |
2014-07-30 | resolved: properly handle adding empty replies to cache | Lennart Poettering | |
2014-07-30 | update TODO | Lennart Poettering | |
2014-07-30 | resolved: never cache ANY lookups | Lennart Poettering | |
2014-07-30 | udev: fixup commit dd5eddd28a74a49607a8fffcaf960040dba98479 | Hannes Reinecke | |
Commit dd5eddd28a74a49607a8fffcaf960040dba98479 accidentally removed one line too many. | |||
2014-07-30 | keymap: Annotate all micmute workarounds | Martin Pitt | |
Add a comment to all assignments to f20 that this actually should be "micmute" in a future when we aren't limited by X.org's key code limiations any more. | |||
2014-07-30 | keymap: Add microphone mute keymap for Dell Latitude | Hui Wang | |
On the Dell Latitude, the mic mute key event is generated by wmi driver, the keycode assigned to this hotkey from kernel is KEY_MICMUTE (248), this keycode is too big for xorg to handle, in the xorg, the XF86AudioMicMute is assigned to F20. Please refer to 4e648ea0 of xkeyboard-config. BugLink: https://bugs.launchpad.net/bugs/1326684 BugLink: https://bugs.launchpad.net/bugs/1339998 Signed-off-by: Hui Wang <hui.wang@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2014-07-30 | sysv: order initscripts which provide $network before network.target | Lukas Nykryn | |
Due to recent changes where $network "maps" to network-online.target it is not guaranteed that initscript which provides networking will be terminated after network.target during shutdown which is against LSB. | |||
2014-07-30 | update TODO | Lennart Poettering | |
2014-07-30 | resolved: respond to ANY queries from our zone | Lennart Poettering | |
2014-07-30 | resolved: don't accept messages with ANY RRs | Lennart Poettering | |
2014-07-30 | resolved: don't allow adding of ANY class/type RRs to local zones | Lennart Poettering | |
2014-07-30 | update TODO | Lennart Poettering | |
2014-07-30 | resolved: don't do llmnr on interfaces lacking multicasting | Lennart Poettering | |
2014-07-30 | resolved: follow more closely the recommend timeouts and TTLs from the LLMNR ↵ | Lennart Poettering | |
spec | |||
2014-07-30 | resolved: only cache answer RRs, never additional or authoritative RRs of ↵ | Lennart Poettering | |
responses | |||
2014-07-30 | resolved: never attempt negative caching of SOA records | Lennart Poettering | |
2014-07-30 | resolved: when answer A or AAAA questions, order responses by whether ↵ | Lennart Poettering | |
addresses are link-local or not | |||
2014-07-29 | resolved: the llmnr destination address check applies to queries, not to ↵ | Lennart Poettering | |
responses | |||
2014-07-29 | resolved: add more debug logging | Lennart Poettering | |
2014-07-29 | resolved: set LLMNR TCP and UDP TTLs to the values suggested by the RFC | Lennart Poettering | |
2014-07-29 | sd-network: make socket filter programs static const where possible | Lennart Poettering | |
(also, fix some whitespace/indentation issues, and avoid "index" as identifier in order to not clash against libc's "index()" call) | |||
2014-07-29 | resolved: we don't need the DNS server "source" concept anymore, remove it | Lennart Poettering | |
2014-07-29 | networkd: fix reporting errors from hostnamed | Michael Marineau | |
The return value may be -EINVAL or a positive errno from the dbus message. Check both ranges, otherwise most errors are silently ignored. | |||
2014-07-29 | resolved: discard more invalid llmnr messages | Lennart Poettering | |
2014-07-29 | Update TODO | Lennart Poettering | |
2014-07-29 | resolved: when resolving an address PTR record via llmnr, make a tcp ↵ | Lennart Poettering | |
connection by default | |||
2014-07-29 | resolve: add llmnr responder side for UDP and TCP | Lennart Poettering | |
Name defending is still missing. | |||
2014-07-29 | barrier: fix race in test-code | David Herrmann | |
The barrier_wait_next_twice* test-cases run: Parent: Child: set_alarm(10) sleep_for(1); ... set_alarm(1); sleep_for(2) ... Therefore, the parent exits after 2+ periods, the client's alarm fires after 2+ periods. This race turns out to be lost by the child on other machines, so avoid it by increasing the parent's sleep-interval to 4. This way, the client has 2 periods to run the barrier test, which is far more than enough. | |||
2014-07-29 | build-sys: add missing files for distcheck | Kay Sievers | |
2014-07-29 | test: test_tables - fix missing symbols when --gc-sections are not available | Kay Sievers | |
2014-07-29 | factory: install minimal PAM and nsswitch config | Kay Sievers | |
2014-07-29 | udev: place opening { at the same line as the function declaration | Kay Sievers | |
2014-07-29 | build-sys: remove systemd-coredumpctl symlink | Kay Sievers | |
2014-07-29 | udev: unify event timeout handling | Kay Sievers | |
2014-07-29 | udevd: add --event-timeout commandline option | Hannes Reinecke | |
Some events take longer than the default 30 seconds. Killing those events will leave the machine halfway configured. Add a commandline option '--event-timeout' to handle these cases. | |||
2014-07-29 | login: update systemd-user PAM configuration file | Kay Sievers | |
2014-07-29 | time-util: add and use USEC/NSEC_INFINIY | Kay Sievers | |
2014-07-29 | barrier: convert msecs to usecs in test-code | David Herrmann | |
Avoid using msecs in favor of usec_t. This is more consistent with the other parts of systemd and avoids the confusion between msec and usec. We always use usecs, end of story. | |||
2014-07-29 | terminal/subterm: use usec_t instead of "unsigned long" | David Herrmann | |
Avoid hard-coding "unsigned long" and use the usec_t type defined in src/shared. |