aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/kernel
Commit message (Expand)AuthorAgeFilesLines
* Adapted the kernel interfaces to the new lifetime configuration.Tobias Brunner2009-09-013-28/+23
* use time_monotonic() instead of time() for statistics and time difference cal...Martin Willi2009-08-311-3/+4
* display transmitted bytes per SAAndreas Steffen2009-07-303-0/+40
* instanciate first registered kernel interface immediatelyMartin Willi2009-06-162-71/+78
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-305-10/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-303-14/+14
* updated DoxyfileMartin Willi2009-03-243-3/+3
* do not use a route if outgoing interface is downMartin Willi2008-11-141-1/+1
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-113-53/+68
* passing chunks, not prf+, to kernel interfaceMartin Willi2008-10-143-21/+16
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-144-42/+85
* mobike: try to keep existing source address before switching to anotherMartin Willi2008-10-083-5/+13
* merging renaming of mode_t to ipsec_mode_t back to trunkTobias Brunner2008-09-254-8/+54
* merging modularized kernel interface back to trunkTobias Brunner2008-09-254-2972/+653
* typosTobias Brunner2008-09-031-6/+5
* do not return IPv6 src addresses for IPv4 destinationsMartin Willi2008-08-211-2/+4
* charon.process_route = no does not process RTM_NEWROUTE and RTM_DELROUTE even...Andreas Steffen2008-08-211-3/+14
* avoid too many alloca()s in netlink send, problematic on MIPSMartin Willi2008-08-211-2/+7
* roam jobs for routing table changes not fired for virtual IP routesMartin Willi2008-08-181-36/+66
* do not fire a roam job when virtual IP is deletedAndreas Steffen2008-08-151-1/+1
* temporary workaround to prevent roam jobs due to virtual IP installationsAndreas Steffen2008-08-111-1/+2
* use condvar broadcasts to signal threads waiting for an IP, there might be mo...Martin Willi2008-07-301-2/+2
* use XFRM_MSG_UPDPOLICY for existing policies onlyMartin Willi2008-07-281-1/+1
* ipsec status lists IPCOMP CPIsAndreas Steffen2008-07-221-0/+1
* consistent logging of SPIs and CPIsAndreas Steffen2008-07-221-36/+54
* consistent logging of IKE and CHILD SAsAndreas Steffen2008-07-211-3/+3
* ignore IPCOMP acquires, fixes additional CHILD_SA setup with acquired SAs usi...Martin Willi2008-07-171-0/+12
* do not distinguish different policy protocols in userland cacheMartin Willi2008-07-161-6/+1
* do not complain about existing routesMartin Willi2008-07-161-8/+22
* fixed acquire-delay bug by:Martin Willi2008-07-161-5/+7
* set XFRM_STATE_AF_UNSPEC flag only in IPsec tunnel modeAndreas Steffen2008-07-151-1/+4
* The XFRM_STATE_AF_UNSPEC flag added to xfrm.h allows IPv4-over-IPv6 and IPv6-...Andreas Steffen2008-07-151-1/+7
* ike/kernel protocol identifier conversion functionsMartin Willi2008-06-261-15/+43
* merging the ESP sequence numbers of an SA in update_sa (fixing #52)Tobias Brunner2008-06-241-5/+127
* do not use self-installed route for IKE if routing table is 0Martin Willi2008-06-171-0/+7
* added strongswan.conf option "routing_table" and "routing_table_prio"Martin Willi2008-06-101-10/+29
* added strongswan.conf option to disable route installationMartin Willi2008-06-101-2/+10
* Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) i...Tobias Brunner2008-05-161-35/+90
* IPComp for IKEv2Tobias Brunner2008-05-082-35/+163
* made some stuff staticTobias Brunner2008-04-281-3/+3
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-262-26/+25
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-132-87/+38
* fixed some typosMartin Willi2007-10-051-2/+2
* removed recursive mutex and __USE_UNIX98, should fix uClibc buildMartin Willi2007-10-051-12/+13
* made add_ip()/del_ip() calls synchron (waiting until kernel event received)Martin Willi2007-09-271-21/+90
* improved MOBIKE roaming between interfacesMartin Willi2007-09-241-5/+6
* implemented routeability checks for mobike (experimental)Martin Willi2007-09-031-6/+38
* fixed compiler warningMartin Willi2007-07-161-3/+3
* 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