strongswan/src/libcharon/plugins/farp
Tobias Brunner 26d77eb3e6 Centralized thread cancellation in processor_t
This ensures that no threads are active when plugins and the rest of the
daemon are unloaded.

callback_job_t was simplified a lot in the process as its main
functionality is now contained in processor_t.  The parent-child
relationships were abandoned as these were only needed to simplify job
cancellation.
2012-06-25 17:38:59 +02:00
..
Makefile.am Revert "Use the same formatting as in the Makefiles of the other plugins. Makes refactorings easier." 2010-03-26 10:47:09 +01:00
farp_listener.c farp plugin sends ARP responses for any tunneled address, not only virtual IPs 2012-03-06 16:06:33 +01:00
farp_listener.h farp plugin sends ARP responses for any tunneled address, not only virtual IPs 2012-03-06 16:06:33 +01:00
farp_plugin.c Added a (not yet implemented) plugin_t method to reload plugin configuration 2011-04-15 10:07:13 +02:00
farp_plugin.h Added a farp plugin stop to spoof ARP requests 2010-03-25 14:39:32 +01:00
farp_spoofer.c Centralized thread cancellation in processor_t 2012-06-25 17:38:59 +02:00
farp_spoofer.h Implemented ARP sniffing and spoofing functionality 2010-03-25 14:39:32 +01:00