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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include the used reserved bytes from ID payloads in AUTH calculation
Martin Willi
2011-01-05
11
-39
/
+126
*
Migrated psk/pubkey_authenticators to INIT/METHOD macros
Martin Willi
2011-01-05
2
-84
/
+70
*
Moved check if packet already encoded to ike_sa, avoids message() hook invoca...
Martin Willi
2011-01-05
1
-0
/
+5
*
Move critical bit checking to ike_sa, notify payload includes unsupported pay...
Martin Willi
2011-01-05
3
-11
/
+61
*
Handle all error notifies in CREATE_CHILD_SA exchanges
Martin Willi
2011-01-05
1
-0
/
+14
*
Ingore messages with exchange type altered to UNDEFINED in message() hook
Martin Willi
2011-01-05
1
-0
/
+8
*
Moved message()-hook invocation to generate_message(), catch pre-generated IK...
Martin Willi
2011-01-05
2
-2
/
+1
*
Support manually triggerd DPD check, even if DPD disabled in config
Martin Willi
2011-01-05
1
-11
/
+10
*
eliminated whitespace
Andreas Steffen
2010-12-21
1
-1
/
+1
*
Migrated child_create_t to INIT/METHOD macros
Andreas Steffen
2010-12-21
1
-83
/
+55
*
Do not use TFC padding if peer does not support ESPv3
Martin Willi
2010-12-20
3
-11
/
+31
*
Added a TFC padding option to child_cfg
Martin Willi
2010-12-20
1
-0
/
+2
*
Implemented Traffic Flow Confidentiality padding in kernel_interface
Martin Willi
2010-12-20
1
-1
/
+2
*
Install selectors on transport mode IPsec SAs.
Jiri Bohac
2010-12-13
1
-1
/
+1
*
Never register IKE_SA during checkout_new, as rekeying keeps it checked out
Martin Willi
2010-12-07
2
-18
/
+2
*
Guarantee entry->other is set when calling put_connected_peers
Thomas Egerer
2010-12-06
1
-1
/
+7
*
Do not checkin a previously destroyed SA
Thomas Egerer
2010-11-16
1
-1
/
+4
*
Extend connected peers by peer family
Thomas Egerer
2010-11-12
1
-5
/
+16
*
Do not add additional addresses to MOBIKE path probing messages.
Tobias Brunner
2010-10-12
1
-10
/
+12
*
Change behavior of responder during roaming.
Tobias Brunner
2010-10-12
1
-16
/
+17
*
Allow responder to use ike_mobike_t.roam.
Tobias Brunner
2010-10-12
1
-1
/
+7
*
Send list of additional addresses even if current path is still valid.
Tobias Brunner
2010-10-12
1
-0
/
+11
*
Extracted path checking in ike_sa_t.roam into separate functions.
Tobias Brunner
2010-10-12
1
-46
/
+68
*
Added support for responders to change their address via MOBIKE.
Tobias Brunner
2010-10-12
1
-0
/
+20
*
Explicitly configure MOBIKE tasks to update the list of additional addresses.
Tobias Brunner
2010-10-12
3
-2
/
+15
*
Improved check for first IKE_AUTH message in ike_mobike task.
Tobias Brunner
2010-10-12
1
-3
/
+6
*
Migrated ike_mobike task to INIT/METHOD macros.
Tobias Brunner
2010-10-12
1
-67
/
+46
*
Simplified apply_port function in mobike task.
Tobias Brunner
2010-10-12
1
-16
/
+9
*
Do not update hosts based on retransmitted messages.
Tobias Brunner
2010-10-12
2
-15
/
+23
*
Do not update remote host if we are behind a NAT.
Tobias Brunner
2010-10-12
1
-4
/
+2
*
NOTIFY error message types include 16383
Andreas Steffen
2010-09-29
1
-1
/
+1
*
Adapted child_sa_t to changed kernel interface.
Tobias Brunner
2010-09-02
1
-25
/
+49
*
Added an option to specify the type of a policy to kernel_ipsec.add_policy.
Tobias Brunner
2010-09-02
1
-18
/
+18
*
Replaced the protocol argument in add_policy with an optional SPI for an AH SA.
Tobias Brunner
2010-09-02
1
-18
/
+37
*
Refer to scheduler and processor via lib and not hydra.
Tobias Brunner
2010-09-02
8
-36
/
+30
*
Refer to kernel interface via hydra and not charon.
Tobias Brunner
2010-09-02
6
-58
/
+62
*
Removed references to protocol_id_t from kernel interface.
Tobias Brunner
2010-09-02
1
-37
/
+65
*
Migrated child_sa_t to INIT/METHOD macros.
Tobias Brunner
2010-09-02
1
-202
/
+132
*
Refer to scheduler via hydra and not charon.
Tobias Brunner
2010-09-02
6
-21
/
+23
*
Refer to processor via hydra and not charon.
Tobias Brunner
2010-09-02
6
-9
/
+14
*
Use the AAA Identity for EAP authentication, if given
Martin Willi
2010-08-31
2
-1
/
+14
*
Moved EAP type/code definitions to a seprate header file in libstrongswan
Martin Willi
2010-08-31
2
-35
/
+1
*
Port floating patch partially reversed.
Tobias Brunner
2010-08-30
2
-12
/
+8
*
Slightly refactored port floating.
Tobias Brunner
2010-08-30
5
-35
/
+39
*
Fixed ME after introduction of AEAD wrapper.
Tobias Brunner
2010-08-30
1
-1
/
+1
*
Migrated delete_payload to INIT/METHOD macros, replaced iterator
Martin Willi
2010-08-25
1
-9
/
+8
*
Check if colliding rekey actually created an IKE_INIT
Thomas Egerer
2010-08-25
1
-37
/
+42
*
Fixed crypter keymat derivation bug
Martin Willi
2010-08-19
1
-3
/
+4
*
Implemented IKEv2 keymat derivation for AEAD algorithms
Martin Willi
2010-08-19
1
-29
/
+58
*
Use AEAD wrapper for encryption payload encryption/decryption
Martin Willi
2010-08-19
4
-118
/
+121
[next]