Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-24 | Remove some debugging cruft. | Hakan Olsson | |
2005-05-24 | more missing bounds checks. ok marius@ deraadt@ | Moritz Jodeit | |
2005-05-24 | When peers connect, have the master daemon look at in-kernel SAs and feed | Hakan Olsson | |
these to the new peer. Adds privsep as fetching SADB and SPD kernel data requires privileges. | |||
2005-05-23 | First part of summary LSA origination. Not perfect but a start. | Claudio Jeker | |
OK norby@ | |||
2005-05-23 | -endpwent | Henning Brauer | |
2005-05-23 | useless use of endpwent | Henning Brauer | |
2005-05-23 | useless endpwent | Henning Brauer | |
2005-05-23 | useless endpwent | Henning Brauer | |
2005-05-23 | one more endpwent | Henning Brauer | |
2005-05-23 | no need for endpwent(0 here either | Henning Brauer | |
2005-05-23 | no need for endpwent() | Henning Brauer | |
(you lost, theo) | |||
2005-05-23 | Kill rt_dump_debug stuff as "ospfctl show rib [detail]" provides the same | Esben Norby | |
information. ok claudio@ | |||
2005-05-23 | wee fixes; | Jason McIntyre | |
2005-05-23 | Xr and whitespace fixes; | Jason McIntyre | |
2005-05-23 | add some missing bounds checks. ok marius@ | Moritz Jodeit | |
2005-05-23 | noo need for endpwent() here at all, ok theo | Henning Brauer | |
2005-05-23 | Make it possible to dynamicaly add networks with attributes like communities | Claudio Jeker | |
or metrics. Requested by beck@ OK henning@ | |||
2005-05-23 | Make the rfc1583compat flag changable in ospfd.conf(5). | Esben Norby | |
ok claudio@ | |||
2005-05-23 | Various logging fixes, handle peer disconnects better. | Hakan Olsson | |
2005-05-23 | add "listen on <interface name>" | Hakan Olsson | |
2005-05-23 | No more SSL. Make text somewhat clearer. | Hakan Olsson | |
2005-05-23 | Call endpwent() _after_ we're done with the struct passwd fields. | Otto Moerbeek | |
ok canacar@ | |||
2005-05-22 | misisng endpwent(), spotted by Daniel Cid <daniel.cid@gmail.com> | Henning Brauer | |
2005-05-22 | No more SSL between peers, instead do shared key AES & SHA | Hakan Olsson | |
2005-05-22 | Add missing bits to ospfctl show rib detail. | Esben Norby | |
ok claudio@ | |||
2005-05-22 | correct comments and function namens to reflect new parent/child | Moritz Jodeit | |
situation. suggested by and ok otto@ | |||
2005-05-22 | fix signal race in statistics output. ok cloder@ henning@ | Moritz Jodeit | |
2005-05-22 | Handle cost2 for AS-external, and prepare for handling flags in | Esben Norby | |
ospfctl show rib detail. ok claudio@ | |||
2005-05-22 | The Route Information Base for AS-External should only be dumped once. | Esben Norby | |
ok claudio@ | |||
2005-05-22 | style nits | Hakan Olsson | |
2005-05-21 | hostapd doesn't really do much without root privileges, so check for that early | Mathieu Sauve-Frankel | |
ok reyk@ | |||
2005-05-18 | recognize more ike payload types | Hans-Joerg Hoexer | |
ok cloder ho | |||
2005-05-16 | - improve option descriptions | Jason McIntyre | |
- note expected format of "key" - note that date -r may help understand spamdb output - spacing ok beck@ | |||
2005-05-16 | remove tests | Jakob Schlyter | |
2005-05-16 | remove tests | Jakob Schlyter | |
2005-05-16 | knf | Theo de Raadt | |
2005-05-14 | knf | Theo de Raadt | |
2005-05-14 | bug introduced by me in 1.4 | Theo de Raadt | |
2005-05-13 | Cost type 2 will be needed soon. | Esben Norby | |
ok claudio@ | |||
2005-05-13 | some Xr's from jason ackley; | Jason McIntyre | |
2005-05-13 | The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages in | Claudio Jeker | |
the buffer. While RTM_IFINFO starts with a struct if_msghdr RTM_NEWADDR does not. In other words (struct sockaddr *)(next + sizeof(ifm)) is only correct for RTM_IFINFO and not for RTM_NEWADDR. So move the ifm_type check up else get_rtaddrs() would access memory outside of buf. OK henning@ | |||
2005-05-13 | The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages in | Claudio Jeker | |
the buffer. While RTM_IFINFO starts with a struct if_msghdr RTM_NEWADDR does not. In other words (struct sockaddr *)(next + sizeof(ifm)) is only correct for RTM_IFINFO and not for RTM_NEWADDR. So move the ifm_type check up else get_rtaddrs() would access memory outside of buf. OK henning@ | |||
2005-05-12 | tweaks; | Jason McIntyre | |
2005-05-12 | Calculate routes for summary and as-external LSA. Still some minor parts | Claudio Jeker | |
missing but good enough to be used. Tested and some input by Stephen Marley. OK norby@ | |||
2005-05-12 | lsa_age() the vertex befor comparing the age with MAX_AGE. | Claudio Jeker | |
Move a common check (cost == LS_INFINITY) out of the switch cases. OK norby@ | |||
2005-05-12 | Every time a LSA is returned from a lookup lsa_age() it. | Claudio Jeker | |
Also move the lsa_age() prototype to rde.h so that we can access it from the SPF code. OK norby@ | |||
2005-05-12 | Don't fatal in case no root node was found for spf calculation. | Claudio Jeker | |
The area may be empty because there is no active interface. OK norby@ | |||
2005-05-12 | Reflect reality. | Esben Norby | |
2005-05-12 | Add "show database asbr/external/network/router/self-originate/summary" | Esben Norby | |
to ospfctl. Show detailed information about the LSAs in the Link State Database. ok claudio@ | |||
2005-05-12 | Fix multiple bugs in if_act_elect(). In some cases DR were set wrongly | Claudio Jeker | |
because of a stupid typo that I fixed in rev. 1.6 but forgot to fix the bug I introduced before because of that typo. Also reset the DR/BDR fields of iface->self when going to round two. Without the reset it is e.g. not possible to drop from DR to BDR. Issue found and patch tested by Stephen Marley OK norby@ |