index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpd
/
control.c
Age
Commit message (
Expand
)
Author
2017-03-03
Allow to specify an alternate control socket.
Renato Westphal
2017-01-08
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2016-05-23
Add support for manually resetting neighbors.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Assorted fixes and small cleanup.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2016-05-23
imsg_* returns ssize_t
Renato Westphal
2016-05-23
Call accept_del() on exit.
Renato Westphal
2016-05-23
Call accept_unpause() when any TCP socket is closed.
Renato Westphal
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-07-21
VPLS signaling support.
Renato Westphal
2015-02-09
More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmode
Claudio Jeker
2014-07-11
Close the control fd when it has reported EOF.
Kenneth R Westerback
2013-11-26
deal with msgbuf_write EAGAIN, ok gilles benno
Henning Brauer
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2012-04-12
accept pacing ldpd way. Since this daemon has multiple listening fds
Claudio Jeker
2010-09-01
s/lfib/fib/ for more consitency with the other routing daemons.
Claudio Jeker
2010-05-14
Use calloc() instead of malloc() to allocate the connection structure. This
Claudio Jeker
2010-02-25
Whitespaces cleanup.
Michele Marchetto
2010-02-21
Kill double declaration of control_imsg_relay().
Michele Marchetto
2009-12-08
porcesses -> processes
Jonathan Gray
2009-12-02
log_warn() consistency.
Michael Knudsen
2009-11-02
More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().
Claudio Jeker
2009-06-06
make ldpd imsg-in-a-lib ready too.
Pierre-Yves Ritschard
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto