summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd
AgeCommit message (Expand)Author
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2013-11-26msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-19handle msgbuf_write() returning EAGAINSebastian Benoit
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2012-04-11delete excessive evtimer_pending; ok claudioTheo de Raadt
2012-04-10Handle file descriptor exhaustion in the accept() case.Theo de Raadt
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-06-26Remove obsolete mcast routes in ldpd and ripd.Claudio Jeker
2011-06-21Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudioMike Belopuhov
2011-04-30no need to escape |, pointed out by jmc@Stuart Henderson
2010-12-31Change <sys/types.h> to <sys/param.h> instead of assuming that somePhilip Guenthe
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-07-12Merge duplicate log messages into one log_warn().Alexander Bluhm
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-24now that we can handle >9 args, put "-D name=value" on one line: it's a bitJason McIntyre
2010-05-14Use calloc() instead of malloc() to allocate the connection structure. ThisClaudio Jeker
2010-04-27imsg.h does not need sys/tree.h.Nicholas Marriott
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2010-02-23Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,Ingo Schwarze
2010-02-21Kill double declaration of control_imsg_relay().Michele Marchetto
2010-02-08Use SIGCHLD for the sigchild handler not SIGINT twice.Philip Guenthe
2010-01-02The .Rs macro must be followed by .Re, and empty .Rs is useless anyway.Ingo Schwarze
2010-01-02Fix comparison between the routing message's priority and RTP_RIP.Michele Marchetto
2009-12-08porcesses -> processesJonathan Gray
2009-12-02log_warn() consistency.Michael Knudsen
2009-11-02Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling ofClaudio Jeker
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-09-30Bring in sync with the bgpd version of carp.c. This fixes a memory leakClaudio Jeker
2009-09-30carp_demote_ioctl() can handle more then +/-1 steps so there is no need toClaudio Jeker
2009-09-26Added manpage bits about rdomain support.Michele Marchetto
2009-09-26Preliminary rdomain support.Michele Marchetto
2009-09-26Whitespace cleanup.Michele Marchetto
2009-09-24Priorities are now handled in the kernel so:Michele Marchetto
2009-09-18Make kroute code routing priority aware.Michele Marchetto
2009-09-15Enclose repeated buffer draining code in a new msgbuf_drain()Jacek Masiulaniec
2009-08-08Make imsg_clear close and free any fds in the received fd queue as well asNicholas Marriott
2009-07-31Reword the split horizon parameters in the configuration file.Michele Marchetto
2009-07-23make buf_write() behave like msgbuf_write(): send out only theEric Faurot
2009-07-07Make ripd(8) aware of MPLS routes.Michele Marchetto
2009-06-08revert this change by eric@:David Gwynne
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot