bird/proto
Ondrej Zajicek 024c310b53 Fixes broken cryptographic authentication in OSPF
Cryptographic authentication in OSPF is defective by
design - there might be several packets independently
sent to the network (for example HELLO, LSUPD and LSACK)
where they might be reordered and that causes crypt.
sequence number error.

That can be workarounded by not incresing sequence number
too often. Now we update it only when last packet was sent
before at least one second. This can constitute a risk of
replay attacks, but RFC supposes something similar (like time
in seconds used as CSN).
2009-04-08 20:15:01 +02:00
..
bgp Better handling of AS4 optional attribute errors 2009-03-18 20:30:21 +01:00
ospf Fixes broken cryptographic authentication in OSPF 2009-04-08 20:15:01 +02:00
pipe ... in pipe. 2004-06-05 09:27:35 +00:00
rip Proper format functions for ORIGINATOR_ID, CLUSTER_LIST 2008-11-08 23:33:22 +01:00
static Fix %<something>I format strings. 2001-08-19 11:15:24 +00:00
Doc Documented all the trivial protocols. 2000-06-04 16:15:37 +00:00