aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Adapted test_pool to the libstrongswan threading.Tobias Brunner2010-03-241-6/+5
|
* Convert charon into libcharon.Tobias Brunner2010-03-1931-31/+31
|
* Moving charon to libcharon.Tobias Brunner2010-03-19270-0/+44842