summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/ripd.c
AgeCommit message (Expand)Author
2016-09-03Simplify shutdown process.Renato Westphal
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-08-02Allow specifying an alternate socket path.Jeremie Courreges-Anglas
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-02-09More session_socket_blockmode() removal. While there make the main UDPClaudio Jeker
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-12Close connections when msgbuf_write() returns 0.Kenneth R Westerback
2013-11-19handle msgbuf_write() returning EAGAINSebastian Benoit
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2010-02-08Use SIGCHLD for the sigchild handler not SIGINT twice.Philip Guenthe
2009-11-02Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling ofClaudio Jeker
2009-09-26Preliminary rdomain support.Michele Marchetto
2009-09-26Whitespace cleanup.Michele Marchetto
2009-06-06make ripctl/ripd imsg-in-a-lib ready too.Eric Faurot
2009-05-31Remove redundant imsg_event_add calls; ok claudio@Jacek Masiulaniec
2009-05-31Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostlyClaudio Jeker
2009-03-27Allow the announcement of default route also via redistribute 0.0.0.0/0Michele Marchetto
2009-03-24Change the behaviour of redistribute default.Michele Marchetto
2008-12-17Add support for demotion counter.Michele Marchetto
2008-08-05Do not advertise the default route with wrong metric of 0. Set it to 1Claudio Jeker
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2007-10-24Add the 5 needed lines to support -D makro=value option. Another surprisingClaudio Jeker
2007-10-24Sync a bit more with ospfd. Do not fatal if one of the pipes is closed,Claudio Jeker
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
2007-10-18spacingTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-01-24Ingore SIGPIPE in the parent and rde as well. This is needed to correctlyClaudio Jeker
2007-01-08New redistribute code adapted from ospfd. It is now possible to do the sameClaudio Jeker
2006-10-18Welcome ripd started by Michele Marchetto some time ago by using the imsg/thr...Esben Norby