- 12 Feb, 2019 1 commit
-
-
Jouke Witteveen authored
-
- 07 Feb, 2019 3 commits
-
-
Jouke Witteveen authored
The same functionality is provided by wpa_supplicant, so we do not need an extra and Arch Linux specific dependency.
-
Jouke Witteveen authored
When accept_ra is set to 1, router advertisements are still ignored if the interface is in forwarding mode. For such configurations, the interface should have a static configuration and netctl already sets accept_ra to 0. Setting it to 2 otherwise forces the kernel to accept router advertisements regardless of the forwarding setting.
-
The Makefile commands in use include bash-specific features like brace expansion, and thus cannot run under the default /bin/sh shell as that may or may not be GNU bash (bash supports brace expansion even in posix mode). Consequently, the Makefile failed to execute correctly when the system /bin/sh was a different sh implementation, such as dash or busybox ash. Fix this by declaring the SHELL which will be used when running all commands.
-
- 15 Nov, 2018 3 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
Signed-off-by:
Christoph Hoopmann <christophhoopmann@gmail.com>
-
- 07 Aug, 2018 1 commit
-
-
Jouke Witteveen authored
-
- 04 Aug, 2018 1 commit
-
-
Jouke Witteveen authored
-
- 03 Aug, 2018 1 commit
-
-
Jouke Witteveen authored
Depend on the interface, not on the implementation. Nevertheless, for netctl, openresolv is the preferred implementation.
-
- 02 Aug, 2018 1 commit
-
-
Jouke Witteveen authored
Inside double quotes, backslash is an escape character. Hence, it is cleaner to use single quotes where backslashes may occur. This includes pattern strings for print, grep, and sed.
-
- 29 Jul, 2018 1 commit
-
-
Jouke Witteveen authored
This also allows hooks to alter the profile to be loaded.
-
- 28 Jul, 2018 1 commit
-
-
Jouke Witteveen authored
The .include directive in systemd unit files has effectively been deprecated since systemd v210. Its functionality is subsumed by drop-in directories.
-
- 26 Jun, 2018 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
- 25 Jun, 2018 1 commit
-
-
Jouke Witteveen authored
Strictly speaking, we should check with the SSIDEncoding value sent out by the station, as specified in the 2012 version of 802.11 (page 566), but wpa_supplicant does not (yet) expose this information and stations may not set the field to UTF-8 and still encode their SSID accordingly. We therefore assume SSIDs to be UTF-8 encoded (the only real alternative is treating SSIDs as raw byte string) in wifi-menu. Note that wifi-menu is only provided as a convenience and many/most use cases involve writing profile files manually. When the current character map is not set to UTF-8, wifi-menu will only use ASCII characters in its screen output. This can be forced using for example `LC_CTYPE=C wifi-menu`. Thanks to Declspeck <declspeck@declblog.com> for their activity on the Flyspray task.
-
- 23 Jun, 2018 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
Hooks can now tell the command to be executed by looking at $Command. The value will be "start", "stop", or "" (undefined), depending on the reason a profile is being sourced.
-
- 22 Mar, 2018 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
- 16 Mar, 2018 1 commit
-
-
- 26 Feb, 2018 1 commit
-
-
Jouke Witteveen authored
-
- 19 Dec, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 05 Dec, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 03 Dec, 2017 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
On termination, pppd runs a script to restore resolve.conf to the state it was in before pppd started. When we do not wait for the termination of pppd to complete, systemd kills this script and resolve.conf is not restored. Reported by KF <kecef@aol.com> in FS#53572
-
- 13 Oct, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 10 Oct, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 08 Oct, 2017 3 commits
-
-
Jouke Witteveen authored
Not using `quote_readline` also makes bash completion usable without the bash-completion suite.
-
Jouke Witteveen authored
This covers some corner cases where, for instance, IFS does not contain whitespace characters.
-
Jouke Witteveen authored
Reported by Michaël Cadilhac <michael@cadilhac.name>
-
- 31 Jul, 2017 1 commit
-
-
Jouke Witteveen authored
According to hostnamectl(1), network configuration should only influence the transient hostname. Observed and reported by Stefan (steinwanderer).
-
- 15 Jun, 2017 1 commit
-
-
Jouke Witteveen authored
The sed alternative to the grep/substring combination would be sed -n 's/ssid=//p;T_;q0;:_;$q1' which is as beautiful as it is unreadable.
-
- 29 May, 2017 1 commit
-
-
Jouke Witteveen authored
The shorthand && or || sets the return value to 1 when they fail, which can then become the return value of a function. Observed and reported by David Dorfman.
-
- 25 Mar, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 21 Mar, 2017 1 commit
-
-
- 14 Mar, 2017 4 commits
-
-
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Jouke Witteveen authored
-
Jouke Witteveen authored
A generated config file could be left behind. This occurs for instance when a removable interface is removed when used or when an interface is blocked by rfkill, but netctl is not instructed to utilize its rfkill routines.
-
Jouke Witteveen authored
-