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
/
tasks
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Separated libcharon/sa directory with ikev1 and ikev2 subfolders
Martin Willi
2012-03-20
58
-15106
/
+0
|
*
Renamed ike_vendor_v1 to isakmp_vendor
Martin Willi
2012-03-20
4
-24
/
+24
|
*
Renamed ike_natd_v1 to isakmp_natd
Martin Willi
2012-03-20
4
-31
/
+31
|
*
Renamed ike_cert_pre_v1 to isakmp_cert_pre
Martin Willi
2012-03-20
4
-34
/
+34
|
*
Renamed ike_cert_post_v1 to isakmp_cert_post
Martin Willi
2012-03-20
4
-30
/
+30
|
*
Doxygen fixes
Martin Willi
2012-03-20
3
-0
/
+3
|
*
Pass IKE version to peer config enumerator, filter configs
Martin Willi
2012-03-20
2
-3
/
+3
|
*
Send different notifies if quick mode fails
Martin Willi
2012-03-20
1
-13
/
+14
|
*
Consider notify errors fatal only during main mode
Martin Willi
2012-03-20
1
-1
/
+4
|
*
Delete CHILD_SA if installing SA in third message fails
Martin Willi
2012-03-20
1
-1
/
+6
|
*
Added a quick_delete task flag to enforce delete, even if CHILD_SA not found
Martin Willi
2012-03-20
3
-4
/
+11
|
*
Send delete if Main Mode authentication fails as initiator
Martin Willi
2012-03-20
1
-4
/
+16
|
*
Send notifies in all error cases of Main Mode
Martin Willi
2012-03-20
1
-33
/
+30
|
*
Use (as client) and verify (as server) configured XAuth identities
Martin Willi
2012-03-20
1
-17
/
+42
|
*
Store Main Mode identity even if XAuth-only is used for authentication
Martin Willi
2012-03-20
1
-4
/
+4
|
*
Check authorization constraints after main mode completed
Martin Willi
2012-03-20
1
-5
/
+48
|
*
Save authentication info collected during main mode authentication
Martin Willi
2012-03-20
1
-1
/
+26
|
*
Show auth method of config we are looking for in main mode
Martin Willi
2012-03-20
1
-1
/
+2
|
*
Remove executable flag from source code files
Martin Willi
2012-03-20
6
-0
/
+0
|
*
Removed IKEv1 specific code from child_delete task
Martin Willi
2012-03-20
1
-17
/
+3
|
*
Use IKEv1 specific tasks to close Quick Mode SAs
Martin Willi
2012-03-20
1
-2
/
+2
|
*
Added a dedicated IKEv1 task to delete CHILD_SAs
Martin Willi
2012-03-20
4
-0
/
+272
|
*
Removed IKEv1 specific code from ike_delete task
Martin Willi
2012-03-20
1
-21
/
+2
|
*
Use the IKEv1 specific delete in IKEv1 SAs
Martin Willi
2012-03-20
1
-3
/
+3
|
*
Added a dedicated delete task for IKEv1 IKE_SAs
Martin Willi
2012-03-20
4
-0
/
+200
|
*
Use a single task_type_t enum name for ME and non-ME variant
Martin Willi
2012-03-20
1
-30
/
+2
|
*
Send certificates and requests when using Hybrid authentication
Martin Willi
2012-03-20
2
-1
/
+19
|
*
Look for an XAuth authentication config both in the first and the second round
Martin Willi
2012-03-20
1
-4
/
+8
|
*
Added hybrid authentication support to Main Mode
Martin Willi
2012-03-20
1
-1
/
+9
|
*
Use real ID payload to build HASH_I|R for Main Mode authentication.
Tobias Brunner
2012-03-20
1
-6
/
+8
|
|
|
|
|
This is required for clients like the iPhone which set the protocol and/or port fields of the ID payload.
*
Create authenticators right when they are used during Main Mode.
Tobias Brunner
2012-03-20
1
-24
/
+43
|
*
Narrow down received and configured traffic selector to a common subset
Martin Willi
2012-03-20
1
-11
/
+15
|
*
Log selected peer config during Main Mode.
Tobias Brunner
2012-03-20
1
-0
/
+4
|
*
Added a bunch of well known IKEv1 vendor IDs to database
Martin Willi
2012-03-20
1
-0
/
+25
|
*
Use a generic IKEv1 vendor ID database to send and receive vendor IDs
Martin Willi
2012-03-20
1
-54
/
+54
|
*
Include COOKIES in IKEv1 delete payloads
Martin Willi
2012-03-20
1
-0
/
+4
|
*
Fixed missing shared_key initialization in main_mode task.
Tobias Brunner
2012-03-20
1
-1
/
+1
|
*
Use version specific DELETE payload identifier in ike_delete task
Martin Willi
2012-03-20
1
-1
/
+8
|
*
Fix IKEv1 DELETE subtask creation and processing
Martin Willi
2012-03-20
1
-9
/
+13
|
*
Handle DELETE as responder as INFORMATIONAL subtask
Martin Willi
2012-03-20
1
-1
/
+29
|
*
Moved responder informational handling to task
Martin Willi
2012-03-20
1
-1
/
+43
|
*
Use informational task in quick mode to send notifies
Martin Willi
2012-03-20
1
-21
/
+13
|
*
Use informational taks to send notify errors
Martin Willi
2012-03-20
1
-44
/
+19
|
*
Added a task stub to create and process IKEv1 informational exchanges
Martin Willi
2012-03-20
4
-0
/
+173
|
*
Allow IKEv1 tasks to return ALREADY_DONE to flush all active or passive tasks
Martin Willi
2012-03-20
1
-0
/
+2
|
*
Destroy IKE_SA after failed XAuth authentication.
Tobias Brunner
2012-03-20
1
-2
/
+5
|
*
Added possibility to send notifications from the Quick Mode task
Clavister OpenSource
2012-03-20
1
-1
/
+33
|
*
If no IKEv1 shared key found for hosts, try to find one based on config ↵
Martin Willi
2012-03-20
1
-17
/
+68
|
|
|
|
identities
*
Log peer cfg enumeration externally for flexibility
Martin Willi
2012-03-20
2
-2
/
+7
|
*
Accept NULL identities passed to peer config enumeration
Martin Willi
2012-03-20
1
-4
/
+1
|
[next]