aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* added a "purgeike" command to stroke, deleting all IKE_SAs without a CHILD_SAMartin Willi2009-05-153-5/+60
|
* stroke accepts "down conn1{*}/[*]" to delete all CHILD/IKE_SAs using a given ↵Martin Willi2009-05-151-28/+78
| | | | config
* Mac OS X doesn't have SADB_X_AALG_AES_XCBC_MACTobias Brunner2009-05-141-0/+2
|
* added another possible location for the ipsec.h header fileTobias Brunner2009-05-141-0/+2
|
* fixed compiler warningTobias Brunner2009-05-141-1/+1
|
* make socket_t compatible with RFC 2292 (that got obsoleted by RFC 3542)Tobias Brunner2009-05-141-0/+7
|
* added eap_start option to radius pluginMartin Willi2009-05-141-2/+17
| | | | | EAP-Start sends an empty EAP message to initiate EAP conversation before doing EAP-Identity.
* simplified SPI allocation after refactoringsMartin Willi2009-05-141-19/+4
|
* identation cleanupsMartin Willi2009-05-131-22/+22
|
* fixed identationMartin Willi2009-05-131-49/+49
|
* fixing compilation of socket_t on systems that have neither IP_PKTINFO ↵Tobias Brunner2009-05-121-22/+33
| | | | (Linux) nor IP_SENDSRCADDR (FreeBSD)
* fixed cleanup of traffic selector listsMartin Willi2009-05-121-2/+2
|
* do not destroy packet twice if message generation failedMartin Willi2009-05-121-0/+1
|
* properly end CERT_PRE task after detecting the final authentication roundMartin Willi2009-05-121-27/+41
|
* do not report increasing rekey times if rekeying currently activeMartin Willi2009-05-121-1/+8
|
* do not report a CHILD_SA rekey time if rekeying disabledMartin Willi2009-05-121-2/+10
|
* quote identitiesAndreas Steffen2009-05-111-4/+4
|
* hand out a IPv4 virtual address if %any6 is requestedMartin Willi2009-05-111-2/+3
|
* fixed configuration payload type as responderMartin Willi2009-05-111-1/+1
|
* never send a CERT payload in EAPMartin Willi2009-05-111-13/+13
|
* updated MSK calculation in MSCHAPv2, compatible with Win7/2008 RC.Martin Willi2009-05-111-1/+1
|
* Fixed EAP authentication regressionMartin Willi2009-05-115-42/+76
| | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator.
* fixed memleakMartin Willi2009-05-111-0/+1
|
* drop acquires we already have a pending connection attemptMartin Willi2009-05-081-14/+90
|
* initiate trapped CHILD_SAs with same reqidMartin Willi2009-05-088-32/+27
|
* removed $Id$ from new template generated filesMartin Willi2009-05-082-4/+0
|
* listing routed connection in statusallMartin Willi2009-05-081-1/+9
|
* removed obsolete route/unroute code from ike_sa/controllerMartin Willi2009-05-084-411/+6
|
* make use of the new trap-managerMartin Willi2009-05-086-64/+41
|
* added a trap-manager to handle routed policies outside of IKE_SAsMartin Willi2009-05-083-0/+380
|
* Merge branch 'master' of git.strongswan.org:~/strongswan into HEADTobias Brunner2009-05-074-126/+131
|\
| * instanciate new tasks only if none queuedMartin Willi2009-05-071-124/+125
| |
| * properly delete IKE_SA if IKE_SA_INIT processing failedMartin Willi2009-05-071-0/+5
| |
| * announce EAP method initiation once onlyMartin Willi2009-05-071-2/+0
| |
| * some additional .gitignore'sMartin Willi2009-05-071-0/+1
| |
* | properly initialize buffer when printing loaded plugins.Tobias Brunner2009-05-071-0/+1
|/
* fixed removal of child configsMartin Willi2009-05-061-9/+25
| | | | purge empty peer configs
* fixed remove_child_cfg(), use correct enumerator for remove_atMartin Willi2009-05-061-8/+37
|
* set IKE_SA on bus to catch unroute event properlyMartin Willi2009-05-051-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-30356-712/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-3051-234/+1262
| | | | | important change for developers: %Y replaces %D to print identities!
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+1
|
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-291-1/+1
|
* added support for AES counter mode in ESPMartin Willi2009-04-273-3/+7
| | | | proposal keywords: aes128ctr aes192ctr aes256ctr
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-275-7/+5
|
* fixed nbns handling, missing breakMartin Willi2009-04-271-0/+1
|
* prefer nm plugin over resolv-confMartin Willi2009-04-271-5/+5
|
* nm plugin handles DNS/NBNS configuration attributesMartin Willi2009-04-276-8/+283
|
* attribute_manager supports attribute_handler's to handle configuration ↵Martin Willi2009-04-2420-377/+1095
| | | | | | | | 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)
* added cast128 proposal keywordAndreas Steffen2009-04-241-0/+1
|