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 (
Collapse
)
Author
Age
Files
Lines
...
|
|
*
Implemented resetting of IKEv1 task manager, enabling additional keyingtries
Martin Willi
2012-03-20
2
-1
/
+29
|
|
|
|
|
*
Fixed migration of NATD task
Martin Willi
2012-03-20
1
-0
/
+1
|
|
|
|
|
*
Implemented migration of quick mode task
Martin Willi
2012-03-20
1
-5
/
+23
|
|
|
|
|
*
Implemented migration of XAuth task
Martin Willi
2012-03-20
1
-0
/
+18
|
|
|
|
|
*
Implemented migration of certificate handling tasks
Martin Willi
2012-03-20
2
-0
/
+3
|
|
|
|
|
*
Implemented migration of Main Mode task
Martin Willi
2012-03-20
1
-0
/
+13
|
|
|
|
|
*
Check message version before processing it on an IKE_SA
Martin Willi
2012-03-20
1
-0
/
+10
|
|
|
|
|
*
Fix ike_version_t enum names
Martin Willi
2012-03-20
1
-1
/
+1
|
|
|
|
|
*
Accept NULL as keymat when generating a message
Martin Willi
2012-03-20
1
-4
/
+10
|
|
|
|
|
*
Send correct INVALID_MAJOR_VERSION when receiving packet with unsupported ↵
Martin Willi
2012-03-20
1
-39
/
+62
|
|
|
|
|
|
|
|
|
|
|
|
protocol
|
|
*
Drop IKEv1 main/aggressive modes if peer to aggressive
Martin Willi
2012-03-20
1
-4
/
+17
|
|
|
|
|
*
Added description for the xauth-eap plugin
Martin Willi
2012-03-20
1
-2
/
+8
|
|
|
|
|
*
Check if a config has been selected before narrowing selectors in quick mode
Martin Willi
2012-03-20
1
-2
/
+5
|
|
|
|
|
*
Added an XAuth plugin that forwards authentication to EAP methods
Martin Willi
2012-03-20
6
-0
/
+458
|
|
|
|
|
*
Added a flag to register local credential sets exclusively, disabling all others
Martin Willi
2012-03-20
1
-4
/
+4
|
|
|
|
|
*
Added a TODO for creating IKE_SAs with unsupported protocol version
Martin Willi
2012-03-20
1
-5
/
+3
|
|
|
|
|
*
Don't accept IKEv2 packets if IKEv2 disabled
Martin Willi
2012-03-20
1
-0
/
+2
|
|
|
|
|
*
Don't include ikev1/ikev2 subfolders in build when using --disable-ikev1/ikev2
Martin Willi
2012-03-20
1
-2
/
+10
|
|
|
|
|
*
Moved eap/xauth classes out of protocol specific subdirectories
Martin Willi
2012-03-20
29
-27
/
+27
|
|
|
|
|
*
Removed obsolete task header inclusion in IKE_SA
Martin Willi
2012-03-20
1
-24
/
+0
|
|
|
|
|
*
Moved MOBIKE task creation to protocol specific task manager
Martin Willi
2012-03-20
4
-10
/
+35
|
|
|
|
|
*
Check in task manager if we have to requeue IKE tasks in a non-first keyingtry
Martin Willi
2012-03-20
2
-48
/
+43
|
|
|
|
|
*
Moved IKE_SA reauth task creation to protocol specific task manager
Martin Willi
2012-03-20
4
-5
/
+21
|
|
|
|
|
*
Moved IKE_SA rekey task creation to protocol specific task manager
Martin Willi
2012-03-20
4
-5
/
+20
|
|
|
|
|
*
Moved IKE_SA delete task creation to protocol specific task manager
Martin Willi
2012-03-20
4
-11
/
+21
|
|
|
|
|
*
Moved CHILD_SA delete task creation to protocol specific task manager
Martin Willi
2012-03-20
4
-11
/
+26
|
|
|
|
|
*
Moved CHILD_SA rekey task creation to protocol specific task manager
Martin Willi
2012-03-20
4
-4
/
+24
|
|
|
|
|
*
Moved CHILD_SA initiate task creation to protocol specific task manager
Martin Willi
2012-03-20
4
-19
/
+36
|
|
|
|
|
*
Moved IKE_SA initiate task creation to protocol specific task manager
Martin Willi
2012-03-20
4
-42
/
+42
|
|
|
|
|
*
Moved liveness checking task creation to protocol specific task manager
Martin Willi
2012-03-20
4
-20
/
+36
|
|
|
|
|
*
Factories honor charon IKEv1/IKEv2 protocol support flags
Martin Willi
2012-03-20
3
-2
/
+24
|
|
|
|
|
*
Separated libcharon/sa directory with ikev1 and ikev2 subfolders
Martin Willi
2012-03-20
125
-210
/
+204
|
|
|
|
|
*
Renamed ike_vendor_v1 to isakmp_vendor
Martin Willi
2012-03-20
7
-30
/
+30
|
|
|
|
|
*
Renamed ike_natd_v1 to isakmp_natd
Martin Willi
2012-03-20
7
-37
/
+37
|
|
|
|
|
*
Renamed ike_cert_pre_v1 to isakmp_cert_pre
Martin Willi
2012-03-20
7
-40
/
+40
|
|
|
|
|
*
Renamed ike_cert_post_v1 to isakmp_cert_post
Martin Willi
2012-03-20
7
-36
/
+36
|
|
|
|
|
*
Doxygen fixes
Martin Willi
2012-03-20
8
-5
/
+8
|
|
|
|
|
*
Removed obsolete XAuth job
Martin Willi
2012-03-20
2
-133
/
+0
|
|
|
|
|
*
Always use a transform number of 1 when encoding a single transform
Martin Willi
2012-03-20
1
-3
/
+3
|
|
|
|
|
*
Another set of cleanups in message.c
Martin Willi
2012-03-20
1
-18
/
+19
|
|
|
|
|
*
Initiate IKE_ANY configurations with IKEv2
Martin Willi
2012-03-20
1
-0
/
+5
|
|
|
|
|
*
Pass IKE version to peer config enumerator, filter configs
Martin Willi
2012-03-20
10
-32
/
+58
|
|
|
|
|
*
Support an "any" IKE version for both IKEv1 or IKEv2
Martin Willi
2012-03-20
5
-4
/
+9
|
|
|
|
|
*
Some coding style cleanups
Martin Willi
2012-03-20
1
-3
/
+6
|
|
|
|
|
*
Fixed notify enum names
Martin Willi
2012-03-20
1
-1
/
+3
|
|
|
|
|
*
Added support for iKEIntermediate X.509 extended key usage flag.
Tobias Brunner
2012-03-20
1
-2
/
+2
|
|
|
|
|
|
|
|
|
|
|
|
Mac OS X requires server certificates to have this flag set.
|
|
*
Log parsed unsigned ints with proper format strings.
Tobias Brunner
2012-03-20
1
-5
/
+5
|
|
|
|
|
*
Send different notifies if quick mode fails
Martin Willi
2012-03-20
1
-13
/
+14
|
|
|
|
|
*
Support flushing of task queue after building message in task fails
Martin Willi
2012-03-20
1
-4
/
+14
|
|
|
|
|
*
Consider notify errors fatal only during main mode
Martin Willi
2012-03-20
1
-1
/
+4
|
|
|
[prev]
[next]