Age | Commit message (Expand) | Author |
2020-01-16 | when parsing ASN, don't \0-split the original string, as it may be needed | Theo de Raadt |
2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | Ingo Schwarze |
2020-01-16 | Implement "start -c" to automatically connect to the console | kn |
2020-01-15 | Guest VMs require some resources that are managed outside of vmm(4), so | Peter Hessler |
2020-01-14 | Pick the value for "max requests number" from the correct server {} | Sebastian Benoit |
2020-01-13 | nit, use "fatal" with parameters as intended | Marc Espie |
2020-01-13 | Add BUGS section for hypervisor memory requirement | kn |
2020-01-11 | Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs, | Stuart Henderson |
2020-01-11 | debug-> pkg-debug defines | Marc Espie |
2020-01-10 | Handle documentation of the remaining, more complicated defaults | Ingo Schwarze |
2020-01-10 | Reorder assignements a bit so that all hashed values are together | Claudio Jeker |
2020-01-10 | 'export default-route' still requires an output filter rule to announce | Claudio Jeker |
2020-01-10 | Convert the vnode list at the mount point into a tailq. During | Alexander Bluhm |
2020-01-09 | resend the current block if the other end acks the previous block again. | David Gwynne |
2020-01-09 | Fail on incomplete guest parameters | kn |
2020-01-09 | Mention that automatic selection upon "download" is firmware dependent | kn |
2020-01-09 | does not need a chroot wrapper; ok florian | Theo de Raadt |
2020-01-09 | Remove various unused bits and pieces from lib/isc. | Florian Obser |
2020-01-09 | Remove unused attempts variable whose probable intended use would have | Theo Buehler |
2020-01-09 | Zap unused ktent variable in functions | kn |
2020-01-09 | Forgot to remove the file with the weird int type definitions in the | Florian Obser |
2020-01-09 | Remove readline support from nslookup. | Florian Obser |
2020-01-09 | Use normal int types like int32_t instead of isc_int32_t. | Florian Obser |
2020-01-09 | We use __dead for functions that do not return. | Florian Obser |
2020-01-09 | Nuke atomics support. This gets rid of 4k lines of code including a bunch | Florian Obser |
2020-01-09 | Instead of calling SipHash24_Update() in path_hash for each element of | Claudio Jeker |
2020-01-09 | Clean up header a bit, remove peer_recv_eor and peer_send_eor prototypes | Claudio Jeker |
2020-01-09 | avoid use of sprintf, this is 2020 | Theo de Raadt |
2020-01-09 | Replace entropy.c, random.c and an outdated arc4random copy with | Florian Obser |
2020-01-09 | First round of OPENSSL unifdef: | Florian Obser |
2020-01-09 | unifdef WITH_IDN; prodding deraadt@ | Florian Obser |
2020-01-09 | Assorted unifdefs: | Florian Obser |
2020-01-09 | unifdef gss-api: | Florian Obser |
2020-01-09 | unifdef pkcs11: | Florian Obser |
2020-01-09 | unifdef printf and string functions: | Florian Obser |
2020-01-09 | unifdef network defines: | Florian Obser |
2020-01-09 | Move peer related code from rde.c to rde_peer.c. | Claudio Jeker |
2020-01-09 | Adjust time printing to the changes done in bgpd. Most timestamps are | Claudio Jeker |
2020-01-09 | Convert the lastchange of a prefix from time(NULL) to getmonotime() which | Claudio Jeker |
2020-01-09 | Convert last_updown and last_read from time(3) to use getmonotime() | Claudio Jeker |
2020-01-09 | have ask_tree be more specific in its error reporting. | Marc Espie |
2020-01-09 | Bail earlier on duplicate domains | kn |
2020-01-08 | eye burning whitespace | Theo de Raadt |
2020-01-08 | Document OBP boot-device and boot-file variables | kn |
2020-01-08 | remove literal tab from a column list; | Jason McIntyre |
2020-01-08 | Area-wide interface parameters need to be defined before the interfaces | remi |
2020-01-08 | allow using the session username in builtin filters when available | Gilles Chehade |
2020-01-08 | enable builtin filtering for commit phase | Gilles Chehade |
2020-01-08 | emable builtin filtering for phase DATA, no idea why we didn't earlier as | Gilles Chehade |
2020-01-08 | reorder reporting events so they are triggered _after_ protocol-server | Gilles Chehade |