summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/dpd.c
AgeCommit message (Expand)Author
2006-07-24Style; return is not a function. hshoexer@ ok.Hakan Olsson
2006-06-02Big spelling cleanup, no binary change. From david@Hans-Joerg Hoexer
2005-10-26don't send DPD messages before the exchange is finialized, otherwiseMarkus Friedl
2005-05-04clean up KEY_API() wrapper.Hans-Joerg Hoexer
2005-04-08Make DPD vendor ID u_int8_t, not char. Gets rid of a warning inChad Loder
2005-04-08USE_DEBUG is bye byeTheo de Raadt
2005-04-04spacing; ok cloderTheo de Raadt
2005-02-24disable the SA dpd timer on sa_free(). this avoid a raceMarkus Friedl
2005-02-24dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned byMarkus Friedl
2004-12-28proper portable C; ok hshoexerTheo de Raadt
2004-12-13make sure the isakmpd_s has id_r/s set; ok hshoexer, hoMarkus Friedl
2004-12-081. allow up to DPD_RETRANS_MAX retransmitted R_U_THERE messages.Markus Friedl
2004-08-10Better implementation of the Dead Peer Detection protocol, RFC 3706.Hakan Olsson
2004-08-08spacingTheo de Raadt
2004-06-20Make the payload array in struct message dynamic, since we need to handleHakan Olsson
2004-06-20A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706Hakan Olsson