aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/resolve/resolve_handler.c
Commit message (Collapse)AuthorAgeFilesLines
* resolve: Move plugin back to libcharonMartin Willi2015-02-201-377/+0
| | | | Since pluto is gone, all existing users build upon libcharon.
* libhydra: Use lib->ns instead of hydra->daemonTobias Brunner2014-02-121-2/+2
|
* resolve: Remove comment when using resolvconf(8)Tobias Brunner2013-09-131-2/+1
| | | | | | | | | | | Since comments in resolv.conf are only valid at the beginning of a line resolvconf(8) seems to have started treating any text after 'nameserver <ip>' as additional IP addresses for name servers. Since it ignores comments, and we can easily remove the added servers again, there is no point to add any. Fixes #410.
* Use strpfx() helper where appropriateTobias Brunner2013-07-081-1/+1
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Ensure that pipe is closed when calling resolvconf(8)Tobias Brunner2012-09-281-2/+4
|
* Pass a list instead of a single virtual IP to attribute enumeratorsMartin Willi2012-08-301-26/+51
|
* Make resolvconf interface prefix configurable.Tobias Brunner2012-03-271-2/+10
|
* Added support for the resolvconf framework in resolve plugin.Tobias Brunner2012-03-271-52/+149
| | | | | If /sbin/resolvconf is found nameservers are not written directly to /etc/resolv.conf but instead resolvconf is invoked.
* Migrated resolve_handler to INIT/METHOD macrosAndreas Steffen2011-09-291-33/+27
|
* Revert alloc_str changesMartin Willi2011-04-211-2/+1
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-1/+2
|
* Removed unused variables.Tobias Brunner2011-04-121-2/+2
|
* moved resolve plugin from libcharon to libhydraAndreas Steffen2010-05-041-0/+252