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
/
ospf6d
/
control.c
Age
Commit message (
Expand
)
Author
8 days
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
8 days
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
8 days
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
8 days
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
8 days
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
8 days
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
2023-06-21
add "fib reload" support to ospf6d/ospf6ctl, and trigger it
Stuart Henderson
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-01-19
Do the same control cleanup as in ospfd. Move control_state and ctl_conns
Claudio Jeker
2020-09-16
Stop removing the control socket on exit and tighten the unveil even
remi
2020-01-01
Cleanup control.
denis
2018-09-01
Prevent ospf6d from starting when another process is listening on the
remi
2017-08-12
bring ospf6d's log.c in sync with ospfd and bgpd
Sebastian Benoit
2017-01-08
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-02-10
Same session_socket_blockmode() changes as done to ospfd. Also do the same
Claudio Jeker
2014-07-11
Close the control fd when it has reported EOF.
Kenneth R Westerback
2013-11-13
handle msgbuf_write() returning EAGAIN,
Sebastian Benoit
2013-03-22
Allow use of an alternative control socket, ported from ospfd. ok claudio@
Stuart Henderson
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2012-04-11
delete excessive evtimer_pending; ok claudio
Theo de Raadt
2012-04-10
Handle file descriptor exhaustion in the accept() case.
Theo de Raadt
2010-07-01
Fix all white space bugs in ospf6d at once. No binary change.
Alexander Bluhm
2010-05-14
Use calloc() instead of malloc() to allocate the connection structure. This
Claudio Jeker
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
Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.
Claudio Jeker
2009-06-06
make ospf6ctl/ospf6d imsg-in-a-lib ready too.
Eric Faurot
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
libevent handler fix to allow EV_READ and EV_WRITE to be set at the same
Claudio Jeker
2009-02-25
Fix an invalid pointer dereference in control_close(). If control_connbyfd()
Claudio Jeker
2009-01-28
Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list
Stefan Sperling
2008-12-30
First try at originating Link (type-8) LSA. Code is wrong and the initial
Claudio Jeker
2008-01-31
do not leak confd on malloc failure in control_accept()
Henning Brauer
2007-12-13
Monster commit of stuff I did mostly last month. What it does:
Claudio Jeker
2007-10-13
From ospfd: Funny typo, it is fib not fip so adjust function name.
Claudio Jeker
2007-10-08
Welcome ospf6d
Esben Norby