summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd
AgeCommit message (Expand)Author
2017-04-18use freezero()Theo de Raadt
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-03-04Send VPLS MAC withdrawals.Renato Westphal
2017-03-04Fix parsing of optional tlvs in address messages.Renato Westphal
2017-03-04Implement RFC 5919 (LDP End-of-LIB).Renato Westphal
2017-03-04Implement RFC 6667 (Typed Wildcard FEC for PWid).Renato Westphal
2017-03-04Implement RFC 5918 (Typed Wildcard FEC).Renato Westphal
2017-03-04Implement RFC 5561 (LDP Capabilities).Renato Westphal
2017-03-04Implement support for PWid group wildcards.Renato Westphal
2017-03-03Fix processing of Label Withdraw messages.Renato Westphal
2017-03-03The PW Status is an unknown TLV.Renato Westphal
2017-03-03Send correct status code on error condition.Renato Westphal
2017-03-03Create helper functions to log sent/received messages.Renato Westphal
2017-03-03Provide more detailed output when logging notification messages.Renato Westphal
2017-03-03Kill send_notification_nbr().Renato Westphal
2017-03-03Minor tweaks.Renato Westphal
2017-03-03Allow to run on a non-default rdomain.Renato Westphal
2017-03-03Allow to specify an alternate control socket.Renato Westphal
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-08Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-09-28'unneded stuff' -> 'unneeded stuff' in comments.Kenneth R Westerback
2016-09-03Rework the sending of address messages.Renato Westphal
2016-09-02Fix small memleak on error path.Renato Westphal
2016-09-02lde() and ldpe() should return void.Renato Westphal
2016-09-02Improve logging of sent and received messages.Renato Westphal
2016-09-02Reevaluate received mappings upon receipt of address message.Renato Westphal
2016-09-02Simplify shutdown process.Renato Westphal
2016-08-08Use exit(3) instead of _exit(2) in the child processes.Renato Westphal
2016-08-08Normalize the received prefixes.Renato Westphal
2016-07-18add format attributes to log functions and fix am error when usingSebastian Benoit
2016-07-16Remove potential overflow when validating message's length.Renato Westphal
2016-07-16Fix parsing of mal-formed optional TLVs/Sub-TLVs.Renato Westphal
2016-07-15Improve logging of reserved labels.Renato Westphal
2016-07-15Explicitly ignore the Hop Count and Path Vector TLVs.Renato Westphal
2016-07-15Update per-neighbor GTSM options on config reload.Renato Westphal
2016-07-07Updated the ldpd.conf man page examplesRafael Zalamena
2016-07-02do not uppercase "hop limit";Jason McIntyre
2016-07-01More renaming and whitespace cleanup.Renato Westphal
2016-07-01Be more compliant with RFC 4447.Renato Westphal
2016-07-01Several minor tweaks.Renato Westphal
2016-07-01Decrease the initialization FSM timeout.Renato Westphal
2016-07-01Rename hello flags to keep consistent with the rest of the code.Renato Westphal
2016-07-01Add GTSM support (RFC 6720).Renato Westphal
2016-06-27Fix inverted logic in recv_hello().Renato Westphal
2016-06-27Remove superfluous call to l2vpn_pw_exit().Renato Westphal
2016-06-27Handle ibuf_add() errors.Renato Westphal
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-06-18Fix removal of dual-stack neighbors.Renato Westphal