Age | Commit message (Expand) | Author | Files | Lines |
2012-07-08 | Use grep instead of fgrep (FS#30598) | Jouke Witteveen | 1 | -1/+1 |
2012-07-03 | Cleanup src/network | Jouke Witteveen | 1 | -22/+0 |
2012-06-30 | Don't be cryptic | Jouke Witteveen | 1 | -1/+2 |
2012-06-24 | Minor changes | Jouke Witteveen | 1 | -1/+0 |
2012-06-21 | Introduce polling timeout logic | Jouke Witteveen | 1 | -5/+2 |
2012-06-21 | Minor improvements | Jouke Witteveen | 1 | -6/+3 |
2012-06-14 | Less forking | Jouke Witteveen | 1 | -1/+2 |
2012-06-12 | Don't wait unnecessarily on bring_interface up | Jouke Witteveen | 1 | -4/+12 |
2012-04-30 | Fix handling of profilenames with spaces (FS#28522) | Jouke Witteveen | 1 | -1/+2 |
2012-04-11 | Remove obsolete references to /etc/rc.conf | Jouke Witteveen | 1 | -2/+1 |
2012-04-11 | Rewrite output hook to not depend on initscripts | Jouke Witteveen | 1 | -2/+2 |
2012-04-09 | Minor changes | Jouke Witteveen | 1 | -5/+1 |
2012-02-27 | Reconnect syntax for interfaces (FS#28196) | Jouke Witteveen | 1 | -5/+21 |
2011-08-09 | Unset ROUTES before loading profiles (FS#25432) | Rémy Oudompheng | 1 | -0/+1 |
2011-08-07 | Better quoting of $profile | Rémy Oudompheng | 1 | -1/+1 |
2011-07-14 | Rework comment formatting. | Rémy Oudompheng | 1 | -23/+27 |
2010-11-21 | Make sure $STATE_DIR and expected subdirs are created | Jesse Young | 1 | -5/+12 |
2010-01-31 | Fix FS#17406, FS#17307 | James Rayner | 1 | -3/+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-10-03 | connections/ethernet: Don't incorrectly return indicating failure | James Rayner | 1 | -4/+1 |
2009-09-27 | Only flush when disabling wireless interface, tidy up down/forcedown | James Rayner | 1 | -6/+6 |
2009-09-22 | Rework wireless to use wpa_supplicant more, add CONFIGSECTION support | James Rayner | 1 | -0/+10 |
2009-09-22 | Merge connections ethernet/ethernet-iproute | James Rayner | 1 | -17/+6 |
2009-09-14 | Rename set_interface to bring_interface | Jim Pryor | 1 | -1/+1 |
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 | 1 | -20/+11 |
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 | revert regexp ESSID patches | Jim Pryor | 1 | -5/+5 |
2009-09-14 | Returns and exits | Jim Pryor | 1 | -1/+1 |
2009-09-14 | tabs->spaces, vim modelines | Jim Pryor | 1 | -83/+84 |
2009-09-14 | Tweaks while merging | Jim Pryor | 1 | -1/+2 |
2009-09-07 | Added initial rfkill support | James Rayner | 1 | -0/+3 |
2009-09-07 | at_interface_{up,down} => IFACE_{UP,DOWN} | Jim Pryor | 1 | -27/+31 |
2009-09-07 | Read /etc/network.d/interfaces/ when loading profile | James Rayner | 1 | -10/+8 |
2009-09-07 | move checkyesno to globals, make NETCFG_DEBUG a yes/no setting (default=no) | Jim Pryor | 1 | -28/+0 |
2009-09-07 | Lots of little tweaks that should never hurt. Some of them may help in | James Rayner | 1 | -16/+20 |
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 | 1 | -31/+30 |
2009-08-15 | Isolate ip to ethernet-iproute, ifconfig to ethernet + wireless | Jim Pryor | 1 | -6/+17 |
2009-08-15 | start consolidation of ifconfig/ip/set_interface | Jim Pryor | 1 | -7/+9 |
2009-08-15 | Improve suspend/resume, allow for subsets of ifaces | Jim Pryor | 1 | -16/+35 |
2009-08-15 | silence an error in set_iface | Jim Pryor | 1 | -1/+1 |
2009-08-15 | use subshells as sandboxes, and failing POST_UP/PRE_DOWN aborts | Jim Pryor | 1 | -18/+46 |
2009-08-15 | Improve listing/iterating over profiles | Jim Pryor | 1 | -15/+22 |
2009-08-15 | Everyone use i/o functions from globals/hooks | Jim Pryor | 1 | -0/+1 |
2009-08-10 | Erase any suspended profiles on a newly connected interface | James Rayner | 1 | -0/+13 |
2009-08-10 | allow interfaces to be marked as externally controlled | James Rayner | 1 | -14/+28 |
2009-08-10 | Add interface setting, a debug mode and interface setting hooks | James Rayner | 1 | -0/+20 |