aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/network
Commit message (Collapse)AuthorAgeFilesLines
* proper error handling for socket creationMartin Willi2006-09-181-12/+23
|
* implemented updown script to handle firewallingMartin Willi2006-09-122-3/+12
|
* added raw socket filter for IPv6Martin Willi2006-08-312-23/+16
|
* initial support for IPv6 (more testing needed)Martin Willi2006-08-302-141/+452
| | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support
* moved interface enumeration code to socket, where it belongsMartin Willi2006-08-284-268/+135
| | | | | query interfaces every time we need it to respect changes in network config added address listing on startup and "ipsec statusall"
* cleanups in kernel interface codeMartin Willi2006-07-182-6/+6
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* fixed UDP decapsulation by adding inbound bypass policy for send socketMartin Willi2006-07-141-10/+17
|
* added IPsec bypass policy to receiving socket, allows incoming IKE traffic ↵Martin Willi2006-07-141-26/+29
| | | | on host2host tunnels when using NAT
* further work done for simultaneous rekeying/deleteMartin Willi2006-07-101-17/+1
| | | | | still some cases which cause trouble
* updated copyright informationMartin Willi2006-07-074-8/+8
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-053-11/+11
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* applied new changes from NATT teamMartin Willi2006-06-232-2/+3
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* cleaner error handling on UDP encapsultion sockopt failureMartin Willi2006-06-221-8/+7
|
* added mysterious UDP encapsulation socket option to get encapsulation workingMartin Willi2006-06-221-0/+20
|
* first merge of NATT codeMartin Willi2006-06-224-304/+483
|
* debug and logging improvementsMartin Willi2006-06-131-2/+24
|
* created IPv6 environmentAndreas Steffen2006-06-061-4/+4
|
* - fixed some memleaks/freebugsMartin Willi2006-05-311-8/+5
| | | | | - leak detective works almost usable now (?!)
* - applied andreas's patchMartin Willi2006-05-181-5/+3
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - introduced autotoolsMartin Willi2006-05-161-24/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-105-0/+932