Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-22 | Add NEWS file | Rémy Oudompheng | 1 | -0/+22 | |
2011-03-16 | replace dhcpcd -x with dhcpcd -k (FS#23293) | Andrea Scarpino | 1 | -1/+1 | |
2011-02-05 | Add vlan support to netcfg | Thomas S Hatch | 3 | -0/+57 | |
2011-01-22 | Merge openvpn support (FS#21490) | Andrea Scarpino | 2 | -0/+62 | |
2011-01-20 | Change default wpa driver to nl80211,wext - requires wpa_supplicant 0.7 | Thomas Bächler | 4 | -4/+4 | |
2010-11-21 | Make sure $STATE_DIR and expected subdirs are created | Jesse Young | 1 | -5/+12 | |
Signed-off-by: Jesse Young <jesse.young@gmail.com> | |||||
2010-11-21 | Update pm-utils handler | James Rayner | 1 | -8/+16 | |
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#19823 - Improve zsh completion support | James Rayner | 1 | -1/+26 | |
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-11-21 | FS#17190 - fix auto-wired, improve handling of static connections | James Rayner | 1 | -14/+21 | |
2010-10-21 | fix a typo in the manpage (FS#21377) | Andrea Scarpino | 1 | -1/+1 | |
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 | 7 | -0/+19 | |
2010-02-21 | netcfg v2.5.4 | James Rayner | 2 | -2/+2 | |
2010-02-21 | Bridge example connection | James Rayner | 1 | -0/+5 | |
2010-02-21 | Add simple bridging support | Thomas Bächler | 1 | -0/+51 | |
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 | |