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
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