Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | version bump to 5.0.0 | Andreas Steffen | 2012-06-23 | 1 | -1/+1 | |
| | ||||||
* | Removed remaining pluto related configure options. | Tobias Brunner | 2012-06-13 | 1 | -21/+3 | |
| | ||||||
* | Bye bye Pluto! | Tobias Brunner | 2012-06-11 | 1 | -62/+36 | |
| | | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack. | |||||
* | version bump to 5.0.0rc1 | Andreas Steffen | 2012-06-09 | 1 | -1/+1 | |
| | ||||||
* | Remove executable flag from source files. | Tobias Brunner | 2012-05-18 | 1 | -0/+0 | |
| | ||||||
* | Add nonce plugin implementation | Adrian-Ken Rueegsegger | 2012-05-18 | 1 | -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 Brunner | 2012-05-03 | 1 | -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 Brunner | 2012-05-03 | 1 | -4/+1 | |
| | ||||||
* | Added a small libcharon wrapper intended to directly host the nm plugin. | Tobias Brunner | 2012-05-03 | 1 | -46/+50 | |
| | | | | For this reason it reclaims the --enable-nm configure option. | |||||
* | Provide plugin list from charon, not internally in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -98/+98 | |
| | ||||||
* | Merge branch 'ikev1' | Martin Willi | 2012-05-02 | 1 | -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-master | Martin Willi | 2012-03-20 | 1 | -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 methods | Martin Willi | 2012-03-20 | 1 | -0/+4 | |
| | | | ||||||
| | * | Added a --disable-ikev2 option to disable IKEv2 support in charon | Martin Willi | 2012-03-20 | 1 | -1/+6 | |
| | | | ||||||
| | * | Added generic XAuth backend, using secrets provided by credential sets. | Tobias Brunner | 2012-03-20 | 1 | -0/+4 | |
| | | | ||||||
| | * | Removed xauth-null dummy plugin. | Tobias Brunner | 2012-03-20 | 1 | -4/+0 | |
| | | | ||||||
| | * | version bump to 5.0.0dr1 | Andreas Steffen | 2012-03-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | IKEv1 XAuth: Added a "NULL" XAuth plugin which sends a hardcoded user/pass, ↵ | Clavister OpenSource | 2012-03-20 | 1 | -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 Brunner | 2012-03-20 | 1 | -2/+6 | |
| | | | ||||||
* | | | version bump to 4.6.3 | Andreas Steffen | 2012-04-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | version bump to 4.6.3rc2 | Andreas Steffen | 2012-04-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | version bump to 4.6.3rc1 | Andreas Steffen | 2012-04-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Implemented AES-CMAC based PRF and signer. | Tobias Brunner | 2012-04-03 | 1 | -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.3dr2 | Andreas Steffen | 2012-03-16 | 1 | -1/+1 | |
| | | ||||||
* | | version bump to 4.6.3dr1 | Andreas Steffen | 2012-03-14 | 1 | -1/+1 | |
| | | ||||||
* | | created libradius shared by eap-radius and tnc-pdp plugins | Andreas Steffen | 2012-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | created tnc-pdp policy decision point plugin | Andreas Steffen | 2012-03-13 | 1 | -0/+4 | |
| | | ||||||
* | | Build libradius if radattr plugin is enabled | Martin Willi | 2012-03-05 | 1 | -1/+1 | |
| | | ||||||
* | | Added a radattr plugin that prints any received RADIUS notify to console | Martin Willi | 2012-03-05 | 1 | -0/+4 | |
| | | ||||||
* | | Moved generic RADIUS protocol support to a dedicated libradius | Martin Willi | 2012-03-05 | 1 | -0/+6 | |
| | | ||||||
* | | added missing x character | Andreas Steffen | 2012-02-21 | 1 | -1/+1 | |
| | | ||||||
* | | libtnccs is required by the eap_tnc plugin | Andreas Steffen | 2012-02-20 | 1 | -1/+1 | |
| | | ||||||
* | | charon does not depend on libtncif any more but tnc_tnccs does | Andreas Steffen | 2012-02-20 | 1 | -1/+1 | |
| | | ||||||
* | | build libstrongswan if libimcv is built | Andreas Steffen | 2012-02-16 | 1 | -1/+1 | |
| | | ||||||
* | | version bump to 4.6.2 | Andreas Steffen | 2012-02-16 | 1 | -1/+1 | |
| | | ||||||
* | | version bump to 4.6.2rc1 | Andreas Steffen | 2012-02-05 | 1 | -1/+1 | |
| | | ||||||
* | | version bump to 4.6.2dr4 | Andreas Steffen | 2012-02-02 | 1 | -1/+1 | |
| | | ||||||
* | | Added PKCS#8 stub plugin. | Tobias Brunner | 2012-02-01 | 1 | -0/+4 | |
| | | ||||||
* | | Build libstrongswan if libfast gets built | Martin Willi | 2012-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | Fix gettid() on Android, which is defined in unistd.h there. | Tobias Brunner | 2012-01-12 | 1 | -1/+2 | |
| | | ||||||
* | | Use native gettid() if available (which is the case on Android). | Tobias Brunner | 2012-01-10 | 1 | -9/+13 | |
| | | ||||||
* | | register aik certificate via ipsec attest | Andreas Steffen | 2011-12-25 | 1 | -11/+11 | |
| | | ||||||
* | | check for TrouSerS | Andreas Steffen | 2011-12-18 | 1 | -0/+5 | |
| | | ||||||
* | | Log native thread ID when a thread is created. | Tobias Brunner | 2011-12-16 | 1 | -0/+11 | |
| | | | | | | | | | | If possible gettid() is used, otherwise pthread_self() is logged (which is not completely portable, but seems to work on most supported platforms). | |||||
* | | Revert "fixed caption alignment" | Andreas Steffen | 2011-12-16 | 1 | -4/+1 | |
| | | | | | | | | This reverts commit d463def798ed339b143ee9500c2781532394171e. | |||||
* | | fixed caption alignment | Andreas Steffen | 2011-12-16 | 1 | -1/+4 | |
| | | ||||||
* | | version bump to 4.6.2dr2 | Andreas Steffen | 2011-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | moved attestation plugins to libpts in order to resolve circular reference ↵ | Andreas Steffen | 2011-11-28 | 1 | -2/+2 | |
| | | | | | | | | with libimcv | |||||
* | | automatically construct attest plugin list | Andreas Steffen | 2011-11-28 | 1 | -2/+4 | |
| | | ||||||
* | | version bump to 4.6.2dr1 | Andreas Steffen | 2011-11-28 | 1 | -1/+1 | |
|/ |