Age | Commit message (Expand) | Author | Files | Lines |
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-12-03 | netcfg.action: save static profiles in array | Jim Pryor | 1 | -6/+5 |
2009-12-03 | netcfg.action: permit down) method to exit 0, fix "list profiles" bug | Jim Pryor | 1 | -2/+2 |
2009-12-03 | netcfg.action: add quotes | Jim Pryor | 1 | -12/+12 |
2009-12-03 | netcfg.action: missing extglob marker, don't try dhcp profiles twice | Jim Pryor | 1 | -2/+4 |
2009-12-03 | Makefile bug | Jim Pryor | 1 | -1/+1 |
2009-11-18 | FS#14509 - add DHCLIENT_OPTIONS for dhclient based setup | James Rayner | 1 | -1/+1 |
2009-11-18 | FS#13418,FS#12505 - add zsh/bash completion | James Rayner | 4 | -34/+91 |
2009-11-18 | FS#16781 - missing quote, remove dbus examples | James Rayner | 3 | -14/+1 |
2009-11-18 | FS#17148 - using extglob, need it set | James Rayner | 1 | -0/+1 |
2009-11-14 | netcfg v2.5.0rc1 | James Rayner | 2 | -2/+2 |
2009-11-14 | finish net-auto-wired, tested and added to Makefile | James Rayner | 3 | -12/+16 |
2009-11-07 | Tweak docs, add website generation | James Rayner | 7 | -2/+130 |
2009-11-07 | Prevent corrupting wpa-config WPA_CONF, rfkill on stop | James Rayner | 1 | -2/+11 |
2009-10-21 | Add initial net-auto-wired concept | James Rayner | 2 | -0/+85 |
2009-10-19 | Documentation update | James Rayner | 9 | -98/+149 |
2009-10-03 | connections/ethernet: Don't incorrectly return indicating failure | James Rayner | 2 | -4/+2 |
2009-09-29 | wpa_actiond-action: Properly quote arguments of the script, they might contai... | Thomas Bächler | 1 | -7/+7 |
2009-09-27 | Fix symlink creation in Makefile - it shouldn't point to the build directory | Thomas Bächler | 1 | -1/+1 |
2009-09-27 | Add net-auto-wireless rc.d script for the wpa_actiond mode | Thomas Bächler | 2 | -1/+57 |
2009-09-27 | Fix wpa_actiond pid file in netcfg-wpa_actiond script | Thomas Bächler | 1 | -4/+4 |
2009-09-27 | Add stop to netcfg-wpa_actiond, default to WPA2, then WPA. | James Rayner | 2 | -8/+22 |
2009-09-27 | Rename autowifi->wpa_actiond, add makefile, bugfix | James Rayner | 4 | -4/+5 |
2009-09-27 | Remove wpa generation duplication, fix wep/none-old | James Rayner | 3 | -65/+54 |
2009-09-27 | Only flush when disabling wireless interface, tidy up down/forcedown | James Rayner | 3 | -18/+15 |
2009-09-27 | Fix incorrect continue, and config generation | James Rayner | 1 | -4/+4 |
2009-09-25 | Integrate netcfg into autowifi | James Rayner | 2 | -0/+132 |
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 | 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 |