Age | Commit message (Expand) | Author | Files | Lines |
2009-09-22 | Merge connections ethernet/ethernet-iproute | James Rayner | 10 | -235/+97 |
2009-09-14 | Rename set_interface to bring_interface | Jim Pryor | 5 | -17/+17 |
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 | added more contrib/ files | Jim Pryor | 5 | -49/+230 |
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 | 2 | -11/+5 |
2009-09-14 | revert regexp ESSID patches | Jim Pryor | 5 | -39/+21 |
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 | 5 | -11/+19 |
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 | 2 | -3/+3 |
2009-09-14 | tabs->spaces, vim modelines | Jim Pryor | 15 | -225/+230 |
2009-09-14 | Tweaks while merging | Jim Pryor | 7 | -42/+44 |
2009-09-07 | Rework rfkill into re-usable functions | James Rayner | 4 | -76/+82 |
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 | indentation | Jim Pryor | 1 | -17/+17 |
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 | 3 | -32/+36 |
2009-09-07 | add an improved pm-utils handler | James Rayner | 1 | -0/+44 |
2009-09-07 | Comments, more harmless bits | Jim Pryor | 4 | -11/+20 |
2009-09-07 | long switches when calling netcfg | Jim Pryor | 1 | -2/+2 |
2009-09-07 | Lots of little tweaks that should never hurt. Some of them may help in | James Rayner | 9 | -51/+59 |
2009-09-07 | respect TMPDIR | Jim Pryor | 3 | -9/+9 |
2009-09-07 | wireless-dbus tweaks | Jim Pryor | 1 | -2/+2 |
2009-09-07 | i/o tweaks | Jim Pryor | 3 | -5/+10 |
2009-09-07 | Use wpa_supplicant for list_networks | James Rayner | 2 | -29/+21 |
2009-09-02 | Shorten find_ap/essid and allow net-profiles to continue if a profile fails | James Rayner | 2 | -3/+2 |
2009-08-17 | prevent check_iface from always returning external, output from get_iface_prof | James Rayner | 1 | -4/+4 |
2009-08-15 | quotes! | Jim Pryor | 13 | -115/+114 |
2009-08-15 | extend set_interface usage to netcfg-auto-wireless | Jim Pryor | 1 | -3/+6 |
2009-08-15 | Isolate ip to ethernet-iproute, ifconfig to ethernet + wireless | Jim Pryor | 3 | -16/+27 |
2009-08-15 | start consolidation of ifconfig/ip/set_interface | Jim Pryor | 4 | -20/+42 |
2009-08-15 | Improve suspend/resume, allow for subsets of ifaces | Jim Pryor | 1 | -16/+35 |
2009-08-15 | improve list_networks, report APs too | Jim Pryor | 1 | -9/+31 |
2009-08-15 | Add AP argument to profile, also let ESSID arguments be regexps | Jim Pryor | 6 | -38/+119 |
2009-08-15 | silence an error in set_iface | Jim Pryor | 1 | -1/+1 |
2009-08-15 | use STATE_DIR in /usr/bin/netcfg | Jim Pryor | 1 | -4/+4 |
2009-08-15 | make wep_check more robust | Jim Pryor | 1 | -1/+1 |
2009-08-15 | give wireless-dbus smarter read_config | Jim Pryor | 1 | -3/+8 |
2009-08-15 | net-auto daemon file? already started? | Jim Pryor | 1 | -4/+14 |
2009-08-15 | Integrate netcfg-menu and net-profiles | Jim Pryor | 2 | -12/+42 |
2009-08-15 | use subshells as sandboxes, and failing POST_UP/PRE_DOWN aborts | Jim Pryor | 1 | -18/+46 |