aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/resolve
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* 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.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+6
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Use strpfx() helper where appropriateTobias Brunner2013-07-081-1/+1
|
* resolve: Use plugin features to register attribute handlerTobias Brunner2013-06-111-3/+31
|
* 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.
* Fixed additional typos in comments and log messages.Tobias Brunner2012-01-121-1/+1
|
* 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
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Removed unused variables.Tobias Brunner2011-04-121-2/+2
|
* commas, commas, ..Andreas Steffen2010-11-251-1/+1
|
* Migrated resolve_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-251-7/+11
|
* Do not include files from libcharon in libhydra.Tobias Brunner2010-09-021-2/+1
|
* moved resolve plugin from libcharon to libhydraAndreas Steffen2010-05-045-0/+423