Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-07-28 | networkd: route/address - use trivial hash functions | Tom Gundersen | |
2014-07-28 | networkd: unify handling of stacked netdevs | Tom Gundersen | |
2014-07-28 | networkd: store ifindex as int | Tom Gundersen | |
2014-07-28 | sd-dhcp-server: add forcerenew support | Tom Gundersen | |
2014-07-28 | sd-dhcp-client: add support for FORCERENEW | Tom Gundersen | |
This partially implements RFC3203. Note that we are not fully compliant as we do not support authentication. | |||
2014-07-28 | sd-dhcp-client: listen on UDP socket as soon as a lease is acquired | Tom Gundersen | |
This is necessary in order to listen for FORCERENEW events. | |||
2014-07-28 | dhcp-network: enable IP_FREEBIND for UDP sockets | Tom Gundersen | |
This allows the sockets to be bound to a specific address before it is configured, also enable SO_REUSEADDR to allow multiple DHCP clients to run at the same time. | |||
2014-07-28 | sd-dhcp-client: drop event DHCP_EVENT_NO_LEASE | Tom Gundersen | |
Keep this internal to the client and simply restart it when NAK is receieved, as per the RFC. | |||
2014-07-28 | sd-dhcp-client: only verify UDP messages | Tom Gundersen | |
RAW messages are verified by the BPF in the kernel. | |||
2014-07-28 | journald: always add syslog facility for messages coming from kmsg | Michal Sekletar | |
Set SYSLOG_FACILITY field for kernel log messages too. Setting only SYSLOG_IDENTIFIER="kernel" is not sufficient and tools reading journal maybe confused by missing SYSLOG_FACILITY field for kernel log messages. | |||
2014-07-27 | shell-completion: prevent mangling unit names (bash) | Eric Cook | |
This fixes the issue noted by Zbigniew in most cases. if a unit's name is enclosed in single quotes completion still will not happen after the first `\'. https://bugs.freedesktop.org/show_bug.cgi?id=78388 | |||
2014-07-27 | drop_duplicates: copy full BindMount struct | Ansgar Burchardt | |
At least t->ignore = f->ignore; is missing here. Just copy the full struct to be sure. | |||
2014-07-27 | parse_boolean: require exact matches | Ansgar Burchardt | |
Require exact matches in all cases instead of treating strings starting with 't' ('f') as true (false). This is required for config_parse_protect_system to parse ProtectSystem=full correctly: it uses parse_boolean and only tries a more specific parsing function if that did not return a valid result. Thus "full" was treated as "false" before. | |||
2014-07-27 | factory: nss - add generic config | Kay Sievers | |
2014-07-27 | factory: PAM - add generic fallback config | Kay Sievers | |
Single PAM fallback config file to be used in /etc to allow bootstrapping of a system with an empty /etc. | |||
2014-07-27 | core: only set the kernel's timezone when the RTC runs in local time | Kay Sievers | |
We can not reliably manage any notion of local time. Every daylight saving time change or time zone change by traveling will make the time jump, and the local time might jump backwards which creates unsolvable problems with file timestamps. We will no longer tell the kernel our local time zone and leave everything set to UTC. This will effectively turn FAT timestamps into UTC timestamps. If and only if the machine is configured to read the RTC in local time mode, the kernel's time zone will be configured, but systemd-timesysnc will disable the kernel's system time to RTC syncing. In this mode, the RTC will not be managed, and external tools like Windows bootups are expected to manage the RTC's time. https://bugs.freedesktop.org/show_bug.cgi?id=81538 | |||
2014-07-26 | bash-completion: use list-unit-files to get "all" units | Zbigniew Jędrzejewski-Szmek | |
I think that it is better to return good results slightly more slowly, than partial quickly. Also reading from disk seems fast enough. Even the delay on first try with completely cold cache is acceptable. This is just for bash, 'cause zsh was already doing this. https://bugzilla.redhat.com/show_bug.cgi?id=790768 | |||
2014-07-26 | Print kdbus path when opening fails | Zbigniew Jędrzejewski-Szmek | |
This makes it easier to debug what is going on. |