summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-10-14unpriv(): propagate error code to the caller instead of failing hard.Antoine Jacoutot
2019-10-14Better error message when we fail to fetch SHA256.sig.Antoine Jacoutot
2019-10-13name value to shorten codeMarc Espie
2019-10-13even in the empty case, use wantarray to properly return 0/an empty array.Marc Espie
2019-10-13- have a method explicitly return undef instead of falling off the endMarc Espie
2019-10-11use sizeof(struct) not sizeof(pointer) in calloc callJonathan Gray
2019-10-09Revert previous. This introduces problems when requesting the base oid of aMartijn van Duren
2019-10-08Rewrite the output handling of rpki-client and add an option to dump theClaudio Jeker
2019-10-07worker should always get a conffd, and if we don't, it's an error.Ted Unangst
2019-10-07As found by tb@, the name of the temporary file used when updating theStuart Henderson
2019-10-04merge in the rest of unbound-1.9.4 (we already had the only code change)Stuart Henderson
2019-10-04Buff; also, specify router-id per rfc6286.Richard Procter
2019-10-04Instead of calling fatal() when pftable additions and deletions mixClaudio Jeker
2019-10-04remove strict \r check, the downside overweights the advantages, we'llGilles Chehade
2019-10-03Properly initalize the ICMP message to zero to avoid leaking 4-byteClaudio Jeker
2019-10-03Fix CVE-2019-16866Florian Obser
2019-10-03 Document /auto_upgrade.conf.Florian Obser
2019-10-03Make relayd properly return the next element, even if the requested elementMartijn van Duren
2019-10-03For getnext request check if the requested oid or one of its parentMartijn van Duren
2019-10-03no need to increment argv and decrement argc, we're not using them laterGilles Chehade
2019-10-03no need to set n to 0 right before assigning it ret value from io_printf()Gilles Chehade
2019-10-03memset struct ip_addr before assigning values to it. in the IPv4 caseClaudio Jeker
2019-10-03remove useless check and dead codeGilles Chehade
2019-10-03check imsg_flush() return value and fatal() if == -1Gilles Chehade
2019-10-03make it obvious we don't care about text_to_mailaddr() return values, we'veGilles Chehade
2019-10-03free() destination server copy, not a real leak since the program is shortGilles Chehade
2019-10-03fix wrong sizeof in lka reporters initGilles Chehade
2019-10-03we should never hit the smtp reports with an s->tx set to NULL but betterGilles Chehade
2019-10-03fix possible use-after-free in error code pathGilles Chehade
2019-10-03fatal() if imsg_flush() call fails in table procGilles Chehade
2019-10-03fix memory leak in error code pathGilles Chehade
2019-10-02In IMSG_PFKEY_RELOAD do not warn about unknown peers. When a peer isClaudio Jeker
2019-10-02When removing a peer do the RB_REMOVE last and log the removal just beforeClaudio Jeker
2019-10-01Add some TCP MD5SUM specific calls needed by protable. On Linux systemsClaudio Jeker
2019-10-01Use the peer list from the right struct bgpd_config. Don't use the globalClaudio Jeker
2019-10-01Remove leftover pfkey_remove() call in session.c this code was moved toClaudio Jeker
2019-10-01For portable kr_init() returns an fd of -1 which now would end up in anClaudio Jeker
2019-09-30add smtpd-version config key in filters handshakeGilles Chehade
2019-09-30Pass a struct listen_addr pointer to tcp_md5_listen and not just the fd,Claudio Jeker
2019-09-30Allow maildir and mbox MDAs to tempfail on situations that might beMartijn van Duren
2019-09-29oops .h file missingTheo de Raadt
2019-09-29- remove specific cases for +a and +mx as the + prefix is handled earlierGilles Chehade
2019-09-29SRS uses base64 encoding for the checksum, however while this is ok when weGilles Chehade
2019-09-28Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norAntoine Jacoutot
2019-09-28It is better style if path[] buffers are PATH_MAX, rather thanTheo de Raadt
2019-09-27Move the rde_send_pftable_commit() our of the prefix_update and withdrawClaudio Jeker
2019-09-27Implement 'bgpctl show rib 8.8.8.8 or-shorter' to show all routes coveringClaudio Jeker
2019-09-27Implement F_SHORTER in the prefix lookup code for bgpctl. F_SHORTER willClaudio Jeker
2019-09-27Move the code to initialize the cluster-id from merge_config() toClaudio Jeker
2019-09-26For whatever reason it is fairly common that a ROA object references a CRLClaudio Jeker