aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* merged multi-auth branch back into trunkMartin Willi2009-04-141-3/+9
|
* reintegrated eap-radius branch into trunkMartin Willi2009-03-241-0/+5
|
* adding plugin for EAP-MS-CHAPv2Tobias Brunner2009-02-181-0/+5
|
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-0/+5
|
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-031-0/+1
|
* moved key derivation and management into keymat objectMartin Willi2008-10-281-0/+1
| | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now
* a load testing plugin, to:Martin Willi2008-10-211-0/+5
| | | | | find multi-threading issues do performance profiling
* moved updown script invocation to an optional pluginMartin Willi2008-10-161-0/+5
|
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-0/+5
|
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-101-0/+6
|
* userland support to process notifies for new NAT mappings detected in UDP ↵Martin Willi2008-10-071-0/+1
| | | | encapsulation
* added --disable-kernel-netlink configure optionAndreas Steffen2008-10-031-2/+2
|
* merging renaming of mode_t to ipsec_mode_t back to trunkTobias Brunner2008-09-251-1/+2
|
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-0/+6
|
* use libcap for capability droppingMartin Willi2008-08-291-0/+5
| | | | | optional, must be enabled --with-capabilities=libcap will be extended to support --with-capabilities=libcap2
* a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAMMartin Willi2008-08-211-0/+5
|
* reimplemented dbus plugin for NetworkManager 0.7, renamed to nmMartin Willi2008-07-311-0/+5
|
* loading unit-tester plugin as the last oneMartin Willi2008-07-211-5/+5
|
* fixed identationMartin Willi2008-06-191-2/+2
|
* first simple prototype of a UCI configuration plugin for OpenWRTMartin Willi2008-06-171-0/+5
|
* ECDSA with OpenSSLTobias Brunner2008-06-101-1/+1
|
* fixed the strongswan.conf pathAndreas Steffen2008-05-221-2/+6
|
* fixed loading of smp pluginMartin Willi2008-05-191-1/+1
|
* fixed plugin names of EAP modulesMartin Willi2008-05-161-4/+4
|
* loading default modules depending on configure optionsMartin Willi2008-05-161-0/+13
|
* prototype of mediation client database pluginMartin Willi2008-05-141-0/+4
|
* renamed med_db plugin to medsrv, as we will introduce an additional medcli ↵Martin Willi2008-05-081-2/+2
| | | | client plugin
* build plugins after daemon/libstrongswanMartin Willi2008-04-151-1/+1
|
* implementation of an CFG attribute framework, currently supporting virtual IPsMartin Willi2008-04-091-0/+2
| | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool
* defining ME globally, as we need it in pluginsMartin Willi2008-03-311-1/+0
|
* renamed xml plugin to smp to avoid confusionMartin Willi2008-03-281-10/+18
| | | | | | added some dependency checks to configure configure checks ClearSilver and fastcgi cleanups in the build system here and there
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-2/+2
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* cert_cache_t caches subject-issuer relations and subject certificatesMartin Willi2008-03-201-0/+1
| | | | ocsp/crl do not benefit yet due missing lookup function
* refactored trustchain verification, this should fix #33Martin Willi2008-03-191-0/+2
| | | | moved auth_info/ocsp_response credset wrapper to separate files
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-71/+37
|
* implemented IKEV2 EAP-SIM server and client test module that use triplets ↵Andreas Steffen2008-02-041-1/+6
| | | | stored in a file. For details see the scenario 'ikev2/rw-eap-sim-rsa'
* ported EAP-AKA branch into trunkMartin Willi2007-12-131-4/+10
|
* merged EAP-MD5 into trunkMartin Willi2007-12-121-0/+6
|
* added more ./configure build options forMartin Willi2007-12-031-17/+24
| | | | | | | | EAP-Identity module ipsec tools (openac, scepclient) optional charon/pluto build charon stroke interface
* moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵Martin Willi2007-12-031-0/+1
| | | | payload order)
* added a "libcharon-" prefix to plugins to avoid conflictsMartin Willi2007-12-031-24/+24
|
* socket_t implementation withouth raw socketsMartin Willi2007-11-261-1/+7
| | | | | | --disable-raw-socket configure option prevents charon/pluto to run in parallel
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-0/+8
|
* removed some empty linesAndreas Steffen2007-09-181-2/+0
|
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-181-1/+8
|
* further MOBIKE stuff:Martin Willi2007-06-211-0/+2
| | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet!
* proper reauthentication:Martin Willi2007-06-141-0/+1
| | | | | IKE_SA is closed completely before the new is initiated, resolves some issues when a dynamic IP is requested from a pool
* introduced callback_job:Martin Willi2007-06-111-4/+3
| | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere
* removed route_job, handled all in interface_managerMartin Willi2007-05-161-1/+0
|
* properly implemented interface_managers initiate, terminte_[ike|child]Martin Willi2007-05-091-1/+0
| | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues