aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
| | | | added schedule_job_ms for ms resolution events
* dump CHILD_SA keys in loglevel 4Martin Willi2009-04-211-0/+10
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-205-5/+10
|
* fixed IKE_SA rekeying collisionsMartin Willi2009-04-201-6/+19
|
* do not adopt already initiated tasks after rekeyingMartin Willi2009-04-201-9/+0
|
* migrated write_chunk() to chunk_write()Andreas Steffen2009-04-201-10/+3
|
* fixing IKE_SA rekeying if charon.ikesa_table_size > 1Tobias Brunner2009-04-172-7/+20
|
* added ike_rekey/child_rekey options to load-testerMartin Willi2009-04-171-5/+23
|
* missed strcaseeq addedTobias Brunner2009-04-171-1/+1
|
* moved strcaseeq() macro from constants.h to utils.hAndreas Steffen2009-04-172-11/+11
|
* support of the ESP CAMELLIA-CBC cipher by charonAndreas Steffen2009-04-172-3/+12
|
* add keylength transform attribute for all algorithms with a keylength != 0Martin Willi2009-04-171-24/+10
|
* fixed some newline encodingsMartin Willi2009-04-162-55/+55
|
* added create_part_enumerator() to indentity, allows to enumerate RDNs etc.Martin Willi2009-04-143-2/+73
|
* fixed proposal_keywords.c generation in out-of-tree buildsMartin Willi2009-04-141-1/+1
|
* merged multi-auth branch back into trunkMartin Willi2009-04-1477-3660/+4472
|
* require Message-Authenticator attribute only if we have a EAP-MessageMartin Willi2009-03-271-6/+18
|