summaryrefslogtreecommitdiffstats
path: root/src/network
AgeCommit message (Expand)AuthorFilesLines
2009-09-07move checkyesno to globals, make NETCFG_DEBUG a yes/no setting (default=no)Jim Pryor1-28/+0
2009-09-07Lots of little tweaks that should never hurt. Some of them may help inJames Rayner1-16/+20
2009-08-17prevent check_iface from always returning external, output from get_iface_profJames Rayner1-4/+4
2009-08-15quotes!Jim Pryor1-31/+30
2009-08-15Isolate ip to ethernet-iproute, ifconfig to ethernet + wirelessJim Pryor1-6/+17
2009-08-15start consolidation of ifconfig/ip/set_interfaceJim Pryor1-7/+9
2009-08-15Improve suspend/resume, allow for subsets of ifacesJim Pryor1-16/+35
2009-08-15silence an error in set_ifaceJim Pryor1-1/+1
2009-08-15use subshells as sandboxes, and failing POST_UP/PRE_DOWN abortsJim Pryor1-18/+46
2009-08-15Improve listing/iterating over profilesJim Pryor1-15/+22
2009-08-15Everyone use i/o functions from globals/hooksJim Pryor1-0/+1
2009-08-10Erase any suspended profiles on a newly connected interfaceJames Rayner1-0/+13
2009-08-10allow interfaces to be marked as externally controlledJames Rayner1-14/+28
2009-08-10Add interface setting, a debug mode and interface setting hooksJames Rayner1-0/+20
2009-08-10merge logging code from Jim PryorJames Rayner1-29/+14
2009-06-27fix taking all profiles downJames Rayner1-1/+1
2009-05-19Fix FS#14761 and handle if no profiles are activeJames Rayner1-18/+19
2009-05-19typo (fix #14761)Andrea Scarpino1-2/+2
2009-05-19fix #14761 (again)Andrea Scarpino1-3/+3
2009-05-19fix #14761Andrea Scarpino1-15/+13
2009-02-26remove stat_appendJames Rayner1-1/+1
2009-02-26FS#13492 - correct find command in all_downJames Rayner1-1/+2
2009-02-16various fixes, and new quirk 'noacheck'James Rayner1-2/+0
2008-12-22fix outputJames Rayner1-2/+2
2008-12-22substitute usage of 'ls' with 'find'James Rayner1-3/+3
2008-12-18use arguments to scripts rather than sourcing in connection functionsJames Rayner1-3/+2
2008-12-18FS11818, improve key handling, use subshells to avoid scope issues after libifyJames Rayner1-17/+20
2008-12-18fix libifyJames Rayner1-0/+297