aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev1/tasks/isakmp_dpd.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-4/+4
|
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-1/+1
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* Remove executable flag from source files.Tobias Brunner2012-05-181-0/+0
|
* Moved IKEv1 DPD processing to task manager, fix sequence issuesMartin Willi2012-05-151-37/+7
|
* Confirm message reception time only if DPD sequence number validMartin Willi2012-03-201-0/+2
|
* Simplified DPD handling by using a task for a single message onlyMartin Willi2012-03-201-175/+48
|
* Isakmp_dpd task added.Clavister OpenSource2012-03-201-0/+278