]> git.ipfire.org Git - people/ms/strongswan.git/commit - configure.ac
resolv_conf plugin renamed to resolve
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 20 Sep 2009 17:06:58 +0000 (19:06 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 20 Sep 2009 17:06:58 +0000 (19:06 +0200)
commit4819ec6a71cccc7ba9d433969ae1d8a661073078
treeaff50a69756abfe564ba68ea527c3a2a310cae00
parent03f096df7e955c6ab065a05ad806f2172d56a021
resolv_conf plugin renamed to resolve
12 files changed:
configure.in
src/charon/Makefile.am
src/charon/plugins/resolv_conf/Makefile.am [deleted file]
src/charon/plugins/resolve/Makefile.am [new file with mode: 0644]
src/charon/plugins/resolve/resolv_conf_handler.c [moved from src/charon/plugins/resolv_conf/resolv_conf_handler.c with 100% similarity]
src/charon/plugins/resolve/resolv_conf_handler.h [moved from src/charon/plugins/resolv_conf/resolv_conf_handler.h with 100% similarity]
src/charon/plugins/resolve/resolv_conf_plugin.c [moved from src/charon/plugins/resolv_conf/resolv_conf_plugin.c with 100% similarity]
src/charon/plugins/resolve/resolv_conf_plugin.h [moved from src/charon/plugins/resolv_conf/resolv_conf_plugin.h with 100% similarity]
src/charon/plugins/resolve/resolve_handler.c [new file with mode: 0644]
src/charon/plugins/resolve/resolve_handler.h [new file with mode: 0644]
src/charon/plugins/resolve/resolve_plugin.c [new file with mode: 0644]
src/charon/plugins/resolve/resolve_plugin.h [new file with mode: 0644]