Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-03 | connections/ethernet: report_{debug,iproute} fixes | Jim Pryor | 1 | -2/+2 |
2009-12-03 | connections/wireless: is_interface needed quotes, and wasn't exiting on failure | Jim Pryor | 1 | -1/+1 |
2009-12-03 | connections/wireless: add some quotes | Jim Pryor | 1 | -5/+5 |
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 |
2009-09-23 | Add WPA_DRIVER, WPA_COUNTRY and handle WEP string keys | James Rayner | 3 | -14/+19 |
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 |
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 |
2009-09-14 | don't count profile as connected if it was suspended without a profile-down | Jim Pryor | 1 | -1/+1 |
2009-09-14 | More localized sourcing | Jim Pryor | 2 | -23/+12 |
2009-09-14 | src/network tweaks | Jim Pryor | 1 | -21/+37 |
2009-09-14 | Consolidate check_iface and get_iface_prof | Jim Pryor | 1 | -25/+13 |
2009-09-14 | load hooks only from /usr/lib/network/hooks | Jim Pryor | 1 | -10/+4 |
2009-09-14 | revert regexp ESSID patches | Jim Pryor | 3 | -26/+14 |
2009-09-14 | /sys/class/rfkill/rfkillN/state=2 for disabled on my system | Jim Pryor | 1 | -1/+1 |
2009-09-14 | remove duplicated list_networks | Jim Pryor | 1 | -40/+0 |
2009-09-14 | Returns and exits | Jim Pryor | 4 | -10/+18 |
2009-09-14 | Sourcing not necessary in get_rf_state, set_rf_state | Jim Pryor | 1 | -4/+1 |
2009-09-14 | check for $IFACE_DIR/$INTERFACE before sourcing | Jim Pryor | 1 | -2/+2 |
2009-09-14 | tabs->spaces, vim modelines | Jim Pryor | 13 | -174/+178 |
2009-09-14 | Tweaks while merging | Jim Pryor | 6 | -38/+40 |
2009-09-07 | Rework rfkill into re-usable functions | James Rayner | 3 | -74/+74 |
2009-09-07 | Generalise wpa_supplicant scan information | James Rayner | 1 | -7/+51 |
2009-09-07 | Added initial rfkill support | James Rayner | 3 | -33/+79 |
2009-09-07 | at_interface_{up,down} => IFACE_{UP,DOWN} | Jim Pryor | 2 | -36/+31 |
2009-09-07 | Read /etc/network.d/interfaces/ when loading profile | James Rayner | 2 | -10/+9 |
2009-09-07 | quotes around $(...) where needed | Jim Pryor | 5 | -6/+6 |
2009-09-07 | Replace pipe to xargs with pipe to while read... | Jim Pryor | 1 | -1/+3 |
2009-09-07 | typo in a comment | Jim Pryor | 1 | -1/+1 |
2009-09-07 | move checkyesno to globals, make NETCFG_DEBUG a yes/no setting (default=no) | Jim Pryor | 2 | -29/+33 |
2009-09-07 | Comments, more harmless bits | Jim Pryor | 4 | -11/+20 |