summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2019-09-25When battery state switches to critical, apmd(8) generates anAlexander Bluhm
2019-09-25pcap-filter now section 5: adjust XrJason McIntyre
2019-09-25also show peer AS and description in "bgpctl sh nei group XXX terse" outputStuart Henderson
2019-09-25 Let sysupgrade(8) handle cleanup of downloaded sets by filling inFlorian Obser
2019-09-24Let sysupgrade(8) create auto_upgrade.conf file in preparation ofFlorian Obser
2019-09-24add the neighbour's address, to disambiguate peers in the output fromStuart Henderson
2019-09-24vmd(8): fix memory leak in virtio network TX path.Mike Larkin
2019-09-24vmd(8): virtio.c whitespace removalMike Larkin
2019-09-22few corrections on srs grammarSebastien Marie
2019-09-21remove dead assignment.Sebastien Marie
2019-09-21remove dead assignmentSebastien Marie
2019-09-21in report_smtp_broadcast(), the direction is expected to be "smtp-in" orSebastien Marie
2019-09-21properly initialize errstr before going to fail label.Sebastien Marie
2019-09-21there is no need to compute timestamp for SRS1: remove dead assignments.Sebastien Marie