summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/ripd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* added /* no filesystem visibility */ above unveil("/", "") since "" is too easymestre2019-08-081-1/+2
* Add config option fib-priority to set a custom prio for routes ripdremi2018-12-311-2/+2
* Pledge ripe and rde.remi2018-11-041-2/+6
* Simplify shutdown process.renato2016-09-031-57/+22
* work on making log.c similar in all daemons:benno2016-09-021-1/+2
* Allow specifying an alternate socket path.jca2016-08-021-4/+11
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-4/+1
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-3/+3
* More session_socket_blockmode() removal. While there make the main UDPclaudio2015-02-091-11/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Close connections when msgbuf_write() returns 0.krw2014-07-121-3/+7
* handle msgbuf_write() returning EAGAINbenno2013-11-191-3/+3
* Decouple log_verbose() from log_init() so the verbose flag stays set withsthen2011-08-201-1/+3
* Use SIGCHLD for the sigchild handler not SIGINT twice.guenther2010-02-081-2/+2
* Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling ofclaudio2009-11-021-2/+7
* Preliminary rdomain support.michele2009-09-261-2/+3
* Whitespace cleanup.michele2009-09-261-24/+24
* make ripctl/ripd imsg-in-a-lib ready too.eric2009-06-061-36/+56
* Remove redundant imsg_event_add calls; ok claudio@jacekm2009-05-311-3/+1
* Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostlyclaudio2009-05-311-15/+7
* Allow the announcement of default route also via redistribute 0.0.0.0/0michele2009-03-271-6/+11
* Change the behaviour of redistribute default.michele2009-03-241-20/+16
* Add support for demotion counter.michele2008-12-171-6/+16
* Do not advertise the default route with wrong metric of 0. Set it to 1claudio2008-08-051-1/+2
* Error out with usage line if additional arguments are given after thepyr2008-05-121-1/+6
* Add the 5 needed lines to support -D makro=value option. Another surprisingclaudio2007-10-241-3/+9
* Sync a bit more with ospfd. Do not fatal if one of the pipes is closed,claudio2007-10-241-5/+19
* Sync parse.y with recent enhancements in hoststated.pyr2007-10-201-4/+5
* spacingderaadt2007-10-181-20/+20
* in all these programs using the same pfctl-derived parse.y, re-unify thederaadt2007-10-131-25/+1
* Ingore SIGPIPE in the parent and rde as well. This is needed to correctlyclaudio2007-01-241-1/+2
* New redistribute code adapted from ospfd. It is now possible to do the sameclaudio2007-01-081-19/+57
* Welcome ripd started by Michele Marchetto some time ago by using the imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet...norby2006-10-181-0/+507