Age | Commit message (Expand) | Author |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2019-07-02 | React properly to the very unlikely cases where snprintf(3) may | Alexander Bluhm |
2019-07-02 | up_generate_default() needs to fake a prefix entry so that the outbound | Claudio Jeker |
2019-07-02 | Replace mkstemp/fdopen/unlink dances with tmpfile. | Martijn van Duren |
2019-07-01 | Must update the nexthop state before dropping the nexthop reference | Claudio Jeker |
2019-07-01 | The proceed reply doesn't have a parameter, resulting in subsequent filters | Martijn van Duren |
2019-07-01 | Remove no longer needed local variable oasp. | Claudio Jeker |
2019-07-01 | Unify the way object in the RDE are reference counted. The affected | Claudio Jeker |
2019-06-30 | refactor a bit of code: retrieve_fullname/retrieve_size, so that | Marc Espie |
2019-06-30 | tweak short_print to commonalize stems if they all have the same version | Marc Espie |
2019-06-28 | merge unbound 1.9.2 | Stuart Henderson |
2019-06-28 | update to unbound-1.9.2, florian@ agrees | Stuart Henderson |
2019-06-28 | Actually, the C standard only guarantees that atexit(3) returns non-zero | Ingo Schwarze |
2019-06-28 | fputc/fputs return EOF on error | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | The bgpctl parser can not handle neighbor and neighbors at the same time. | Claudio Jeker |
2019-06-28 | Reset rpending (read pending) indicator for a peer when the peer goes down | Claudio Jeker |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2019-06-28 | switch timestamps to use timevals in filters like we do in reporting | Gilles Chehade |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-28 | atexit() returns -1 on failure | Theo de Raadt |
2019-06-28 | Implement the bits and pieces that are needed to dump MRT_DUMP_V2_RIB_GENERIC | Claudio Jeker |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2019-06-27 | Allow logging to both stderr and syslog; don't reset the log level if | Otto Moerbeek |
2019-06-27 | Move the check wether line is NULL above further accesses of it. | Matthias Kilian |
2019-06-27 | Allow filters to log information through stderr. This simplifies and | Martijn van Duren |
2019-06-26 | Add support for OCSP stapling | Reyk Floeter |
2019-06-26 | reject DATA containing <CR> that's not part of <CRLF> line terminators | Gilles Chehade |
2019-06-25 | ibuf_write() returns -1 on error. | Sebastian Benoit |
2019-06-25 | cleanup return code checks for the pfkey_*() functions. | Sebastian Benoit |
2019-06-25 | Initialize the peer id of peerself to PEER_ID_SELF before adding it to | Claudio Jeker |
2019-06-25 | Remove irrfilter from bgpctl. The current code is not very useful. | Claudio Jeker |
2019-06-24 | rename wait queues | Gilles Chehade |
2019-06-24 | mrt dumps lost communities after the community rewrite. | Claudio Jeker |
2019-06-22 | Add a direct pointer from struct prefix to struct pt_entry. | Claudio Jeker |
2019-06-22 | Adjust peer id allocation a bit. Use defines for the various special | Claudio Jeker |
2019-06-21 | Try harder to have a complete /bsd.upgrade on disk. | Florian Obser |
2019-06-20 | prefix_add() is only called by path_update() and path_update already | Claudio Jeker |
2019-06-20 | If x509_get_ski_aki() fails because one of the ski or aki objects are | Claudio Jeker |
2019-06-20 | Those changes should not have been in last commit. Revert them for now. | Claudio Jeker |
2019-06-20 | Don't use assert to validate user input. assert() is not for that, instead | Claudio Jeker |
2019-06-20 | Rewrite some if () { } else if () {} chains into multiple independent | Claudio Jeker |
2019-06-20 | If the ASN1_BIT_STRING has a length of 0 the unused bit count must be 0. | Claudio Jeker |
2019-06-20 | prefix_updateall() is only used internally, make it a static function. | Claudio Jeker |
2019-06-20 | Change nexthop_update to run the list walk over all prefixes to run | Claudio Jeker |
2019-06-20 | tweaks with help from jmc@ | Otto Moerbeek |
2019-06-20 | Tell a bit about automatic mode; ok jmc@ | Otto Moerbeek |
2019-06-20 | Do a quick DNS probe to decide to stay in the forground and attempt | Otto Moerbeek |
2019-06-19 | The main process does not need to toggle the sockets from blocking to | Claudio Jeker |
2019-06-19 | Close proc fd used to talk to proc_parser when spaning the rsync process | Claudio Jeker |