summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd
AgeCommit message (Expand)Author
2008-10-21Code cleanup. No functional change.Michele Marchetto
2008-10-17bring in findeol() fix from pfctlHenning Brauer
2008-10-03Unify code between the various flavors of imsg buffer.c.Eric Faurot
2008-07-02Prevent dvmrpd from using illegal ifindex's.Esben Norby
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-04-28tweak previous;Jason McIntyre
2008-04-28Improve the dvmrpd(8) manpage.Esben Norby
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2008-01-31use a hyphen for "interface-specific" as a compound term. this isJason McIntyre
2008-01-31do not leak confd on malloc failure in control_accept()Henning Brauer
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-09-12spacingTheo de Raadt
2007-09-11macro argument unused, using local instead; spotted by mpfTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-11The same dance as in all other routing daemons. baudrate is 64bit plusClaudio Jeker
2007-09-11baudrate 64bit, two more questionable marked for norbyHenning Brauer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-10spacingMichele Marchetto
2007-03-27Correctly handle connected routes in srt_check_route()Michele Marchetto
2007-03-26Route report packets with metric greater than infinity are legal, so don'tMichele Marchetto
2007-03-21Added code to parse unicast routes learned from route report packets.Michele Marchetto
2007-03-19do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alHenning Brauer
2007-03-13er,, no, we don't compile everything with -gHenning Brauer
2007-02-28double word: a aDavid Krause
2007-01-29Introduce new checks against the received metric to update or delete the route.Michele Marchetto
2007-01-24Ignore SIGPIPE in the parent and RDE as well.Esben Norby
2007-01-23Typo in fatal() message found by dunceor @ gmail dot comClaudio Jeker
2007-01-08how did you use one with an old license??Theo de Raadt
2006-12-03introduce rde_check_route that selects which routes must be accepted and whic...Michele Marchetto
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-10In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0.Michele Marchetto
2006-11-10introduce reference count for struct route_report so it can be shared andMichele Marchetto
2006-10-25strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>Henning Brauer
2006-10-25remove unused debug crap, that years ago accidently hit the tree withHenning Brauer
2006-09-26Simplify and make ISO chksum work on big endian machines.Esben Norby
2006-08-31knock out the cpp/,4 stuff here too; from henning (thanks)Jason McIntyre
2006-06-17make dvmrpd(8) behave correctly on sparc64 when generating and parsingEsben Norby
2006-06-17make dvmrpd(8) capable of fetching interfaces correctly on sparc64.Esben Norby
2006-06-02allow igmp to work properly on p2p interfaces.Esben Norby
2006-06-02simplify netid_len calculation, inspired by stuff from bgpd.Esben Norby
2006-06-01More kroute.c cleanup and start using the routing socket to track interfaceClaudio Jeker
2006-06-01small tweaks;Jason McIntyre
2006-06-01Remove some unneeded lint goo and use setres[ug]id() instead of the setuidClaudio Jeker