aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Tobias Brunner2009-08-041-0/+7
| | | | when the policy was added (we only specify a lifetime on the SA, not on the policy).
* FreeBSD and Mac OS X both set the sequence number of an SADB_X_SPDGET ↵Tobias Brunner2009-08-041-5/+16
| | | | response to zero, we accept that for now.
* 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
|
* Handling of unsupported policy directions (FWD) fixed.Tobias Brunner2009-07-301-1/+19
|
* Enabling NAT-T on Mac OS X using the private SADB_X_EXT_NATT flag and ↵Tobias Brunner2009-07-301-5/+45
| | | | sadb_sa_2 struct.
* Configure the NAT-T port via sysctl on Mac OS X to enable handling of ↵Tobias Brunner2009-07-301-0/+15
| | | | incoming UDP encapsulated ESP packets in the kernel.
* Make accept(2) and recvfrom(2) cancellation points on Mac OS X.Tobias Brunner2009-07-302-0/+28
|
* fixe KW_END_FIRST..KW_END_LAST keyword rangeAndreas Steffen2009-07-281-0/+5
|
* improved DPD error messageAndreas Steffen2009-07-221-1/+2
|
* added file and segment lengths to checksum.cAndreas Steffen2009-07-213-21/+59
|
* version bump to 4.3.4Andreas Steffen2009-07-212-1/+3
|
* filter objects for segment checksumming by dlpi_name, excludes rare false ↵Martin Willi2009-07-211-1/+8
| | | | positives
* enumerate executable sections only to build checksumMartin Willi2009-07-211-2/+1
|
* announce integrity testing only onceMartin Willi2009-07-211-1/+0
|
* Fixed installation of config files in out-of-tree builds.Tobias Brunner2009-07-202-2/+2
|
* Use the numerical UID/GID to install the config files and create the ipsec.d ↵Tobias Brunner2009-07-202-11/+11
| | | | directories.
* streamlined integrity test output some moreAndreas Steffen2009-07-183-5/+6
|
* advertise activated integrity testsAndreas Steffen2009-07-181-0/+5
|
* added strongswan-2.8.11 and strongswan-4.2.17 VIDsAndreas Steffen2009-07-172-3/+7
|
* fix test vector error outputAndreas Steffen2009-07-171-11/+11
|
* stop strongswan if integrity check of libstrongswan or daemon failsAndreas Steffen2009-07-178-25/+49
|
* streamlined debug output of integrity testsAndreas Steffen2009-07-173-19/+33
|
* enforce strongSwan coding rulesAndreas Steffen2009-07-171-0/+16
|
* shortened cypto test outputAndreas Steffen2009-07-171-5/+5
|
* accelerate lookup in non-concatenated poolsAndreas Steffen2009-07-171-22/+40
|
* check for an existing lease over all assigned pools firstAndreas Steffen2009-07-171-24/+55
|
* fixed problem with static leases over multiple poolsAndreas Steffen2009-07-161-8/+36
|
* Fixing distribution build (checksum.c is created on the user's system).Tobias Brunner2009-07-161-2/+2
|
* fixed memleak in SQL config lookupMartin Willi2009-07-161-2/+2
|
* raise an alert() if the RADIUS server is not respondingMartin Willi2009-07-162-0/+3
|
* added an alert() bus hook to raise critical system errors and notificationsMartin Willi2009-07-163-4/+67
|
* Revert "gperf under FreeBSD does not know the -m option."Tobias Brunner2009-07-163-3/+3
| | | | This reverts commit 0ead254919c66a1b6a9e39b175f0b92f2a076c12.
* Removed an unnecessary include of a header that is not available on Mac OS X.Tobias Brunner2009-07-151-1/+0
|
* conversion from ECDSA_WITH_SHAxxx OIDs to signature schemesAndreas Steffen2009-07-151-0/+6
|
* updated debian packageMartin Willi2009-07-151-0/+8
|
* updated Standards-Version to 3.8.2Martin Willi2009-07-151-1/+1
|
* added ${misc:Depends} dependency, fixes debhelper-but-no-misc-depends ↵Martin Willi2009-07-151-1/+1
| | | | lintian warning
* added copyright information, fixes copyright-without-copyright-notice ↵Martin Willi2009-07-151-4/+7
| | | | lintian warning
* cast pointers to uintptr_t for alignement checkMartin Willi2009-07-151-2/+3
|
* gperf under FreeBSD does not know the -m option.Tobias Brunner2009-07-143-3/+3
| | | | We could use AC_PATH_PROGS_FEATURE_CHECK (added in Autoconf 2.62) to check for this option.
* Corrected check for valid ASN1 types in rdn_enumerate.Tobias Brunner2009-07-141-2/+3
| | | | Because of the range of u_char the comparison was always TRUE before.
* added SHA224_WITH_RSA and ECDSA_WITH_SHAxxx OIDsAndreas Steffen2009-07-141-0/+6
|
* double free caused strange side effectsAndreas Steffen2009-07-131-1/+0
|