Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added support for AES counter mode in ESP | Martin Willi | 2009-04-27 | 1 | -1/+1 | |
| | | | | proposal keywords: aes128ctr aes192ctr aes256ctr | |||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 4 | -5/+4 | |
| | ||||||
* | fixed nbns handling, missing break | Martin Willi | 2009-04-27 | 1 | -0/+1 | |
| | ||||||
* | 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 | 12 | -0/+705 | |
| | | | | | | | | 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) | |||||
* | l format modifier outputs garbage on 64 bit platforms | Andreas Steffen | 2009-04-22 | 1 | -1/+1 | |
| | ||||||
* | schedule_job uses seconds to support time values larger than 49 days | Martin Willi | 2009-04-21 | 2 | -2/+2 | |
| | | | | added schedule_job_ms for ms resolution events | |||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 4 | -4/+8 | |
| | ||||||
* | migrated write_chunk() to chunk_write() | Andreas Steffen | 2009-04-20 | 1 | -10/+3 | |
| | ||||||
* | added ike_rekey/child_rekey options to load-tester | Martin Willi | 2009-04-17 | 1 | -5/+23 | |
| | ||||||
* | moved strcaseeq() macro from constants.h to utils.h | Andreas Steffen | 2009-04-17 | 1 | -10/+10 | |
| | ||||||
* | support of the ESP CAMELLIA-CBC cipher by charon | Andreas Steffen | 2009-04-17 | 1 | -3/+9 | |
| | ||||||
* | 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 | |
| | ||||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 21 | -674/+751 | |
| | ||||||
* | 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 | |||||
* | 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 | 67 | -74/+75 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | reintegrated eap-radius branch into trunk | Martin Willi | 2009-03-24 | 9 | -0/+1777 | |
| | ||||||
* | ported nm plugin and gnome applet to NetworkManager 7.1 | Martin Willi | 2009-03-18 | 2 | -54/+73 | |
| | ||||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 2 | -21/+21 | |
| | | | | 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 | 1 | -1/+1 | |
| | | | | fixed memleak if pool not found | |||||
* | stop searching other pools if lease successfully released | Martin Willi | 2009-03-03 | 1 | -0/+1 | |
| | ||||||
* | ipsec statusall <conn> also filters address pools | Andreas Steffen | 2009-03-03 | 1 | -0/+4 | |
| | ||||||
* | fixed MSCHAPv2 password lookup when used with NetworkManager | Martin Willi | 2009-02-24 | 1 | -1/+1 | |
| | ||||||
* | fixed some memleaks in mschapv2 plugin | Tobias Brunner | 2009-02-19 | 1 | -16/+25 | |
| | ||||||
* | adding plugin for EAP-MS-CHAPv2 | Tobias Brunner | 2009-02-18 | 5 | -0/+1371 | |
| | ||||||
* | force unique connections for mediation connections | Tobias Brunner | 2009-02-18 | 1 | -0/+6 | |
| | ||||||
* | always encode EAP usernames as ID_KEY_ID | Martin Willi | 2009-02-18 | 1 | -1/+2 | |
| | ||||||
* | use separate distribution tarballs for NetworkManager applet | Martin Willi | 2009-02-16 | 1 | -18/+0 | |
| | ||||||
* | use a slightly adopted package versioning scheme | Martin Willi | 2009-02-16 | 1 | -1/+1 | |
| | | | | NM applet uses strongSwan independent versions | |||||
* | [4859] caused crash when handling the %config case | Andreas Steffen | 2009-02-11 | 1 | -8/+8 | |
| | ||||||
* | corrected syntax | Andreas Steffen | 2009-02-11 | 1 | -1/+1 | |
| | ||||||
* | this debug statement has only two arguments | Andreas Steffen | 2009-02-11 | 1 | -0/+4 | |
| | ||||||
* | fixed a 64-bit issue with time_t printf hooks | Andreas Steffen | 2009-02-11 | 1 | -12/+9 | |
| | ||||||
* | changed [4856] to dynamically choose traffic selector family | Martin Willi | 2009-02-11 | 6 | -9/+6 | |
| | ||||||
* | respect family when assigning pool addresses | Martin Willi | 2009-02-11 | 1 | -1/+8 | |
| | ||||||
* | support of dynamic/128 and %any6 | Andreas Steffen | 2009-02-05 | 6 | -6/+9 | |
| | ||||||
* | disable MOBIKE in load-tester | Andreas Steffen | 2009-02-05 | 1 | -1/+1 | |
| | ||||||
* | output pool name string rather than pool pointer | Andreas Steffen | 2009-01-28 | 1 | -1/+1 | |
| | ||||||
* | fixed broken listing of connections in ipsec statusall | Andreas Steffen | 2009-01-14 | 1 | -3/+3 | |
| | ||||||
* | disable DPD and sending of cert requests in load-tester | Andreas Steffen | 2009-01-14 | 1 | -2/+2 | |
| | ||||||
* | hiding XFRM message names from netlink | Andreas Steffen | 2009-01-09 | 2 | -26/+30 | |
| | ||||||
* | renamed chunk | Andreas Steffen | 2009-01-09 | 1 | -2/+2 | |
| | ||||||
* | refactored DBG3 output of sent XFRM messages | Andreas Steffen | 2009-01-09 | 2 | -72/+41 | |
| | ||||||
* | DBG3 output of sent XFRM messages | Andreas Steffen | 2009-01-09 | 1 | -3/+74 | |
| | ||||||
* | fixed two bugs introduced by the stroke ip pool refactoring4.2.10 | Andreas Steffen | 2009-01-08 | 1 | -2/+9 | |
| | ||||||
* | RNG tests based on FIPS 140-1 | Martin Willi | 2008-12-18 | 3 | -2/+225 | |
| |