aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * announce EAP method initiation once onlyMartin Willi2009-05-071-2/+0
| * some additional .gitignore'sMartin Willi2009-05-073-0/+4
| * added .gitignore files for dummMartin Willi2009-05-072-0/+5
| * use hash size constants from hasher.hAndreas Steffen2009-05-075-26/+16
| * removed all hash function code from plutoAndreas Steffen2009-05-0619-1562/+42
| * all hashes, hmacs and prfs use libstrongswanAndreas Steffen2009-05-064-246/+274
| * compiler warning fixedTobias Brunner2009-05-061-1/+1
* | properly convert boolean flags when parsing ipsec.confTobias Brunner2009-05-071-3/+11
* | use bool instead of intTobias Brunner2009-05-073-3/+3
* | properly initialize buffer when printing loaded plugins.Tobias Brunner2009-05-072-0/+2
|/
* more portable handling of the bool data type (Mac OS X has stdbool.h)Tobias Brunner2009-05-061-3/+13
* renamed some conflicting function namesTobias Brunner2009-05-061-4/+4
* gethostbyname_r is not supported on Mac OS X (but gethostbyname uses thread-l...Tobias Brunner2009-05-061-17/+32
* fixed removal of child configsMartin Willi2009-05-061-9/+25
* fixed remove_child_cfg(), use correct enumerator for remove_atMartin Willi2009-05-061-8/+37
* SKEYID derivation based on libstrongswanAndreas Steffen2009-05-0521-363/+362
* set IKE_SA on bus to catch unroute event properlyMartin Willi2009-05-051-0/+1
* use prfs for IKEv1 hmacsAndreas Steffen2009-05-041-2/+2
* fixed typoAndreas Steffen2009-05-041-1/+1
* added support for AUTH_HMAC_SHA1_160Andreas Steffen2009-05-043-4/+11
* moved hasher to the correct doxygen groupMartin Willi2009-05-041-2/+2
* deleted elgamal.[ch]Andreas Steffen2009-04-302-647/+0
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-3027-2074/+379
* some typosTobias Brunner2009-04-303-5/+5
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-30772-1535/+8
* merging changes from portability branch back to trunkTobias Brunner2009-04-30120-3053/+1409
* added .gitignore files, ready for the switchMartin Willi2009-04-3011-0/+12
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-299-12/+12
* default plugins for plutoAndreas Steffen2009-04-293-272/+0
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-2911-624/+248
* removed .cvsignore filesMartin Willi2009-04-274-14/+0
* added support for AES counter mode in ESPMartin Willi2009-04-273-3/+7
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-2711-19/+11
* fixed nbns handling, missing breakMartin Willi2009-04-271-0/+1