Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -1015/+0 |
| | |||||
* | Fixed BEET mode by installing SAs with negotiated address in traffic selector | Martin Willi | 2009-12-17 | 1 | -3/+22 |
| | |||||
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -57/+57 |
| | |||||
* | Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵ | Tobias Brunner | 2009-09-01 | 1 | -6/+6 |
| | | | | Initialization is now static. | ||||
* | Terminology and return value of get_lifetime of child_sa_t corrected. | Tobias Brunner | 2009-09-01 | 1 | -2/+2 |
| | |||||
* | child_sa_t adapted to the new lifetime configuration. | Tobias Brunner | 2009-09-01 | 1 | -13/+21 |
| | |||||
* | use time_monotonic() instead of time() for statistics and time difference ↵ | Martin Willi | 2009-08-31 | 1 | -1/+1 |
| | | | | calculations | ||||
* | remove incomplete SAs with PROTO_ESP | Martin Willi | 2009-08-25 | 1 | -0/+6 |
| | |||||
* | do not set usetime if query_policy() fails | Andreas Steffen | 2009-08-07 | 1 | -2/+10 |
| | |||||
* | Fixed a race condition when querying stats of a child_sa in different order. | Tobias Brunner | 2009-08-06 | 1 | -15/+19 |
| | |||||
* | Don't query the policy usetime if there was no traffic on the SA. | Tobias Brunner | 2009-08-06 | 1 | -38/+66 |
| | | | | | This helps in cases where a policy is assigned to more than one SA. That is, SAs now should have different usetimes even if they use the same policy. | ||||
* | Reverted the interface changes introduced in 3f720dc7. | Tobias Brunner | 2009-08-06 | 1 | -16/+6 |
| | |||||
* | corrected interface definition | Andreas Steffen | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | update usetime only if usebytes increase | Andreas Steffen | 2009-07-30 | 1 | -5/+56 |
| | |||||
* | display transmitted bytes per SA | Andreas Steffen | 2009-07-30 | 1 | -0/+30 |
| | |||||
* | simplified SPI allocation after refactorings | Martin Willi | 2009-05-14 | 1 | -19/+4 |
| | |||||
* | do not report a CHILD_SA rekey time if rekeying disabled | Martin Willi | 2009-05-12 | 1 | -2/+10 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -4/+4 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | refactored and cleaned up child_sa interface | Martin Willi | 2008-11-19 | 1 | -263/+146 |
| | | | | | | | replaced add/update calls by a install() call allocating SPIs always externally support installation of non-allocated CHILD_SAs some other cleanups | ||||
* | fixed virtual IP re-installation failure in MOBIKE scenarios introduced with ↵ | Andreas Steffen | 2008-11-17 | 1 | -13/+19 |
| | | | | changeset 4662 | ||||
* | completed migration of MIPv6 connections | Andreas Steffen | 2008-11-16 | 1 | -31/+40 |
| | |||||
* | BEET mode might want forwarding policies | Martin Willi | 2008-11-12 | 1 | -11/+11 |
| | |||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 1 | -11/+9 |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | ||||
* | merging kernel_klips plugin back into trunk | Tobias Brunner | 2008-11-11 | 1 | -66/+52 |
| | |||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 1 | -78/+161 |
| | |||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 1 | -0/+1 |
| | |||||
* | moved CHILD_SA key derivation to keymat_t | Martin Willi | 2008-10-29 | 1 | -309/+167 |
| | | | | passing key chunks to CHILD_SA, not the PRF | ||||
* | additional getters for ipcomp and UDP encap | Martin Willi | 2008-10-24 | 1 | -0/+18 |
| | |||||
* | more CHILD_SA refactorings | Martin Willi | 2008-10-24 | 1 | -82/+77 |
| | |||||
* | fixed enumeration of CHILD_SA traffic selectors | Martin Willi | 2008-10-21 | 1 | -24/+25 |
| | |||||
* | moved updown script invocation to an optional plugin | Martin Willi | 2008-10-16 | 1 | -210/+19 |
| | |||||
* | cache keys for in and outbound ESP SAs | Martin Willi | 2008-10-15 | 1 | -189/+225 |
| | | | | | removed redundant storing of traffic selectors in CHILD_SA (sa_policy_t) creating TS pairs dynamically using create_policy_enumerator() | ||||
* | store ESP keys in CHILD_SA | Martin Willi | 2008-10-15 | 1 | -32/+43 |
| | |||||
* | passing chunks, not prf+, to kernel interface | Martin Willi | 2008-10-14 | 1 | -18/+107 |
| | | | | gives us better control of keymat in CHILD_SA | ||||
* | typos | Tobias Brunner | 2008-10-14 | 1 | -6/+6 |
| | |||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -4/+8 |
| | |||||
* | merging renaming of mode_t to ipsec_mode_t back to trunk | Tobias Brunner | 2008-09-25 | 1 | -10/+10 |
| | |||||
* | ipsec status lists IPCOMP CPIs | Andreas Steffen | 2008-07-22 | 1 | -3/+16 |
| | |||||
* | own CPI was not deleted due to copy-and-paste error | Andreas Steffen | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | fixed acquire-delay bug by: | Martin Willi | 2008-07-16 | 1 | -3/+8 |
| | | | | | installing policies before states updating policies if protocol has changed | ||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 1 | -10/+84 |
| | |||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 1 | -36/+32 |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -7/+2 |
| | |||||
* | fixed _updown target for ipv6 | Andreas Steffen | 2007-11-06 | 1 | -1/+1 |
| | |||||
* | removed accidentally checked in debugging code | Martin Willi | 2007-10-01 | 1 | -4/+0 |
| | |||||
* | implemented IKEv2 force_encap connection parameter | Martin Willi | 2007-10-01 | 1 | -0/+4 |
| | | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls |