- 25 Feb, 2014 1 commit
-
-
Jouke Witteveen authored
Now a bit more verbose when useful.
-
- 16 Nov, 2013 1 commit
-
-
Jouke Witteveen authored
Errata to f5065. $Key has a capital.
-
- 05 Nov, 2013 1 commit
-
-
Jouke Witteveen authored
-
- 26 Oct, 2013 1 commit
-
-
Jouke Witteveen authored
Some abuse of the stack, but that should be no problem: the user has to enter around 10000 existing profile names which (s)he does not want to overwrite before a stack overflow occurs. Feature suggested by: Paul Bienkowski <opatutlol@aol.com>
-
- 23 Oct, 2013 3 commits
-
-
Jouke Witteveen authored
- Refactorization of option file generation - Introduction of optional additional pppd options file specification - Introduction of unit specification option for pppoe connections
-
Jouke Witteveen authored
Also: tag error messages as systemd error messages when the messages are not directed to the terminal.
-
Jouke Witteveen authored
-
- 22 Oct, 2013 5 commits
-
-
Jouke Witteveen authored
Netctl files can potentially contain passwords or execute code as root.
-
Jouke Witteveen authored
Testing whether transmission is blocked at all is now possible through [[ -n $(rf_status "$Interface" "$RFKill") ]]
-
Jouke Witteveen authored
This is especially useful to enforce connecting in the 5 GHz band.
-
Jouke Witteveen authored
New timeout is 30 seconds, which equals the current dhcpcd default.
-
Jouke Witteveen authored
Hex WEP keys are of even length, ASCII keys are of odd length. Using this information we make wifi-menu work better for WEP networks.
-
- 21 Oct, 2013 1 commit
-
-
Jouke Witteveen authored
Needed in case the remote side of a tunnel is set to 'any'.
-
- 06 Aug, 2013 1 commit
-
-
Jouke Witteveen authored
-
- 28 Jul, 2013 1 commit
-
-
Justin authored
Add missing "$" in variable call.
-
- 24 Jul, 2013 3 commits
-
-
Jouke Witteveen authored
The hooks (including any interface hook) are loaded each time a wpa event occurs. This means the auto.action script can be extended in the hooks. For this purpose, several exported variables (mainly $ACTION) can be checked for their value. The name of the active profile is not exported, but still available (just as in ordinary netctl usage) through the $Profile variable. Profiles ending in .action are disallowed (reserved for possible future use). Both ifplugd and wpa_actiond have a notion of 'action script'.
-
-
Jouke Witteveen authored
This sheds the dependency on the old bridge-utils (brctl).
-
- 23 Jul, 2013 3 commits
-
-
Sebastian Wicki authored
-
Sebastian Wicki authored
-
Sebastian Wicki authored
-
- 21 Jul, 2013 3 commits
-
-
Sebastian Wicki authored
-
Sebastian Wicki authored
This adds a command line interface to the netctl-auto script to allow users more control over the automatic profile selection.
-
Sebastian Wicki authored
This function can be used to unquote WPA supplicant config file strings returned from wpa_cli calls.
-
- 20 Jul, 2013 1 commit
-
-
Jouke Witteveen authored
Instead of filtering results from grep, we can also just use sed. Installations having grep can be expected to have sed as well.
-
- 16 Jul, 2013 3 commits
-
-
systemd is required at runtime and we also need it at build time. New chroots created by Arch's devtools no longer include all base packages and systemd won't be installed unless we depend on it. Without systemd the makefile won't find the unit dir and will install the service files into /. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Jouke Witteveen authored
-
Jouke Witteveen authored
Regardless of the DHCP client, leases are not released by default. This introduces a new configuration parameter: DHCPReleaseOnStop, which can be used to change the default behavior.
-
- 12 Jul, 2013 2 commits
-
-
Jouke Witteveen authored
This adds to 032df. Custom and automatically (in case of IPv6) added routes are now deleted when the interface is brought down.
-
Jouke Witteveen authored
Redirect syntax and a modeline.
-
- 16 Jun, 2013 3 commits
-
-
Jouke Witteveen authored
The declare builtin defaults to making variables local. Previous attempts: 711c4645 e8210827
-
Jouke Witteveen authored
- Add static routes prior to setting the default IP4 gateway (github/pull/43) - Set sysctl property net.ipv6.conf.<interface>.accept_ra earlier (FS#35788)
-
Jouke Witteveen authored
-
- 04 Jun, 2013 1 commit
-
-
Jouke Witteveen authored
Profiles now have access to it.
-
- 21 May, 2013 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
- 18 May, 2013 1 commit
-
-
Jouke Witteveen authored
-
- 17 May, 2013 3 commits
-
-
Substituting "/dev/null/nonexistent" for an empty $Connection, of course, does generally work, but is somewhat ugly (esp. in that the string is appended to $CONN_DIR, so the resulting path may theoretically exist). Instead, substitute an empty string for the complete path if $Connection is empty: an empty string can never be readable. Signed-off-by:
Ivan Shapovalov <intelfx100@gmail.com>
-
Jouke Witteveen authored
By default, dhcpcd requests leases for both versions of IPv6. In the past, dhcpcd did not support IPv6, so this commits restores old behavior.
-
When switching networks in auto.action, the addresses are not flushed. This is especially problematic with stateless ipv6 autoconfigutation, as invalid IPs may stay around until their (potentially very long) lifetime has expired. bring_interface_down is always called after ip_unset everywhere else, so this change does not affect anything else. V2: Make sure not to flush the link local address.
-