Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -617/+0 |
| | |||||
* | updated IKEv2 notification messages assigned by IANA | Andreas Steffen | 2009-11-24 | 1 | -12/+32 |
| | |||||
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -23/+23 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | added notify message types used by RFC 4739 | Andreas Steffen | 2009-01-19 | 1 | -6/+10 |
| | |||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 1 | -0/+8 |
| | |||||
* | corrected ME_ENDPOINT length check | Tobias Brunner | 2008-03-27 | 1 | -1/+2 |
| | |||||
* | checking the size of ME_* notify payloads | Tobias Brunner | 2008-03-27 | 1 | -1/+21 |
| | |||||
* | replaced the COOKIE notify payload in connectivity checks with a ↵ | Tobias Brunner | 2008-03-27 | 1 | -1/+4 |
| | | | | ME_CONNECTAUTH notify payload | ||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 1 | -23/+23 |
| | | | | 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 | -7/+2 |
| | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -17/+9 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 1 | -1/+41 |
| | |||||
* | show kind of notify contained in messages in log | Martin Willi | 2007-07-03 | 1 | -0/+53 |
| | |||||
* | further fixed for mobike roaming | Martin Willi | 2007-06-25 | 1 | -3/+5 |
| | |||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 1 | -28/+28 |
| | | | | | | | | | 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! | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -1/+7 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -1/+3 |
| | | | | | includes a lot of other modifications | ||||
* | be more liberal in accepting notifies with a protocol id | Martin Willi | 2007-02-08 | 1 | -9/+6 |
| | |||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -5/+5 |
| | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -82/+70 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | added all currently known notify payload types | Martin Willi | 2006-07-12 | 1 | -0/+15 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | reimplemented CHILD_SA rekeying & delete | Martin Willi | 2006-07-07 | 1 | -0/+1 |
| | | | | | no simultanous transaction with CHILD_SAs yet! | ||||
* | redesigned IKE_SA using a transaction mechanism: | Martin Willi | 2006-07-05 | 1 | -56/+70 |
| | | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet | ||||
* | first merge of NATT code | Martin Willi | 2006-06-22 | 1 | -0/+3 |
| | |||||
* | added support for "ike" and "esp" keywords | Martin Willi | 2006-06-15 | 1 | -16/+9 |
| | | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes | ||||
* | further work for rekeying: | Martin Willi | 2006-06-07 | 1 | -28/+48 |
| | | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals | ||||
* | - handle IKE_SA setup without a piggy-packed CHILD_SA | Martin Willi | 2006-05-24 | 1 | -1/+1 |
| | | | | | more IKEv2 conform | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+441 |