summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-05-26typoPedro Martelletto
2005-05-26remove reference to MNT_UNIONPedro Martelletto
2005-05-26Disable the internal expat since nothing uses it and it conflictsMarc Matteo
with ports that use other XML parsers. ok henning@ beck@
2005-05-26Don't alloc/free zero-sized SADB/SPD buffers.Hakan Olsson
2005-05-25spellingEsben Norby
2005-05-25spellingEsben Norby
2005-05-25spellingEsben Norby
2005-05-25typo in define. Found by David Krause.Claudio Jeker
2005-05-25spellingDavid Krause
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
and node listing. wicontrol is not supported by net80211 drivers anymore. further improvements will be done. ok dlg@, jsg@
2005-05-24Remove -ansi as that means expose only C89 interfaces.Todd C. Miller
2005-05-24Only redistribute networks if the interface they depend on is actuallyClaudio Jeker
up and running. This makes redistribution of carp(4)-ed networks magically work. OK norby@
2005-05-24Set ifindex for all kernel routes. This makes it very easy to track theClaudio Jeker
state of static prefixes. OK norby@
2005-05-24An lsa with age == MAX_AGE is always different and needs to be merged.Claudio Jeker
This solves a bug that made it impossible to remove a LSA by premature aging. OK norby@
2005-05-24Fix format string.Claudio Jeker
2005-05-24Be more specific on what we redistribute. OK norby@Claudio Jeker
2005-05-24ifa->ifa_addr can be NULL in some cases, pt out by Kurt RoeckxHenning Brauer
<kurt@roeckx.be> / bugs.debian.org/310586
2005-05-24cleanup parser, permit more than one listenerHakan Olsson
2005-05-24logging tweaksHakan Olsson
2005-05-24Remove unnecessary error check that is already done in parsecommunity().Claudio Jeker
2005-05-24KNFClaudio Jeker
2005-05-24In lsa_merge() check if the LSA changed. If it did not change just free theClaudio Jeker
new one and use the old one. This will reduce the amount of updates sent. OK norby@
2005-05-24Fix some obvious issues in the summary LSA origination.Claudio Jeker
Actually remove summary LSA if the LSA they refer to are no longer valid. Set correct cost on the summary LSA. Announce type 4 summary LSA. OK norby@
2005-05-24Now that all "other" SADB_DUMP fields are zero, we don't have fix it here.Hakan Olsson
2005-05-24Remove some debugging cruft.Hakan Olsson
2005-05-24more missing bounds checks. ok marius@ deraadt@Moritz Jodeit
2005-05-24When peers connect, have the master daemon look at in-kernel SAs and feedHakan Olsson
these to the new peer. Adds privsep as fetching SADB and SPD kernel data requires privileges.
2005-05-23First part of summary LSA origination. Not perfect but a start.Claudio Jeker
OK norby@
2005-05-23-endpwentHenning Brauer
2005-05-23useless use of endpwentHenning Brauer
2005-05-23useless endpwentHenning Brauer
2005-05-23useless endpwentHenning Brauer
2005-05-23one more endpwentHenning Brauer
2005-05-23no need for endpwent(0 here eitherHenning Brauer
2005-05-23no need for endpwent()Henning Brauer
(you lost, theo)
2005-05-23Kill rt_dump_debug stuff as "ospfctl show rib [detail]" provides the sameEsben Norby
information. ok claudio@
2005-05-23wee fixes;Jason McIntyre
2005-05-23Xr and whitespace fixes;Jason McIntyre
2005-05-23add some missing bounds checks. ok marius@Moritz Jodeit
2005-05-23noo need for endpwent() here at all, ok theoHenning Brauer
2005-05-23Make it possible to dynamicaly add networks with attributes like communitiesClaudio Jeker
or metrics. Requested by beck@ OK henning@
2005-05-23Make the rfc1583compat flag changable in ospfd.conf(5).Esben Norby
ok claudio@
2005-05-23Various logging fixes, handle peer disconnects better.Hakan Olsson
2005-05-23add "listen on <interface name>"Hakan Olsson
2005-05-23No more SSL. Make text somewhat clearer.Hakan Olsson
2005-05-23Call endpwent() _after_ we're done with the struct passwd fields.Otto Moerbeek
ok canacar@
2005-05-22misisng endpwent(), spotted by Daniel Cid <daniel.cid@gmail.com>Henning Brauer
2005-05-22No more SSL between peers, instead do shared key AES & SHAHakan Olsson
2005-05-22Add missing bits to ospfctl show rib detail.Esben Norby
ok claudio@
2005-05-22correct comments and function namens to reflect new parent/childMoritz Jodeit
situation. suggested by and ok otto@