aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-5/+2
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Rebuild charon after running ./configure to reflect plugin changesMartin Willi2012-08-031-0/+2
|
* Provide plugin list from charon, not internally in libcharon.Tobias Brunner2012-05-031-1/+2
|
* Revert "fixed integrity tests of plugins using libtls or libtnccs"Tobias Brunner2011-11-081-8/+0
| | | | | This reverts commit b597ac4a4cbcd9197b886d743c75d58293264580 (not completely).
* Revert "fixed integrity tests of plugins using libsimaka"Tobias Brunner2011-11-081-4/+0
| | | | | | | | This reverts commit 8c42f16deeeffa1ae305b18306b0796f49c9922c. Conflicts: src/charon/Makefile.am
* use the correct USE_SIMAKA conditionalAndreas Steffen2011-11-041-1/+1
|
* fixed integrity tests of plugins using libsimakaAndreas Steffen2011-11-041-0/+4
|
* charon must load libtls if availableAndreas Steffen2011-11-021-0/+4
|
* fixed integrity tests of plugins using libtls or libtnccsAndreas Steffen2011-11-021-0/+4
|
* Init/deinit libhydra in charon and pluto.Tobias Brunner2010-03-241-1/+6
|
* Link pluto and charon to libhydra, fixes monolithic build.Tobias Brunner2010-03-241-1/+5
|
* Missed to include charon's Android.mk in the distribution.Tobias Brunner2010-03-221-1/+1
|
* Explicitly link charon to libstrongswan.Tobias Brunner2010-03-191-1/+1
| | | | Also fixed the reference to the pthread library.
* Replacing the original charon with a small wrapper around libcharon.Tobias Brunner2010-03-191-0/+13
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-396/+0
|
* Adding Android.mk files to build charon and libstrongswan with the Android ↵Tobias Brunner2010-03-031-0/+2
| | | | build system.
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-10/+116
| | | | charon plugins into libcharon.
* Added an initiator-only socket implementation which binds ports on demandMartin Willi2010-02-261-0/+5
|
* Moved socket and socket-raw implementations to pluginsMartin Willi2010-02-261-8/+11
|
* Added Android plugin, currently provides DNS handling on AndroidMartin Willi2010-02-171-0/+5
|
* Support for closing CHILD/IKE_SA if a CHILD_SA is inactive.Martin Willi2010-01-121-0/+1
|
* Add an option to send a vendor ID, allows us to properly support private ↵Martin Willi2010-01-071-0/+1
| | | | extensions
* Check if libpthread is required or not.Tobias Brunner2009-12-231-1/+1
|
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-201-1/+0
|
* Moved reauth/pseudonym functionality from eap-sim-file to separate plugins, ↵Martin Willi2009-11-121-0/+10
| | | | usable by any SIM/AKA backend
* Streamlined EAP plugins to use a dash between eap-method, as used in all ↵Martin Willi2009-10-151-9/+9
| | | | other places
* Renamed --enable-load-tests to --enable-load-tester, like the plugin itselfMartin Willi2009-10-151-1/+1
|
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-131-3/+0
|
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-121-1/+0
|
* Added a stub for the EAP-AKA backend implementing the 3GPP2 functions in ↵Martin Willi2009-10-091-0/+5
| | | | software
* Implemented a manager for USIM cards/providers very similar to the SIM managerMartin Willi2009-10-091-0/+1
|
* Define ME for all charon pluginsMartin Willi2009-09-231-1/+0
|
* Correctly handle --enable-mediation optionMartin Willi2009-09-231-0/+1
|
* resolv_conf plugin renamed to resolveAndreas Steffen2009-09-201-3/+3
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-2/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+0
|
* Use macros to define --with optionsMartin Willi2009-09-071-1/+1
|
* Removed trailing whitespaces in configure.in/Makefile.amMartin Willi2009-09-071-1/+1
|
* OpenSolaris needs libsocket and libnsl for socket().Tobias Brunner2009-08-141-1/+1
|
* added listener.h to charon_SOURCESAndreas Steffen2009-07-121-0/+1
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-221-4/+0
| | | | --enable-integrity-test now conditionally builds libchecksum
* removed pluto test vectors, --disable-self-test optionMartin Willi2009-06-111-4/+0
|
* moved IKEv2 proposals and transforms to libstrongswanAndreas Steffen2009-05-151-8/+1
|
* added a trap-manager to handle routed policies outside of IKE_SAsMartin Willi2009-05-081-0/+1
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-4/+10
| | | | | important change for developers: %Y replaces %D to print identities!
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-2/+1
|
* prefer nm plugin over resolv-confMartin Willi2009-04-271-5/+5
|
* attribute_manager supports attribute_handler's to handle configuration ↵Martin Willi2009-04-241-1/+11
| | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr)
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+2
|
* fixed proposal_keywords.c generation in out-of-tree buildsMartin Willi2009-04-141-1/+1
|