Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |