Age | Commit message (Expand) | Author |
2020-08-24 | update to unbound 1.11.0, tests tb@ dtucker@, ok tb@ | Stuart Henderson |
2020-08-23 | Merge listen_sock into address, since there's a 1:1 correlation. Save some | Martijn van Duren |
2020-08-21 | Fix wrong fall through. The IMSG_CTL_SHOW_DB_INTRA case should only | jan |
2020-08-21 | Remove redundent code. | jan |
2020-08-21 | Fix column spacing for disk transfer speeds | kn |
2020-08-20 | Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messages | Jonathan Matthew |
2020-08-19 | add unveil(2) again | Ricardo Mestre |
2020-08-17 | Previous commit broke two things: | Martijn van Duren |
2020-08-17 | add geneve option printing. | David Gwynne |
2020-08-17 | don't need to shift the vxlan vni twice. | David Gwynne |
2020-08-17 | add initial support for handling geneve packets. | David Gwynne |
2020-08-16 | Reflect recent wsfontload(8) changes in the man page. | Frederic Cambus |
2020-08-13 | Be compatible with bpftrace(8)'s output when printing stack traces in maps. | Martin Pieuchot |
2020-08-13 | When dealing with integers, it seems that [1] and [1, 2) are the same. | Martin Pieuchot |
2020-08-13 | Improve documentation. | Martin Pieuchot |
2020-08-09 | Some times ago we disabled in-kernel timeout for pppx(4) related | mvs |
2020-08-08 | Greatly simplify snmpe_parsevarbinds. | Martijn van Duren |
2020-08-07 | Do not hardcode the key length. | Martin Pieuchot |
2020-08-05 | Get the default values for font height and width in wsfontload(8) using | Frederic Cambus |
2020-08-03 | remove unused functions | Sebastian Benoit |
2020-08-03 | remove another tautology | Sebastian Benoit |
2020-08-03 | remove unused assignment | Sebastian Benoit |
2020-08-03 | remove tautological condition | Sebastian Benoit |
2020-08-03 | remove dead assignments | Sebastian Benoit |
2020-07-31 | Replace warnc() with warnx() + strerror() since the first is less portable. | Claudio Jeker |
2020-07-30 | Remove the unused function canonicalize_host(), it was copied from relayd. | Sebastian Benoit |
2020-07-28 | -Separate out the adding of trust anchors into a separate function than | Bob Beck |
2020-07-28 | One tiny step towards adding RRDP support in rpki-client. | Claudio Jeker |
2020-07-27 | Fix return value check for openssl API. Do not return success if pkey is NULL. | tobhe |
2020-07-25 | remove unsused enum key_type, copied initialy from relays. | Sebastian Benoit |
2020-07-25 | Add a EXIT STATUS section | solene |
2020-07-25 | More DESC -> DESCR; spotted by espie@ | Antoine Jacoutot |
2020-07-25 | tyop: DESC -> DESCR | Antoine Jacoutot |
2020-07-24 | fix sentence grammar in AUTHORS; | Jason McIntyre |
2020-07-24 | make it a bit clearer that -p is a path to a package repository, | Jason McIntyre |
2020-07-23 | Fix strlcpy() usage. The size argument should be the full size of | Todd C. Miller |
2020-07-23 | Update to 4.3.2. | Florian Obser |
2020-07-22 | sensorsd(8) reported an unveil failure due to chdir / . Call | Alexander Bluhm |
2020-07-22 | force long-names on msdos filenames, so that folk can see pretty names | Theo de Raadt |
2020-07-21 | Avoid integer underflow due to tiny snaplen | kn |
2020-07-20 | Add a new column to wsfontload -l output, to report the number of | Frederic Cambus |
2020-07-20 | Remove unused variable "caplen" | kn |
2020-07-19 | Should use ufs_args here after all. | Visa Hankala |
2020-07-18 | use correct structure for mounting, duh | Theo de Raadt |
2020-07-18 | Create grub.cfg file as required | Theo de Raadt |
2020-07-18 | set -/+o pipefail around the magic loop in ls_missing() so that we can properly | Antoine Jacoutot |
2020-07-17 | Add powerpc64 support; straight copy from octeon. | Mark Kettenis |
2020-07-15 | powerpc64 has the sysctl's for power control, so it can use the | Theo de Raadt |
2020-07-15 | Remove unused variables | denis |
2020-07-11 | Implement linear and power-of-two histograms: hist() and lhist() keywords. | Martin Pieuchot |