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
*
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
*
kernel-interface: Add a replay_window parameter to add_sa()
Martin Willi
2014-06-17
1
-2
/
+6
*
child-sa: Pass the number of total policies tied to an SA to the kernel
Martin Willi
2014-06-04
1
-0
/
+8
*
kernel-interface: Add a flag to indicate no policy updates required
Martin Willi
2014-06-04
1
-3
/
+14
*
child-sa: Reclaim old state if SA updating is not supported
Martin Willi
2014-05-09
1
-0
/
+2
*
child-sa: Add a getter for CHILD_SA install time
Martin Willi
2014-01-23
1
-0
/
+13
*
kernel: Use a time_t to report use time in query_policy()
Martin Willi
2013-10-11
1
-2
/
+2
*
kernel: Use a time_t to report use time in query_sa()
Martin Willi
2013-10-11
1
-3
/
+3
*
child-sa: Save protocol during SPI allocation
Martin Willi
2013-10-11
1
-6
/
+3
*
child-sa: refactor proxy transport mode address lookup
Martin Willi
2013-07-17
1
-56
/
+42
*
child-sa: replace traffic selector lists by arrays
Martin Willi
2013-07-17
1
-18
/
+19
*
child-sa: replace get_traffic_selectors() with create_ts_enumerator()
Martin Willi
2013-07-17
1
-4
/
+8
*
ike: reuse the reqid of an installed trap having the same config
Martin Willi
2013-06-19
1
-1
/
+5
*
kernel-interface: add an exchange initiator parameter to add_sa()
Martin Willi
2013-06-11
1
-4
/
+5
*
Use ref_get() to make sure CHILD_SA reqids are unique
Martin Willi
2013-06-11
1
-2
/
+9
*
kernel-interface: query SAD for last use time if SPD query didn't yield one
Martin Willi
2013-05-06
1
-5
/
+19
*
child-sa: query SAD/SPD just for what we actually need to update statistics
Martin Willi
2013-05-06
1
-2
/
+5
*
child-sa: pass traffic selector to add_sa() regardless of IPsec mode
Martin Willi
2013-05-06
1
-14
/
+11
*
child_sa_t.get_usestats() can additionally return the number of processed pac...
Martin Willi
2013-03-14
1
-1
/
+6
*
kernel_ipsec_t.query_sa() additionally returns the number of processed packets
Martin Willi
2013-03-14
1
-3
/
+15
*
Don't wait while removing external IPs used for load testing
Martin Willi
2012-11-29
1
-1
/
+1
*
Install virtual IPs via interface name, and use an interface lookup where req...
Martin Willi
2012-11-29
1
-2
/
+9
*
Add an optional kernel-interface parameter to install IPs with a custom prefix
Martin Willi
2012-11-29
1
-2
/
+2
*
Derive a dynamic TS to multiple virtual IPs
Martin Willi
2012-09-18
1
-3
/
+7
*
Support multiple virtual IPs on peer_cfg and ike_sa classes
Martin Willi
2012-08-30
1
-9
/
+12
*
Store shorter soft lifetime of in- and outbound SAs only
Martin Willi
2012-06-08
1
-1
/
+8
*
Mark CHILD_SAs used for trap policies to uninstall them properly.
Tobias Brunner
2012-06-04
1
-6
/
+13
*
Added a getter for CHILD_SA marks
Martin Willi
2012-03-22
1
-0
/
+11
*
Define a special XFRM mark_t.value that dynamically uses the CHILD_SA reqid
Martin Willi
2012-03-22
1
-0
/
+9
*
typos: initator->initiator, authenticaion->authentication.
Tobias Brunner
2011-08-15
1
-1
/
+1
*
Update fallback drop policies if required.
Tobias Brunner
2011-07-29
1
-2
/
+20
*
Install fallback drop policies for all three directions.
Tobias Brunner
2011-07-28
1
-65
/
+66
*
Install fallback drop policies to avoid transmitting unencrypted packets.
Tobias Brunner
2011-07-27
1
-0
/
+17
*
Remove policies in kernel interfaces based on their priority.
Tobias Brunner
2011-07-27
1
-15
/
+21
*
Add the reqid to kernel_ipsec_t.del_policy.
Tobias Brunner
2011-07-06
1
-6
/
+12
*
Install ESN SAs if such a proposal has been negotiated
Martin Willi
2011-04-20
1
-1
/
+4
*
Added an esn parameter to the kernel interface add_sa functions
Martin Willi
2011-04-20
1
-1
/
+1
[next]