]> git.ipfire.org Git - thirdparty/strongswan.git/commit - configure.ac
Renamed ha-sync plugin to ha
authorMartin Willi <martin@strongswan.org>
Tue, 29 Sep 2009 10:56:10 +0000 (12:56 +0200)
committerMartin Willi <martin@revosec.ch>
Wed, 7 Apr 2010 11:55:15 +0000 (13:55 +0200)
commitd87489661c6d5db4afba85041e4341b1156c947a
treeab63a40ff60ff3c0447a42c579e2de0098c4c733
parent3c82381296820d3be640ef67cfad70ef937ec4fe
Renamed ha-sync plugin to ha
23 files changed:
configure.in
src/charon/plugins/ha/Makefile.am [new file with mode: 0644]
src/charon/plugins/ha/ha_child.c [moved from src/charon/plugins/ha_sync/ha_sync_child.c with 56% similarity]
src/charon/plugins/ha/ha_child.h [moved from src/charon/plugins/ha_sync/ha_sync_child.h with 65% similarity]
src/charon/plugins/ha/ha_ctl.c [moved from src/charon/plugins/ha_sync/ha_sync_ctl.c with 68% similarity]
src/charon/plugins/ha/ha_ctl.h [moved from src/charon/plugins/ha_sync/ha_sync_ctl.h with 63% similarity]
src/charon/plugins/ha/ha_dispatcher.c [moved from src/charon/plugins/ha_sync/ha_sync_dispatcher.c with 78% similarity]
src/charon/plugins/ha/ha_dispatcher.h [moved from src/charon/plugins/ha_sync/ha_sync_dispatcher.h with 53% similarity]
src/charon/plugins/ha/ha_ike.c [moved from src/charon/plugins/ha_sync/ha_sync_ike.c with 62% similarity]
src/charon/plugins/ha/ha_ike.h [moved from src/charon/plugins/ha_sync/ha_sync_ike.h with 66% similarity]
src/charon/plugins/ha/ha_kernel.c [moved from src/charon/plugins/ha_sync/ha_sync_kernel.c with 75% similarity]
src/charon/plugins/ha/ha_kernel.h [moved from src/charon/plugins/ha_sync/ha_sync_kernel.h with 64% similarity]
src/charon/plugins/ha/ha_message.c [moved from src/charon/plugins/ha_sync/ha_sync_message.c with 75% similarity]
src/charon/plugins/ha/ha_message.h [moved from src/charon/plugins/ha_sync/ha_sync_message.h with 62% similarity]
src/charon/plugins/ha/ha_plugin.c [moved from src/charon/plugins/ha_sync/ha_sync_plugin.c with 63% similarity]
src/charon/plugins/ha/ha_plugin.h [moved from src/charon/plugins/ha_sync/ha_sync_plugin.h with 74% similarity]
src/charon/plugins/ha/ha_segments.c [moved from src/charon/plugins/ha_sync/ha_sync_segments.c with 74% similarity]
src/charon/plugins/ha/ha_segments.h [moved from src/charon/plugins/ha_sync/ha_sync_segments.h with 70% similarity]
src/charon/plugins/ha/ha_socket.c [moved from src/charon/plugins/ha_sync/ha_sync_socket.c with 66% similarity]
src/charon/plugins/ha/ha_socket.h [moved from src/charon/plugins/ha_sync/ha_sync_socket.h with 64% similarity]
src/charon/plugins/ha/ha_tunnel.c [moved from src/charon/plugins/ha_sync/ha_sync_tunnel.c with 81% similarity]
src/charon/plugins/ha/ha_tunnel.h [moved from src/charon/plugins/ha_sync/ha_sync_tunnel.h with 53% similarity]
src/charon/plugins/ha_sync/Makefile.am [deleted file]