summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-03-31new sentence, new line;Jason McIntyre
2019-03-31GTSM is not widely known, so be more concrete as to its effectRichard Procter
2019-03-31Don't use memcpy for struct bgpd_config, the pointers and lists in thatClaudio Jeker
2019-03-31Move the struct peer into bgpd_config and switch it to a TAILQ instead ofClaudio Jeker
2019-03-31The way we merge libunbound from unbound(8) into unwind(8) we need to makeFlorian Obser
2019-03-31Fix a memory leak.YASUOKA Masahiko
2019-03-31Fix white spaces and a typo.YASUOKA Masahiko
2019-03-31Modify radiusd_bsdauth module to do "fork + exec" main process instead ofYASUOKA Masahiko
2019-03-31Remove "proc" from pledge(2) since it is not needed even ifdefYASUOKA Masahiko
2019-03-31Save errno before doing other things. Also add __deade for fatal() andYASUOKA Masahiko
2019-03-31Avoid calling dup2(oldd, newd) when oldd == newd. In that case theYASUOKA Masahiko
2019-03-30DisableFlorian Obser
2019-03-30Update to nsd 4.1.27Florian Obser
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2019-03-29Use u_char for buffer in yylex. This happened on the other parse.yYASUOKA Masahiko
2019-03-29Add printf format attributes to yyerror() in parse.y. This happened alreadyYASUOKA Masahiko
2019-03-28zap trailing whitespace;Jason McIntyre
2019-03-27remove documentation for obsolete announce all|none|default-route, seeSebastian Benoit
2019-03-27merge unbound 1.9.1Stuart Henderson
2019-03-26The recently introduced "router-id changed" warning is a bit long.remi
2019-03-25One more TODO entry for reload support: check router-id changesJeremie Courreges-Anglas
2019-03-25Abort reload if router-id changedJeremie Courreges-Anglas
2019-03-25unveiling _PATH_MASTERPASSWD_LOCK requires an "r" permissionRobert Nagy
2019-03-24Include two new functions added by martijn@. Still a work in progress.rob
2019-03-23Unbreak route origin validationdenis
2019-03-21Fix IPv6 address parsing and skipping of comment lines followed by blankOtto Moerbeek
2019-03-20remove bogus escaping of < and >Ingo Schwarze
2019-03-19delay dropping privs a bit when root so that setrtable works.Ted Unangst
2019-03-18Consistently use imperative present tense throughout the manualkn
2019-03-18An existing VM may be started by referencing its IDkn
2019-03-18tweak previous;Jason McIntyre
2019-03-18support configuring BIOCSFILDROP with tcpdump.David Gwynne
2019-03-18explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROPDavid Gwynne
2019-03-15Only accept one ICMPv6 and one route socket.Florian Obser
2019-03-15Correctly interlock config reloads imsgs.Florian Obser
2019-03-15Do not accept a control socket if we already have one.Florian Obser
2019-03-15Set all default values in init_config in parse.y and remove the specialClaudio Jeker
2019-03-13remove unused keyword "virtual".Sebastian Benoit
2019-03-13Swap arguments of rde_dump_match_peer() to match peer_matched() in session.cClaudio Jeker
2019-03-12reference the /etc/examples files for httpd and acme-client. started from a t...Jason McIntyre
2019-03-12fix line breakpamela
2019-03-12In the manner of recent changes to unwind(8) and slaacd(8), make imsgpamela
2019-03-12separate fields with commasDavid Gwynne
2019-03-11Do not unconditionally wait for read events on the pty associated with aanton
2019-03-11perl has a warning for statements following exec. It doesn't trigger forMarc Espie
2019-03-11Change fatal() to fatalx() where errno is not set.pamela
2019-03-11add amdgpu to the possible_drivers listJonathan Gray
2019-03-11split the clas/subclass/interface/revision output over 2 linesDavid Gwynne
2019-03-11teach pcidump about pci class and subclass namesDavid Gwynne
2019-03-10fix some cases of spaces before full stops, where none were neccessary;Jason McIntyre