summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* On my previous commit I made the wrong assumption that the control socket wasmestre2020-06-223-7/+6
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* Make ldpd lookup the adjacency not only by source IP address but alsoyasuoka2019-12-123-3/+8
* Like we did on other daemons that cannot be pledged due to forbidden ioctls themestre2019-08-102-3/+8
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-284-27/+27
* new sentence, new line;jmc2019-03-311-4/+5
* GTSM is not widely known, so be more concrete as to its effectprocter2019-03-311-5/+5
* Avoid calling dup2(oldd, newd) when oldd == newd. In that case theyasuoka2019-03-311-2/+6
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* teach ldpd to ask if a potential pseudowire interface can do pwe3dlg2019-01-233-10/+35
* factor out parsing of ldp router ids by making it part of the grammardlg2019-01-231-42/+26
* rework how tcp md5 signatures are configured.dlg2019-01-2311-126/+399
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-2/+2
* Be more strict in converting a netmask into a prefixlen. Make sureclaudio2018-12-071-10/+14
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Change manpage example for reserved words since the macro used is to replacemestre2018-08-061-6/+6
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Fix an off-by-one line count when using include statements.denis2018-06-111-51/+83
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofclaudio2018-02-081-2/+2
* Add support for IPv6 over MPLS pseudowire aka mpw(4)denis2018-01-031-7/+146
* Unify ROUNDUP macros for parsing route messages.friehm2017-07-241-3/+3
* use freezero()deraadt2017-04-181-7/+4
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Send VPLS MAC withdrawals.renato2017-03-048-23/+135
* Fix parsing of optional tlvs in address messages.renato2017-03-041-15/+60
* Implement RFC 5919 (LDP End-of-LIB).renato2017-03-0411-54/+256
* Implement RFC 6667 (Typed Wildcard FEC for PWid).renato2017-03-049-14/+93
* Implement RFC 5918 (Typed Wildcard FEC).renato2017-03-0410-13/+309
* Implement RFC 5561 (LDP Capabilities).renato2017-03-049-30/+262
* Implement support for PWid group wildcards.renato2017-03-045-59/+172
* Fix processing of Label Withdraw messages.renato2017-03-031-5/+10
* The PW Status is an unknown TLV.renato2017-03-031-2/+2
* Send correct status code on error condition.renato2017-03-031-3/+3
* Create helper functions to log sent/received messages.renato2017-03-033-32/+52
* Provide more detailed output when logging notification messages.renato2017-03-031-1/+12
* Kill send_notification_nbr().renato2017-03-036-33/+25
* Minor tweaks.renato2017-03-039-41/+42
* Allow to run on a non-default rdomain.renato2017-03-037-16/+67
* Allow to specify an alternate control socket.renato2017-03-037-31/+49
* work on making log.c similar in all daemons:benno2017-01-209-498/+495
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-081-7/+9
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* 'unneded stuff' -> 'unneeded stuff' in comments.krw2016-09-281-2/+2
* Rework the sending of address messages.renato2016-09-035-50/+138