summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/dpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use clock_gettime(CLOCK_MONOTONIC) to schedule timersjca2017-12-051-12/+12
* Remove NULL-checks before free(). ok tb@mmcc2015-12-101-3/+2
* Remove a mid-layer which acts like arc4random isn't fairly standard.deraadt2014-01-231-2/+2
* improve randomization. remove some junk debugging features that arederaadt2014-01-221-3/+1
* Style; return is not a function. hshoexer@ ok.ho2006-07-241-2/+2
* Big spelling cleanup, no binary change. From david@hshoexer2006-06-021-2/+2
* don't send DPD messages before the exchange is finialized, otherwisemarkus2005-10-261-8/+14
* clean up KEY_API() wrapper.hshoexer2005-05-041-2/+3
* Make DPD vendor ID u_int8_t, not char. Gets rid of a warning incloder2005-04-081-2/+2
* USE_DEBUG is bye byederaadt2005-04-081-5/+1
* spacing; ok cloderderaadt2005-04-041-9/+7
* disable the SA dpd timer on sa_free(). this avoid a racemarkus2005-02-241-5/+1
* dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned bymarkus2005-02-241-2/+2
* proper portable C; ok hshoexerderaadt2004-12-281-3/+6
* make sure the isakmpd_s has id_r/s set; ok hshoexer, homarkus2004-12-131-1/+3
* 1. allow up to DPD_RETRANS_MAX retransmitted R_U_THERE messages.markus2004-12-081-3/+13
* Better implementation of the Dead Peer Detection protocol, RFC 3706.ho2004-08-101-204/+224
* spacingderaadt2004-08-081-5/+4
* Make the payload array in struct message dynamic, since we need to handleho2004-06-201-5/+3
* A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706ho2004-06-201-0/+354