Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Accept messages with a "sufficient" payload if other payloads (such as V) follow | Martin Willi | 2010-03-26 | 1 | -5/+2 | |
| | ||||||
* | Revert "Use the same formatting as in the Makefiles of the other plugins. ↵ | Tobias Brunner | 2010-03-26 | 2 | -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 Brunner | 2010-03-26 | 2 | -6/+6 | |
| | | | | refactorings easier. | |||||
* | Respect line with in Makefile.am's, other cosmetics | Martin Willi | 2010-03-25 | 32 | -38/+69 | |
| | ||||||
* | Added libhydra include to farp plugin | Martin Willi | 2010-03-25 | 1 | -1/+2 | |
| | ||||||
* | Implemented ARP sniffing and spoofing functionality | Martin Willi | 2010-03-25 | 4 | -1/+259 | |
| | ||||||
* | Use message hook to catch virtual IP, as it is not yet set in ike_updown | Martin Willi | 2010-03-25 | 1 | -12/+30 | |
| | ||||||
* | Added locking to farp listener | Martin Willi | 2010-03-25 | 1 | -1/+16 | |
| | ||||||
* | Added a listener to the farp plugin that keeps track of active virtual IPs | Martin Willi | 2010-03-25 | 4 | -1/+190 | |
| | ||||||
* | Added a farp plugin stop to spoof ARP requests | Martin Willi | 2010-03-25 | 4 | -0/+116 | |
| | ||||||
* | Migrated dhcp plugin to moved attribute manager | Martin Willi | 2010-03-25 | 2 | -3/+7 | |
| | ||||||
* | Include configuration payloads for DNS/WINS server received via DHCP | Martin Willi | 2010-03-25 | 4 | -2/+125 | |
| | ||||||
* | Send DHCP RELEASE on virtual IP release | Martin Willi | 2010-03-25 | 3 | -16/+64 | |
| | ||||||
* | Release virtual IPs with the same identity as we acquired it | Martin Willi | 2010-03-25 | 3 | -36/+44 | |
| | ||||||
* | Added identity_lease option to create random or identity based DHCP leases | Martin Willi | 2010-03-25 | 1 | -3/+17 | |
| | ||||||
* | Added DHCP request construction, ACK processing | Martin Willi | 2010-03-25 | 3 | -36/+181 | |
| | ||||||
* | Added reception of DHCP responses via PACKET socket | Martin Willi | 2010-03-25 | 1 | -46/+271 | |
| | ||||||
* | DHCP plugin framework, send DHCP Discover upon IP request | Martin Willi | 2010-03-25 | 8 | -1/+822 | |
| | ||||||
* | Added DHCP plugin stub. | Martin Willi | 2010-03-25 | 4 | -0/+116 | |
| | ||||||
* | Changed all usages of lib->attributes to hydra->attributes. | Tobias Brunner | 2010-03-24 | 41 | -59/+71 | |
| | ||||||
* | Attributes moved from libstrongswan to libhydra. | Tobias Brunner | 2010-03-24 | 1 | -3/+0 | |
| | | | | | The attribute_manager_t instance is now located on the new hydra object instead of the lib object. | |||||
* | Init/deinit libhydra in charon and pluto. | Tobias Brunner | 2010-03-24 | 1 | -0/+1 | |
| | ||||||
* | Moving attr-sql plugin from libstrongswan to libhydra. | Tobias Brunner | 2010-03-24 | 1 | -1/+1 | |
| | ||||||
* | Adapted test_pool to the libstrongswan threading. | Tobias Brunner | 2010-03-24 | 1 | -6/+5 | |
| | ||||||
* | Fixed some Doxygen warnings. | Tobias Brunner | 2010-03-24 | 2 | -4/+4 | |
| | ||||||
* | Use vstr/gmp as shared libraries in the Android build. | Tobias Brunner | 2010-03-23 | 1 | -1/+1 | |
| | ||||||
* | Do not indent the source file lists in Android.mk files so we can easily ↵ | Tobias Brunner | 2010-03-19 | 1 | -98/+98 | |
| | | | | compare them to the lists in the Makefile.am files. | |||||
* | Use wildcards to gather plugin source files. | Tobias Brunner | 2010-03-19 | 1 | -87/+29 | |
| | ||||||
* | Adding support for the build of libcharon (and charon) on Android. | Tobias Brunner | 2010-03-19 | 1 | -6/+3 | |
| | ||||||
* | Do not link libcharon to libstrongswan. | Tobias Brunner | 2010-03-19 | 1 | -1/+1 | |
| | | | | | | Linking to libstrongswan breaks the integrity-tests because libtool relinks libcharon to libstrongswan on install, thus changing the checksum. | |||||
* | Convert charon into libcharon. | Tobias Brunner | 2010-03-19 | 36 | -474/+147 | |
| | ||||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 480 | -0/+103105 | |