aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing the PF_KEY kernel interface on Android.Tobias Brunner2010-06-221-0/+2
| | | | In Android's in.h IPPROTO_COMP is not #defined but just an enum member.
* Accept IKE packets with any minor version in RAW socketMartin Willi2010-06-221-6/+8
|
* Use vpn.dns* to store DNS servers (Android manages net.dns* using these).Tobias Brunner2010-06-151-2/+2
|
* Adding an interface that interacts with the Android Settings frontend.Tobias Brunner2010-06-154-0/+326
|
* Adding an Android specific credential set.Tobias Brunner2010-06-154-1/+368
|
* Adding an Android specific logger.Tobias Brunner2010-06-154-3/+163
|
* Check for SADB_X_NAT_T_NEW_MAPPING in PF_KEY kernel interface.Tobias Brunner2010-06-151-4/+4
| | | | | FreeBSD 8 does not support SADB_X_NAT_T_NEW_MAPPING whereas Linux and the previous FreeBSD NAT-T patch both do.
* Set the ports of all hosts installed via the PF_KEY kernel interface to zero.Tobias Brunner2010-06-151-15/+37
|
* Adding a basic unit test for hashtable_t.Tobias Brunner2010-06-073-1/+114
|
* Flush certificate cache on CA deleteMartin Willi2010-06-071-1/+2
|
* Log non-empty task queues in statusallMartin Willi2010-06-071-0/+31
|
* Accept ARP requests with an ethernet trailer, but trim itMartin Willi2010-06-031-2/+2
|
* Added a EAP-SIM/AKA backend reading triplets/quintuplets from a SQL databaseMartin Willi2010-06-029-0/+672
|
* Send empty SIM/AKA-NOTIFICATION response for non-success codes, tooMartin Willi2010-05-272-2/+0
|
* Added generic implementations for crl_is_newer/certificate_is_newerMartin Willi2010-05-211-1/+1
|
* encoding of MODE_TUNNEL changedAndreas Steffen2010-05-152-2/+2
|
* moved resolve plugin from libcharon to libhydraAndreas Steffen2010-05-045-422/+0
|
* Compiler warning fixed.Tobias Brunner2010-05-041-1/+1
|
* Add reqid field and getter function to child_cfg_t.Reto Buerki2010-05-047-8/+8
|
* include dhcp-client-identifier in the DHCP requestAndreas Steffen2010-04-231-1/+11
|
* make DHCP debug messages consistentAndreas Steffen2010-04-231-1/+1
|
* fixed typoAndreas Steffen2010-04-231-1/+1
|
* Accept DHCP replies on bootps port, as we act as a relay agent if server ↵Martin Willi2010-04-191-5/+7
| | | | address configured
* When logging to the database, the IDs of an IKE SA are initially NULL.Tobias Brunner2010-04-122-4/+4
|
* Updated HA plugin to new APIsMartin Willi2010-04-079-54/+42
|
* Updated location of traffic selector headerMartin Willi2010-04-071-1/+1
|
* Moved ha plugin to libcharonMartin Willi2010-04-0721-0/+4207
|
* Moved attr plugin from libcharon to libhydra.Tobias Brunner2010-04-065-407/+0
|
* Use a read-write lock in stroke_attribute to increase concurrency.Tobias Brunner2010-04-061-19/+19
|
* Migrated stroke_attribute_t to METHOD/INIT macros.Tobias Brunner2010-04-061-45/+35
|
* Extracted in-memory IP address pool from stroke plugin to libhydra.Tobias Brunner2010-04-062-351/+41
|
* 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. ↵Tobias Brunner2010-03-262-6/+6
| | | | | | | Makes refactorings easier." This reverts commit e91b116a622bbfb20cd66268ca4cb91d620984ad. Missed to notice commit 89bf11d204cb934ea9109aa077c8514515d538f6.
* Use the same formatting as in the Makefiles of the other plugins. Makes ↵Tobias Brunner2010-03-262-6/+6
| | | | refactorings easier.
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-2531-34/+63
|
* 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
|
* Migrated dhcp plugin to moved attribute managerMartin Willi2010-03-252-3/+7
|
* Include configuration payloads for DNS/WINS server received via DHCPMartin Willi2010-03-254-2/+125
|
* Send DHCP RELEASE on virtual IP releaseMartin Willi2010-03-253-16/+64
|
* Added identity_lease option to create random or identity based DHCP leasesMartin Willi2010-03-251-3/+17
|
* Added DHCP request construction, ACK processingMartin Willi2010-03-253-36/+181
|
* Added reception of DHCP responses via PACKET socketMartin Willi2010-03-251-46/+271
|
* DHCP plugin framework, send DHCP Discover upon IP requestMartin Willi2010-03-258-1/+822
|
* Added DHCP plugin stub.Martin Willi2010-03-253-0/+108
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-2437-48/+51
|