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
...
*
trap-manager: Reset IKE_SA on bus_t if initiating fails
Tobias Brunner
2013-11-21
1
-0
/
+1
*
trap-manager: Prevent deadlock when installing trap policies
Tobias Brunner
2013-11-21
1
-40
/
+46
*
android: Remove dependency on libvstr
Tobias Brunner
2013-11-13
1
-1
/
+0
*
leak-detective: Use callback functions to report leaks and usage information
Martin Willi
2013-11-06
1
-1
/
+22
*
ikev2: Properly free DH secret in case of errors during IKE key derivation
Tobias Brunner
2013-11-06
1
-0
/
+3
*
Added IFOM_CAPABILITY notify message type
Andreas Steffen
2013-11-01
2
-6
/
+10
*
ike: Don't immediately DPD after deferred DELETEs following IKE_SA rekeying
Martin Willi
2013-11-01
1
-0
/
+8
*
ikev1: Properly initialize list of fragments in case fragment ID is 0
Volker RĂ¼melin
2013-10-31
1
-1
/
+1
*
updown: fix segfault when interface name can't be resolved
Ansis Atteka
2013-10-30
1
-0
/
+4
*
Use exact mask when calling umask(2)
Tobias Brunner
2013-10-29
2
-2
/
+2
*
whitelist: Read multiple commands until client closes connection
Martin Willi
2013-10-29
1
-30
/
+28
*
Fixed some typos
Tobias Brunner
2013-10-29
3
-3
/
+3
*
check it specified IF-TNCCS protocol is enabled
Andreas Steffen
2013-10-21
1
-0
/
+6
*
updown: Pass ICMP[v6] message type and code to updown script
Tobias Brunner
2013-10-17
1
-2
/
+23
*
proposal: Add ECC Brainpool DH groups to the default proposal
Tobias Brunner
2013-10-17
1
-0
/
+4
*
stroke: Reuse reqids of established CHILD_SAs when routing connections
Tobias Brunner
2013-10-17
1
-1
/
+45
*
trap-manager: Make sure a config is not trapped twice
Tobias Brunner
2013-10-17
1
-4
/
+16
*
Doxygen fixes
Tobias Brunner
2013-10-15
2
-3
/
+2
*
iv_gen: Provide external sequence number (IKE, ESP)
Tobias Brunner
2013-10-11
3
-5
/
+7
*
ikev2: Use IV generator to encrypt encrypted payload
Tobias Brunner
2013-10-11
1
-1
/
+9
*
iv_gen: aead_t implementations provide an IV generator
Tobias Brunner
2013-10-11
1
-0
/
+8
*
eap-radius: Forward RAT_FRAMED_IP_NETMASK as INTERNAL_IP4_NETMASK
Tobias Brunner
2013-10-11
1
-0
/
+5
*
eap-radius: Forward UNITY_SPLIT_INCLUDE or UNITY_LOCAL_LAN attributes
Tobias Brunner
2013-10-11
1
-0
/
+93
*
eap-radius: Forward UNITY_DEF_DOMAIN and UNITY_SPLITDNS_NAME attributes
Tobias Brunner
2013-10-11
1
-3
/
+25
*
dnscert: Add DNS CERT support for pubkey authentication
Ruslan N. Marchenko
2013-10-11
8
-0
/
+828
*
ipseckey: Properly handle failure to create a certificate
Tobias Brunner
2013-10-11
1
-33
/
+28
*
ipseckey: Refactor creation of certificate enumerator
Tobias Brunner
2013-10-11
1
-86
/
+81
*
ipseckey: Depend on plugin features to create public key and certificate objects
Tobias Brunner
2013-10-11
1
-0
/
+2
*
kernel-libipsec: Don't ignore policies of type != POLICY_IPSEC
Tobias Brunner
2013-10-11
1
-5
/
+0
*
kernel-libipsec: Add an option to allow remote TS to match the IKE peer
Tobias Brunner
2013-10-11
1
-2
/
+9
*
socket-default: Allow setting firewall mark on outbound packets
Tobias Brunner
2013-10-11
1
-0
/
+18
*
sql: Don't use MyISAM engine and set collation/charset for all tables
Tobias Brunner
2013-10-11
1
-26
/
+25
*
Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ...
Tobias Brunner
2013-10-11
2
-2
/
+2
*
kernel-libipsec: Support ESPv3 TFC padding
Martin Willi
2013-10-11
1
-1
/
+1
*
kernel-libipsec: Support query_sa() to report usage statistics
Martin Willi
2013-10-11
1
-1
/
+2
*
kernel: Use a time_t to report use time in query_policy()
Martin Willi
2013-10-11
3
-4
/
+4
*
kernel: Use a time_t to report use time in query_sa()
Martin Willi
2013-10-11
3
-5
/
+5
*
updown: Add a PLUTO_PROTO variable set to 'ah' or 'esp'
Martin Willi
2013-10-11
1
-0
/
+2
*
ike: Define keylength for aescmac algorithm
Martin Willi
2013-10-11
1
-0
/
+1
*
ikev1: Support parsing of AH+IPComp proposals
Martin Willi
2013-10-11
1
-9
/
+11
*
ikev1: Accept more than two certificate payloads
Martin Willi
2013-10-11
1
-2
/
+2
*
ikev1: Support en-/decoding of SA payloads with AH algorithms
Martin Willi
2013-10-11
1
-31
/
+99
*
kernel-handler: Whitespace cleanups
Martin Willi
2013-10-11
1
-42
/
+38
*
stroke: List proposals in statusall without leading '/' in AH SAs
Martin Willi
2013-10-11
1
-1
/
+7
*
ikev1: Delete quick modes with the negotiated SA protocol
Martin Willi
2013-10-11
1
-1
/
+1
*
trap-manager: Install trap with SA protocol of the first configured proposal
Martin Willi
2013-10-11
1
-4
/
+12
*
child-sa: Save protocol during SPI allocation
Martin Willi
2013-10-11
1
-6
/
+3
*
ikev1: Negotiate SPI with the first/negotiated proposal protocol
Martin Willi
2013-10-11
1
-3
/
+18
*
ikev2: Allocate SPI with the protocol of the first/negotiated proposal
Martin Willi
2013-10-11
1
-2
/
+16
*
proposal: Strip redundant integrity algos for ESP proposals only
Martin Willi
2013-10-11
1
-16
/
+19
[prev]
[next]