summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-06-11update NEWS file and documentationRémy Oudompheng2-3/+9
2011-06-06Add support for ad-hoc Wi-Fi (FS#19683)hamelg2-0/+4
2011-06-05Correct permissions on connections/vlanRémy Oudompheng1-0/+0
2011-06-05Refactor wpa_supplicant config generationRémy Oudompheng1-24/+23
2011-06-05Add support for specificying explicit BSSID (FS#24582)Andre Herbst1-0/+12
2011-06-05Update NEWS and version numbersRémy Oudompheng3-2/+7
2011-06-05Add support for creating tun/tap interfaces (without configuration)Rémy Oudompheng2-0/+40
2011-06-05Add HIDDEN variable in configsection example (FS#24566)Rémy Oudompheng1-1/+2
2011-05-29Add an example for routes settings in ethernet-staticRémy Oudompheng1-0/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-05-29Add support for static routesOlivier Mehani1-0/+8
Add netcfg configuration option "ROUTES" to setup static routes. This is done regardless of whether the IP address is configured using a DHCP or statically. ROUTES is an array cantaining entries of the form "DESTINATION[/NETMASK] [via ROUTER]" which are directly used in an “ip route add” command. Signed-off-by: Olivier Mehani <shtrom-arch@ssji.net> Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-05-26Remove /var/run/* from package and make sure the directory is created.Rémy Oudompheng2-1/+2
2011-05-22netcfg version 2.5.5Rémy Oudompheng4-4/+5
2011-05-22Add NEWS fileRémy Oudompheng1-0/+22
2011-03-16replace dhcpcd -x with dhcpcd -k (FS#23293)Andrea Scarpino1-1/+1
2011-02-05Add vlan support to netcfgThomas S Hatch3-0/+57
2011-01-22Merge openvpn support (FS#21490)Andrea Scarpino2-0/+62
2011-01-20Change default wpa driver to nl80211,wext - requires wpa_supplicant 0.7Thomas Bächler4-4/+4
2010-11-21Make sure $STATE_DIR and expected subdirs are createdJesse Young1-5/+12
Signed-off-by: Jesse Young <jesse.young@gmail.com>
2010-11-21Update pm-utils handlerJames Rayner1-8/+16
2010-11-21FS#21755 - Add option to skip no-carrier test, SKIPNOCARRIER=yes/noJames Rayner1-1/+1
2010-11-21FS#17546 - Don't prevent unmounting if netcfg run in transiently mounted ↵James Rayner1-0/+3
directory & children retain cwd
2010-11-21FS#19823 - Improve zsh completion supportJames Rayner1-1/+26
2010-11-21FS#20150 - 802.11x: correct state check, handle disconnectJames Rayner2-3/+17
2010-11-21FS#20569 - cleaner handling of ppp disconnectionJames Rayner1-1/+7
2010-11-21FS#17190 - fix auto-wired, improve handling of static connectionsJames Rayner1-14/+21
2010-10-21fix a typo in the manpage (FS#21377)Andrea Scarpino1-1/+1
2010-07-13wireless: HIDDEN option: use checkyesno function instead of custom checkThomas Bächler1-3/+1
2010-07-13wireless: Add support for hidden ssidThomas Bächler7-0/+19
2010-02-21netcfg v2.5.4James Rayner2-2/+2
2010-02-21Bridge example connectionJames Rayner1-0/+5
2010-02-21Add simple bridging supportThomas Bächler1-0/+51
2010-02-21Add adjustable netmask to IP='static'James Rayner2-2/+5
2010-02-21netcfg v2.5.3James Rayner2-2/+2
2010-02-21Add missing include. FS#18411James Rayner1-0/+1
2010-02-21Fix FS#18391, FS#18385, broken rfkill, handle hard more appropriatelyJames Rayner3-26/+28
2010-02-21Modify examples to prevent quoting issues as illustrated by FS#18405James Rayner11-67/+67
2010-02-21Handle undefined SECURITY, set example to be explicitJames Rayner2-0/+2
2010-02-18netcfg v2.5.2James Rayner2-2/+2
2010-02-18fix FS#17190 properlyJames Rayner1-2/+3
2010-01-31netcfg v2.5.1James Rayner3-3/+6
2010-01-31Fix FS#17190, not exiting loop correctlyJames Rayner1-3/+3
2010-01-31Add missing wireless, wpa-configsection exampleJames Rayner1-0/+16
2010-01-31netcfg v2.5.0James Rayner2-2/+2
2010-01-31Make net-profiles take all networks down correctly, fix FS#17406James Rayner1-2/+2
2010-01-31Fix FS#17406, FS#17307James Rayner3-26/+16
2010-01-30Add early checks for optional dependenciesJames Rayner3-0/+16
2010-01-30Fix race, make wpa_supplicant wait for the wpa_actiond connectionJames Rayner1-0/+1
2009-12-31netcfg v2.5.0rc2James Rayner2-2/+2
2009-12-31fix error bringing interface downJames Rayner1-1/+1
2009-12-03network: is_interface ignoring $1Jim Pryor1-1/+2
Was the intent for is_interface to be passed the INTERFACE as a parameter (that's how it's called in most or all places)? Or to read INTERFACE from the current environment? That's how it's implemented. Also made INTERFACE in bring_interface a local variable. I don't think this should break anything, but I'm only 95% confident.