aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/farp
Commit message (Expand)AuthorAgeFilesLines
* farp: Fix BPF jump false offsetVolker RĂ¼melin2016-10-311-1/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-242-10/+10
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* farp: use watcher instead of dedicated receiver threadMartin Willi2013-07-181-11/+6
* capabilities: Some plugins don't actually require capabilities at runtimeTobias Brunner2013-07-181-1/+2
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+5
* child-sa: replace get_traffic_selectors() with create_ts_enumerator()Martin Willi2013-07-171-7/+17
* farp: Require CAP_NET_RAW capability to open AF_PACKET socketTobias Brunner2013-06-251-0/+6
* farp: Use plugin features to register listenerTobias Brunner2013-06-111-5/+29
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-9/+3
* farp plugin sends ARP responses for any tunneled address, not only virtual IPsMartin Willi2012-03-063-81/+91
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+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
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-2/+1
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-1/+2
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-1/+5
* Accept ARP requests with an ethernet trailer, but trim itMartin Willi2010-06-031-2/+2
* Fixed handling of IKE_SAs without a virtual IP in farp pluginMartin Willi2010-03-301-5/+8
* Revert "Use the same formatting as in the Makefiles of the other plugins. Mak...Tobias Brunner2010-03-261-3/+3
* Use the same formatting as in the Makefiles of the other plugins. Makes refac...Tobias Brunner2010-03-261-3/+3
* Added libhydra include to farp pluginMartin Willi2010-03-251-1/+2
* Implemented ARP sniffing and spoofing functionalityMartin Willi2010-03-254-1/+259
* Use message hook to catch virtual IP, as it is not yet set in ike_updownMartin Willi2010-03-251-12/+30
* Added locking to farp listenerMartin Willi2010-03-251-1/+16
* Added a listener to the farp plugin that keeps track of active virtual IPsMartin Willi2010-03-254-1/+190
* Added a farp plugin stop to spoof ARP requestsMartin Willi2010-03-253-0/+108