summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/socketops.c
AgeCommit message (Expand)Author
2022-06-26ldpd(8): Fix address of misaligned packed members.riastradh
2020-04-22Avoid common symbol definitionsjoerg
2017-04-12Use RO_MSGFILTER.roy
2013-10-30ensure variables are initialisedmrg
2013-10-17allow setting transport addresses for interfaces into config filekefren
2013-07-27check route messages sizes more carefullykefren
2013-07-20don't connect on first hello, there are chances that ours is not seen yetkefren
2013-07-18Make sure labels are always updated when a route is added and when a peerkefren
2013-07-11Constify a little bitkefren
2013-05-08First send initialize and keep alive after that. Fixes inter-operabilitykefren
2013-02-04move code around a little bit in order to call get_ldp_peer correctlykefren
2013-02-04* Don't assume INET in connection pathkefren
2013-02-03Don't try to connect to peers before sending helloskefren
2013-01-28Be a little more strict when sending notifications and checking PDUkefren
2013-01-28permit notifications even if session not fully establishedkefren
2013-01-28Fix the transport address TLV mess I created after INET6 convertkefren
2013-01-26 * add a new keyword for config file - passive-if and check if it'skefren
2013-01-26use predefined group consts/macros instead of ptoning stringskefren
2013-01-26allow compile without -DINET6kefren
2013-01-26modify structures in order to accomodate IPv6 according tokefren
2013-01-16Make sure there is enough space for sockaddr subtypeskefren
2012-11-13Use local-link address as source for helloskefren
2012-11-13Repair another %lu --> %zd - this one was caught by building forpgoyette
2012-11-12fix the build; ssize_t is %zd not %luchristos
2012-11-12* add initial IPv6 support - still incomplete at this moment, but it sendskefren
2011-08-31Use __deadjoerg
2011-06-16obey RFC3036 3.5.2 regarding holdtimeskefren
2011-06-16clear the error conditionkefren
2011-06-15simplify the rtsock read sequencekefren
2011-06-14* add no-default-route option into configuration file and check it beforekefren
2011-05-24Packed pointers are non-sensejoerg
2011-01-22avoid advertising 0/8 transport address (conforming RFC1122kefren
2011-01-22use SLIST_FOREACH_SAFE when deleting a peer in loopkefren
2010-12-30* add config file so one can control id, timers and label assignment andkefren
2010-12-09- no cast for mallocchristos
2010-12-08Add ldpd, a RFC 3036 compatible LDP speaker.kefren