Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ported twofish as a plugin | Andreas Steffen | 2009-05-14 | 1 | -1447/+51 | |
| | ||||||
* | fixed 32 bit overflow check | Andreas Steffen | 2009-05-14 | 3 | -1/+885 | |
| | ||||||
* | added eap_start option to radius plugin | Martin Willi | 2009-05-14 | 1 | -2/+17 | |
| | | | | | EAP-Start sends an empty EAP message to initiate EAP conversation before doing EAP-Identity. | |||||
* | introduced encryption test vectors | Andreas Steffen | 2009-05-14 | 7 | -76/+246 | |
| | ||||||
* | renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵ | Andreas Steffen | 2009-05-14 | 4 | -8/+8 | |
| | | | | ENCR_SERPENT_CBC, respectively | |||||
* | fixed setting of variable key length | Andreas Steffen | 2009-05-14 | 1 | -3/+5 | |
| | ||||||
* | use localtime_r() instead of localtime() | Andreas Steffen | 2009-05-14 | 1 | -10/+6 | |
| | ||||||
* | clone iv before blowfish en|decryption | Andreas Steffen | 2009-05-14 | 1 | -2/+8 | |
| | ||||||
* | replaced clone_bytes() by clalloc() | Andreas Steffen | 2009-05-14 | 2 | -11/+1 | |
| | ||||||
* | fixed indentation | Andreas Steffen | 2009-05-14 | 1 | -19/+19 | |
| | ||||||
* | compute ASN.1 to UTC time without time functions | Andreas Steffen | 2009-05-14 | 1 | -54/+39 | |
| | ||||||
* | changed TRUE/FALSE to 1/0 | Andreas Steffen | 2009-05-14 | 1 | -2/+2 | |
| | ||||||
* | blowfish block size is 8 bytes | Andreas Steffen | 2009-05-14 | 1 | -1/+1 | |
| | ||||||
* | fixed caption | Andreas Steffen | 2009-05-14 | 1 | -2/+2 | |
| | ||||||
* | changed remaining plog() to DBG1() | Andreas Steffen | 2009-05-14 | 1 | -1/+1 | |
| | ||||||
* | simplified SPI allocation after refactorings | Martin Willi | 2009-05-14 | 1 | -19/+4 | |
| | ||||||
* | identation cleanups | Martin Willi | 2009-05-13 | 1 | -22/+22 | |
| | ||||||
* | fixed identation | Martin Willi | 2009-05-13 | 1 | -49/+49 | |
| | ||||||
* | fixing compilation of socket_t on systems that have neither IP_PKTINFO ↵ | Tobias Brunner | 2009-05-12 | 1 | -22/+33 | |
| | | | | (Linux) nor IP_SENDSRCADDR (FreeBSD) | |||||
* | fixed cleanup of traffic selector lists | Martin Willi | 2009-05-12 | 1 | -2/+2 | |
| | ||||||
* | do not destroy packet twice if message generation failed | Martin Willi | 2009-05-12 | 1 | -0/+1 | |
| | ||||||
* | properly end CERT_PRE task after detecting the final authentication round | Martin Willi | 2009-05-12 | 1 | -27/+41 | |
| | ||||||
* | do not report increasing rekey times if rekeying currently active | Martin Willi | 2009-05-12 | 1 | -1/+8 | |
| | ||||||
* | do not report a CHILD_SA rekey time if rekeying disabled | Martin Willi | 2009-05-12 | 1 | -2/+10 | |
| | ||||||
* | quote identities | Andreas Steffen | 2009-05-11 | 1 | -4/+4 | |
| | ||||||
* | also update permission in template/guest folders | Martin Willi | 2009-05-11 | 1 | -9/+9 | |
| | | | | some identation cleanups | |||||
* | removed @brief doxygen keywords | Martin Willi | 2009-05-11 | 6 | -50/+50 | |
| | ||||||
* | list available templates using "template" alias | Martin Willi | 2009-05-11 | 1 | -3/+7 | |
| | ||||||
* | ruby bindings for template enumerator | Martin Willi | 2009-05-11 | 1 | -0/+19 | |
| | ||||||
* | added a Dumm template enumerator | Martin Willi | 2009-05-11 | 2 | -0/+61 | |
| | ||||||
* | allow "others" to read created dumm files/folders | Martin Willi | 2009-05-11 | 1 | -2/+2 | |
| | ||||||
* | implemented blowfish as a plugin | Andreas Steffen | 2009-05-11 | 8 | -1431/+1164 | |
| | ||||||
* | corrected debug output of passphrase | Andreas Steffen | 2009-05-11 | 1 | -1/+3 | |
| | ||||||
* | hand out a IPv4 virtual address if %any6 is requested | Martin Willi | 2009-05-11 | 1 | -2/+3 | |
| | ||||||
* | fixed configuration payload type as responder | Martin Willi | 2009-05-11 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | started migration to encryption plugins | Andreas Steffen | 2009-05-09 | 23 | -249/+5584 | |
| | ||||||
* | added a configure option to enable the Vstr string library even if ↵ | Tobias Brunner | 2009-04-24 | 2 | -8/+8 | |
| | | | | register_printf_function is available | |||||
* | fixing compilation when using the Vstr string library | Tobias Brunner | 2009-04-24 | 3 | -6/+6 | |
| | ||||||
* | fixed timezone compensation when parsing ASN.1 dates | Tobias Brunner | 2009-05-08 | 1 | -6/+29 | |
| | ||||||
* | 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 | |
| |