aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unified pluto builder implementationsMartin Willi2009-08-262-126/+85
* removed obsolete PEM code in pluto/libstrongswanMartin Willi2009-08-2610-644/+1
* use credential builder to build crlsMartin Willi2009-08-264-141/+189
* use credential builder to build attribute certificatesMartin Willi2009-08-262-17/+82
* moved builder hooks to a separate fileMartin Willi2009-08-265-101/+182
* use a pluto specific credential builder to build pluto cert_t'sMartin Willi2009-08-266-22/+112
* removed obsolete pgp private key parsing, done by libstrongswanMartin Willi2009-08-263-92/+30
* use libstrongswan for private key loading, whack callback to read passphraseMartin Willi2009-08-261-20/+66
* pass along X509 flags when loading PEM encoded dataMartin Willi2009-08-261-2/+11
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-2611-244/+93
* added file loading support to pem plugin, using mmap()Martin Willi2009-08-261-15/+79
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-2612-11/+746
* make boolean expression less enigmaticAndreas Steffen2009-08-251-3/+3
* set stroke connection flags to a clear TRUE/FALSEMartin Willi2009-08-251-3/+3
* disable lifetimes of allocated SPIsMartin Willi2009-08-251-1/+11
* remove incomplete SAs with PROTO_ESPMartin Willi2009-08-251-0/+6
* added URL for git repository served over git:// protocolMartin Willi2009-08-211-0/+4
* version bump to 4.3.5Andreas Steffen2009-08-185-7/+9
* pruned OID treeAndreas Steffen2009-08-183-16/+9
* fixed wrong emailAddress OID introduced by revision c31687daAndreas Steffen2009-08-181-3/+3
* Fixing address resolution via getaddrinfo in libfreeswan.4.3.4Tobias Brunner2009-08-182-3/+31
* check integrity of pool code fileAndreas Steffen2009-08-173-0/+14
* integrity test of openac and scepclient code filesAndreas Steffen2009-08-174-0/+27
* NEWS for 4.3.4Andreas Steffen2009-08-171-0/+12
* reinitialize print argumentsAndreas Steffen2009-08-172-5/+7
* check success of library_init()Andreas Steffen2009-08-143-4/+19
* Replacing gethostbyname, gethostbyname2 and their _r variants with getaddrinf...Tobias Brunner2009-08-146-125/+123
* OpenSolaris needs libsocket and libnsl for socket().Tobias Brunner2009-08-145-4/+12
* Enable CMSG headers and macros on OpenSolaris.Tobias Brunner2009-08-141-0/+4
* Added define to get sigwait with two parameters on OpenSolaris.Tobias Brunner2009-08-141-0/+2
* sockio.h is required on OpenSolaris for SIOCGIFADDR.Tobias Brunner2009-08-142-0/+5
* Replaced the strange definitions of IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INI...Tobias Brunner2009-08-141-6/+7
* Defined some missing fixed-width int types on OpenSolaris.Tobias Brunner2009-08-143-5/+15
* LOG_AUTHPRIV is not defined on OpenSolaris.Tobias Brunner2009-08-142-0/+8
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-1441-63/+63
* We need to include alloca.h on OpenSolaris.Tobias Brunner2009-08-142-0/+4
* fixed 4.3 refactoring errorAndreas Steffen2009-08-111-1/+1
* added -module -avoid-version LDFLAGSAndreas Steffen2009-08-111-0/+1
* prepare CAMELLIA_CCM ESP encryptionAndreas Steffen2009-08-103-0/+9
* add ikev1/esp-alg-aes-ctr scenarioAndreas Steffen2009-08-088-1/+93
* added ikev2/esp-alg-aes-ctr scenarioAndreas Steffen2009-08-089-0/+100
* FreeBSD's libc does not support backtrace(), but libexecinfo optionally repli...Tobias Brunner2009-08-072-3/+14
* set protocol to ESP for policies installed as a trapMartin Willi2009-08-071-0/+4
* fixed printf fromat for length limited stringMartin Willi2009-08-071-1/+1
* %llu correctly prints u_int64_tAndreas Steffen2009-08-072-5/+5
* printing u_int64_t caused segfault on 32-bit platformsAndreas Steffen2009-08-072-5/+5
* do not set usetime if query_policy() failsAndreas Steffen2009-08-071-2/+10
* Use LONG_MAX instead of a hard-coded value.Tobias Brunner2009-08-061-1/+5
* FreeBSD returns the current policy use time only after specifying a hard life...Tobias Brunner2009-08-061-1/+13
* added openssl-ikev2/alg-camellia scenarioAndreas Steffen2009-08-069-0/+104