aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-254-0/+116
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-2441-59/+71
|
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-241-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 Brunner2010-03-241-0/+1
|
* Moving attr-sql plugin from libstrongswan to libhydra.Tobias Brunner2010-03-241-1/+1
|
* Adapted test_pool to the libstrongswan threading.Tobias Brunner2010-03-241-6/+5
|
* Fixed some Doxygen warnings.Tobias Brunner2010-03-242-4/+4
|
* Use vstr/gmp as shared libraries in the Android build.Tobias Brunner2010-03-231-1/+1
|
* Do not indent the source file lists in Android.mk files so we can easily ↵Tobias Brunner2010-03-191-98/+98
| | | | compare them to the lists in the Makefile.am files.
* Use wildcards to gather plugin source files.Tobias Brunner2010-03-191-87/+29
|
* Adding support for the build of libcharon (and charon) on Android.Tobias Brunner2010-03-191-6/+3
|
* Do not link libcharon to libstrongswan.Tobias Brunner2010-03-191-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 Brunner2010-03-1936-474/+147
|
* Moving charon to libcharon.Tobias Brunner2010-03-19480-0/+103105