aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 (Linux...Tobias Brunner2009-05-121-22/+33
* 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
* 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
* 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
* 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
* 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 attrib...Martin Willi2009-04-2420-377/+1095
* added cast128 proposal keywordAndreas Steffen2009-04-241-0/+1
* l format modifier outputs garbage on 64 bit platformsAndreas Steffen2009-04-221-1/+1
* fixed compiler warnings on 64bitMartin Willi2009-04-223-6/+6
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-2111-73/+124
* dump CHILD_SA keys in loglevel 4Martin Willi2009-04-211-0/+10