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
/
ikev2
/
tasks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a global return_success() method implementation
Martin Willi
2013-02-14
1
-8
/
+2
*
Refactored IKEv2 cert/certreq payload processing to multiple functions
Martin Willi
2013-01-11
1
-112
/
+141
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2012-12-20
2
-2
/
+2
*
Raise an alert if IKE SA is kept
Adrian-Ken Rueegsegger
2012-12-20
1
-0
/
+1
*
Raise an alert if allocating virtual IPs fails
Martin Willi
2012-12-19
1
-0
/
+2
*
Raise an alert if kernel policy installation fails
Martin Willi
2012-12-19
1
-0
/
+2
*
Raise an alert if kernel SA installation fails
Martin Willi
2012-12-19
1
-0
/
+2
*
Raise an alert on traffic selector mismatch
Martin Willi
2012-12-19
1
-0
/
+2
*
Raise alerts when enforcing IKE_SA unique policy
Martin Willi
2012-12-19
1
-0
/
+1
*
Raise an alert if CHILD_SA proposals mismatch
Martin Willi
2012-12-19
1
-0
/
+2
*
Raise an alert if IKE proposals mismatch
Martin Willi
2012-12-19
1
-0
/
+5
*
Raise an alert of generating local authentication data fails
Martin Willi
2012-12-19
1
-6
/
+10
*
Fix GPL license header to properly "sed" it
Martin Willi
2012-11-30
1
-1
/
+1
*
Moved packet_t and tun_device_t to networking folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Made IP address enumeration more flexible
Tobias Brunner
2012-09-21
3
-3
/
+3
*
Don't ignore loopback devices and allow addresses on them being enumerated
Tobias Brunner
2012-09-21
3
-3
/
+3
*
Derive a dynamic TS to multiple virtual IPs
Martin Willi
2012-09-18
1
-39
/
+61
*
Add AUTH_RULE_IDENTITY_LOOSE which allows to use IDr loosely as initiator
Tobias Brunner
2012-09-18
1
-1
/
+2
*
Don't use host address for dynamic TS in IKEv2 if a virtual IP was expected
Martin Willi
2012-09-11
1
-1
/
+33
*
Send FAILED_CP_REQUIRED if a configuration payload was expected, but not rece...
Martin Willi
2012-09-11
1
-0
/
+9
*
Pass the full list of pools to acquire_address, enumerate in providers
Martin Willi
2012-09-11
1
-20
/
+6
*
Add a responder narrow() hook to change TS in the kernel, but not on the wire
Martin Willi
2012-09-11
1
-1
/
+26
*
Add uniqueids=never to ignore INITIAL_CONTACT notifies
Tobias Brunner
2012-09-10
1
-1
/
+2
*
Clear virtual IPs before storing assigned ones on the IKE_SA
Tobias Brunner
2012-09-05
1
-0
/
+4
*
Request and acquire multiple virtual IPs in IKEv2 configuration payload
Martin Willi
2012-08-30
1
-49
/
+67
*
Pass all configured pool names to attribute provider enumerator
Martin Willi
2012-08-30
1
-2
/
+9
*
Pass a list instead of a single virtual IP to attribute enumerators
Martin Willi
2012-08-30
1
-11
/
+36
*
Support multiple address pools configured on a peer_cfg
Martin Willi
2012-08-30
1
-3
/
+11
*
Support multiple virtual IPs on peer_cfg and ike_sa classes
Martin Willi
2012-08-30
3
-55
/
+68
*
Moved packet_t to libstrongswan
Tobias Brunner
2012-08-08
1
-1
/
+1
*
Replaced usages of CHARON_*_PORT with calls to get_port().
Tobias Brunner
2012-08-08
1
-2
/
+6
*
Make the UDP ports charon listens for packets on (and uses as source ports) c...
Tobias Brunner
2012-08-08
1
-5
/
+5
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
2
-9
/
+38
*
Check rng return value when generating ME CONNECT_ID and KEY
Tobias Brunner
2012-07-16
1
-2
/
+14
*
Check rng return value when generating COOKIE2 during MOBIKE
Tobias Brunner
2012-07-16
1
-6
/
+11
*
Check rng return value when generating fake NAT detection payloads
Tobias Brunner
2012-07-16
1
-2
/
+2
*
Nonce: Let get_nonce, allocate_nonce return boolean
Reto Buerki
2012-07-16
2
-3
/
+19
*
Simplify NAT-D payload creation if UDP encapsulation is forced
Tobias Brunner
2012-07-13
1
-2
/
+2
*
Ignore a received %any virtual IP for installation
Martin Willi
2012-06-26
1
-1
/
+2
*
Try to rekey without KE exchange if peer returns INVALID_KE_PAYLOAD(NONE)
Martin Willi
2012-06-08
1
-1
/
+8
*
As responder, enforce the same configuration while rekeying CHILD_SAs
Martin Willi
2012-06-06
3
-1
/
+19
*
Fix MOBIKE address update if responder address changed.
Tobias Brunner
2012-05-25
1
-2
/
+2
*
Don't queue delete_ike_sa job when setting IKE_DELETING.
Tobias Brunner
2012-05-25
1
-1
/
+1
*
Integrated main parts of IKE_REAUTH task into ike_sa_t.reestablish.
Tobias Brunner
2012-05-25
1
-87
/
+3
*
Use separate Doxygen groups for IKEv1 and IKEv2 entities (authenticators, tas...
Tobias Brunner
2012-05-18
17
-18
/
+18
*
Use nonce_gen instead of rng to generate nonces
Adrian-Ken Rueegsegger
2012-05-18
2
-22
/
+22
*
vendor ID cosmetics
Andreas Steffen
2012-05-05
1
-2
/
+2
*
Use name from initialization to access settings in libcharon.
Tobias Brunner
2012-05-03
4
-5
/
+6
*
Merge branch 'ikev1'
Martin Willi
2012-05-02
2
-10
/
+23
*
Merge branch 'ikev1-clean' into ikev1-master
Martin Willi
2012-03-20
2
-16
/
+13
[next]