summaryrefslogtreecommitdiffstats
path: root/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2013-03-25Fix pppoeJouke Witteveen1-1/+1
The up/down functions don't take arguments as they did in netcfg.
2013-03-24Nitpicking on a return valueJouke Witteveen1-1/+1
2013-03-22More possibilities for connection scriptsJouke Witteveen6-1/+7
This allows connection scripts to provide defaults, among other things.
2013-03-19Fix termination of wpa_actiondJouke Witteveen1-4/+1
wpa_supplicant would not immediately terminate with an attached ctrl monitor.
2013-03-18Unhardcode pathsJouke Witteveen3-4/+6
Remove distribution-specific paths (and allow overrides).
2013-03-18Proper systemd escapingJouke Witteveen1-1/+1
This fixes the use of all sorts of characters in profile names/interface names.
2013-03-12connections/vlan: fix BindsToInterfaces length calculationFlorian Pritz1-1/+1
${#array[@]} requires "[@]" to count the array members. Otherwise it will return the length of the first element which will hardly ever be 1. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-02-20Fix rfkillJouke Witteveen1-2/+4
Redirecting inside a do_debug call is, of course, impossible.
2013-02-05Move the location for profilesJouke Witteveen2-2/+2
Old location: /etc/network.d New location: /etc/netctl This should ease migration from netcfg and is a better path anyway.
2013-02-01Remove the default IPv4 netmaskJouke Witteveen1-1/+0
A default netmask makes no sense (except possibly /32). Spotted by: Thomas Bächler <thomas@archlinux.org>
2013-01-05Fix stopping wired connectionsJouke Witteveen1-1/+1
- Stop dhcpcd also when DHCPClient is not specified - Exit successfully in ifplugd on going down
2013-01-03Indentation fixesJouke Witteveen5-41/+41
This settles a style for 'case' statements: The label and closing colons are indented with two spaces, The body is indented with two more, totalling four spaces.
2012-12-31Fix netctl-autoJouke Witteveen1-1/+7
Curtis Shimamoto noted it did not work.
2012-12-30Forgotten lines on automatic connection scriptsJouke Witteveen1-1/+0
- The services now bind to their interfaces correctly. - Documentation of ExcludeAuto is added.
2012-12-30Drop the Scan parameterJouke Witteveen1-9/+1
It was quite useless.
2012-12-29Make paths available for state filesJouke Witteveen1-0/+1
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen14-1168/+798
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen14-0/+1573
This commit contains the moving of files.