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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
child-sa: Introduce a CHILD_RETRYING state to detect DH group retries
Martin Willi
2014-11-21
3
-0
/
+7
*
kernel-libipsec: Use poll(2) instead of select
Martin Willi
2014-11-21
1
-54
/
+56
*
socket-default: Use round-robin selection of sockets to read from
Martin Willi
2014-11-21
1
-5
/
+13
*
socket-default: Use poll(2) instead of select
Martin Willi
2014-11-21
1
-46
/
+20
*
proposal: Add default PRF for HMAC-MD5-128 and HMAC-SHA1-160 integrity algori...
Tobias Brunner
2014-10-31
1
-0
/
+2
*
ike-cfg: Use host_create_from_range() helper
Tobias Brunner
2014-10-30
1
-16
/
+1
*
vici: Add support for address range definitions of pools
Tobias Brunner
2014-10-30
1
-5
/
+35
*
stroke: Add support for address range definitions of in-memory pools
Tobias Brunner
2014-10-30
1
-7
/
+33
*
ikev1: Don't inherit children if INITITAL_CONTACT was seen
Thomas Egerer
2014-10-30
1
-1
/
+4
*
ikev1: Send INITIAL_CONTACT notify in Main Mode
Thomas Egerer
2014-10-30
1
-0
/
+28
*
message: Include encrypted fragment payload in payload (order) rules
Tobias Brunner
2014-10-29
1
-0
/
+12
*
updown: Explicitly pass caller PATH to updown script
Martin Willi
2014-10-22
1
-0
/
+1
*
vici: Return default value for get_int() if message value is empty string
Martin Willi
2014-10-14
2
-1
/
+5
*
vici: Add vici.gemspec.in and vici.rb to distribution
Tobias Brunner
2014-10-14
1
-0
/
+2
*
libimcv: Updated Android.mk to latest Makefile.am
Tobias Brunner
2014-10-13
1
-0
/
+1
*
ike: Do remote address updates also when behind static NATs
Tobias Brunner
2014-10-13
1
-4
/
+7
*
ike: Remove redundant check for local NAT when handling changed NAT mappings
Tobias Brunner
2014-10-13
1
-6
/
+1
*
vici: Cancel processor before calling library_deinit()
Martin Willi
2014-10-10
1
-0
/
+1
*
vici: Reduce debug level during thread spawning
Martin Willi
2014-10-10
1
-0
/
+2
*
vici: Don't include-depend on libstrongswan for boolean types
Martin Willi
2014-10-10
2
-4
/
+2
*
vici: Document the ruby gem and add some simple examples
Martin Willi
2014-10-10
1
-0
/
+58
*
vici: Add some simple libvici examples to the README
Martin Willi
2014-10-10
1
-2
/
+116
*
vici: Document the available vici command and event messages
Martin Willi
2014-10-10
1
-1
/
+509
*
vici: Use "gem"-assisted vici ruby gem building and installation
Martin Willi
2014-10-10
4
-1
/
+29
*
vici: Add a ruby gem providing a native vici interface
Martin Willi
2014-10-10
3
-0
/
+586
*
vici: Return a success result for the clear-creds command
Martin Willi
2014-10-10
1
-4
/
+1
*
vici: Fix message encoding type values in documentation
Martin Willi
2014-10-10
1
-6
/
+6
*
ikev1: Add fragmentation support for Windows peers
Volker RĂ¼melin
2014-10-10
3
-13
/
+58
*
eap-radius: Add option to set interval for interim accounting updates
Tobias Brunner
2014-10-10
1
-0
/
+10
*
message: Limit maximum number of IKEv2 fragments
Tobias Brunner
2014-10-10
1
-1
/
+11
*
packet: Define a global default maximum size for IKE packets
Tobias Brunner
2014-10-10
4
-18
/
+4
*
message: Ensure a minimum fragment length
Tobias Brunner
2014-10-10
1
-8
/
+18
*
ikev2: Send retransmits using the latest known addresses
Tobias Brunner
2014-10-10
1
-1
/
+3
*
ikev2: Send and receive fragmented IKE messages
Tobias Brunner
2014-10-10
1
-44
/
+169
*
ike: IKE_SA may fragment IKEv2 messages
Tobias Brunner
2014-10-10
1
-1
/
+1
*
ike: Do not cache MID of IKEv2 fragments
Tobias Brunner
2014-10-10
1
-2
/
+3
*
message: Fragment and reassemble IKEv2 messages
Tobias Brunner
2014-10-10
2
-133
/
+366
*
message: Handle encrypted fragment payload similar to the encrypted payload
Tobias Brunner
2014-10-10
1
-16
/
+91
*
ikev2: Add encrypted fragment payload
Tobias Brunner
2014-10-10
5
-12
/
+455
*
encrypted_payload: Encrypted payload can be constructed from plaintext
Tobias Brunner
2014-10-10
2
-0
/
+38
*
encrypted_payload: Expose generate() to generate the plaintext
Tobias Brunner
2014-10-10
2
-1
/
+17
*
encrypted_payload: Extract some utility functions
Tobias Brunner
2014-10-10
1
-74
/
+110
*
message: Split generate() in multiple functions
Tobias Brunner
2014-10-10
1
-67
/
+122
*
ikev2: Negotiate support for IKEv2 fragmentation
Tobias Brunner
2014-10-10
2
-1
/
+24
*
ikev2: Add notify for IKEv2 fragmentation
Tobias Brunner
2014-10-10
2
-7
/
+15
*
ikev1: Move defragmentation to message_t
Tobias Brunner
2014-10-10
3
-169
/
+240
*
ike: Move fragmentation to ike_sa_t
Tobias Brunner
2014-10-10
3
-62
/
+94
*
message: fragment() generates message and fragments and caches them
Tobias Brunner
2014-10-10
3
-58
/
+109
*
message: Make packet argument optional in generate()
Tobias Brunner
2014-10-10
1
-1
/
+4
*
ikev1: Move fragment generation to message_t
Tobias Brunner
2014-10-10
4
-136
/
+247
[prev]
[next]