aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* Reversed the check for udp.h, fixes compilation on Linux.Tobias Brunner2009-08-061-4/+4
|
* Enabling UDP encapsulation via setsockopt fails on Mac OS X (it is also not ↵Tobias Brunner2009-08-051-6/+10
| | | | required as this is done using sysctl).
* 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.
* compare IKE config when reusing an existing IKE_SA to initiate a CHILD_SAMartin Willi2009-08-031-8/+13
|
* 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-301-0/+1
|
* streamlined integrity test output some moreAndreas Steffen2009-07-181-0/+2
|
* stop strongswan if integrity check of libstrongswan or daemon failsAndreas Steffen2009-07-171-2/+2
|
* streamlined debug output of integrity testsAndreas Steffen2009-07-171-0/+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
|
* 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
|
* 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
* report installation failure of inbound and/or outbound IPsec SA, separatelyAndreas Steffen2009-07-131-8/+11
|
* put variable definitions up frontAndreas Steffen2009-07-121-5/+8
|
* added listener.h to charon_SOURCESAndreas Steffen2009-07-121-0/+1
|
* use the configured NM connection id as configuration/IKE_SA nameMartin Willi2009-07-101-45/+58
|
* fixed state check if establishing the CHILD_SA failsMartin Willi2009-07-101-1/+1
|
* use the new updown()/rekey() hooks to track the state of NetworkManager ↵Martin Willi2009-07-101-41/+49
| | | | connections
* implemented ike_down() bus hookMartin Willi2009-07-095-31/+103
|
* implemented ike_up() bus hookMartin Willi2009-07-093-0/+40
|
* implemented child_down() bus hookMartin Willi2009-07-091-2/+17
|
* implemented child_up() bus hookMartin Willi2009-07-097-9/+72
|
* implemented ike_rekey()/child_rekey() bus hooksMartin Willi2009-07-094-0/+92
|
* added new listener callbacks to track SAsMartin Willi2009-07-091-0/+40
|
* moved listener_t interface definition to a separate fileMartin Willi2009-07-095-108/+134
|
* added a RADIUS id_prefix option to prefix the IMSIMartin Willi2009-07-091-5/+16
|
* remove obsolete child_cfg_t.equal_traffic_selectors() methodMartin Willi2009-07-072-42/+0
|
* child_cfg matching code prefers a config containing the first proposed TSMartin Willi2009-07-071-21/+47
|
* added unit test for identification_t.matches()Martin Willi2009-07-062-0/+54
|
* added unit test for identification_t.equals()Martin Willi2009-07-062-0/+88
|
* added unit test for identification_t.contains_wildcard()Martin Willi2009-07-062-0/+41
|
* listen for CHILD_SA state changes only until it has been installedMartin Willi2009-07-031-3/+5
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-0324-24/+24
|
* defer MOBIKE update if we have no route to the peerMartin Willi2009-07-022-0/+42
|
* do not abort notifying listeners if a listener unregistersMartin Willi2009-07-021-6/+0
|