summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16Make ospf6d(8) not throw up on Router LSAs.Esben Norby
2007-10-16Change LSA type to 16 bit and use the new defines recently comitted toEsben Norby
2007-10-16In OSPFv3 the LSA type is a 16 bit value, furthermore it uses differentEsben Norby
2007-10-16Fix the neighbor election process.Esben Norby
2007-10-16Adapt to the changes in ospf6d. Fix more IPv6 addressing and probably breakClaudio Jeker
2007-10-16First step at making kroute IPv6 aware. This resulted in many additionalClaudio Jeker
2007-10-16Fix the output from "show neighbor".Esben Norby
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-15Allow ntpd to report the status of peers and sensors to syslog. ThisOtto Moerbeek
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt
2007-10-14do not fallthroughTheo de Raadt
2007-10-14Switch log_sockaddr() to take a void * so it is not necessary to cast theClaudio Jeker
2007-10-14Missing spaceClaudio Jeker
2007-10-14'expresion' -> 'expression'. Reported by Jung on tech@.Kenneth R Westerback
2007-10-14'syncronize' -> 'synchronize'. From Diego Casati.Kenneth R Westerback
2007-10-14please lintTheo de Raadt
2007-10-13should not be in the treeTheo de Raadt
2007-10-13avoid errno trashing in signal handlerTheo de Raadt
2007-10-13superceed -> supersede; from Tamas TEVESZJason McIntyre
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-13From ospfd: Funny typo, it is fib not fip so adjust function name.Claudio Jeker
2007-10-13Funny typo, it is fib not fip so adjust function name.Claudio Jeker
2007-10-12Silence some lint(1) warningsBret Lambert
2007-10-12Sanitize the output of "show interface detail".Esben Norby
2007-10-12Properly format the output of "show interface".Esben Norby
2007-10-12Controller for the recently imported ospf6d(8) daemon.Esben Norby
2007-10-11There is no need to support interface em0:<IP> anymore. Remove most of theClaudio Jeker
2007-10-11No need to store the interface mask. An interface represents a link and isClaudio Jeker
2007-10-11OSPFv3 runs on links not on networks so there is no need for a mask in theClaudio Jeker
2007-10-11In OSPFv3 auth crypt is no longer (actually all the auth code is gone) soClaudio Jeker
2007-10-11Disable some code that is currently far from working and results in frequentClaudio Jeker
2007-10-11The person that came up with the glorious idea to define a 24bit field shouldClaudio Jeker
2007-10-11Last commit added way to much stuff. Revert the readd of global options.Claudio Jeker
2007-10-11area_ospf_options() should return the options in network byte order.Claudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-10-11Bye bye global ospf options. OSPF options are per area (at least the oneClaudio Jeker
2007-10-11Don't check for OSPF_OPTION_E in the parent. OSPF_OPTION_E is per area andClaudio Jeker
2007-10-11Cleanup the way we display timers.Esben Norby
2007-10-11Do not overload nbr->options with the dd exchange bits. nbr->options is usedClaudio Jeker
2007-10-10send_packet() now takes a struct in6_addr as destination instead of aClaudio Jeker
2007-10-10Address scope was probably the most stupid idea comming out of IPv6.Claudio Jeker
2007-10-10Turn on the V6 and E bits in hello messages. This makes other OSPFv3 routersClaudio Jeker
2007-10-09use macro argumentTheo de Raadt
2007-10-09missing newlines in printfsTheo de Raadt
2007-10-09Unneeded and to noisy debug outputClaudio Jeker
2007-10-09Bye bye in_cksum.c, you're not needed here anymore.Claudio Jeker
2007-10-09Remaining bit of last night work. Make packet reception use all the goodiesClaudio Jeker