aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* ported twofish as a pluginAndreas Steffen2009-05-141-1447/+51
|
* fixed 32 bit overflow checkAndreas Steffen2009-05-143-1/+885
|
* added eap_start option to radius pluginMartin Willi2009-05-141-2/+17
| | | | | EAP-Start sends an empty EAP message to initiate EAP conversation before doing EAP-Identity.
* introduced encryption test vectorsAndreas Steffen2009-05-147-76/+246
|
* renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵Andreas Steffen2009-05-144-8/+8
| | | | ENCR_SERPENT_CBC, respectively
* fixed setting of variable key lengthAndreas Steffen2009-05-141-3/+5
|
* use localtime_r() instead of localtime()Andreas Steffen2009-05-141-10/+6
|
* clone iv before blowfish en|decryptionAndreas Steffen2009-05-141-2/+8
|
* replaced clone_bytes() by clalloc()Andreas Steffen2009-05-142-11/+1
|
* fixed indentationAndreas Steffen2009-05-141-19/+19
|
* compute ASN.1 to UTC time without time functionsAndreas Steffen2009-05-141-54/+39
|
* changed TRUE/FALSE to 1/0Andreas Steffen2009-05-141-2/+2
|
* blowfish block size is 8 bytesAndreas Steffen2009-05-141-1/+1
|
* fixed captionAndreas Steffen2009-05-141-2/+2
|
* changed remaining plog() to DBG1()Andreas Steffen2009-05-141-1/+1
|
* simplified SPI allocation after refactoringsMartin Willi2009-05-141-19/+4
|
* identation cleanupsMartin Willi2009-05-131-22/+22
|
* fixed identationMartin Willi2009-05-131-49/+49
|
* fixing compilation of socket_t on systems that have neither IP_PKTINFO ↵Tobias Brunner2009-05-121-22/+33
| | | | (Linux) nor IP_SENDSRCADDR (FreeBSD)
* fixed cleanup of traffic selector listsMartin Willi2009-05-121-2/+2
|
* do not destroy packet twice if message generation failedMartin Willi2009-05-121-0/+1
|
* properly end CERT_PRE task after detecting the final authentication roundMartin Willi2009-05-121-27/+41
|
* do not report increasing rekey times if rekeying currently activeMartin Willi2009-05-121-1/+8
|
* do not report a CHILD_SA rekey time if rekeying disabledMartin Willi2009-05-121-2/+10
|
* quote identitiesAndreas Steffen2009-05-111-4/+4
|
* also update permission in template/guest foldersMartin Willi2009-05-111-9/+9
| | | | some identation cleanups
* removed @brief doxygen keywordsMartin Willi2009-05-116-50/+50
|
* list available templates using "template" aliasMartin Willi2009-05-111-3/+7
|
* ruby bindings for template enumeratorMartin Willi2009-05-111-0/+19
|
* added a Dumm template enumeratorMartin Willi2009-05-112-0/+61
|
* allow "others" to read created dumm files/foldersMartin Willi2009-05-111-2/+2
|
* implemented blowfish as a pluginAndreas Steffen2009-05-118-1431/+1164
|
* corrected debug output of passphraseAndreas Steffen2009-05-111-1/+3
|
* hand out a IPv4 virtual address if %any6 is requestedMartin Willi2009-05-111-2/+3
|
* fixed configuration payload type as responderMartin Willi2009-05-111-1/+1
|
* never send a CERT payload in EAPMartin Willi2009-05-111-13/+13
|
* updated MSK calculation in MSCHAPv2, compatible with Win7/2008 RC.Martin Willi2009-05-111-1/+1
|
* Fixed EAP authentication regressionMartin Willi2009-05-115-42/+76
| | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator.
* fixed memleakMartin Willi2009-05-111-0/+1
|
* started migration to encryption pluginsAndreas Steffen2009-05-0923-249/+5584
|
* added a configure option to enable the Vstr string library even if ↵Tobias Brunner2009-04-242-8/+8
| | | | register_printf_function is available
* fixing compilation when using the Vstr string libraryTobias Brunner2009-04-243-6/+6
|
* fixed timezone compensation when parsing ASN.1 datesTobias Brunner2009-05-081-6/+29
|
* drop acquires we already have a pending connection attemptMartin Willi2009-05-081-14/+90
|
* initiate trapped CHILD_SAs with same reqidMartin Willi2009-05-088-32/+27
|
* removed $Id$ from new template generated filesMartin Willi2009-05-082-4/+0
|
* listing routed connection in statusallMartin Willi2009-05-081-1/+9
|
* removed obsolete route/unroute code from ike_sa/controllerMartin Willi2009-05-084-411/+6
|
* make use of the new trap-managerMartin Willi2009-05-086-64/+41
|
* added a trap-manager to handle routed policies outside of IKE_SAsMartin Willi2009-05-083-0/+380
|