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
Age
Commit message (
Expand
)
Author
2019-08-10
Like we did on other daemons that cannot be pledged due to forbidden ioctls the
Ricardo Mestre
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-03-31
new sentence, new line;
Jason McIntyre
2019-03-31
GTSM is not widely known, so be more concrete as to its effect
Richard Procter
2019-03-31
Avoid calling dup2(oldd, newd) when oldd == newd. In that case the
YASUOKA Masahiko
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2019-01-23
teach ldpd to ask if a potential pseudowire interface can do pwe3
David Gwynne
2019-01-23
factor out parsing of ldp router ids by making it part of the grammar
David Gwynne
2019-01-23
rework how tcp md5 signatures are configured.
David Gwynne
2019-01-22
PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls
Kenneth R Westerback
2018-12-07
Be more strict in converting a netmask into a prefixlen. Make sure
Claudio Jeker
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-08-06
Change manpage example for reserved words since the macro used is to replace
Ricardo Mestre
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-06-18
remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
Jason McIntyre
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-02-08
Bump the read sockbuf of the routing socket to 2MB, may help reduce some of
Claudio Jeker
2018-01-03
Add support for IPv6 over MPLS pseudowire aka mpw(4)
denis
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2017-04-18
use freezero()
Theo de Raadt
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-03-04
Send VPLS MAC withdrawals.
Renato Westphal
2017-03-04
Fix parsing of optional tlvs in address messages.
Renato Westphal
2017-03-04
Implement RFC 5919 (LDP End-of-LIB).
Renato Westphal
2017-03-04
Implement RFC 6667 (Typed Wildcard FEC for PWid).
Renato Westphal
2017-03-04
Implement RFC 5918 (Typed Wildcard FEC).
Renato Westphal
2017-03-04
Implement RFC 5561 (LDP Capabilities).
Renato Westphal
2017-03-04
Implement support for PWid group wildcards.
Renato Westphal
2017-03-03
Fix processing of Label Withdraw messages.
Renato Westphal
2017-03-03
The PW Status is an unknown TLV.
Renato Westphal
2017-03-03
Send correct status code on error condition.
Renato Westphal
2017-03-03
Create helper functions to log sent/received messages.
Renato Westphal
2017-03-03
Provide more detailed output when logging notification messages.
Renato Westphal
2017-03-03
Kill send_notification_nbr().
Renato Westphal
2017-03-03
Minor tweaks.
Renato Westphal
2017-03-03
Allow to run on a non-default rdomain.
Renato Westphal
2017-03-03
Allow to specify an alternate control socket.
Renato Westphal
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2017-01-08
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-09-28
'unneded stuff' -> 'unneeded stuff' in comments.
Kenneth R Westerback
2016-09-03
Rework the sending of address messages.
Renato Westphal
2016-09-02
Fix small memleak on error path.
Renato Westphal
2016-09-02
lde() and ldpe() should return void.
Renato Westphal
2016-09-02
Improve logging of sent and received messages.
Renato Westphal
2016-09-02
Reevaluate received mappings upon receipt of address message.
Renato Westphal
[next]