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
...
|
*
Added option to prevent socket-default from setting the source address on out...
Tobias Brunner
2012-08-08
1
-1
/
+9
|
*
socket-default plugin allocates random ports if configured to 0.
Tobias Brunner
2012-08-08
1
-36
/
+84
|
*
Replaced usages of CHARON_*_PORT with calls to get_port().
Tobias Brunner
2012-08-08
13
-19
/
+31
|
*
Added get_port() method to socket_t to learn the listening port.
Tobias Brunner
2012-08-08
6
-5
/
+59
|
*
Use send_no_marker to send NAT keepalives.
Tobias Brunner
2012-08-08
2
-9
/
+4
|
*
Avoid double-free when prepending Non-ESP marker.
Tobias Brunner
2012-08-08
1
-1
/
+1
|
*
Function added to send packets without Non-ESP marker.
Tobias Brunner
2012-08-08
2
-20
/
+36
|
*
Avoid unnecessary copy of packet data when removing Non-ESP marker.
Tobias Brunner
2012-08-08
1
-2
/
+1
|
*
Added packet_t.skip_bytes method to skip bytes at the start of a packet.
Tobias Brunner
2012-08-08
2
-3
/
+26
|
*
Improved how NAT-T keepalives are handled in sockets/receiver.
Tobias Brunner
2012-08-08
4
-24
/
+16
|
*
Let kernel interfaces decide how to enable UDP decapsulation of ESP packets.
Tobias Brunner
2012-08-08
4
-78
/
+21
|
*
Callback for ESP packets added to receiver.
Tobias Brunner
2012-08-08
2
-6
/
+86
|
*
Add Non-ESP marker in sender and not individual socket plugins.
Tobias Brunner
2012-08-08
5
-39
/
+23
|
*
Handle Non-ESP marker in receiver and not individual socket plugins.
Tobias Brunner
2012-08-08
4
-40
/
+34
|
*
Moved Android specific logger to separate plugin.
Tobias Brunner
2012-08-08
9
-33
/
+168
|
*
Link android plugin against liblog in the NDK.
Tobias Brunner
2012-08-08
1
-0
/
+1
|
*
Make the UDP ports charon listens for packets on (and uses as source ports) c...
Tobias Brunner
2012-08-08
16
-47
/
+65
*
|
Doxygen fix
Tobias Brunner
2012-08-11
1
-1
/
+1
*
|
Use actual daemon name to enable XAuth/PSK with aggressive mode
Martin Willi
2012-08-10
1
-2
/
+3
*
|
EAP-GTC can use any XAuth backend, including xauth-pam
Martin Willi
2012-08-10
2
-88
/
+45
*
|
Add xauth-pam, an XAuth backend verifying credentials with PAM
Martin Willi
2012-08-10
6
-0
/
+390
*
|
make max_message_size parameter consistent with similar options
Andreas Steffen
2012-08-09
2
-2
/
+2
|
/
*
Remove queued IKEv1 message before processing it
Martin Willi
2012-08-08
1
-3
/
+5
*
Include src address in hash of initial message for Main Mode
Tobias Brunner
2012-08-08
1
-5
/
+31
*
Add DH group 15 (MODP-3072) to IKE proposal
Adrian-Ken Rueegsegger
2012-08-06
1
-0
/
+1
*
Block XAuth transaction on established IKE_SAs, but allow Mode Config
Martin Willi
2012-08-03
2
-2
/
+1
*
Fix linking of addrblock plugin when building monolithic
Martin Willi
2012-08-03
1
-1
/
+1
*
Reject initial exchange messages early once IKE_SA is established
Martin Willi
2012-08-02
1
-0
/
+18
*
Lookup IKEv1 PSK even if the peer identity is not known
Martin Willi
2012-07-31
1
-1
/
+1
*
Proper fallback if capability dropping is not available
Tobias Brunner
2012-07-27
2
-1
/
+6
*
Include stdint.h for UINTxx_MAX defines
Tobias Brunner
2012-07-27
1
-2
/
+3
*
Don't include acquiring packet traffic selectors in IKEv1
Martin Willi
2012-07-26
1
-0
/
+5
*
Implement late peer config switching after XAuth authentication
Martin Willi
2012-07-26
1
-15
/
+80
*
Check if XAuth round complies to configured authentication round
Martin Willi
2012-07-26
1
-7
/
+18
*
Don't add ANY identity constraint to auth config, as XAuth rounds don't use one
Martin Willi
2012-07-26
2
-3
/
+15
*
Merge auth config items added from XAuth backends to IKE_SA
Martin Willi
2012-07-26
1
-0
/
+1
*
Add an ipsec.conf leftgroups2 parameter for the second authentication round
Martin Willi
2012-07-26
2
-3
/
+6
*
Release leaking child config after uninstalling shunt policy
Martin Willi
2012-07-23
1
-0
/
+1
*
Don't print hexdumps on loglevel 1 if hash verification fails
Martin Willi
2012-07-20
1
-3
/
+3
*
Fix EAP-MSCHAPv2 master key derivation, broken with 87dd205b
Martin Willi
2012-07-18
1
-4
/
+12
*
Use centralized hasher names in coupling plugin
Martin Willi
2012-07-17
1
-20
/
+2
*
handled return values in tnc-pdp
Andreas Steffen
2012-07-16
1
-8
/
+17
*
Handle PRF failures in eap-aka-3gpp2
Martin Willi
2012-07-16
4
-57
/
+124
*
Refactored error handling in keymat_v1_t
Martin Willi
2012-07-16
1
-25
/
+27
*
Clean up error handling in keymat_v2_t
Martin Willi
2012-07-16
1
-87
/
+65
*
Cleaned up memory management and return values for encryption payload
Martin Willi
2012-07-16
5
-35
/
+35
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
9
-44
/
+125
*
Add a return value to keymat_v1_t.{get,update,confirm}_iv
Martin Willi
2012-07-16
5
-31
/
+80
*
Add a return value to hasher_t.get_hash()
Martin Willi
2012-07-16
3
-10
/
+28
*
Add a return value to crypter_t.set_key()
Martin Willi
2012-07-16
3
-7
/
+24
[prev]
[next]