Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | NO_CREDENTIAL_FACTORY compile option not needed anymore | Andreas Steffen | 2009-05-28 | 5 | -9/+1 | |
| | ||||||
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 7 | -9/+6 | |
| | ||||||
* | register the already implemented AUTH_HMAC_SHA1_160 algorithm | Martin Willi | 2009-05-28 | 1 | -0/+2 | |
| | ||||||
* | set parsed = TRUE before calling parse_certificate() | Andreas Steffen | 2009-05-27 | 1 | -8/+7 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2009-05-27 | 1 | -1/+1 | |
| | ||||||
* | dh_exponent_ansi_x9_42 is now a libstrongswan setting | Andreas Steffen | 2009-05-26 | 2 | -2/+2 | |
| | ||||||
* | eliminated ipsec_policy.h | Andreas Steffen | 2009-05-26 | 27 | -457/+131 | |
| | ||||||
* | show strongSwan version in pluto's statusall | Andreas Steffen | 2009-05-26 | 1 | -0/+1 | |
| | ||||||
* | show strongSwan version in statusall | Martin Willi | 2009-05-26 | 1 | -1/+1 | |
| | ||||||
* | added generated extconf.rb to .gitignore, removed it from distribution | Martin Willi | 2009-05-25 | 2 | -2/+2 | |
| | ||||||
* | resolve clone naming conflict with uclibc | Andreas Steffen | 2009-05-25 | 1 | -2/+2 | |
| | ||||||
* | removed optionsfrom.c from libfreeswan | Andreas Steffen | 2009-05-24 | 3 | -482/+2 | |
| | ||||||
* | whack uses optionsfrom from libstrongswan | Andreas Steffen | 2009-05-24 | 2 | -15/+42 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2009-05-24 | 1 | -25/+13 | |
| | ||||||
* | suppress Routed Connections caption if list is empty | Andreas Steffen | 2009-05-24 | 1 | -4/+9 | |
| | ||||||
* | pluto uses optionsfrom from libstrongswan | Andreas Steffen | 2009-05-24 | 1 | -2/+12 | |
| | ||||||
* | KE payload of ECP groups has X and Y coordinates | Andreas Steffen | 2009-05-24 | 3 | -55/+55 | |
| | ||||||
* | use the Diffie-Hellman functionality of libstrongswan | Andreas Steffen | 2009-05-24 | 12 | -253/+210 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2009-05-24 | 5 | -46/+46 | |
| | ||||||
* | added dh group descriptions | Andreas Steffen | 2009-05-24 | 1 | -0/+124 | |
| | ||||||
* | updated copyright statements | Andreas Steffen | 2009-05-22 | 17 | -17/+29 | |
| | ||||||
* | version bump to 4.3.2 | Andreas Steffen | 2009-05-22 | 2 | -2/+6 | |
| | ||||||
* | fixed compiler warning4.3.1 | Andreas Steffen | 2009-05-22 | 1 | -0/+3 | |
| | ||||||
* | recognize ipsec purgeike command | Andreas Steffen | 2009-05-22 | 1 | -1/+10 | |
| | ||||||
* | Portably check for IPSEC_* constants (defined in ipsec.h). | Tobias Brunner | 2009-05-20 | 1 | -3/+3 | |
| | | | | The problem is that FreeBSD defines them as #defines whereas Linux defines them as enums. | |||||
* | Automatically build (and install) the DUMM Ruby extension. | Tobias Brunner | 2009-05-20 | 3 | -0/+15 | |
| | ||||||
* | Enable building the DUMM Ruby extension in a VPATH build. | Tobias Brunner | 2009-05-20 | 2 | -21/+18 | |
| | ||||||
* | The configure script now tries to figure out where ruby.h is located. | Tobias Brunner | 2009-05-20 | 1 | -1/+1 | |
| | | | | This is required because the location depends on the architecture. | |||||
* | include TSi/TSr of triggering packet in acquire | Martin Willi | 2009-05-20 | 11 | -21/+57 | |
| | ||||||
* | properly terminate EAP authentication if EAP method fails | Martin Willi | 2009-05-20 | 1 | -1/+5 | |
| | ||||||
* | fixed dumping of integers in generator | Martin Willi | 2009-05-20 | 1 | -3/+3 | |
| | ||||||
* | make signer names consistent | Andreas Steffen | 2009-05-19 | 1 | -8/+8 | |
| | ||||||
* | same format as IKEv1 | Andreas Steffen | 2009-05-19 | 2 | -3/+3 | |
| | ||||||
* | added lookup of ESP_NULL | Andreas Steffen | 2009-05-19 | 1 | -0/+2 | |
| | ||||||
* | status output of 3DES_CBC without key length | Andreas Steffen | 2009-05-19 | 1 | -9/+21 | |
| | ||||||
* | removed unused functions | Andreas Steffen | 2009-05-19 | 2 | -60/+0 | |
| | ||||||
* | added des and default length cbc encryption algorithms | Andreas Steffen | 2009-05-19 | 1 | -0/+6 | |
| | ||||||
* | output of encryption algs with zero key length | Andreas Steffen | 2009-05-19 | 2 | -24/+47 | |
| | ||||||
* | support of ESP AES_XCBC_96 | Andreas Steffen | 2009-05-19 | 2 | -2/+4 | |
| | ||||||
* | added Debian specific packaging files to NM applet | Martin Willi | 2009-05-19 | 7 | -0/+88 | |
| | ||||||
* | new NM applet release 1.1.1 | Martin Willi | 2009-05-19 | 2 | -1/+6 | |
| | ||||||
* | fixed debug output of ah transforms | Andreas Steffen | 2009-05-19 | 2 | -66/+54 | |
| | ||||||
* | fixed compiler warnings | Martin Willi | 2009-05-19 | 1 | -4/+1 | |
| | ||||||
* | replaced deprecated g_strcasecmp() | Martin Willi | 2009-05-19 | 1 | -10/+4 | |
| | ||||||
* | updated build system to newer autotool/gnome conventions | Martin Willi | 2009-05-19 | 7 | -67/+75 | |
| | ||||||
* | removed tab | Andreas Steffen | 2009-05-19 | 1 | -1/+1 | |
| | ||||||
* | streamlined pluto alg_info debug output | Andreas Steffen | 2009-05-19 | 5 | -79/+35 | |
| | ||||||
* | add _CBC to all encryption algorithms in CBC mode | Andreas Steffen | 2009-05-19 | 2 | -15/+15 | |
| | ||||||
* | fixed lookup table | Andreas Steffen | 2009-05-19 | 1 | -1/+1 | |
| | ||||||
* | puto uses proposal_get_token() from libstrongswan | Andreas Steffen | 2009-05-19 | 9 | -768/+345 | |
| |