Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-04 | Remove cat-subshells (cosmetic) | Jouke Witteveen | 2 | -5/+5 | |
The use of cat in a subshell is distractive. This makes the code more beautiful. | |||||
2012-03-03 | Remove deprecated code | Jouke Witteveen | 4 | -36/+4 | |
Remove some code that should not be used anymore. A 2.7 release seems the right point for some minor interface breaking. | |||||
2012-03-01 | Code quality upgrade | Jouke Witteveen | 10 | -53/+53 | |
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 | |||||
2012-02-27 | Reconnect syntax for interfaces (FS#28196) | Jouke Witteveen | 1 | -5/+21 | |
It is now possible to reconnect based on the name of the interface. | |||||
2012-02-23 | Merge remote-tracking branch 'brain0/working' | Jouke Witteveen | 1 | -0/+75 | |
2012-02-22 | Fix IPv6 SLAAC address/route bug | Christoph Vigano | 1 | -1/+6 | |
Fixes FS#26370. | |||||
2011-12-08 | Add PPPoE connection support | Thomas Bächler | 1 | -0/+75 | |
2011-10-15 | 8021x: use an existing wpa_supplicant in scan_info() if available (FS#26036) | Jouke Witteveen | 1 | -4/+14 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-20 | bond: add example, fix missing quotes and typo | Rémy Oudompheng | 1 | -3/+3 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-15 | Merge branch '2.6.x' | Rémy Oudompheng | 2 | -10/+21 | |
2011-08-15 | Add option ESSID_TYPE=hex to support hexadecimal ESSIDs (FS#24333) | Rémy Oudompheng | 1 | -1/+13 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-14 | wireless: also accept leading spaces when parsing control socket path | Rémy Oudompheng | 1 | -2/+2 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-13 | wireless: don't try to source non-existent "wireless" (FS#25514) | Oleksii Tkachuk | 1 | -1/+0 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-13 | ethernet: load ipv6 module if necessary (FS#25530) | Rémy Oudompheng | 1 | -6/+13 | |
If ipv6 module is not loaded, net.ipv6.* settings in /proc/sys are not yet available. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-13 | ethernet: set wpa_supplicant control path if needed (FS#25473) | Rémy Oudompheng | 1 | -1/+6 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-09 | Merge branch '2.6.x' | Rémy Oudompheng | 3 | -13/+19 | |
Conflicts: README | |||||
2011-08-09 | Fix wrong parsing of wpa_supplicant configuration (FS#25464) | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-09 | Unset ROUTES before loading profiles (FS#25432) | Rémy Oudompheng | 1 | -0/+1 | |
2011-08-07 | Better quoting of $profile | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-30 | Use configured control path for wpa_supplicant (FS#24949) | Rémy Oudompheng | 2 | -2/+7 | |
Otherwise the wpa_cli calls may fail if the specified ctrl_interface directory differs from the default one. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-30 | 8021x: prepare for configurable WPA_CTRL_PATH | Rémy Oudompheng | 1 | -11/+11 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-30 | Merge branch '2.6.x' | Rémy Oudompheng | 1 | -4/+4 | |
2011-07-17 | ethernet: specify device name explicitly when setting gateways | Rémy Oudompheng | 1 | -4/+4 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-14 | bond: add minimal support for interface bonding (FS#24802) | Rémy Oudompheng | 1 | -0/+49 | |
Contributed-by: Byron Williams <byron@112percent.com> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-14 | Merge remote-tracking branch 'kylef/tunnel' | Rémy Oudompheng | 1 | -0/+41 | |
2011-07-14 | Don't rely on wpa_cli reconfigure to reload wpa.conf | Rémy Oudompheng | 1 | -6/+9 | |
It seems to sometimes prevent wpa_supplicant to associate properly. | |||||
2011-07-14 | Rework comment formatting. | Rémy Oudompheng | 2 | -23/+32 | |
Avoid duplicating function names in docstrings, and adopt a style similar to doxygen. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-12 | Add support for tunnels | Kyle Fuller | 1 | -0/+41 | |
2011-07-09 | Fix infinite loop in symlinks (FS#25077) | Rémy Oudompheng | 1 | -0/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-03 | ethernet: also stop dhclient when used for DHCPv6 | Rémy Oudompheng | 1 | -0/+8 | |
2011-07-03 | 8021x: fix a typo preventing WEP connection from working (FS#24896) | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-03 | BSSID: fix AP variable and set it to lowercase (FS#24806) | Thomas Lucke (Lucky) | 2 | -2/+2 | |
2011-07-03 | ethernet: correctly stop dhclient when bringing down interfaces (FS#23293) | Xavion | 1 | -3/+13 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-03 | 8021x: create a /var/run/wpa_supplicant symlink for compat | Rémy Oudompheng | 1 | -0/+4 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Add basic tuntap IP configuration capabilities | Rémy Oudompheng | 1 | -0/+4 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Correctly create STATE_DIR before creating WPA configuration file | Rémy Oudompheng | 1 | -0/+1 | |
2011-06-19 | Rationalize source tree hierarchy. | Rémy Oudompheng | 1 | -20/+0 | |
2011-06-19 | Remove last usage of wireless_tools. | Rémy Oudompheng | 1 | -10/+8 | |
Interface is brought up after starting wpa_supplicant for this to work. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Replace iwgetid usage by wpa_cli. | Rémy Oudompheng | 2 | -1/+13 | |
2011-06-19 | Rename wireless module to 'rfkill', remove wep_check | Rémy Oudompheng | 2 | -17/+1 | |
2011-06-19 | Remove now unused functions find_ap() and find_essid() | Rémy Oudompheng | 1 | -59/+0 | |
2011-06-19 | Switch to wpa_supplicant for scanning | Rémy Oudompheng | 2 | -26/+43 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | 8021x: add wpa_supplicant equivalents for find_essid(), find_ap() | Rémy Oudompheng | 1 | -1/+50 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Store wpa_supplicant configuration in /run/network instead of /tmp | Rémy Oudompheng | 2 | -3/+3 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Move wpa_supplicant based list_networks() function to 8021x module | Rémy Oudompheng | 2 | -44/+44 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Hold wpa_cli command line common arguments in $WPA_CLI | Rémy Oudompheng | 1 | -3/+5 | |
2011-06-19 | wireless: remove deprecated options none-old/wep-old | Rémy Oudompheng | 1 | -52/+9 | |
They will be automatically replaced by 'none' and 'wep' and emit a warning message. The associated function iwconfig_up is removed. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Move executable scripts to a separate scripts/ directory | Rémy Oudompheng | 4 | -272/+0 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-18 | Add the ability to disable IPv6 configuratioin ethernet-static | Geert Hendrickx | 1 | -4/+5 | |
Also-Contributed-By: Olivier Mehani <olivier.mehani@nicta.com.au> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-13 | IPv6: remove PREFIXLEN option and turn ADDR6 into an array | Rémy Oudompheng | 1 | -5/+6 | |
This allows configuring multiple IPv6 addresses on the same interface. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> |