aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_natd.c
Commit message (Collapse)AuthorAgeFilesLines
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-6/+6
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-4/+4
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-9/+16
|
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-2/+17
|
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-8/+9
| | | | fixed bugs in force_encap code
* implemented IKEv2 force_encap connection parameterMartin Willi2007-10-011-3/+37
| | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls
* only switch to port 4500 if we are on 500: fixed reauthentication in NAT Martin Willi2007-09-121-2/+9
| | | | scenarios
* fixed NAT detection with mobikeMartin Willi2007-09-121-6/+6
|
* added mobike=yes|no connection optionMartin Willi2007-08-291-11/+18
| | | | | | | yes: include mobike support notifies as initiator no: only enable mobike as responder when initiator supports it default: yes
* further mobike improvements, regarding to NAT-TMartin Willi2007-06-271-12/+12
|
* further MOBIKE stuff:Martin Willi2007-06-211-3/+3
| | | | | | | | | 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!
* added extensions management to IKE_SAMartin Willi2007-06-181-0/+3
| | | | fixed NATD payload (port) when using route lookup
* source address lookup in kernel interfaceMartin Willi2007-06-181-17/+33
| | | | | | 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-6/+5
| | | | | implemented up to date address list cache to list interfaces
* fixed nat detection bugMartin Willi2007-03-201-2/+2
|
* adjusted loglevelsMartin Willi2007-03-201-13/+6
|
* fixed netlink socket receiver codeMartin Willi2007-03-031-1/+1
| | | | implemented interface enumeration code with netlink: no getifaddrs reqired anymore
* merged tasking branch into trunkMartin Willi2007-02-281-0/+378