aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Check if config.h passed correctly via gcc -includeMartin Willi2012-07-111-0/+1
|
* Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE resultsMartin Willi2012-07-111-0/+3
|
* Added a description to all AC_DEFINE macros, as required by autoheaderMartin Willi2012-07-111-28/+46
|
* getpwnam_r and getgrnam_r are not supported by the Android NDKTobias Brunner2012-07-091-1/+1
|
* Fixed help text for --disable-xauth-generic pluginTobias Brunner2012-07-051-1/+1
|
* Thread-safe wrapper around strerror(3)/strerror_r(3) addedTobias Brunner2012-06-281-0/+1
|
* Added an option to rename the ipsec script during installationTobias Brunner2012-06-251-0/+4
| | | | | | | Also rename the man page and adjust all references in the script, the man page and other files. Closes #194.
* Enable xauth-generic by default but don't build it if IKEv1 is disabledTobias Brunner2012-06-251-1/+5
|
* version bump to 5.0.0Andreas Steffen2012-06-231-1/+1
|
* Removed remaining pluto related configure options.Tobias Brunner2012-06-131-21/+3
|
* Bye bye Pluto!Tobias Brunner2012-06-111-62/+36
| | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack.
* version bump to 5.0.0rc1Andreas Steffen2012-06-091-1/+1
|
* Remove executable flag from source files.Tobias Brunner2012-05-181-0/+0
|
* Add nonce plugin implementationAdrian-Ken Rueegsegger2012-05-181-0/+4
| | | | | | | This nonce generator uses an RNG to generate nonces. The RNG quality is currently set to RNG_WEAK which is the same value used in IKE init. The plugin is enabled and thus built by default.
* It seems charon-nm has to be linked against libnm-util.Tobias Brunner2012-05-031-2/+2
| | | | That's at least the case for NetworkManager 0.9.4 in Ubuntu 12.04.
* Integrate nm plugin directly in charon-nm.Tobias Brunner2012-05-031-4/+1
|
* Added a small libcharon wrapper intended to directly host the nm plugin.Tobias Brunner2012-05-031-46/+50
| | | | For this reason it reclaims the --enable-nm configure option.
* Provide plugin list from charon, not internally in libcharon.Tobias Brunner2012-05-031-98/+98
|
* Merge branch 'ikev1'Martin Willi2012-05-021-4/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/encoding/generator.c src/libcharon/encoding/payloads/notify_payload.c src/libcharon/encoding/payloads/notify_payload.h src/libcharon/encoding/payloads/payload.c src/libcharon/network/receiver.c src/libcharon/sa/authenticator.c src/libcharon/sa/authenticator.h src/libcharon/sa/ikev2/tasks/ike_init.c src/libcharon/sa/task_manager.c src/libstrongswan/credentials/auth_cfg.c
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-4/+21
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/daemon.c src/libcharon/plugins/eap_ttls/eap_ttls_peer.c src/libcharon/plugins/eap_radius/eap_radius_accounting.c src/libcharon/plugins/eap_radius/eap_radius_forward.c src/libcharon/plugins/farp/farp_listener.c src/libcharon/sa/ike_sa.c src/libcharon/sa/keymat.c src/libcharon/sa/task_manager.c src/libcharon/sa/trap_manager.c src/libstrongswan/plugins/x509/x509_cert.c src/libstrongswan/utils.h Applied lost changes of moved files keymat.c and task_manager.c. Updated listener_t.message hook signature in new plugins.
| | * Added an XAuth plugin that forwards authentication to EAP methodsMartin Willi2012-03-201-0/+4
| | |
| | * Added a --disable-ikev2 option to disable IKEv2 support in charonMartin Willi2012-03-201-1/+6
| | |
| | * Added generic XAuth backend, using secrets provided by credential sets.Tobias Brunner2012-03-201-0/+4
| | |
| | * Removed xauth-null dummy plugin.Tobias Brunner2012-03-201-4/+0
| | |
| | * version bump to 5.0.0dr1Andreas Steffen2012-03-201-1/+1
| | |
| | * IKEv1 XAuth: Added a "NULL" XAuth plugin which sends a hardcoded user/pass, ↵Clavister OpenSource2012-03-201-0/+4
| | | | | | | | | | | | and blindly accepts whatever user/pass is sent it. Changed the xauth_request task to use this new plugin. Add --enable-xauth-null to your configure line to build with the new plugin.
| | * Added configure option for the IKEv1 implementation in charon.Tobias Brunner2012-03-201-2/+6
| | |
* | | version bump to 4.6.3Andreas Steffen2012-04-301-1/+1
| | |
* | | version bump to 4.6.3rc2Andreas Steffen2012-04-221-1/+1
| | |
* | | version bump to 4.6.3rc1Andreas Steffen2012-04-051-1/+1
| | |
* | | Implemented AES-CMAC based PRF and signer.Tobias Brunner2012-04-031-0/+4
|/ / | | | | | | | | | | The cmac plugin implements AES-CMAC as defined in RFC 4493 and the signer and PRF based on it as defined in RFC 4494 and RFC 4615, respectively.
* | version bump to 4.6.3dr2Andreas Steffen2012-03-161-1/+1
| |
* | version bump to 4.6.3dr1Andreas Steffen2012-03-141-1/+1
| |
* | created libradius shared by eap-radius and tnc-pdp pluginsAndreas Steffen2012-03-131-1/+1
| |
* | created tnc-pdp policy decision point pluginAndreas Steffen2012-03-131-0/+4
| |
* | Build libradius if radattr plugin is enabledMartin Willi2012-03-051-1/+1
| |
* | Added a radattr plugin that prints any received RADIUS notify to consoleMartin Willi2012-03-051-0/+4
| |
* | Moved generic RADIUS protocol support to a dedicated libradiusMartin Willi2012-03-051-0/+6
| |
* | added missing x characterAndreas Steffen2012-02-211-1/+1
| |
* | libtnccs is required by the eap_tnc pluginAndreas Steffen2012-02-201-1/+1
| |
* | charon does not depend on libtncif any more but tnc_tnccs doesAndreas Steffen2012-02-201-1/+1
| |
* | build libstrongswan if libimcv is builtAndreas Steffen2012-02-161-1/+1
| |
* | version bump to 4.6.2Andreas Steffen2012-02-161-1/+1
| |
* | version bump to 4.6.2rc1Andreas Steffen2012-02-051-1/+1
| |
* | version bump to 4.6.2dr4Andreas Steffen2012-02-021-1/+1
| |
* | Added PKCS#8 stub plugin.Tobias Brunner2012-02-011-0/+4
| |
* | Build libstrongswan if libfast gets builtMartin Willi2012-01-241-1/+1
| |
* | Fix gettid() on Android, which is defined in unistd.h there.Tobias Brunner2012-01-121-1/+2
| |
* | Use native gettid() if available (which is the case on Android).Tobias Brunner2012-01-101-9/+13
| |
* | register aik certificate via ipsec attestAndreas Steffen2011-12-251-11/+11
| |