summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/control.c
AgeCommit message (Expand)Author
2014-07-11Close the control fd when it has reported EOF.Kenneth R Westerback
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2012-04-12accept pacing ldpd way. Since this daemon has multiple listening fdsClaudio Jeker
2010-09-01s/lfib/fib/ for more consitency with the other routing daemons.Claudio Jeker
2010-05-14Use calloc() instead of malloc() to allocate the connection structure. ThisClaudio Jeker
2010-02-25Whitespaces cleanup.Michele Marchetto
2010-02-21Kill double declaration of control_imsg_relay().Michele Marchetto
2009-12-08porcesses -> processesJonathan Gray
2009-12-02log_warn() consistency.Michael Knudsen
2009-11-02More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().Claudio Jeker
2009-06-06make ldpd imsg-in-a-lib ready too.Pierre-Yves Ritschard
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto