summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/control.c
AgeCommit message (Expand)Author
2017-03-03Allow to specify an alternate control socket.Renato Westphal
2017-01-08Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2016-05-23Add support for manually resetting neighbors.Renato Westphal
2016-05-23Remove superfluous includes.Renato Westphal
2016-05-23Make functions and variables static whenever possible.Renato Westphal
2016-05-23Assorted fixes and small cleanup.Renato Westphal
2016-05-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Standardize some log messages and fix some inconsistencies.Renato Westphal
2016-05-23Replace manually written function names with __func__.Renato Westphal
2016-05-23imsg_* returns ssize_tRenato Westphal
2016-05-23Call accept_del() on exit.Renato Westphal
2016-05-23Call accept_unpause() when any TCP socket is closed.Renato Westphal
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-07-21VPLS signaling support.Renato Westphal
2015-02-09More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeClaudio Jeker
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