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
/
ldpd
/
packet.c
Age
Commit message (
Expand
)
Author
2011-03-12
Log the fact that a session was not accepted because of missing HELLOs.
Claudio Jeker
2011-01-10
Fix a bad heritage from ospfd. Make neighbors independent of interfaces.
Claudio Jeker
2010-11-04
Rewrite all packet parsers to be more careful about alignment. Until
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-14
Do not send notifications directly onto the wire. Decide in the caller how
Claudio Jeker
2010-05-01
split up a multiple assignment so we aren't casting an lvalue.
Jonathan Gray
2010-04-29
Remove some more ospfd-ism from the interface code. This time remove
Claudio Jeker
2010-04-15
session_shutdown() issues a NBR_EVT_CLOSE_SESSION and therefore a
Claudio Jeker
2010-04-15
Fix fd leak in error case.
Claudio Jeker
2010-04-15
Instead of having three ways of setting fds non-blocking use
Claudio Jeker
2010-03-26
event_del() the read event when hitting a read error or when closing the
Claudio Jeker
2010-02-25
Do not use bufferevent for something that's already covered in the imsg
Claudio Jeker
2009-11-01
Initialize "len" before using it in accept(2).
Michele Marchetto
2009-06-05
Correctly send notification messages when errors occur.
Michele Marchetto
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto