summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/control.c
AgeCommit message (Expand)Author
2008-01-31do not leak confd on malloc failure in control_accept()Henning Brauer
2007-10-13Funny typo, it is fib not fip so adjust function name.Claudio Jeker
2007-03-21Add support for RFC 3137: OSPF Stub Router AdvertisementClaudio Jeker
2007-03-19when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do notHenning Brauer
2007-01-23Typo in fatal() message found by dunceor @ gmail dot comClaudio Jeker
2006-04-25Mark event handlers with ARGSUSED to please lint.Claudio Jeker
2006-03-21Kill debug message that floods the log if ospfctl is killed while dumpingClaudio Jeker
2006-02-10ospfd does not need fd passing via the imsg framework so remove that codeClaudio Jeker
2005-10-18Simplify code a bit. OK norby@Claudio Jeker
2005-05-12Add "show database asbr/external/network/router/self-originate/summary"Esben Norby
2005-03-26Implement the IMSG_CTL_IFINFO bits correctly. This is needed forClaudio Jeker
2005-03-22Remove bool cruft.Esben Norby
2005-03-15Add control messages for the show fib commands.Claudio Jeker
2005-03-15First close() than unlink().Claudio Jeker
2005-03-14Add "show summary" to ospfctl.Esben Norby
2005-03-14unlink() control socket in error path. Spotted by Theo at FOSDEM.Claudio Jeker
2005-03-12Add "show rib" and "show rib detail" to ospfctl.Esben Norby
2005-03-12Small K&F.Esben Norby
2005-03-11move umask() song and dance closer around the bind, being more careful about ...Theo de Raadt
2005-01-28Welcome ospfdClaudio Jeker