Age | Commit message (Expand) | Author |
2024-10-31 | Use imsg_get_fd() to extract the fd from an imsg. | Claudio Jeker |
2024-10-30 | Install a copy of the UEFI bootloader in /efi/openbsd on the EFI system | Mark Kettenis |
2024-10-30 | print pppoe tags as hex dumps rather than strvis-a-like'd text, unless | Stuart Henderson |
2024-10-30 | remove unneeded conf.h include | Jonathan Gray |
2024-10-30 | directly use dev_t for swdevt[], remove struct swdevt | Jonathan Gray |
2024-10-30 | Add fw_update pattern for AMD SEV firmware used with psp(4). | Alexander Bluhm |
2024-10-29 | Fix logic to return CTL_RES_NOSUCHPEER. The RB_EMPTY check needs to be | Claudio Jeker |
2024-10-28 | relayd: add support for client certificates | Theo Buehler |
2024-10-28 | Remove two fatalx calls in pt_fill since they are wrong. | Claudio Jeker |
2024-10-25 | Add support for performing a sysupgrade from a path. This is convenient | Theo de Raadt |
2024-10-24 | Adjust ldapclient prototype to prevent an "argument of type 'int[2]' with | Claudio Jeker |
2024-10-23 | Append fd to the variable names proc, rsync, rrdp, http since these variables | Claudio Jeker |
2024-10-22 | remove duplicate RT_BUF_SIZE define | Jonathan Gray |
2024-10-22 | Use imsg_get_fd() like everywhere else. | Claudio Jeker |
2024-10-20 | VM_MAP_BUSY and VM_MAP_WANTLOCK will be removed soon, prep for that. | Claudio Jeker |
2024-10-16 | a.out is no longer the commonly encountered binary file format, the world has | Miod Vallat |
2024-10-16 | rpki-client: sprinkle some const | Theo Buehler |
2024-10-13 | Be more eager to install qcpas firmware (more pattern matches) | Theo de Raadt |
2024-10-12 | Make fw_update -a mean all | Andrew Fresh |
2024-10-11 | The fw keys have been added to the signify key bundles. sysupgrade will | Theo de Raadt |
2024-10-10 | Always print account URI on first creation of an account key. | Florian Obser |
2024-10-09 | Make it possible to configure tcp md5 and ipsec on rtr as well | Claudio Jeker |
2024-10-09 | correct indentation | Jonathan Gray |
2024-10-08 | Extend the socket handover from parent to rtr process to also include teardown | Claudio Jeker |
2024-10-08 | remove unused struct | Jonathan Gray |
2024-10-07 | When acme-client is run with -v, show the account URI from the Location | Stuart Henderson |
2024-10-07 | use the Ox macro instead of "OpenBSD"; | Jason McIntyre |
2024-10-07 | merge unbound 1.21.1 | Stuart Henderson |
2024-10-07 | Fix unbound CVE-2024-8508, put a limit on resources used for handling | Stuart Henderson |
2024-10-07 | Add comment accidentally omitted on commit | Theo Buehler |
2024-10-07 | update crl number draft link | Theo Buehler |
2024-10-07 | The two usual use cases are sysupgrade and sysupgrade -s, jumping | Theo de Raadt |
2024-10-07 | rpki-client: fix validity interval check | Theo Buehler |
2024-10-07 | rpki-client: fix seqnum upper bound | Theo Buehler |
2024-10-07 | drop redundant AF attach ioctl | Klemens Nanni |
2024-10-05 | error on long locator lines, don't overflow buffers | Jonathan Gray |
2024-10-02 | Move some PCI MMIO defines from vmm(4) kernel headers to userland. | Dave Voutila |
2024-10-02 | No need to check as->established before calling pfkey_remove(). | Claudio Jeker |
2024-10-02 | Adding pkg_add from stdin hasn't worked in ages. It was something | Theo Buehler |
2024-10-01 | Extend Log->system to support the same features as BaseState->system | Theo Buehler |
2024-10-01 | Use auth_conf.method instead of auth_state.method. The latter is always 0. | Claudio Jeker |
2024-10-01 | Explicitly set peer.auth_conf.method, the auth_state value is never | Claudio Jeker |
2024-10-01 | In merge_peers also copy over the auth_conf from the new peer to the old | Claudio Jeker |
2024-10-01 | Fix typo in comment | Claudio Jeker |
2024-10-01 | Adjust to the pfkey changes in bgpd. | Claudio Jeker |
2024-10-01 | Rework the pfkey and tcp md5 API to not depend on struct peer. | Claudio Jeker |
2024-09-30 | Improve some currently impossible error path in log_ext_subtype(). | Claudio Jeker |
2024-09-30 | In bgpd_rtr_connect() do the setsockopt dance for IP_TOS and TCP_NODELAY | Claudio Jeker |
2024-09-29 | sync synopsis and usage, sort commands, fix their spacing | Klemens Nanni |
2024-09-27 | rpki-client: free deltas in rrdp_session_parse() as in rrdp_repo_free() | Theo Buehler |