summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Returns and exitsJim Pryor5-11/+19
2009-09-14Sourcing not necessary in get_rf_state, set_rf_stateJim Pryor1-4/+1
2009-09-14check for $IFACE_DIR/$INTERFACE before sourcingJim Pryor2-3/+3
2009-09-14tabs->spaces, vim modelinesJim Pryor15-225/+230
2009-09-14Tweaks while mergingJim Pryor7-42/+44
2009-09-07Rework rfkill into re-usable functionsJames Rayner4-76/+82
2009-09-07Generalise wpa_supplicant scan informationJames Rayner1-7/+51
2009-09-07Added initial rfkill supportJames Rayner3-33/+79
2009-09-07at_interface_{up,down} => IFACE_{UP,DOWN}Jim Pryor2-36/+31
2009-09-07Read /etc/network.d/interfaces/ when loading profileJames Rayner2-10/+9
2009-09-07indentationJim Pryor1-17/+17
2009-09-07quotes around $(...) where neededJim Pryor5-6/+6
2009-09-07Replace pipe to xargs with pipe to while read...Jim Pryor1-1/+3
2009-09-07typo in a commentJim Pryor1-1/+1
2009-09-07move checkyesno to globals, make NETCFG_DEBUG a yes/no setting (default=no)Jim Pryor3-32/+36
2009-09-07add an improved pm-utils handlerJames Rayner1-0/+44
2009-09-07Comments, more harmless bitsJim Pryor4-11/+20
2009-09-07long switches when calling netcfgJim Pryor1-2/+2
2009-09-07Lots of little tweaks that should never hurt. Some of them may help inJames Rayner9-51/+59
2009-09-07respect TMPDIRJim Pryor3-9/+9
2009-09-07wireless-dbus tweaksJim Pryor1-2/+2
2009-09-07i/o tweaksJim Pryor3-5/+10
2009-09-07Use wpa_supplicant for list_networksJames Rayner2-29/+21
2009-09-02Shorten find_ap/essid and allow net-profiles to continue if a profile failsJames Rayner2-3/+2
2009-08-17prevent check_iface from always returning external, output from get_iface_profJames Rayner1-4/+4
2009-08-15quotes!Jim Pryor13-115/+114
2009-08-15extend set_interface usage to netcfg-auto-wirelessJim Pryor1-3/+6
2009-08-15Isolate ip to ethernet-iproute, ifconfig to ethernet + wirelessJim Pryor3-16/+27
2009-08-15start consolidation of ifconfig/ip/set_interfaceJim Pryor4-20/+42
2009-08-15Improve suspend/resume, allow for subsets of ifacesJim Pryor1-16/+35
2009-08-15improve list_networks, report APs tooJim Pryor1-9/+31
2009-08-15Add AP argument to profile, also let ESSID arguments be regexpsJim Pryor6-38/+119
2009-08-15silence an error in set_ifaceJim Pryor1-1/+1
2009-08-15use STATE_DIR in /usr/bin/netcfgJim Pryor1-4/+4
2009-08-15make wep_check more robustJim Pryor1-1/+1
2009-08-15give wireless-dbus smarter read_configJim Pryor1-3/+8
2009-08-15net-auto daemon file? already started?Jim Pryor1-4/+14
2009-08-15Integrate netcfg-menu and net-profilesJim Pryor2-12/+42
2009-08-15use subshells as sandboxes, and failing POST_UP/PRE_DOWN abortsJim Pryor1-18/+46
2009-08-15Improve listing/iterating over profilesJim Pryor2-19/+27
2009-08-15Improve debugging and error-reporting.Jim Pryor3-12/+13
2009-08-15document WPA_GROUPJim Pryor1-0/+3
2009-08-15grep tweaksJim Pryor5-11/+11
2009-08-15More secure temp WPA_CONFIG fileJim Pryor1-15/+13
2009-08-15Don't overwrite existing $WEP_OPTSJim Pryor1-5/+7
2009-08-15ethernet_up will create resolv.conf also for $DNSJim Pryor1-1/+1
2009-08-15Sanitize quotes for wpa_startJim Pryor1-0/+5
2009-08-15wpa_cli, start/stop_wpa, wpa_check tweaksJim Pryor4-19/+28
2009-08-15Make python script use i/o hooks tooJim Pryor1-17/+49
2009-08-15Everyone use i/o functions from globals/hooksJim Pryor8-37/+17