aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/kernel/kernel_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-398/+0
|
* Pass sockets to bypass to kernel interface, allowing us to register them ↵Martin Willi2010-02-261-0/+9
| | | | dynamically
* Fixed BEET mode by installing SAs with negotiated address in traffic selectorMartin Willi2009-12-171-1/+4
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-40/+40
|
* Adapted the kernel interfaces to the new lifetime configuration.Tobias Brunner2009-09-011-11/+8
|
* display transmitted bytes per SAAndreas Steffen2009-07-301-0/+13
|
* instanciate first registered kernel interface immediatelyMartin Willi2009-06-161-5/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+3
| | | | | important change for developers: %Y replaces %D to print identities!
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-17/+24
|
* passing chunks, not prf+, to kernel interfaceMartin Willi2008-10-141-7/+5
| | | | gives us better control of keymat in CHILD_SA
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-15/+11
|
* mobike: try to keep existing source address before switching to anotherMartin Willi2008-10-081-1/+5
|
* merging renaming of mode_t to ipsec_mode_t back to trunkTobias Brunner2008-09-251-2/+2
|
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-33/+103
|
* IPComp for IKEv2Tobias Brunner2008-05-081-3/+20
|
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-1/+4
| | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-80/+36
|
* improved MOBIKE:Martin Willi2007-07-031-1/+2
| | | | | | | | 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
* proper update of IPsec SA when roaming a host-to-host tunnelMartin Willi2007-07-021-7/+1
| | | | roaming of IPsec SAs using virtual IPs
* further mobike improvements, regarding to NAT-TMartin Willi2007-06-271-15/+3
|
* simple roaming of the client works (not MOBIKE conform yet!)Martin Willi2007-06-261-9/+8
|
* further MOBIKE stuff:Martin Willi2007-06-211-3/+1
| | | | | | | | | 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!
* source address lookup in kernel interfaceMartin Willi2007-06-181-0/+12
| | | | | | use it for NAT detection if no source address known from config support for %any...%any connections
* implemented address change notification (for MOBIKE)Martin Willi2007-06-141-3/+7
| | | | | implemented up to date address list cache to list interfaces
* cleaned up apidocMartin Willi2007-04-111-2/+6
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-101-0/+331
new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads