aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Expand)AuthorAgeFilesLines
...
* 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 ha...Martin Willi2007-07-041-95/+3
* 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
* 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
* 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
* fixed virtua IP: adding virtual IP to interface address list cache directlyMartin Willi2007-06-191-16/+30
* added extensions management to IKE_SAMartin Willi2007-06-183-1/+64
* source address lookup in kernel interfaceMartin Willi2007-06-184-19/+125
* support for left=%any change our address dynamicallyMartin Willi2007-06-181-4/+6
* increased receive buffer to handle more interfacesMartin Willi2007-06-181-1/+1
* implemented more flexible iterator hook APIMartin Willi2007-06-153-201/+350
* implemented address change notification (for MOBIKE)Martin Willi2007-06-145-204/+364
* fixed memleak when initiating to %anyMartin Willi2007-06-141-0/+1
* added missing files to the last commitMartin Willi2007-06-142-0/+232
* proper reauthentication:Martin Willi2007-06-147-78/+28
* ported interfaces to new threading functions (incomplete)Martin Willi2007-06-112-143/+129
* documentation fixes and updatesMartin Willi2007-06-114-9/+26
* introduced callback_job:Martin Willi2007-06-1136-1778/+1606
* moved assignment of CERT_UNKNOWN4.1.3Andreas Steffen2007-05-251-2/+2
* log trust pathlenAndreas Steffen2007-05-251-4/+6
* included a certificate label in the is_trusted() methodAndreas Steffen2007-05-251-8/+6
* DBG1 level now shows stepping up through the certifiate hierarchy up to the t...Andreas Steffen2007-05-251-2/+2
* set certinfo status to CERT_UNKNOWN before crl and|or ocsp verificationAndreas Steffen2007-05-251-3/+7
* removed paranoid module checkingMartin Willi2007-05-252-26/+0
* added compatibility names (pluto) for sha2 algorithms (sha2_256, ...)Martin Willi2007-05-251-4/+11
* proper thread cancellation when using the charon->interfacesMartin Willi2007-05-238-5/+100