summaryrefslogtreecommitdiff
path: root/usr.sbin/rad/parse.y
AgeCommit message (Expand)Author
2020-03-30Use defines instead of raw numbers for intervals specified by RFCFlorian Obser
2019-10-18Plug mem leak in error path; ok florian@ who also spotted the rad caseOtto Moerbeek
2019-05-10Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>Philip Guenther
2019-03-01trailing whitespaceFlorian Obser
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-09-16If a prefix without length was specifed in the config file, thenAlexander Bluhm
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-08-03Move dns settings to global options so that they don't need to beFlorian Obser
2018-07-20Fix mem leaks on config reload:Florian Obser
2018-07-20Introduce MTU option.bket
2018-07-20We need to track the auto prefix in ra_prefix_conf otherwise we can'tFlorian Obser
2018-07-20Rename "resolver" to "nameserver" in the configuration file.Florian Obser
2018-07-15Implement RFC 8106: IPv6 Router Advertisement Options for DNSFlorian Obser
2018-07-11there is nothing secret about rad.confFlorian Obser
2018-07-10Import rad(8).Florian Obser