Age | Commit message (Expand) | Author |
2019-10-03 | Properly initalize the ICMP message to zero to avoid leaking 4-byte | Claudio Jeker |
2019-10-03 | Fix CVE-2019-16866 | Florian Obser |
2019-10-03 | Document /auto_upgrade.conf. | Florian Obser |
2019-10-03 | Make relayd properly return the next element, even if the requested element | Martijn van Duren |
2019-10-03 | For getnext request check if the requested oid or one of its parent | Martijn van Duren |
2019-10-03 | no need to increment argv and decrement argc, we're not using them later | Gilles Chehade |
2019-10-03 | no need to set n to 0 right before assigning it ret value from io_printf() | Gilles Chehade |
2019-10-03 | memset struct ip_addr before assigning values to it. in the IPv4 case | Claudio Jeker |
2019-10-03 | remove useless check and dead code | Gilles Chehade |
2019-10-03 | check imsg_flush() return value and fatal() if == -1 | Gilles Chehade |
2019-10-03 | make it obvious we don't care about text_to_mailaddr() return values, we've | Gilles Chehade |
2019-10-03 | free() destination server copy, not a real leak since the program is short | Gilles Chehade |
2019-10-03 | fix wrong sizeof in lka reporters init | Gilles Chehade |
2019-10-03 | we should never hit the smtp reports with an s->tx set to NULL but better | Gilles Chehade |
2019-10-03 | fix possible use-after-free in error code path | Gilles Chehade |
2019-10-03 | fatal() if imsg_flush() call fails in table proc | Gilles Chehade |
2019-10-03 | fix memory leak in error code path | Gilles Chehade |
2019-10-02 | In IMSG_PFKEY_RELOAD do not warn about unknown peers. When a peer is | Claudio Jeker |
2019-10-02 | When removing a peer do the RB_REMOVE last and log the removal just before | Claudio Jeker |
2019-10-01 | Add some TCP MD5SUM specific calls needed by protable. On Linux systems | Claudio Jeker |
2019-10-01 | Use the peer list from the right struct bgpd_config. Don't use the global | Claudio Jeker |
2019-10-01 | Remove leftover pfkey_remove() call in session.c this code was moved to | Claudio Jeker |
2019-10-01 | For portable kr_init() returns an fd of -1 which now would end up in an | Claudio Jeker |
2019-09-30 | add smtpd-version config key in filters handshake | Gilles Chehade |
2019-09-30 | Pass a struct listen_addr pointer to tcp_md5_listen and not just the fd, | Claudio Jeker |
2019-09-30 | Allow maildir and mbox MDAs to tempfail on situations that might be | Martijn van Duren |
2019-09-29 | oops .h file missing | Theo de Raadt |
2019-09-29 | - remove specific cases for +a and +mx as the + prefix is handled earlier | Gilles Chehade |
2019-09-29 | SRS uses base64 encoding for the checksum, however while this is ok when we | Gilles Chehade |
2019-09-28 | Add where missing and harmonize PATH to be _PATH_DEFPATH (without local nor | Antoine Jacoutot |
2019-09-28 | It is better style if path[] buffers are PATH_MAX, rather than | Theo de Raadt |
2019-09-27 | Move the rde_send_pftable_commit() our of the prefix_update and withdraw | Claudio Jeker |
2019-09-27 | Implement 'bgpctl show rib 8.8.8.8 or-shorter' to show all routes covering | Claudio Jeker |
2019-09-27 | Implement F_SHORTER in the prefix lookup code for bgpctl. F_SHORTER will | Claudio Jeker |
2019-09-27 | Move the code to initialize the cluster-id from merge_config() to | Claudio Jeker |
2019-09-26 | For whatever reason it is fairly common that a ROA object references a CRL | Claudio Jeker |
2019-09-25 | When battery state switches to critical, apmd(8) generates an | Alexander Bluhm |
2019-09-25 | pcap-filter now section 5: adjust Xr | Jason McIntyre |
2019-09-25 | also show peer AS and description in "bgpctl sh nei group XXX terse" output | Stuart Henderson |
2019-09-25 | Let sysupgrade(8) handle cleanup of downloaded sets by filling in | Florian Obser |
2019-09-24 | Let sysupgrade(8) create auto_upgrade.conf file in preparation of | Florian Obser |
2019-09-24 | add the neighbour's address, to disambiguate peers in the output from | Stuart Henderson |
2019-09-24 | vmd(8): fix memory leak in virtio network TX path. | Mike Larkin |
2019-09-24 | vmd(8): virtio.c whitespace removal | Mike Larkin |
2019-09-22 | few corrections on srs grammar | Sebastien Marie |
2019-09-21 | remove dead assignment. | Sebastien Marie |
2019-09-21 | remove dead assignment | Sebastien Marie |
2019-09-21 | in report_smtp_broadcast(), the direction is expected to be "smtp-in" or | Sebastien Marie |
2019-09-21 | properly initialize errstr before going to fail label. | Sebastien Marie |
2019-09-21 | there is no need to compute timestamp for SRS1: remove dead assignments. | Sebastien Marie |