aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed a race condition when querying stats of a child_sa in different order.Tobias Brunner2009-08-065-61/+53
* use SS_RC_FIRST and SS_RC_LASTAndreas Steffen2009-08-062-2/+4
* abort pluto or charon if initialization failsAndreas Steffen2009-08-0610-15/+37
* Don't query the policy usetime if there was no traffic on the SA.Tobias Brunner2009-08-061-38/+66
* Reverted the interface changes introduced in 3f720dc7.Tobias Brunner2009-08-065-35/+15
* added support for ipsec.secrets "include" directiveMartin Willi2009-08-061-13/+81
* Reversed the check for udp.h, fixes compilation on Linux.Tobias Brunner2009-08-062-5/+5
* activated CAMELLIA_CBC cipher in openssl pluginAndreas Steffen2009-08-052-0/+20
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-0518-3/+145
* Enabling UDP encapsulation via setsockopt fails on Mac OS X (it is also not r...Tobias Brunner2009-08-051-6/+10
* output number of transmitted bytes in closing CHILD_SA statementAndreas Steffen2009-08-041-1/+5
* FreeBSD only reports a policy's usetime if a lifetime has been specified when...Tobias Brunner2009-08-041-0/+7
* FreeBSD and Mac OS X both set the sequence number of an SADB_X_SPDGET respons...Tobias Brunner2009-08-041-5/+16
* Missing check for udp.h added.Tobias Brunner2009-08-041-1/+1
* parse RDNs in multiple SEQUENCEs in all SETs of a DNMartin Willi2009-08-031-16/+24
* compare IKE config when reusing an existing IKE_SA to initiate a CHILD_SAMartin Willi2009-08-031-8/+13
* fixed dereferencing bug caused by bool type redefinitionAndreas Steffen2009-08-021-17/+51
* implemented query_sa() for PFKEYv2Andreas Steffen2009-08-021-2/+53
* corrected interface definitionAndreas Steffen2009-07-311-1/+1
* update usetime only if usebytes increaseAndreas Steffen2009-07-304-14/+73
* display transmitted bytes per SAAndreas Steffen2009-07-3010-19/+203