index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpd
/
socketops.c
Age
Commit message (
Expand
)
Author
2022-06-26
ldpd(8): Fix address of misaligned packed members.
riastradh
2020-04-22
Avoid common symbol definitions
joerg
2017-04-12
Use RO_MSGFILTER.
roy
2013-10-30
ensure variables are initialised
mrg
2013-10-17
allow setting transport addresses for interfaces into config file
kefren
2013-07-27
check route messages sizes more carefully
kefren
2013-07-20
don't connect on first hello, there are chances that ours is not seen yet
kefren
2013-07-18
Make sure labels are always updated when a route is added and when a peer
kefren
2013-07-11
Constify a little bit
kefren
2013-05-08
First send initialize and keep alive after that. Fixes inter-operability
kefren
2013-02-04
move code around a little bit in order to call get_ldp_peer correctly
kefren
2013-02-04
* Don't assume INET in connection path
kefren
2013-02-03
Don't try to connect to peers before sending hellos
kefren
2013-01-28
Be a little more strict when sending notifications and checking PDU
kefren
2013-01-28
permit notifications even if session not fully established
kefren
2013-01-28
Fix the transport address TLV mess I created after INET6 convert
kefren
2013-01-26
* add a new keyword for config file - passive-if and check if it's
kefren
2013-01-26
use predefined group consts/macros instead of ptoning strings
kefren
2013-01-26
allow compile without -DINET6
kefren
2013-01-26
modify structures in order to accomodate IPv6 according to
kefren
2013-01-16
Make sure there is enough space for sockaddr subtypes
kefren
2012-11-13
Use local-link address as source for hellos
kefren
2012-11-13
Repair another %lu --> %zd - this one was caught by building for
pgoyette
2012-11-12
fix the build; ssize_t is %zd not %lu
christos
2012-11-12
* add initial IPv6 support - still incomplete at this moment, but it sends
kefren
2011-08-31
Use __dead
joerg
2011-06-16
obey RFC3036 3.5.2 regarding holdtimes
kefren
2011-06-16
clear the error condition
kefren
2011-06-15
simplify the rtsock read sequence
kefren
2011-06-14
* add no-default-route option into configuration file and check it before
kefren
2011-05-24
Packed pointers are non-sense
joerg
2011-01-22
avoid advertising 0/8 transport address (conforming RFC1122
kefren
2011-01-22
use SLIST_FOREACH_SAFE when deleting a peer in loop
kefren
2010-12-30
* add config file so one can control id, timers and label assignment and
kefren
2010-12-09
- no cast for malloc
christos
2010-12-08
Add ldpd, a RFC 3036 compatible LDP speaker.
kefren