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
/
ikev1
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libcharon: Use lib->ns instead of charon->name
Tobias Brunner
2014-02-12
4
-10
/
+10
*
ikev1: Fix config switching due to failed authentication during Aggressive mode
Tobias Brunner
2014-02-12
1
-3
/
+1
*
ike_sa: Defer task manager destruction after child destruction
Thomas Egerer
2014-01-16
1
-4
/
+3
*
ikev1: Properly initialize list of fragments in case fragment ID is 0
Volker RĂ¼melin
2013-10-31
1
-1
/
+1
*
iv_gen: aead_t implementations provide an IV generator
Tobias Brunner
2013-10-11
1
-0
/
+8
*
ikev1: Delete quick modes with the negotiated SA protocol
Martin Willi
2013-10-11
1
-1
/
+1
*
ikev1: Negotiate SPI with the first/negotiated proposal protocol
Martin Willi
2013-10-11
1
-3
/
+18
*
ikev1: Fix double free when searching for redundant CHILD_SAs
Tobias Brunner
2013-09-13
1
-1
/
+1
*
ikev1: For PFS prefer DH group from IKE_SA over first configured
Thomas Egerer
2013-09-10
1
-18
/
+54
*
ikev1: implement mode config push mode
Martin Willi
2013-09-04
5
-76
/
+363
*
xauth: add a configuration string option to be passed to XAuth instances
Martin Willi
2013-09-03
1
-1
/
+1
*
ikev1: Fix calculation of the number of fragments
Tobias Brunner
2013-08-15
1
-1
/
+1
*
ikev1: When sending fragments, use ports to decide if a non-ESP marker is added
Tobias Brunner
2013-08-15
1
-6
/
+8
*
ikev1: Always send ID payloads (traffic selectors) during Quick Mode
Tobias Brunner
2013-07-25
1
-26
/
+4
*
ikev1: Reestablish IKE_SA/CHILD_SAs if it gets deleted by the peer
Tobias Brunner
2013-07-17
1
-0
/
+5
*
ike: Migrate queued CHILD_SA-creating tasks when reestablishing an IKE_SA
Tobias Brunner
2013-07-17
1
-0
/
+34
*
ikev1: Support closeaction of CHILD_SA.
Oliver Smith
2013-07-17
1
-7
/
+49
*
child-sa: replace get_traffic_selectors() with create_ts_enumerator()
Martin Willi
2013-07-17
3
-27
/
+37
*
ike: Force NAT-T/UDP encapsulation if kernel interface requires it
Tobias Brunner
2013-06-21
1
-2
/
+16
*
kernel-interface: add an exchange initiator parameter to add_sa()
Martin Willi
2013-06-11
1
-8
/
+12
*
ikev1: keep vendor ID task alive during full Main/Aggressive Mode
Martin Willi
2013-06-11
1
-8
/
+75
*
Allow IPComp on NATed connections, both for IKEv1 and IKEv2
Martin Willi
2013-06-11
1
-26
/
+10
*
Refactor check_for_rekeyed_child() in quick_mode task
Martin Willi
2013-04-03
1
-18
/
+24
*
Reuse reqid of an existing Quick Mode, even if it has been rekeyed
Martin Willi
2013-04-03
1
-1
/
+2
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2013-03-25
1
-1
/
+1
*
Delete IKE_SAs if responder does not initiate XAuth exchange within a certain...
Tobias Brunner
2013-03-19
2
-2
/
+16
*
Added xauth-noauth plugin
Tobias Brunner
2013-03-19
1
-29
/
+37
*
Make check whether to use IKEv1 fragmentation more readable
Martin Willi
2013-03-14
1
-5
/
+14
*
child_sa_t.get_usestats() can additionally return the number of processed pac...
Martin Willi
2013-03-14
1
-2
/
+2
*
Add missing XAuthRespPSK switch case to IKEv1 key derivation
Martin Willi
2013-03-12
1
-0
/
+1
*
Ignore fourth Qick Mode message sent by Windows servers.
Martin Willi
2013-03-11
1
-0
/
+9
*
As Quick Mode initiator, select a subset of the proposed and the returned TS
Martin Willi
2013-03-07
1
-4
/
+11
*
Merge branch 'opaque-ports'
Martin Willi
2013-03-01
1
-2
/
+2
|
\
|
*
Use a complete port range in traffic_selector_create_from_{subnet,cidr}
Martin Willi
2013-02-21
1
-2
/
+2
*
|
Move initial message dropping to task manager
Martin Willi
2013-02-25
1
-1
/
+15
|
/
*
Properly send IKEv1 packets if no ike_cfg is known yet
Tobias Brunner
2013-01-14
1
-2
/
+5
*
Merge branch 'ikev1-fragmentation'
Tobias Brunner
2013-01-12
2
-22
/
+371
|
\
|
*
Added an option to configure the maximum size of a fragment
Tobias Brunner
2013-01-12
1
-3
/
+10
|
*
Properly detect fragmentation capabilities
Tobias Brunner
2013-01-12
1
-3
/
+27
|
*
Added an option that allows to force IKEv1 fragmentation
Tobias Brunner
2013-01-12
2
-3
/
+6
|
*
Use a connection specific option to en-/disable IKEv1 fragmentation
Tobias Brunner
2012-12-24
2
-10
/
+7
|
*
Add an option to en-/disable IKE fragmentation
Tobias Brunner
2012-12-24
2
-5
/
+20
|
*
Split larger messages into fragments if IKE fragmentation is supported by peer
Tobias Brunner
2012-12-24
1
-14
/
+114
|
*
Log added NAT-T vendor IDs
Tobias Brunner
2012-12-24
1
-0
/
+1
|
*
Detect a peer's support for IKE fragmentation
Tobias Brunner
2012-12-24
1
-0
/
+4
|
*
Don't handle fragmented messages larger than charon.max_packet
Tobias Brunner
2012-12-24
1
-4
/
+39
|
*
Store inbound IKE fragments and reassemble the message when all fragments are...
Tobias Brunner
2012-12-24
1
-3
/
+166
*
|
Streamline debug output when receiving intermediate CA certificates in IKEv1
Martin Willi
2013-01-11
1
-1
/
+1
*
|
Refactored IKEv1 cert payload processing to multiple functions
Martin Willi
2013-01-11
1
-73
/
+102
*
|
IKEv1 support for PKCS#7 wrapped certificates
Volker RĂ¼melin
2013-01-11
1
-0
/
+70
[prev]
[next]