summaryrefslogtreecommitdiffstats
path: root/src/connections/openvpn
AgeCommit message (Collapse)AuthorFilesLines
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-52/+0
This commit contains the moving of files.
2012-11-12Fix support for "options" in /etc/resolv.conf (FS#32601)Jouke Witteveen1-1/+1
This is an errata to f1598, in which I introduced an error.
2012-10-15Add support for "options" in /etc/resolv.conf.Samuel Andaya1-0/+3
Example DNS=('8.8.8.8' '8.8.4.4') DNS_OPTIONS=('rotate' 'timeout:1') Will create the following /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 options rotate options timeout:1 (patch edited by Jouke Witteveen)
2012-10-12Fix whitespace and quotingJouke Witteveen1-2/+2
2012-03-03Remove deprecated codeJouke Witteveen1-8/+0
Remove some code that should not be used anymore. A 2.7 release seems the right point for some minor interface breaking.
2011-06-11Move more PID files to /runRémy Oudompheng1-2/+2
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-01-22Merge openvpn support (FS#21490)Andrea Scarpino1-0/+57