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