Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-24 | Style; return is not a function. hshoexer@ ok. | Hakan Olsson | |
2006-06-02 | Big spelling cleanup, no binary change. From david@ | Hans-Joerg Hoexer | |
2005-10-26 | don't send DPD messages before the exchange is finialized, otherwise | Markus Friedl | |
we have a race between DPD and exchange timeouts and both will release the SA and corrupt the SA list. ok hshoexer@, ho@ | |||
2005-05-04 | clean up KEY_API() wrapper. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-04-08 | Make DPD vendor ID u_int8_t, not char. Gets rid of a warning in | Chad Loder | |
-pedantic mode. OK hshoexer | |||
2005-04-08 | USE_DEBUG is bye bye | Theo de Raadt | |
2005-04-04 | spacing; ok cloder | Theo de Raadt | |
2005-02-24 | disable the SA dpd timer on sa_free(). this avoid a race | Markus Friedl | |
between DPD and initial contact (double free); ok hshoexer | |||
2005-02-24 | dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned by | Markus Friedl | |
an exchange; ok hshoexer | |||
2004-12-28 | proper portable C; ok hshoexer | Theo de Raadt | |
2004-12-13 | make sure the isakmpd_s has id_r/s set; ok hshoexer, ho | Markus Friedl | |
2004-12-08 | 1. allow up to DPD_RETRANS_MAX retransmitted R_U_THERE messages. | Markus Friedl | |
2. reset dpd_failcount when switching to DPD_TIMER_NORMAL. 3. ignore DPD timeouts on SAs that are marked SA_FLAG_REPLACED. ok hshoexer, ho | |||
2004-08-10 | Better implementation of the Dead Peer Detection protocol, RFC 3706. | Hakan Olsson | |
hshoexer@ ok. | |||
2004-08-08 | spacing | Theo de Raadt | |
2004-06-20 | Make the payload array in struct message dynamic, since we need to handle | Hakan Olsson | |
payloads in the private range, such as the pre-RFC NAT-D/NAT-OA. Replace TAILQ_FIRST(&msg->payload[i]) instances with function calls. | |||
2004-06-20 | A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706 | Hakan Olsson | |