Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -490/+0 |
| | |||||
* | Use src/dst ports as configured in ike_cfg | Martin Willi | 2010-02-26 | 1 | -2/+5 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -35/+35 |
| | |||||
* | Fixed some typos; whitespace cleanup. | Tobias Brunner | 2009-09-02 | 1 | -5/+5 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -4/+4 |
| | |||||
* | set port for NATD hash calculation in the "include-all" case | Martin Willi | 2009-03-26 | 1 | -0/+4 |
| | |||||
* | mobike: try to keep existing source address before switching to another | Martin Willi | 2008-10-08 | 1 | -3/+2 |
| | |||||
* | use MOBIKE enabled DPD if we are NATed | Martin Willi | 2008-10-06 | 1 | -1/+27 |
| | | | | update SAs if we detect changes in NAT mappings | ||||
* | merging modularized kernel interface back to trunk | Tobias Brunner | 2008-09-25 | 1 | -5/+5 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -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 Brunner | 2008-03-26 | 1 | -4/+4 |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -9/+16 |
| | |||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 1 | -2/+17 |
| | |||||
* | moved force_encap to ike_config, enables responder to enforce udp encapsulation | Martin Willi | 2007-10-01 | 1 | -8/+9 |
| | | | | fixed bugs in force_encap code | ||||
* | implemented IKEv2 force_encap connection parameter | Martin Willi | 2007-10-01 | 1 | -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 Willi | 2007-09-12 | 1 | -2/+9 |
| | | | | scenarios | ||||
* | fixed NAT detection with mobike | Martin Willi | 2007-09-12 | 1 | -6/+6 |
| | |||||
* | added mobike=yes|no connection option | Martin Willi | 2007-08-29 | 1 | -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-T | Martin Willi | 2007-06-27 | 1 | -12/+12 |
| | |||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 1 | -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_SA | Martin Willi | 2007-06-18 | 1 | -0/+3 |
| | | | | fixed NATD payload (port) when using route lookup | ||||
* | source address lookup in kernel interface | Martin Willi | 2007-06-18 | 1 | -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 Willi | 2007-06-14 | 1 | -6/+5 |
| | | | | | implemented up to date address list cache to list interfaces | ||||
* | fixed nat detection bug | Martin Willi | 2007-03-20 | 1 | -2/+2 |
| | |||||
* | adjusted loglevels | Martin Willi | 2007-03-20 | 1 | -13/+6 |
| | |||||
* | fixed netlink socket receiver code | Martin Willi | 2007-03-03 | 1 | -1/+1 |
| | | | | implemented interface enumeration code with netlink: no getifaddrs reqired anymore | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+378 |