Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-21 | Add adjustable netmask to IP='static' | James Rayner | 2 | -2/+5 | |
2010-02-21 | netcfg v2.5.3 | James Rayner | 2 | -2/+2 | |
2010-02-21 | Add missing include. FS#18411 | James Rayner | 1 | -0/+1 | |
2010-02-21 | Fix FS#18391, FS#18385, broken rfkill, handle hard more appropriately | James Rayner | 3 | -26/+28 | |
2010-02-21 | Modify examples to prevent quoting issues as illustrated by FS#18405 | James Rayner | 11 | -67/+67 | |
2010-02-21 | Handle undefined SECURITY, set example to be explicit | James Rayner | 2 | -0/+2 | |
2010-02-18 | netcfg v2.5.2 | James Rayner | 2 | -2/+2 | |
2010-02-18 | fix FS#17190 properly | James Rayner | 1 | -2/+3 | |
2010-01-31 | netcfg v2.5.1 | James Rayner | 3 | -3/+6 | |
2010-01-31 | Fix FS#17190, not exiting loop correctly | James Rayner | 1 | -3/+3 | |
2010-01-31 | Add missing wireless, wpa-configsection example | James Rayner | 1 | -0/+16 | |
2010-01-31 | netcfg v2.5.0 | James Rayner | 2 | -2/+2 | |
2010-01-31 | Make net-profiles take all networks down correctly, fix FS#17406 | James Rayner | 1 | -2/+2 | |
2010-01-31 | Fix FS#17406, FS#17307 | James Rayner | 3 | -26/+16 | |
2010-01-30 | Add early checks for optional dependencies | James Rayner | 3 | -0/+16 | |
2010-01-30 | Fix race, make wpa_supplicant wait for the wpa_actiond connection | James Rayner | 1 | -0/+1 | |
2009-12-31 | netcfg v2.5.0rc2 | James Rayner | 2 | -2/+2 | |
2009-12-31 | fix error bringing interface down | James Rayner | 1 | -1/+1 | |
2009-12-03 | network: is_interface ignoring $1 | Jim Pryor | 1 | -1/+2 | |
Was the intent for is_interface to be passed the INTERFACE as a parameter (that's how it's called in most or all places)? Or to read INTERFACE from the current environment? That's how it's implemented. Also made INTERFACE in bring_interface a local variable. I don't think this should break anything, but I'm only 95% confident. | |||||
2009-12-03 | connections/ethernet: report_{debug,iproute} fixes | Jim Pryor | 1 | -2/+2 | |
* fix report_debug filename * unecessary return after report_iproute * add another report_debug Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-12-03 | connections/wireless: is_interface needed quotes, and wasn't exiting on failure | Jim Pryor | 1 | -1/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-12-03 | connections/wireless: add some quotes | Jim Pryor | 1 | -5/+5 | |
Sometimes just for coding style (inside [[ ]]), othertimes a necessary precaution. Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-12-03 | netcfg.action: save static profiles in array | Jim Pryor | 1 | -6/+5 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-12-03 | netcfg.action: permit down) method to exit 0, fix "list profiles" bug | Jim Pryor | 1 | -2/+2 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-12-03 | netcfg.action: add quotes | Jim Pryor | 1 | -12/+12 | |
Quotes aren't needed inside [[ ]] because that construction doesn't do word expansion. But I think (partly from my own urging) this is the style used throughout the rest of the code. And we should have the quotes in lines like: netcfg "$profile". Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-12-03 | netcfg.action: missing extglob marker, don't try dhcp profiles twice | Jim Pryor | 1 | -2/+4 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-12-03 | Makefile bug | Jim Pryor | 1 | -1/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-11-18 | FS#14509 - add DHCLIENT_OPTIONS for dhclient based setup | James Rayner | 1 | -1/+1 | |
2009-11-18 | FS#13418,FS#12505 - add zsh/bash completion | James Rayner | 4 | -34/+91 | |
2009-11-18 | FS#16781 - missing quote, remove dbus examples | James Rayner | 3 | -14/+1 | |
2009-11-18 | FS#17148 - using extglob, need it set | James Rayner | 1 | -0/+1 | |
2009-11-14 | netcfg v2.5.0rc1 | James Rayner | 2 | -2/+2 | |
2009-11-14 | finish net-auto-wired, tested and added to Makefile | James Rayner | 3 | -12/+16 | |
2009-11-07 | Tweak docs, add website generation | James Rayner | 7 | -2/+130 | |
2009-11-07 | Prevent corrupting wpa-config WPA_CONF, rfkill on stop | James Rayner | 1 | -2/+11 | |
2009-10-21 | Add initial net-auto-wired concept | James Rayner | 2 | -0/+85 | |
2009-10-19 | Documentation update | James Rayner | 9 | -98/+149 | |
2009-10-03 | connections/ethernet: Don't incorrectly return indicating failure | James Rayner | 2 | -4/+2 | |
2009-09-29 | wpa_actiond-action: Properly quote arguments of the script, they might ↵ | Thomas Bächler | 1 | -7/+7 | |
contain spaces (especially $profile) | |||||
2009-09-27 | Fix symlink creation in Makefile - it shouldn't point to the build directory | Thomas Bächler | 1 | -1/+1 | |
2009-09-27 | Add net-auto-wireless rc.d script for the wpa_actiond mode | Thomas Bächler | 2 | -1/+57 | |
2009-09-27 | Fix wpa_actiond pid file in netcfg-wpa_actiond script | Thomas Bächler | 1 | -4/+4 | |
2009-09-27 | Add stop to netcfg-wpa_actiond, default to WPA2, then WPA. | James Rayner | 2 | -8/+22 | |
2009-09-27 | Rename autowifi->wpa_actiond, add makefile, bugfix | James Rayner | 4 | -4/+5 | |
2009-09-27 | Remove wpa generation duplication, fix wep/none-old | James Rayner | 3 | -65/+54 | |
2009-09-27 | Only flush when disabling wireless interface, tidy up down/forcedown | James Rayner | 3 | -18/+15 | |
2009-09-27 | Fix incorrect continue, and config generation | James Rayner | 1 | -4/+4 | |
2009-09-25 | Integrate netcfg into autowifi | James Rayner | 2 | -0/+132 | |
This is implemented almost entirely as suggested by Thomas, and it depends on autowifi which is his work. autowifi-netcfg provides proper roaming and automatic wireless though wpa_supplicant. To run, use autowifi-netcfg $interface | |||||
2009-09-25 | Large rework of wireless to use wpa_supplicant | James Rayner | 2 | -97/+83 | |
* Connect SECURITY=wep|none with wpa_supplicant * Separate out iwconfig based configuration as -old as a fallback for older hardware * Drop some old quirks, as they're mostly needed for iwconfig based or are needed by deprecated drivers * Drop wpa_passphrase and just generate a config. | |||||
2009-09-23 | Add WPA_DRIVER, WPA_COUNTRY and handle WEP string keys | James Rayner | 3 | -14/+19 | |
WPA_DRVER: Configure the -D argument to wpa_supplicant, for example -Dnl80211 WPA_COUNTRY: Set the 'country=' variable in the wpa_supplicant configuration. WEP string keys: modified such that they may work. Not tested yet. |