aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* signal tunnel breakage to NetworkManagerMartin Willi2009-06-301-6/+28
|
* restarting dbus is insufficient, restart network-manager after installationMartin Willi2009-06-301-4/+4
|
* deinit() library if integrity check failsMartin Willi2009-06-221-0/+1
|
* build and verify on disk file integrity of pluto and charon executablesMartin Willi2009-06-221-0/+9
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-222-22/+0
| | | | --enable-integrity-test now conditionally builds libchecksum
* library initialization fails if libstrongswan checksum is invalidMartin Willi2009-06-221-1/+4
|
* fixed another 64bit compiler warningMartin Willi2009-06-191-2/+2
|
* reverted rule_count back to size_t, as it is passed as pointer (fixes 64bit ↵Martin Willi2009-06-192-7/+8
| | | | issues)
* double check that parsing a list consumes all bytesMartin Willi2009-06-171-0/+6
|
* use signed lengths in parser and generatorMartin Willi2009-06-172-18/+18
|