Age | Commit message (Expand) | Author |
2019-07-05 | Fix manual openssl(1) dgst | Kinichiro Inoguchi |
2019-07-05 | Do not use uninitialized buffer name. | Nicholas Marriott |
2019-07-05 | Fix spacing and comments, no code change. | Alexandre Ratchov |
2019-07-05 | revert header removal that snuck into previous | Damien Miller |
2019-07-05 | pretend to handle setting trunkproto, but only support setting it to lacp | David Gwynne |
2019-07-05 | Fix integer sizes in format strings and enable formatting warnings | Patrick Wildt |
2019-07-05 | Fix integer sizes in format strings and enable formatting warnings | Patrick Wildt |
2019-07-05 | revisit die messages: remove extra "\n", add $! if needed, don't use | Marc Espie |
2019-07-05 | add the strerror to the error message | Marc Espie |
2019-07-05 | sync | Theo de Raadt |
2019-07-05 | tweak previous; ok dlg | Jason McIntyre |
2019-07-05 | The last consumer of pre-posix realpath behaviour has stopped | Theo de Raadt |
2019-07-05 | fix the $OpenBSD$ tag | David Gwynne |
2019-07-05 | initialise sc_lacp_timeout to AGGR_LACP_TIMEOUT_SLOW, not 0; | David Gwynne |
2019-07-05 | iterate over distributing ports when populating the tx map, not all ports | David Gwynne |
2019-07-05 | init the log of tx times to somewhere in the past when adding a port. | David Gwynne |
2019-07-05 | add a local implementation of BSD realpath() for sftp-server use | Damien Miller |
2019-07-05 | make the pointer value argument name "v" instead of "value" | David Gwynne |
2019-07-05 | Xr between all the different smr pages. | David Gwynne |
2019-07-05 | Add (recently added) rsa_oldfmt to CLEANFILES. | Darren Tucker |
2019-07-05 | Adapt the PuTTY/Conch tests to new key names. | Darren Tucker |
2019-07-05 | Add a sleep to allow forwards to come up. | Darren Tucker |
2019-07-05 | move a declaration before a statement. | David Gwynne |
2019-07-05 | report a port as active to userland if it is muxed | David Gwynne |
2019-07-05 | tweak mtu handling and propagate mtu setting to trunkports | David Gwynne |
2019-07-05 | +aggr.4 | David Gwynne |
2019-07-05 | make a start at a manpage for aggr(4) | David Gwynne |
2019-07-05 | add aggr, but leave it commented out for now. | David Gwynne |
2019-07-05 | wire up aggr | David Gwynne |
2019-07-05 | add aggr(4), a dedicated driver that implements 802.1AX link aggregation | David Gwynne |
2019-07-05 | record when trunk takes over an interface by setting ac_trunkport | David Gwynne |
2019-07-05 | add ac_trunkport to arpcom so trunks can coordinate owning an interface | David Gwynne |
2019-07-04 | note that authentication is required, unless otherwise configured. | Ted Unangst |
2019-07-04 | Fix a free size panic when detaching a crypto softraid on i386. | Alexander Bluhm |
2019-07-04 | Remove a useless kernel lock from the TCP socket splicing path. | Alexander Bluhm |
2019-07-04 | fatal() if getgrnam() cannot find "tty" | Theo de Raadt |
2019-07-04 | stat() returns precisely -1 to indicate error | Theo de Raadt |
2019-07-04 | PKG_TMPDIR now defaults to /tmp instead of /var/tmp | Theo Buehler |
2019-07-04 | get vartmp to point to /tmp | Marc Espie |
2019-07-04 | unhardcode error message, suggested by otto@ | Marc Espie |
2019-07-04 | unbreak, mkdtemp returns a scalar | Marc Espie |
2019-07-04 | Fix manual openssl(1) crl | Kinichiro Inoguchi |
2019-07-04 | Fix manual openssl(1) ca | Kinichiro Inoguchi |
2019-07-04 | Add a dummy attr_writebuf() so that this code links again. | Claudio Jeker |
2019-07-04 | add a beautify test... which obviously found bugs, ahah | Marc Espie |
2019-07-04 | gc old code (unused since it couldn't work without a state) | Marc Espie |
2019-07-04 | when the mac address changes, update the mac/vlan filters accordingly. | Jonathan Matthew |
2019-07-04 | add server time.cloudflare.com. | Theo de Raadt |
2019-07-04 | Use v02 let's encrypt API key as in the example file | solene |
2019-07-04 | drm/amdgpu: simplify Raven, Raven2, and Picasso handling | Jonathan Gray |