aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 (Linux...Tobias Brunner2009-05-121-22/+33
* 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
* 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
* 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 register_p...Tobias Brunner2009-04-242-8/+8
* 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
* defined ENCR_TWOFISH and ENCR_SERPENTAndreas Steffen2009-05-082-8/+11
* inserted HASH_MD4 in increasing orderAndreas Steffen2009-05-072-9/+9
* fixed generation of IKEv1 key materialAndreas Steffen2009-05-071-7/+17
* fixed compiler warningsTobias Brunner2009-05-071-3/+3
* Merge branch 'master' of git.strongswan.org:~/strongswan into HEADTobias Brunner2009-05-0736-1954/+465
|\
| * instanciate new tasks only if none queuedMartin Willi2009-05-071-124/+125
| * properly delete IKE_SA if IKE_SA_INIT processing failedMartin Willi2009-05-071-0/+5