Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-21 | FS#21755 - Add option to skip no-carrier test, SKIPNOCARRIER=yes/no | James Rayner | 1 | -1/+1 | |
2010-11-21 | FS#17546 - Don't prevent unmounting if netcfg run in transiently mounted ↵ | James Rayner | 1 | -0/+3 | |
directory & children retain cwd | |||||
2010-11-21 | FS#20150 - 802.11x: correct state check, handle disconnect | James Rayner | 2 | -3/+17 | |
2010-11-21 | FS#20569 - cleaner handling of ppp disconnection | James Rayner | 1 | -1/+7 | |
2010-07-13 | wireless: HIDDEN option: use checkyesno function instead of custom check | Thomas Bächler | 1 | -3/+1 | |
2010-07-13 | wireless: Add support for hidden ssid | Thomas Bächler | 1 | -0/+7 | |
2010-02-21 | netcfg v2.5.4 | James Rayner | 1 | -1/+1 | |
2010-02-21 | Add simple bridging support | Thomas Bächler | 1 | -0/+51 | |
2010-02-21 | Add adjustable netmask to IP='static' | James Rayner | 1 | -2/+3 | |
2010-02-21 | netcfg v2.5.3 | James Rayner | 1 | -1/+1 | |
2010-02-21 | Fix FS#18391, FS#18385, broken rfkill, handle hard more appropriately | James Rayner | 2 | -23/+22 | |
2010-02-18 | netcfg v2.5.2 | James Rayner | 1 | -1/+1 | |
2010-01-31 | netcfg v2.5.1 | James Rayner | 1 | -1/+1 | |
2010-01-31 | netcfg v2.5.0 | James Rayner | 1 | -1/+1 | |
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 | 1 | -0/+5 | |
2009-12-31 | netcfg v2.5.0rc2 | James Rayner | 1 | -1/+1 | |
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-11-18 | FS#14509 - add DHCLIENT_OPTIONS for dhclient based setup | James Rayner | 1 | -1/+1 | |
2009-11-14 | netcfg v2.5.0rc1 | James Rayner | 1 | -1/+1 | |
2009-11-14 | finish net-auto-wired, tested and added to Makefile | James Rayner | 1 | -1/+1 | |
2009-10-19 | Documentation update | James Rayner | 1 | -1/+1 | |
2009-10-03 | connections/ethernet: Don't incorrectly return indicating failure | James Rayner | 2 | -4/+2 | |
2009-09-27 | Add stop to netcfg-wpa_actiond, default to WPA2, then WPA. | James Rayner | 1 | -2/+2 | |
2009-09-27 | Rename autowifi->wpa_actiond, add makefile, bugfix | James Rayner | 1 | -2/+2 | |
2009-09-27 | Remove wpa generation duplication, fix wep/none-old | James Rayner | 2 | -39/+52 | |
2009-09-27 | Only flush when disabling wireless interface, tidy up down/forcedown | James Rayner | 3 | -18/+15 | |
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. | |||||
2009-09-22 | Fix silly code | James Rayner | 1 | -18/+13 | |
2009-09-22 | Rework wireless to use wpa_supplicant more, add CONFIGSECTION support | James Rayner | 3 | -57/+69 | |
CONFIGSECTION will be useful later on for integration with autowifi. It'll allow WPA configurations to be stored _in_ the profile, rather than separately. Experimentally, WEP/none support has been migrated to wpa_supplicant. Support for string keys has not yet been merged. | |||||
2009-09-22 | Merge connections ethernet/ethernet-iproute | James Rayner | 5 | -232/+83 | |
2009-09-14 | Rename set_interface to bring_interface | Jim Pryor | 4 | -13/+13 | |
3. Change the name of "set_interface up/down..." to "bring_interface up/down" to differentiate it from the similarly-named, merely record-keeping functions. Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | don't count profile as connected if it was suspended without a profile-down | Jim Pryor | 1 | -1/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | More localized sourcing | Jim Pryor | 2 | -23/+12 | |
When we're sourcing a profile just to obtain a single variable, use the form: INTERFACE=$(. "$DIR/$profile"; echo "$INTERFACE") This makes it clearer in the source what we're expecting to obtain from the profile, and what we're ignoring. Also allows us to eliminate some more inclusive subshells. Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | src/network tweaks | Jim Pryor | 1 | -21/+37 | |
* changed some report_fails that were called without any preceding report_try --> report_err * deploy new check_iface functionality to profile_up and profile_down and interface_down * have profile_up/down report_debug the results of check_iface * the call to interface_down doesn't need to be sandboxed; all the profile sourcing functions it calls as subroutines do their own sandboxing. Don't they? * added missing INTERFACE="$1" to check_iface * tweaks to bring_interface Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | Consolidate check_iface and get_iface_prof | Jim Pryor | 1 | -25/+13 | |
1. Change the behavior of check_iface to match that of get_iface_prof (that is, echo either "external" or the profile name, and return 0=true, or echo nothing and return 1=false). 2. Then eliminate get_iface_prof. Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | load hooks only from /usr/lib/network/hooks | Jim Pryor | 1 | -10/+4 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | revert regexp ESSID patches | Jim Pryor | 3 | -26/+14 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | /sys/class/rfkill/rfkillN/state=2 for disabled on my system | Jim Pryor | 1 | -1/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | remove duplicated list_networks | Jim Pryor | 1 | -40/+0 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | Returns and exits | Jim Pryor | 4 | -10/+18 | |
* add some abortive returns * some exit tweaks Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | Sourcing not necessary in get_rf_state, set_rf_state | Jim Pryor | 1 | -4/+1 | |
Every time these functions are called, the sourcing has already just been done by the caller. Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | check for $IFACE_DIR/$INTERFACE before sourcing | Jim Pryor | 1 | -2/+2 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | tabs->spaces, vim modelines | Jim Pryor | 13 | -174/+178 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> |