Age | Commit message (Expand) | Author |
2018-10-26 | I broke base images with my previous commit by missing a line. | Reyk Floeter |
2018-10-26 | Use proper type in sizeof() | Claudio Jeker |
2018-10-26 | When walking the list of ribs use continue instead of break after the | Claudio Jeker |
2018-10-26 | Unveil should work because this only opens the configuration file, | Theo de Raadt |
2018-10-25 | Calculate ASPATH_HEADER_SIZE correctly by using offsetof() instead of the | Claudio Jeker |
2018-10-24 | missing header | Gilles Chehade |
2018-10-24 | replace EFTYPE with EINVAL which is a both a better errno AND more portable | Gilles Chehade |
2018-10-24 | As per advice from claudio@, further restrict the pledge in switchctl(8). | akoshibe |
2018-10-24 | Major refactoring of the RIB handling code. Mainly change how the RIB is | Claudio Jeker |
2018-10-24 | Pass down the right nexthop to rde_dump_rib_as() so that dumping the | Claudio Jeker |
2018-10-24 | Fix qcow2 disk images for data sizes greater than 4 gigs. | ori |
2018-10-22 | The recent switch to realpath(3) for the boot string in vmd(8) broke | Alexander Bluhm |
2018-10-22 | unveil support is a bit amusing. /etc/sensorsd.conf with "r", and | Theo de Raadt |
2018-10-22 | Remove #ifdef INET6 | kn |
2018-10-22 | document that some error should happen | Marc Espie |
2018-10-22 | start erroring out based on unfilled tracker entries | Marc Espie |
2018-10-22 | Properly throttle dumping of prefixes to peers. Eventhough we got the XON/XOFF | Claudio Jeker |
2018-10-22 | Make host_*() AF-agnostic | denis |
2018-10-21 | explicitely -> explicitly | Antoine Jacoutot |
2018-10-21 | Add the ability to query a switch(4) instance via its control device. Also | akoshibe |
2018-10-21 | do not consider connect() errors as permfail in the lmtp mda | Gilles Chehade |
2018-10-20 | Sync root check from ping | kn |
2018-10-20 | remove unneccessary macros; | Jason McIntyre |
2018-10-19 | Add support to create and convert disk images from existing images | Reyk Floeter |
2018-10-19 | When calculating the fd limit before accepting a new connection also | Claudio Jeker |
2018-10-18 | unveil the required paths. "r" to inspect /dev, and "rwc" for | Theo de Raadt |
2018-10-18 | Ensure that the install media are built with a consistent set of | Christian Weisgerber |
2018-10-18 | In rde_update_queue_runner() reset eor on every loop else a spurious and | Claudio Jeker |
2018-10-18 | Remove unneeded break, there is one just after and makes the XON and XOFF | Claudio Jeker |
2018-10-18 | Use realpath(3) on the "boot" config option as well. | Reyk Floeter |
2018-10-16 | Stop trying to remove /bsd.syspatch. That's ancient stuff that we don't | Antoine Jacoutot |
2018-10-15 | in spfwalk, search both A and AAAA records when "a" is used in an spf txt | Gilles Chehade |
2018-10-15 | Use user_from_uid(), uid_from_user(), group_from_gid() and | Todd C. Miller |
2018-10-15 | No need to check ai_addrlen when we already checked ai_family, we | Florian Obser |
2018-10-15 | struct sockaddr_storage is guaranteed to be large enough, no need to check | Florian Obser |
2018-10-15 | Use the up_rib tree to withdraw all prefixes of a peer which is used to | Claudio Jeker |
2018-10-15 | Prevent VM reboot loops by rate-limiting the interval a VM can reboot. | Reyk Floeter |
2018-10-15 | Omit HSTS headers over unencrypted connections, per RFC 6797. | Anthony J. Bentley |
2018-10-14 | Unbreak mrt table dumps. Make sure to call rib_dump_r for the mrt dump | Claudio Jeker |
2018-10-11 | Backout my previous commit: | Sebastian Benoit |
2018-10-10 | RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255. | Reyk Floeter |
2018-10-10 | Large community setting, when checking for pre-existing community, was | Theo de Raadt |
2018-10-09 | Go back to hard-coding 4096 for the bucket size for now. | Todd C. Miller |
2018-10-09 | Fix a spelling in log messages. | YASUOKA Masahiko |
2018-10-08 | Add support for qcow2 base images (external snapshots). | Reyk Floeter |
2018-10-08 | merge 1.8.1 | Stuart Henderson |
2018-10-08 | import unbound 1.8.1 | Stuart Henderson |
2018-10-08 | typo; ok jmc@ deraadt@ | miko |
2018-10-06 | some minor fixes; | Jason McIntyre |
2018-10-05 | Setting getopt optreset to 1 needs an additional reset of optind to 1. | Reyk Floeter |