Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | reserve a socket only during request(), avoids thread pool starvation | Martin Willi | 2009-03-27 | 2 | -36/+36 | |
| | | | | reduced thread pool default to 1 | |||||
* | cosmetics | Andreas Steffen | 2009-03-26 | 1 | -1/+1 | |
| | ||||||
* | output peer ID in duplicate deletion log entry | Andreas Steffen | 2009-03-26 | 1 | -2/+2 | |
| | ||||||
* | set port for NATD hash calculation in the "include-all" case | Martin Willi | 2009-03-26 | 1 | -0/+4 | |
| | ||||||
* | added a NEWS file | Martin Willi | 2009-03-25 | 2 | -1/+13 | |
| | | | | release NetworkManager-strongswan-1.1.0 | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 171 | -189/+186 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | reintegrated eap-radius branch into trunk | Martin Willi | 2009-03-24 | 13 | -3/+1789 | |
| | ||||||
* | ported nm plugin and gnome applet to NetworkManager 7.1 | Martin Willi | 2009-03-18 | 2 | -54/+73 | |
| | ||||||
* | fallback to family specific %any(6) if kernel lookup fails | Martin Willi | 2009-03-16 | 1 | -0/+6 | |
| | ||||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 9 | -120/+80 | |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | |||||
* | memleak fixed when reading smartcard secrets | Tobias Brunner | 2009-03-12 | 1 | -3/+4 | |
| | ||||||
* | fixed format string argument error, resulting in crash | Martin Willi | 2009-03-03 | 2 | -3/+15 | |
| | | | | fixed memleak if pool not found |