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
...
|
*
|
Send EAP-Nak with supported types if requested type is unsupported
Tobias Brunner
2012-08-31
5
-12
/
+81
|
*
|
Filter invalid EAP authentication types when enumerating them
Tobias Brunner
2012-08-31
2
-1
/
+10
|
*
|
Added a method to enumerate registered EAP methods
Tobias Brunner
2012-08-21
2
-0
/
+43
|
|
/
*
|
Log configured IKE_SA proposals as initiator
Tobias Brunner
2012-08-24
1
-0
/
+2
*
|
Log configured CHILD_SA proposals as initiator
Tobias Brunner
2012-08-24
1
-0
/
+2
*
|
Fall back to local address as IKEv1 identity if nothing else is configured
Tobias Brunner
2012-08-24
1
-2
/
+14
*
|
Apply send delay before adding non-ESP marker
Tobias Brunner
2012-08-24
1
-16
/
+16
*
|
use pen_type_t for PA Message Subtype
Andreas Steffen
2012-08-23
3
-32
/
+29
|
/
*
Remove unused src/dst variables in send_no_marker()
Martin Willi
2012-08-21
1
-5
/
+0
*
Remove the unused second IKE_SA entry match function argument
Martin Willi
2012-08-20
1
-4
/
+4
*
Add keymat_t constructor registration function
Adrian-Ken Rueegsegger
2012-08-20
2
-3
/
+45
*
CAP_AUDIT_WRITE is now required by xauth-pam not eap-gtc plugin
Tobias Brunner
2012-08-17
2
-7
/
+7
*
Removed manual EAP method registration in eap-gtc plugin
Tobias Brunner
2012-08-17
1
-5
/
+0
*
Enable build of eap-tls, eap-ttls and eap-peap on Android
Tobias Brunner
2012-08-17
1
-0
/
+20
*
Enable UDP decapsulation for both address families
Tobias Brunner
2012-08-16
2
-9
/
+11
*
Correctly transmit EAP-MSCHAPv2 user name if it contains a domain part
Tobias Brunner
2012-08-16
1
-11
/
+12
*
Merge branch 'android-app'
Tobias Brunner
2012-08-13
14
-298
/
+43
|
\
|
*
Use a CALLBACK feature to create charon's sender and receiver
Tobias Brunner
2012-08-08
1
-12
/
+31
|
*
Moved packet_t to libstrongswan
Tobias Brunner
2012-08-08
11
-284
/
+9
|
*
Increase log verbosity when sending NAT keep-alives
Tobias Brunner
2012-08-08
1
-1
/
+1
|
*
Only log the sending of regular packets in sender_t
Tobias Brunner
2012-08-08
1
-1
/
+2
*
|
Merge branch 'android-ndk'
Tobias Brunner
2012-08-13
36
-282
/
+584
|
\
|
|
*
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
[prev]
[next]