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
/
ospfd
/
control.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-01-19
Internalize a few more things into the control code. Both control_state
Claudio Jeker
2020-09-16
Stop removing the control socket on exit and tighten the unveil even
remi
2018-08-29
Prevent ospfd from starting if another ospfd is already using the same
remi
2017-01-24
sync log.c from relayd et al to ospfd.
Sebastian Benoit
2017-01-08
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2015-12-03
imsg_read will return EAGAIN in some cases so prep code for it.
Claudio Jeker
2015-02-10
Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route
Claudio Jeker
2014-07-11
Close the control fd when it has reported EOF.
Kenneth R Westerback
2013-11-13
from claudio
Sebastian Benoit
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
2011-05-09
First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
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
2010-02-19
implement ospfctl fib reload.
David Gwynne
2009-12-08
porcesses -> processes
Jonathan Gray
2009-12-02
log_warn() consistency.
Michael Knudsen
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.
Claudio Jeker
2009-06-06
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-05
make ospfd's imsg lib ready as well.
Pierre-Yves Ritschard
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
The libevent callback function may be called with EV_READ and EV_WRITE
Claudio Jeker
2009-04-07
allow to specify an alternate control socket instead of /var/run/ospfd.sock.
Reyk Floeter
2009-02-25
Fix an invalid pointer dereference in control_close(). If control_connbyfd()
Claudio Jeker
2008-11-21
imsg_* returns ssize_t
Claudio Jeker
2008-01-31
do not leak confd on malloc failure in control_accept()
Henning Brauer
2007-10-13
Funny typo, it is fib not fip so adjust function name.
Claudio Jeker
2007-03-21
Add support for RFC 3137: OSPF Stub Router Advertisement
Claudio Jeker
2007-03-19
when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not
Henning Brauer
2007-01-23
Typo in fatal() message found by dunceor @ gmail dot com
Claudio Jeker
2006-04-25
Mark event handlers with ARGSUSED to please lint.
Claudio Jeker
2006-03-21
Kill debug message that floods the log if ospfctl is killed while dumping
Claudio Jeker
2006-02-10
ospfd does not need fd passing via the imsg framework so remove that code
Claudio Jeker
2005-10-18
Simplify code a bit. OK norby@
Claudio Jeker
2005-05-12
Add "show database asbr/external/network/router/self-originate/summary"
Esben Norby
2005-03-26
Implement the IMSG_CTL_IFINFO bits correctly. This is needed for
Claudio Jeker
2005-03-22
Remove bool cruft.
Esben Norby
2005-03-15
Add control messages for the show fib commands.
Claudio Jeker
2005-03-15
First close() than unlink().
Claudio Jeker
2005-03-14
Add "show summary" to ospfctl.
Esben Norby
2005-03-14
unlink() control socket in error path. Spotted by Theo at FOSDEM.
Claudio Jeker
2005-03-12
Add "show rib" and "show rib detail" to ospfctl.
Esben Norby
2005-03-12
Small K&F.
Esben Norby
2005-03-11
move umask() song and dance closer around the bind, being more careful about ...
Theo de Raadt
2005-01-28
Welcome ospfd
Claudio Jeker