summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-20Just those things you notice _after_ a releaseJouke Witteveen3-12/+12
Nothing special.
2012-03-19Version 2.7.1Thomas Bächler1-1/+1
2012-03-19Release process changesJouke Witteveen5-20/+27
This commit does not change any installed code. - The tarball now includes pre-built documentation, removing the build dependency on asciidoc from the PKGBUILD. - The tarball is now xz compressed. - News is updated.
2012-03-12Rename -i parameter to -DJouke Witteveen6-19/+20
-i is not a very cool parameter for downing an interface. Change it to -D so that it mirrors -R in the sense that a capital is used for interface-based actions. The old behaviour is kept (undocumented) for backward compatibility. Also a typo (iface-recont should have been iface-recon) is fixed. Lastly some restrictions on profile naming are included in the documentation. The "should not start with '@'" is only for usage with net-profiles.
2012-03-06More forgiving Makefile and added PKGBUILD creationJouke Witteveen2-5/+40
- As noted by Alfredo Palhares it is not always right to fail when the creation of symlinks did not succeed on installation through `make install`. - Building a package is now as easy as `make pkgbuild; makepkg`, although you probably should not execute makepkg inside the source tree.
2012-03-04Remove cat-subshells (cosmetic)Jouke Witteveen4-7/+7
The use of cat in a subshell is distractive. This makes the code more beautiful.
2012-03-04Build documentation at buildtimeJouke Witteveen2-6/+7
This justifies the asciidoc make dependency. Previously, pre-built documentation was supplied with the netcfg sources. Now only documentation source and the Makefile is provided.
2012-03-04Completion brought up to dateJouke Witteveen2-69/+73
2012-03-04Overhaul of documentationJouke Witteveen16-759/+637
- Documentation now uses asciidoc instead of pandoc. - Documentation is updated. - More documentation is installed. - The Makefile has been revised. - Autocompletion files must now be installed through the PKGBUILD. - contrib/11netcfg has been deleted. It is unmaintained and duplicated in pm-utils. This closes FS#25587. - contrib/common.hook has been deleted. It demonstrated a feature that the target audience is already familiar with and didn't work anyway. This closes FS#27496. Developers are free to write unwieldy scripts in the {PRE,POST}_{UP,DOWN} variables.
2012-03-03Remove deprecated codeJouke Witteveen7-45/+8
Remove some code that should not be used anymore. A 2.7 release seems the right point for some minor interface breaking.
2012-03-01Code quality upgradeJouke Witteveen22-144/+146
This is what you get when Dave Reisner points you at some bash anti-patterns. Also in this commit: - updated documentation - bugfix revision of the IPv6 SLAAC address/route bug
2012-02-27Reconnect syntax for interfaces (FS#28196)Jouke Witteveen4-8/+26
It is now possible to reconnect based on the name of the interface.
2012-02-23update the NEWS fileJouke Witteveen1-0/+3
2012-02-23Add backgrounding functionality to net-profilesJouke Witteveen4-8/+17
Known from the DAEMONS syntax in rc.conf, it is now possible to start netcfg profiles in the background. This fixes FS#23934 which was reported by Andrej Podzimek (andrej).
2012-02-23Merge remote-tracking branch 'brain0/working'Jouke Witteveen2-0/+106
2012-02-23Minor spelling issuesJouke Witteveen1-2/+2
2012-02-22Remove a mostly obsolete directoryJouke Witteveen1-1/+1
As noted in FS#27496 we do not seem to use /etc/network.d/hooks. The contrib scripts mostly function on their own and are not really hooks at all. Nevertheless, this commit doesn't touch them. It also doesn't remove the line in the manpage that refers to them.
2012-02-22Add wireless connection aidJouke Witteveen2-0/+261
wifi-menu is a tool that lets you connect to a wireless network from the console. It is aware of your netcfg profiles and can write them for you.
2012-02-22Fix IPv6 SLAAC address/route bugChristoph Vigano1-1/+6
Fixes FS#26370.
2012-02-22ifplugd.action is a bash scriptJouke Witteveen1-1/+1
It sources /etc/rc.d/functions, which is a bash script. This fixes FS#28022 which was reported by jstjohn (jstjohn).
2012-02-22Make net-auto-wired more like net-auto-wirelessJouke Witteveen1-13/+25
The latter is more advanced. This fixes FS#26607 which was reported by Olivier Mehani (shtrom).
2011-12-08Add PPPoE connection supportThomas Bächler2-0/+106
2011-10-158021x: use an existing wpa_supplicant in scan_info() if available (FS#26036)Jouke Witteveen1-4/+14
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-10-15Uniformize systemd service files (FS#25854)Rémy Oudompheng1-2/+2
The proposed script for net-auto-wireless has been reported as non-working, change it to look like net-auto-wired. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-20bond: add example, fix missing quotes and typoRémy Oudompheng2-3/+12
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-20Support more options in /etc/conf.d/netcfg (FS#25588)Rémy Oudompheng4-0/+13
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-20Reorganize files to match install location closerRémy Oudompheng11-9/+21
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-15Document bond connection type and update NEWS file.Rémy Oudompheng2-0/+15
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-15Merge branch '2.6.x'Rémy Oudompheng8-17/+34
2011-08-15Add option ESSID_TYPE=hex to support hexadecimal ESSIDs (FS#24333)Rémy Oudompheng3-2/+24
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-14Release version 2.6.8Rémy Oudompheng4-6/+6
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-14wireless: also accept leading spaces when parsing control socket pathRémy Oudompheng1-2/+2
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-13netcfg-wpa_actiond: don't try to disable HW rfkills (FS#25514)Rémy Oudompheng2-1/+7
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-13wireless: don't try to source non-existent "wireless" (FS#25514)Oleksii Tkachuk1-1/+0
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-13ethernet: load ipv6 module if necessary (FS#25530)Rémy Oudompheng1-6/+13
If ipv6 module is not loaded, net.ipv6.* settings in /proc/sys are not yet available. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-13ethernet: set wpa_supplicant control path if needed (FS#25473)Rémy Oudompheng1-1/+6
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-09Merge branch '2.6.x'Rémy Oudompheng10-29/+57
Conflicts: README
2011-08-09Release version 2.6.7Rémy Oudompheng5-5/+7
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-09Include bridge-utils in the READMEKyle Fuller1-0/+3
Conflicts: README
2011-08-09examples: add line for IPv6 autoconfiguration to ethernet-staticRémy Oudompheng1-0/+3
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-09Fix wrong parsing of wpa_supplicant configuration (FS#25464)Rémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-09Unset ROUTES before loading profiles (FS#25432)Rémy Oudompheng1-0/+1
2011-08-09netcfg-profiles.5: document SKIPNOCARRIERRémy Oudompheng1-7/+15
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-07Update NEWS fileRémy Oudompheng1-1/+4
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-07Better quoting of $profileRémy Oudompheng2-4/+8
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-05Include bridge-utils in the READMEKyle Fuller1-0/+3
2011-07-30Release version 2.6.6Rémy Oudompheng5-5/+7
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-30Use configured control path for wpa_supplicant (FS#24949)Rémy Oudompheng2-2/+7
Otherwise the wpa_cli calls may fail if the specified ctrl_interface directory differs from the default one. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-308021x: prepare for configurable WPA_CTRL_PATHRémy Oudompheng1-11/+11
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-30Merge branch '2.6.x'Rémy Oudompheng8-14/+23