aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* renamed integrity check to integrity testAndreas Steffen2007-08-291-3/+3
|
* fips_verify_hmac_signature() now returns a boolean statusAndreas Steffen2007-08-291-1/+1
|
* changed interface of fips_verify_hmac_signatureAndreas Steffen2007-08-291-1/+1
|
* started implementation of libstrongswan code integrity checkAndreas Steffen2007-08-291-4/+28
|
* rerouting CHILD_SA if its IKE_SA gets deletedMartin Willi2007-08-271-99/+149
|
* append new attribute certs at the endAndreas Steffen2007-08-141-1/+7
|
* adding attribute certficates to a chained listAndreas Steffen2007-08-141-3/+25
|
* has_rsa_private_key() must also be protected by keys_mutexAndreas Steffen2007-08-101-1/+4
|
* corrected debug outputAndreas Steffen2007-08-101-1/+1
|
* ipsec stroke rereadaacerts|rereadacerts supportedAndreas Steffen2007-08-101-0/+8
|
* support of ipsec rereadsecrets for strokeAndreas Steffen2007-08-103-10/+59
|
* made linked lists invoke() method consistent to clone_*() and destroy_*() ↵Martin Willi2007-08-091-1/+1
| | | | methods
* bug fix in linked_list deletion - instead of acerts destroyed certs twice4.1.5Andreas Steffen2007-08-081-1/+1
|
* implemented listing of attribute certificatesAndreas Steffen2007-08-072-3/+49
|
* fixed segfault when sourceip in stroke message is NULLMartin Willi2007-08-061-2/+2
|
* allow starter to initiate connections simultaneously (on auto=start)Martin Willi2007-08-062-4/+19
|
* backports from the p2p-nat-t branch:Tobias Brunner2007-07-197-14/+11
| | | | | | * double assignment of function ''destroy'' in some jobs * typos
* updated XML interface to new schemaMartin Willi2007-07-191-79/+267
|
* not touching IKE_SA_INIT from ike_mobike_t anymoreMartin Willi2007-07-191-1/+1
|
* fixed compiler warningMartin Willi2007-07-161-3/+3
|
* fixed payload order (Nonce, KE) for IKE_SA_INITMartin Willi2007-07-161-3/+11
|
* include default route also in src address evaluationAndreas Steffen2007-07-131-4/+4
|
* include default route with missing dst field into route evaluationAndreas Steffen2007-07-131-6/+7
|
* doing route lookup in userspace to ignore routes installed by usMartin Willi2007-07-111-29/+121
|
* using own routing table for installed routes (table 100, prio 100)Martin Willi2007-07-111-1/+51
|
* added first draft of SMP relax-ng schemaMartin Willi2007-07-061-0/+225
|
* ignoring unkown crl/ocsp urisMartin Willi2007-07-041-2/+8
|
* using correct nexthop for inserted routeMartin Willi2007-07-041-15/+30
|
* changed mobike behavior to NOT use additional responder addresses until we ↵Martin Willi2007-07-041-95/+3
| | | | have path discovery
* fixed responder initiated CHILD_SA rekeying when using virtual IPsMartin Willi2007-07-041-11/+45
|
* fixed firewall script invocation when interface is not available anymoreMartin Willi2007-07-031-17/+28
|
* improved MOBIKE:Martin Willi2007-07-0310-88/+254
| | | | | | | | prefer address family already used do not change address implicit when mobike supported handle multiple simultaneous roaming requests more properly proper enabling/disabling of UDP encapsulation
* added message ID to message logMartin Willi2007-07-031-3/+7
|
* show kind of notify contained in messages in logMartin Willi2007-07-033-12/+76
|
* DBG1 level for 'peer supports MOBIKE' debug messageAndreas Steffen2007-07-021-1/+1
|
* fixed typoAndreas Steffen2007-07-021-3/+3
|
* fixed mobike address update from and to NATMartin Willi2007-07-022-34/+20
|
* proper update of IPsec SA when roaming a host-to-host tunnelMartin Willi2007-07-025-92/+155
| | | | roaming of IPsec SAs using virtual IPs
* updated charons architecture descriptionMartin Willi2007-06-291-41/+64
|
* fixed dpd=hold when using virtual IPsMartin Willi2007-06-292-10/+25
|
* removed accidently checked in debbuging codeMartin Willi2007-06-291-2/+0
|
* fixed IKE_SA reestablishment after DPD using port 500Martin Willi2007-06-281-65/+71
|
* further mobike improvements, regarding to NAT-TMartin Willi2007-06-279-70/+83
|
* simple roaming of the client works (not MOBIKE conform yet!)Martin Willi2007-06-268-303/+250
|
* further fixed for mobike roamingMartin Willi2007-06-258-40/+153
|
* further MOBIKE stuff:Martin Willi2007-06-2122-366/+1125
| | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet!
* fixed virtua IP: adding virtual IP to interface address list cache directlyMartin Willi2007-06-191-16/+30
| | | | corrected debug targets
* added extensions management to IKE_SAMartin Willi2007-06-183-1/+64
| | | | fixed NATD payload (port) when using route lookup
* source address lookup in kernel interfaceMartin Willi2007-06-184-19/+125
| | | | | | use it for NAT detection if no source address known from config support for %any...%any connections
* support for left=%any change our address dynamicallyMartin Willi2007-06-181-4/+6
|