index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcharon
/
sa
/
child_sa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
child-cfg: Optionally set mark on inbound SA
Tobias Brunner
2017-11-02
1
-2
/
+17
*
child-sa: Allow requesting different unique marks for in/out
Eyal Birger
2017-08-07
1
-6
/
+23
*
child-sa: Suppress CHILD_SA state changes if there is no change
Tobias Brunner
2017-08-07
1
-6
/
+9
*
child-sa: Install outbound SA immediately if kernel supports SPIs on policies
Tobias Brunner
2017-08-07
1
-18
/
+36
*
child-sa: Use flags to track installation of outbound SA and policies separately
Tobias Brunner
2017-08-07
1
-23
/
+28
*
linked-list: Change interface of callback for invoke_function()
Tobias Brunner
2017-05-26
1
-5
/
+5
*
Migrate all enumerators to venumerate() interface change
Tobias Brunner
2017-05-26
1
-4
/
+6
*
child-cfg: Optionally use 96-bit truncation for HMAC-SHA-256
Tobias Brunner
2017-05-26
1
-0
/
+8
*
child-sa: Remove state to track installation of half the SA again
Tobias Brunner
2017-05-23
1
-1
/
+0
*
child-sa: Expose state of the outbound SA
Tobias Brunner
2017-05-23
1
-16
/
+26
*
child-sa: Add method to remove the outbound SA and policies
Tobias Brunner
2017-05-23
1
-5
/
+73
*
child-sa: Keep track whether the outbound SA has been installed or not
Tobias Brunner
2017-05-23
1
-8
/
+13
*
child-sa: Add log message for CHILD_SA state changes
Tobias Brunner
2017-05-23
1
-0
/
+4
*
child-sa: Add method to associate rekeyed CHILD_SAs with their replacement
Tobias Brunner
2017-05-23
1
-0
/
+19
*
child-sa: Add methods that allow partial installation of CHILD_SA
Tobias Brunner
2017-05-23
1
-5
/
+117
*
child-sa: Add new state to track installation of only the inbound SA
Tobias Brunner
2017-05-23
1
-0
/
+1
*
child-sa: Change API used to set/install policies
Tobias Brunner
2017-05-23
1
-30
/
+56
*
child-sa: Split in- and outbound policy de-/installation
Tobias Brunner
2017-05-23
1
-62
/
+127
*
child-sa: Optionally enable hardware offload for CHILD_SAs
Tobias Brunner
2017-05-23
1
-0
/
+1
*
child-cfg: Use flags for boolean options
Tobias Brunner
2017-05-23
1
-7
/
+9
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2017-03-23
1
-1
/
+1
*
child-sa: Do not install mark on inbound kernel SA
Eyal Birger
2017-02-14
1
-4
/
+1
*
child-sa: Use single return statement in update_usebytes()
Thomas Egerer
2016-11-18
1
-4
/
+8
*
child-sa: Only install outbound FWD policies if explicitly configured
Tobias Brunner
2016-09-28
1
-14
/
+27
*
child-sa: Use non-static variable to store generated unique mark
Tobias Brunner
2016-06-06
1
-1
/
+2
*
child-sa: Install "outbound" FWD policy with lower priority
Tobias Brunner
2016-05-06
1
-1
/
+12
*
vici list-conns sends reauthentication and rekeying time information
Andreas Steffen
2016-05-04
1
-1
/
+1
*
Implemented IPsec policies restricted to given network interface
Andreas Steffen
2016-04-09
1
-0
/
+4
*
Support manually-set IPsec policy priorities
Andreas Steffen
2016-04-09
1
-19
/
+40
*
child-sa: Install "outbound" FWD policy
Tobias Brunner
2016-04-09
1
-0
/
+16
*
kernel: Use structs to pass information to the kernel-ipsec interface
Tobias Brunner
2016-04-09
1
-62
/
+189
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-26
/
+26
*
libhydra: Move kernel interface to libcharon
Tobias Brunner
2016-03-03
1
-44
/
+38
*
kernel-interface: Pass the same data to del_policy() that was passed to add_p...
Tobias Brunner
2015-11-10
1
-87
/
+91
*
child-sa: Fix refcounting of allocated reqids
Tobias Brunner
2015-08-17
1
-3
/
+12
*
child-sa: Use any fixed reqid configured on the CHILD_SA config
Martin Willi
2015-06-05
1
-2
/
+2
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2015-03-25
1
-1
/
+1
*
child-sa: Add a new state to track rekeyed IKEv1 CHILD_SAs
Tobias Brunner
2015-03-25
1
-0
/
+1
*
child-sa: Remove policies before states to avoid acquire events for untrapped...
Tobias Brunner
2015-03-19
1
-16
/
+16
*
kernel-interface: Add a separate "update" flag to add_sa()
Martin Willi
2015-03-09
1
-1
/
+1
*
Revert "child-sa: Remove the obsolete update logic"
Martin Willi
2015-03-09
1
-1
/
+6
*
child-sa: Replace reqid based marks by "unique" marks
Martin Willi
2015-02-20
1
-4
/
+27
*
child-sa: Introduce a unique CHILD_SA identifier
Martin Willi
2015-02-20
1
-0
/
+14
*
child-sa: Delegate reqid allocation to the kernel interface
Martin Willi
2015-02-20
1
-15
/
+46
*
child-sa: Sort traffic selectors after adding CHILD_SA policies
Martin Willi
2015-02-20
1
-0
/
+3
*
child-sa: Remove the obsolete update logic
Martin Willi
2015-02-20
1
-6
/
+1
*
kernel-interface: Pass full list of traffic selectors to add_sa()
Martin Willi
2015-02-20
1
-8
/
+6
*
kernel-interface: Remove reqid parameter from get_spi/get_cpi() methods
Martin Willi
2015-02-20
1
-2
/
+2
*
child-sa: Introduce a CHILD_RETRYING state to detect DH group retries
Martin Willi
2014-11-21
1
-0
/
+1
*
child-sa: Set replay window on both inbound and outbound SA
Martin Willi
2014-06-18
1
-6
/
+2
[next]