- 13 May, 2021 1 commit
-
-
Jouke Witteveen authored
Hooks and interface scripts are now sourced more systematically. Settings of wireless profiles that depend on hooks are now picked up correctly by netctl-auto. Suggested by: Vitor Sakaguti <vis@tutao.de>
-
- 17 Apr, 2020 1 commit
-
-
Jouke Witteveen authored
-
- 07 Feb, 2019 1 commit
-
-
Jouke Witteveen authored
The same functionality is provided by wpa_supplicant, so we do not need an extra and Arch Linux specific dependency.
-
- 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.
-
- 08 Oct, 2017 1 commit
-
-
Jouke Witteveen authored
Reported by Michaël Cadilhac <michael@cadilhac.name>
-
- 14 Mar, 2017 4 commits
-
-
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
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
- 10 Jun, 2016 2 commits
-
-
Jouke Witteveen authored
Status getting commands are now uniform between netctl and netctl-auto. Both support 'is-active' and 'is-enabled'. The 'current' command is dropped from netctl-auto. Its use case is covered by the 'list' command. Suggested by Evgeniy Alekseev <i@arcanis.me>
-
netctl-auto/wpa_actiond will hang on startup, if wpa_supplicant creates an additional control interface and with the -W switch waits for a connection on all control interfaces on startup.
-
- 12 Jan, 2015 1 commit
-
-
Jouke Witteveen authored
The previous wired automatic profile selection procedure was not properly documented. Now both wired and wireless automatic profile selection use ExcludeAuto= and Priority=
-
- 05 Aug, 2014 1 commit
-
-
Jouke Witteveen authored
-
- 01 Mar, 2014 2 commits
-
-
Instead of using systemctl to manage the netctl-auto service, some users try to invoke the start/stop commands of netctl-auto directly. Although this behaviour is explicitly discouraged in the man page, this seems to be a source of confusion. The changes introduced in de8c80f6 will cause other netctl-auto commands to fail if the netctl-auto service was not spawned by systemd. Therefore, this change emits an error message if netctl-auto [start|stop] is invoked from an interactive terminal.
-
Instead of searching for wpa_actiond pid files, the netctl-auto utility now looks for running systemd netctl-auto units.
-
- 22 Oct, 2013 1 commit
-
-
Jouke Witteveen authored
Testing whether transmission is blocked at all is now possible through [[ -n $(rf_status "$Interface" "$RFKill") ]]
-
- 23 Jul, 2013 2 commits
-
-
Sebastian Wicki authored
-
Sebastian Wicki authored
-
- 21 Jul, 2013 1 commit
-
-
Sebastian Wicki authored
This adds a command line interface to the netctl-auto script to allow users more control over the automatic profile selection.
-
- 15 Apr, 2013 1 commit
-
-
Jouke Witteveen authored
Use 'wpa' to refer to the 802.11i and 802.1x client side software (wpa_supplicant) in general.
-
- 19 Mar, 2013 1 commit
-
-
Jouke Witteveen authored
wpa_supplicant would not immediately terminate with an attached ctrl monitor.
-
- 03 Jan, 2013 1 commit
-
-
Jouke Witteveen authored
This settles a style for 'case' statements: The label and closing colons are indented with two spaces, The body is indented with two more, totalling four spaces.
-
- 31 Dec, 2012 1 commit
-
-
Jouke Witteveen authored
Curtis Shimamoto noted it did not work.
-
- 28 Dec, 2012 2 commits
-
-
Jouke Witteveen authored
This commit contains the refactoring and rewriting of code.
-
Jouke Witteveen authored
This commit contains the moving of files.
-
- 14 Oct, 2012 1 commit
-
-
Jouke Witteveen authored
Prepare for the 3.0 release.
-
- 12 Oct, 2012 1 commit
-
-
Jouke Witteveen authored
-
- 17 Jul, 2012 1 commit
-
-
Jouke Witteveen authored
-
- 14 Jul, 2012 1 commit
-
-
Jouke Witteveen authored
The command argument to timeout_wait cannot reference positional parameters (they would become the positional parameters to timeout_wait). We kill wpa_actiond if it does not die with wpa_supplicant.
-
- 05 Jul, 2012 2 commits
-
-
Jouke Witteveen authored
wpa_actiond kills itself when wpa_supplicant propagates its termination.
-
Jouke Witteveen authored
This may be set in a custom supplicant configuration file. All this is needed to cater for that. The new name of the tracking variable is WPA_CTRL_DIR, conform the environment variable of wpa_cli -a.
-
- 24 Jun, 2012 1 commit
-
-
Jouke Witteveen authored
The previous commit alters the config file (/etc/conf.d/netcfg), marking the right moment for this change.
-
- 11 Apr, 2012 1 commit
-
-
Jouke Witteveen authored
Configuration is done through /etc/conf.d/netcfg. Compatibility with configuration through /etc/rc.conf is dropped.
-
- 27 Mar, 2012 1 commit
-
-
Jouke Witteveen authored
It needs to be quoted when used as an argument. Putting the name in curly braces is unnecessary.
-
- 12 Mar, 2012 1 commit
-
-
Jouke Witteveen authored
-i is not a very cool parameter for downing an interface. Change it to -D so that it mirrors -R in the sense that a capital is used for interface-based actions. The old behaviour is kept (undocumented) for backward compatibility. Also a typo (iface-recont should have been iface-recon) is fixed. Lastly some restrictions on profile naming are included in the documentation. The "should not start with '@'" is only for usage with net-profiles.
-
- 04 Mar, 2012 1 commit
-
-
Jouke Witteveen authored
The use of cat in a subshell is distractive. This makes the code more beautiful.
-
- 01 Mar, 2012 1 commit
-
-
Jouke Witteveen authored
This is what you get when Dave Reisner points you at some bash anti-patterns. Also in this commit: - updated documentation - bugfix revision of the IPv6 SLAAC address/route bug
-
- 27 Feb, 2012 1 commit
-
-
Jouke Witteveen authored
It is now possible to reconnect based on the name of the interface.
-
- 20 Aug, 2011 1 commit
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 13 Aug, 2011 1 commit
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-