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
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-07
Fix theoretical access to garbage stack memory in pfkey_reply for
Moritz Buhl
2022-05-06
Relax the limitation of what is an acceptable unicast IP.
Claudio Jeker
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-09-06
repair missing paths on unveil failure
Theo de Raadt
2021-03-01
allocate enough space in start_child() argv for all possible flags
Jonathan Gray
2021-01-19
Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to
Claudio Jeker
2021-01-19
Kill log_procnames and properly define ldpd_process.
Claudio Jeker
2021-01-19
Do the same control cleanup as in other daemons. Move ctl_conns exclusivly
Claudio Jeker
2020-06-22
On my previous commit I made the wrong assumption that the control socket was
Ricardo Mestre
2020-05-16
list example files in FILES with a short description: generally, "Example
Jason McIntyre
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
2019-12-12
Make ldpd lookup the adjacency not only by source IP address but also
YASUOKA Masahiko
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
[next]