Age | Commit message (Expand) | Author |
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 |
2019-03-18 | tweak previous; | Jason McIntyre |
2019-03-18 | support configuring BIOCSFILDROP with tcpdump. | David Gwynne |
2019-03-18 | explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP | David Gwynne |
2019-03-15 | Only accept one ICMPv6 and one route socket. | Florian Obser |
2019-03-15 | Correctly interlock config reloads imsgs. | Florian Obser |
2019-03-15 | Do not accept a control socket if we already have one. | Florian Obser |
2019-03-15 | Set all default values in init_config in parse.y and remove the special | Claudio Jeker |
2019-03-13 | remove unused keyword "virtual". | Sebastian Benoit |
2019-03-13 | Swap arguments of rde_dump_match_peer() to match peer_matched() in session.c | Claudio Jeker |
2019-03-12 | reference the /etc/examples files for httpd and acme-client. started from a t... | Jason McIntyre |
2019-03-12 | fix line break | pamela |
2019-03-12 | In the manner of recent changes to unwind(8) and slaacd(8), make imsg | pamela |
2019-03-12 | separate fields with commas | David Gwynne |
2019-03-11 | Do not unconditionally wait for read events on the pty associated with a | anton |
2019-03-11 | perl has a warning for statements following exec. It doesn't trigger for | Marc Espie |
2019-03-11 | Change fatal() to fatalx() where errno is not set. | pamela |
2019-03-11 | add amdgpu to the possible_drivers list | Jonathan Gray |
2019-03-11 | split the clas/subclass/interface/revision output over 2 lines | David Gwynne |
2019-03-11 | teach pcidump about pci class and subclass names | David Gwynne |
2019-03-10 | fix some cases of spaces before full stops, where none were neccessary; | Jason McIntyre |