Age | Commit message (Expand) | Author |
2019-04-02 | print MPLS_MCAST as mpls, rather than unknown | David Gwynne |
2019-04-02 | Add a config option to specify the preference of name servers. | Florian Obser |
2019-04-02 | add some msi and msi-x details | Jonathan Matthew |
2019-04-02 | Report reliable VM state on status command | kn |
2019-04-02 | Document new domain-search syntax available to | Kenneth R Westerback |
2019-04-01 | tweak previous; | Jason McIntyre |
2019-04-01 | missing full stop; | Jason McIntyre |
2019-04-01 | Add a rfc1035 data type and use it to describe | Kenneth R Westerback |
2019-04-01 | Pass the debug status to modules. Also some non functional changes | YASUOKA Masahiko |
2019-04-01 | Update authenticator and message authenticator always. Previous was | YASUOKA Masahiko |
2019-04-01 | Describe the cidr data type and rework the | Kenneth R Westerback |
2019-04-01 | Show message-authenticator correctly. It had shown the result of | YASUOKA Masahiko |
2019-04-01 | Update radiusd.conf(5) man page and its example to recommend to | YASUOKA Masahiko |
2019-04-01 | int16 and int8 are not used for any option. So don't | Kenneth R Westerback |
2019-04-01 | Make "secret" become a required configuration for both client and | YASUOKA Masahiko |
2019-04-01 | Document dhcp-message (a.k.a. option 56) and tweak verbiage for | Kenneth R Westerback |
2019-04-01 | Correct the documentation of relay-agent-information, | Kenneth R Westerback |
2019-04-01 | In the KARL relink case, the bsd.gdb built on the way (so that we get | Theo de Raadt |
2019-04-01 | if inet6 is not available, warn, but carry on | Ted Unangst |
2019-04-01 | repair confusing "} if"; from florian@ | Christian Weisgerber |
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 | Don't use memcpy for struct bgpd_config, the pointers and lists in that | Claudio Jeker |
2019-03-31 | Move the struct peer into bgpd_config and switch it to a TAILQ instead of | Claudio Jeker |
2019-03-31 | The way we merge libunbound from unbound(8) into unwind(8) we need to make | Florian Obser |
2019-03-31 | Fix a memory leak. | YASUOKA Masahiko |
2019-03-31 | Fix white spaces and a typo. | YASUOKA Masahiko |
2019-03-31 | Modify radiusd_bsdauth module to do "fork + exec" main process instead of | YASUOKA Masahiko |
2019-03-31 | Remove "proc" from pledge(2) since it is not needed even ifdef | YASUOKA Masahiko |
2019-03-31 | Save errno before doing other things. Also add __deade for fatal() and | YASUOKA Masahiko |
2019-03-31 | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the | YASUOKA Masahiko |
2019-03-30 | Disable | Florian Obser |
2019-03-30 | Update to nsd 4.1.27 | Florian Obser |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b... | Stuart Henderson |
2019-03-29 | Use u_char for buffer in yylex. This happened on the other parse.y | YASUOKA Masahiko |
2019-03-29 | Add printf format attributes to yyerror() in parse.y. This happened already | YASUOKA Masahiko |
2019-03-28 | zap trailing whitespace; | Jason McIntyre |
2019-03-27 | remove documentation for obsolete announce all|none|default-route, see | Sebastian Benoit |
2019-03-27 | merge unbound 1.9.1 | Stuart Henderson |
2019-03-26 | The recently introduced "router-id changed" warning is a bit long. | remi |
2019-03-25 | One more TODO entry for reload support: check router-id changes | Jeremie Courreges-Anglas |
2019-03-25 | Abort reload if router-id changed | Jeremie Courreges-Anglas |
2019-03-25 | unveiling _PATH_MASTERPASSWD_LOCK requires an "r" permission | Robert Nagy |
2019-03-24 | Include two new functions added by martijn@. Still a work in progress. | rob |
2019-03-23 | Unbreak route origin validation | denis |
2019-03-21 | Fix IPv6 address parsing and skipping of comment lines followed by blank | Otto Moerbeek |
2019-03-20 | remove bogus escaping of < and > | Ingo Schwarze |
2019-03-19 | delay dropping privs a bit when root so that setrtable works. | Ted Unangst |
2019-03-18 | Consistently use imperative present tense throughout the manual | kn |
2019-03-18 | An existing VM may be started by referencing its ID | kn |