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
...
|
|
*
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
|
|
|
|
|
*
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
4
-5
/
+12
|
|
|
|
|
*
Send delete if Main Mode authentication fails as initiator
Martin Willi
2012-03-20
2
-4
/
+32
|
|
|
|
|
*
Send notifies in all error cases of Main Mode
Martin Willi
2012-03-20
1
-33
/
+30
|
|
|
|
|
*
Add some additional IKEv1 notify types
Martin Willi
2012-03-20
2
-6
/
+21
|
|
|
|
|
*
Do not trust unprotected INFORMATIONALS, just print that we got one
Martin Willi
2012-03-20
1
-13
/
+18
|
|
|
|
|
*
Use (as client) and verify (as server) configured XAuth identities
Martin Willi
2012-03-20
1
-17
/
+42
|
|
|
|
|
*
Added an identity getter to XAuth methods to query the actually used identity
Martin Willi
2012-03-20
2
-12
/
+23
|
|
|
|
|
*
Be a little more verbose about XAuth configs in ipsec statusall
Martin Willi
2012-03-20
1
-5
/
+16
|
|
|
|
|
*
Pass ipsec.conf xauth_identity option via stroke to charon configurations
Martin Willi
2012-03-20
2
-0
/
+7
|
|
|
|
|
*
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
|
|
|
|
|
*
Flush auth configs, if enabled, for both IKEv1 and IKEv2
Martin Willi
2012-03-20
1
-5
/
+15
|
|
|
|
|
*
Fixed return value if SIG payload missing
Martin Willi
2012-03-20
1
-1
/
+1
|
|
|
|
|
*
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
18
-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
3
-6
/
+14
|
|
|
|
|
*
Added a dedicated IKEv1 task to delete CHILD_SAs
Martin Willi
2012-03-20
5
-0
/
+273
|
|
|
|
|
*
Close IKE_SA directly after sending the delete
Martin Willi
2012-03-20
1
-4
/
+12
|
|
|
|
|
*
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
3
-7
/
+15
|
|
|
|
|
*
Added a dedicated delete task for IKEv1 IKE_SAs
Martin Willi
2012-03-20
5
-0
/
+201
|
|
|
|
|
*
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
|
|
|
[prev]
[next]