Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resolve: Move plugin back to libcharon | Martin Willi | 2015-02-20 | 1 | -377/+0 |
| | | | | Since pluto is gone, all existing users build upon libcharon. | ||||
* | libhydra: Use lib->ns instead of hydra->daemon | Tobias Brunner | 2014-02-12 | 1 | -2/+2 |
| | |||||
* | resolve: Remove comment when using resolvconf(8) | Tobias Brunner | 2013-09-13 | 1 | -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 appropriate | Tobias Brunner | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Ensure that pipe is closed when calling resolvconf(8) | Tobias Brunner | 2012-09-28 | 1 | -2/+4 |
| | |||||
* | Pass a list instead of a single virtual IP to attribute enumerators | Martin Willi | 2012-08-30 | 1 | -26/+51 |
| | |||||
* | Make resolvconf interface prefix configurable. | Tobias Brunner | 2012-03-27 | 1 | -2/+10 |
| | |||||
* | Added support for the resolvconf framework in resolve plugin. | Tobias Brunner | 2012-03-27 | 1 | -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 macros | Andreas Steffen | 2011-09-29 | 1 | -33/+27 |
| | |||||
* | Revert alloc_str changes | Martin Willi | 2011-04-21 | 1 | -2/+1 |
| | | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5. | ||||
* | Use thread save settings alloc_str function where appropriate | Martin Willi | 2011-04-21 | 1 | -1/+2 |
| | |||||
* | Removed unused variables. | Tobias Brunner | 2011-04-12 | 1 | -2/+2 |
| | |||||
* | moved resolve plugin from libcharon to libhydra | Andreas Steffen | 2010-05-04 | 1 | -0/+252 |