aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_mobike.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-659/+0
|
* Use src/dst ports as configured in ike_cfgMartin Willi2010-02-261-6/+28
|
* Check existing path in mobike probing only if we still have a routeMartin Willi2009-11-261-4/+4
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-33/+33
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-10/+8
|
* fixed a potential memory leak when reusing mobike taskMartin Willi2008-12-191-0/+4
|
* limit number of ADDITIONAL_IPV*_ADDR notifiesMartin Willi2008-12-091-4/+9
|
* refactored and cleaned up child_sa interfaceMartin Willi2008-11-191-1/+1
| | | | | | | replaced add/update calls by a install() call allocating SPIs always externally support installation of non-allocated CHILD_SAs some other cleanups
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-5/+10
|
* moved updown script invocation to an optional pluginMartin Willi2008-10-161-0/+1
|
* fixed MOBIKE roaming if clients address changesMartin Willi2008-10-091-0/+18
|
* mobike: try to keep existing source address before switching to anotherMartin Willi2008-10-081-2/+2
|
* use MOBIKE enabled DPD if we are NATedMartin Willi2008-10-061-1/+23
| | | | update SAs if we detect changes in NAT mappings
* also respect the mobike=no setting as responderMartin Willi2008-09-301-2/+13
|
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-5/+5
|
* filtering out non matching path probing pairs explicitlyMartin Willi2008-05-231-0/+5
|
* replying to COOKIE2 mobike notify properly4.2.2Martin Willi2008-05-211-1/+49
| | | | including COOKIE2 ourself after path probing
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-7/+2
|
* fixed mobike/auth_lifetime in conjunction with p2p-nattMartin Willi2007-12-041-4/+4
|
* implemented more aggressive MOBIKE path probingMartin Willi2007-09-281-0/+9
| | | | | do not queue more than one MOBIKE task
* improved MOBIKE roaming between interfacesMartin Willi2007-09-241-11/+4
|
* moving virtual IP when interface changes due mobikeMartin Willi2007-09-121-0/+11
|
* fixed NAT detection with mobikeMartin Willi2007-09-121-1/+1
|
* implemented routeability checks for mobike (experimental)Martin Willi2007-09-031-14/+97
|
* not touching IKE_SA_INIT from ike_mobike_t anymoreMartin Willi2007-07-191-1/+1
|
* improved MOBIKE:Martin Willi2007-07-031-31/+78
| | | | | | | | 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
* DBG1 level for 'peer supports MOBIKE' debug messageAndreas Steffen2007-07-021-1/+1
|
* further mobike improvements, regarding to NAT-TMartin Willi2007-06-271-6/+37
|
* simple roaming of the client works (not MOBIKE conform yet!)Martin Willi2007-06-261-8/+9
|
* further fixed for mobike roamingMartin Willi2007-06-251-3/+48
|
* further MOBIKE stuff:Martin Willi2007-06-211-0/+307
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!