Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | never send a CERT payload in EAP | Martin Willi | 2009-05-11 | 1 | -13/+13 | |
| | ||||||
* | updated MSK calculation in MSCHAPv2, compatible with Win7/2008 RC. | Martin Willi | 2009-05-11 | 1 | -1/+1 | |
| | ||||||
* | Fixed EAP authentication regression | Martin Willi | 2009-05-11 | 5 | -42/+76 | |
| | | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator. | |||||
* | fixed memleak | Martin Willi | 2009-05-11 | 1 | -0/+1 | |
| | ||||||
* | drop acquires we already have a pending connection attempt | Martin Willi | 2009-05-08 | 1 | -14/+90 | |
| | ||||||
* | initiate trapped CHILD_SAs with same reqid | Martin Willi | 2009-05-08 | 8 | -32/+27 | |
| | ||||||
* | removed $Id$ from new template generated files | Martin Willi | 2009-05-08 | 2 | -4/+0 | |
| | ||||||
* | listing routed connection in statusall | Martin Willi | 2009-05-08 | 1 | -1/+9 | |
| | ||||||
* | removed obsolete route/unroute code from ike_sa/controller | Martin Willi | 2009-05-08 | 4 | -411/+6 | |
| | ||||||
* | make use of the new trap-manager | Martin Willi | 2009-05-08 | 6 | -64/+41 | |
| | ||||||
* | added a trap-manager to handle routed policies outside of IKE_SAs | Martin Willi | 2009-05-08 | 3 | -0/+380 | |
| | ||||||
* | Merge branch 'master' of git.strongswan.org:~/strongswan into HEAD | Tobias Brunner | 2009-05-07 | 4 | -126/+131 | |
|\ | ||||||
| * | instanciate new tasks only if none queued | Martin Willi | 2009-05-07 | 1 | -124/+125 | |
| | | ||||||
| * | properly delete IKE_SA if IKE_SA_INIT processing failed | Martin Willi | 2009-05-07 | 1 | -0/+5 | |
| | | ||||||
| * | announce EAP method initiation once only | Martin Willi | 2009-05-07 | 1 | -2/+0 | |
| | | ||||||
| * | some additional .gitignore's | Martin Willi | 2009-05-07 | 1 | -0/+1 | |
| | | ||||||
* | | properly initialize buffer when printing loaded plugins. | Tobias Brunner | 2009-05-07 | 1 | -0/+1 | |
|/ | ||||||
* | fixed removal of child configs | Martin Willi | 2009-05-06 | 1 | -9/+25 | |
| | | | | purge empty peer configs | |||||
* | fixed remove_child_cfg(), use correct enumerator for remove_at | Martin Willi | 2009-05-06 | 1 | -8/+37 | |
| | ||||||
* | set IKE_SA on bus to catch unroute event properly | Martin Willi | 2009-05-05 | 1 | -0/+1 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 356 | -712/+0 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 51 | -234/+1262 | |
| | | | | | important change for developers: %Y replaces %D to print identities! | |||||
* | added .gitignore files, ready for the switch | Martin Willi | 2009-04-30 | 1 | -0/+1 | |
| | ||||||
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 1 | -1/+1 | |
| | ||||||
* | added support for AES counter mode in ESP | Martin Willi | 2009-04-27 | 3 | -3/+7 | |
| | | | | proposal keywords: aes128ctr aes192ctr aes256ctr | |||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 5 | -7/+5 | |
| | ||||||
* | fixed nbns handling, missing break | Martin Willi | 2009-04-27 | 1 | -0/+1 | |
| | ||||||
* | prefer nm plugin over resolv-conf | Martin Willi | 2009-04-27 | 1 | -5/+5 | |
| | ||||||
* | nm plugin handles DNS/NBNS configuration attributes | Martin Willi | 2009-04-27 | 6 | -8/+283 | |
| | ||||||
* | attribute_manager supports attribute_handler's to handle configuration ↵ | Martin Willi | 2009-04-24 | 20 | -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 keyword | Andreas Steffen | 2009-04-24 | 1 | -0/+1 | |
| | ||||||
* | l format modifier outputs garbage on 64 bit platforms | Andreas Steffen | 2009-04-22 | 1 | -1/+1 | |
| | ||||||
* | fixed compiler warnings on 64bit | Martin Willi | 2009-04-22 | 3 | -6/+6 | |
| | ||||||
* | schedule_job uses seconds to support time values larger than 49 days | Martin Willi | 2009-04-21 | 11 | -73/+124 | |
| | | | | added schedule_job_ms for ms resolution events | |||||
* | dump CHILD_SA keys in loglevel 4 | Martin Willi | 2009-04-21 | 1 | -0/+10 | |
| | ||||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 5 | -5/+10 | |
| | ||||||
* | fixed IKE_SA rekeying collisions | Martin Willi | 2009-04-20 | 1 | -6/+19 | |
| | ||||||
* | do not adopt already initiated tasks after rekeying | Martin Willi | 2009-04-20 | 1 | -9/+0 | |
| | ||||||
* | migrated write_chunk() to chunk_write() | Andreas Steffen | 2009-04-20 | 1 | -10/+3 | |
| | ||||||
* | fixing IKE_SA rekeying if charon.ikesa_table_size > 1 | Tobias Brunner | 2009-04-17 | 2 | -7/+20 | |
| | ||||||
* | added ike_rekey/child_rekey options to load-tester | Martin Willi | 2009-04-17 | 1 | -5/+23 | |
| | ||||||
* | missed strcaseeq added | Tobias Brunner | 2009-04-17 | 1 | -1/+1 | |
| | ||||||
* | moved strcaseeq() macro from constants.h to utils.h | Andreas Steffen | 2009-04-17 | 2 | -11/+11 | |
| | ||||||
* | support of the ESP CAMELLIA-CBC cipher by charon | Andreas Steffen | 2009-04-17 | 2 | -3/+12 | |
| | ||||||
* | add keylength transform attribute for all algorithms with a keylength != 0 | Martin Willi | 2009-04-17 | 1 | -24/+10 | |
| | ||||||
* | fixed some newline encodings | Martin Willi | 2009-04-16 | 2 | -55/+55 | |
| | ||||||
* | added create_part_enumerator() to indentity, allows to enumerate RDNs etc. | Martin Willi | 2009-04-14 | 3 | -2/+73 | |
| | ||||||
* | fixed proposal_keywords.c generation in out-of-tree builds | Martin Willi | 2009-04-14 | 1 | -1/+1 | |
| | ||||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 77 | -3660/+4472 | |
| | ||||||
* | require Message-Authenticator attribute only if we have a EAP-Message | Martin Willi | 2009-03-27 | 1 | -6/+18 | |
| |