summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* On my previous commit I made the wrong assumption that the control socket wasmestre2020-06-221-3/+2
* Allow to specify an alternate control socket.renato2017-03-031-10/+10
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-081-7/+9
* Add support for manually resetting neighbors.renato2016-05-231-1/+8
* Remove superfluous includes.renato2016-05-231-4/+1
* Make functions and variables static whenever possible.renato2016-05-231-10/+12
* Assorted fixes and small cleanup.renato2016-05-231-2/+3
* Fix mess caused by my commit script.renato2016-05-231-2/+2
* Standardize some log messages and fix some inconsistencies.renato2016-05-231-4/+4
* Replace manually written function names with __func__.renato2016-05-231-12/+12
* imsg_* returns ssize_trenato2016-05-231-2/+2
* Call accept_del() on exit.renato2016-05-231-1/+3
* Call accept_unpause() when any TCP socket is closed.renato2016-05-231-2/+2
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+3
* VPLS signaling support.renato2015-07-211-1/+3
* More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeclaudio2015-02-091-23/+5
* Close the control fd when it has reported EOF.krw2014-07-111-2/+2
* deal with msgbuf_write EAGAIN, ok gilles bennohenning2013-11-261-2/+2
* Implement support for adjacencies and targeted hellosclaudio2013-06-041-1/+4
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* accept pacing ldpd way. Since this daemon has multiple listening fdsclaudio2012-04-121-11/+15
* s/lfib/fib/ for more consitency with the other routing daemons.claudio2010-09-011-5/+3
* Use calloc() instead of malloc() to allocate the connection structure. Thisclaudio2010-05-141-2/+2
* Whitespaces cleanup.michele2010-02-251-2/+2
* Kill double declaration of control_imsg_relay().michele2010-02-211-3/+1
* porcesses -> processesjsg2009-12-081-2/+2
* log_warn() consistency.mk2009-12-021-2/+2
* More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().claudio2009-11-021-1/+16
* make ldpd imsg-in-a-lib ready too.pyr2009-06-061-22/+23
* Welcome ldpd, the Label Distribution Protocol daemon.michele2009-06-011-0/+294