aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/child_sa.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-337/+0
|
* Fixed BEET mode by installing SAs with negotiated address in traffic selectorMartin Willi2009-12-171-1/+4
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-30/+30
|
* Terminology and return value of get_lifetime of child_sa_t corrected.Tobias Brunner2009-09-011-3/+3
|
* Fixed a race condition when querying stats of a child_sa in different order.Tobias Brunner2009-08-061-24/+18
|
* Reverted the interface changes introduced in 3f720dc7.Tobias Brunner2009-08-061-4/+2
|
* update usetime only if usebytes increaseAndreas Steffen2009-07-301-4/+6
|
* display transmitted bytes per SAAndreas Steffen2009-07-301-0/+8
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-3/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* refactored and cleaned up child_sa interfaceMartin Willi2008-11-191-105/+98
| | | | | | | 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-0/+5
|
* deleted obsolete parameter descriptionsAndreas Steffen2008-11-111-2/+0
|
* preliminary support of Mobile IPv6Andreas Steffen2008-11-111-8/+10
|
* moved CHILD_SA key derivation to keymat_tMartin Willi2008-10-291-24/+19
| | | | passing key chunks to CHILD_SA, not the PRF
* additional getters for ipcomp and UDP encapMartin Willi2008-10-241-0/+14
|
* more CHILD_SA refactoringsMartin Willi2008-10-241-27/+38
|
* moved updown script invocation to an optional pluginMartin Willi2008-10-161-14/+9
|
* cache keys for in and outbound ESP SAsMartin Willi2008-10-151-2/+11
| | | | | 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_SAMartin Willi2008-10-151-4/+4
|
* reintegrated bus-refactoring branchMartin Willi2008-10-141-0/+5
|
* merging renaming of mode_t to ipsec_mode_t back to trunkTobias Brunner2008-09-251-4/+4
|
* cosmeticsAndreas Steffen2008-07-221-1/+1
|
* ipsec status lists IPCOMP CPIsAndreas Steffen2008-07-221-2/+14
|
* fixed acquire-delay bug by:Martin Willi2008-07-161-1/+3
| | | | | installing policies before states updating policies if protocol has changed
* IPComp for IKEv2Tobias Brunner2008-05-081-1/+18
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-55/+29
|
* further mobike improvements, regarding to NAT-TMartin Willi2007-06-271-8/+5
|
* simple roaming of the client works (not MOBIKE conform yet!)Martin Willi2007-06-261-10/+7
|
* removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to goMartin Willi2007-04-111-0/+19
|
* restructured file layoutMartin Willi2007-04-101-16/+9
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* added firewalling support when using virtual IPsMartin Willi2007-03-011-0/+11
|
* merged tasking branch into trunkMartin Willi2007-02-281-36/+13
|
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-211-5/+9
| | | | | support for the type=transport/tunnel parameter in charon
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-6/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-11/+6
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* introduced new logging subsystem using bus:Martin Willi2006-10-181-16/+7
| | | | | | | 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 hostaccess supportAndreas Steffen2006-09-251-1/+2
|
* implemented updown script to handle firewallingMartin Willi2006-09-121-2/+6
|
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-081-3/+5
|
* added name property in CHILD_SA, allows proper status outputMartin Willi2006-08-251-4/+18
|
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-211-0/+5
| | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-1/+17
| | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors
* cleanups in kernel interface codeMartin Willi2006-07-181-5/+7
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* added CHILD_SA states, which allows us to detect further simultaneous ↵Martin Willi2006-07-131-0/+47
| | | | | | | transactions reimplemented the buggy message id handling
* added policy cache to kernel interfaceMartin Willi2006-07-121-12/+5
| | | | | | allows refcounting of multiple installed policies finally brings us stable simultaneous rekeying
* further work done for simultaneous rekeying/deleteMartin Willi2006-07-101-6/+26
| | | | | still some cases which cause trouble
* applied new changes from NATT teamMartin Willi2006-06-231-0/+10
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* first merge of NATT codeMartin Willi2006-06-221-21/+35
|
* fixed SPI when rekeying and deleting CHILD_SAsMartin Willi2006-06-191-2/+1
|