summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2024-11-05mark up fix; from jesper wallinJason McIntyre
2024-11-05Check for pfxsz, not the pointerlucas
2024-11-05Avoid zero-sized allocationsTheo Buehler
2024-11-05ncomplete is set but never used. Noticed by ccClaudio Jeker
2024-11-05rpki-client: check validity time in filemodeTheo Buehler
2024-11-04Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)Jeremie Courreges-Anglas
2024-11-04Update referenceJob Snijders
2024-11-04Some atoi -> strtonum conversions; ok denisTheo de Raadt
2024-11-04Allow downloading firmware without rootAndrew Fresh
2024-11-04Make fw_update -p consistentAndrew Fresh
2024-11-02Improve detection of gaps in ManifestissuanceJob Snijders
2024-10-31Use imsg_get_fd() to extract the fd from an imsg.Claudio Jeker
2024-10-30Install a copy of the UEFI bootloader in /efi/openbsd on the EFI systemMark Kettenis
2024-10-30print pppoe tags as hex dumps rather than strvis-a-like'd text, unlessStuart Henderson
2024-10-30remove unneeded conf.h includeJonathan Gray
2024-10-30directly use dev_t for swdevt[], remove struct swdevtJonathan Gray
2024-10-30Add fw_update pattern for AMD SEV firmware used with psp(4).Alexander Bluhm
2024-10-29Fix logic to return CTL_RES_NOSUCHPEER. The RB_EMPTY check needs to beClaudio Jeker
2024-10-28relayd: add support for client certificatesTheo Buehler
2024-10-28Remove two fatalx calls in pt_fill since they are wrong.Claudio Jeker
2024-10-25Add support for performing a sysupgrade from a path. This is convenientTheo de Raadt
2024-10-24Adjust ldapclient prototype to prevent an "argument of type 'int[2]' withClaudio Jeker
2024-10-23Append fd to the variable names proc, rsync, rrdp, http since these variablesClaudio Jeker
2024-10-22remove duplicate RT_BUF_SIZE defineJonathan Gray
2024-10-22Use imsg_get_fd() like everywhere else.Claudio Jeker
2024-10-20VM_MAP_BUSY and VM_MAP_WANTLOCK will be removed soon, prep for that.Claudio Jeker
2024-10-16a.out is no longer the commonly encountered binary file format, the world hasMiod Vallat
2024-10-16rpki-client: sprinkle some constTheo Buehler
2024-10-13Be more eager to install qcpas firmware (more pattern matches)Theo de Raadt
2024-10-12Make fw_update -a mean allAndrew Fresh
2024-10-11The fw keys have been added to the signify key bundles. sysupgrade willTheo de Raadt
2024-10-10Always print account URI on first creation of an account key.Florian Obser
2024-10-09Make it possible to configure tcp md5 and ipsec on rtr as wellClaudio Jeker
2024-10-09correct indentationJonathan Gray
2024-10-08Extend the socket handover from parent to rtr process to also include teardownClaudio Jeker
2024-10-08remove unused structJonathan Gray
2024-10-07When acme-client is run with -v, show the account URI from the LocationStuart Henderson
2024-10-07use the Ox macro instead of "OpenBSD";Jason McIntyre
2024-10-07merge unbound 1.21.1Stuart Henderson
2024-10-07Fix unbound CVE-2024-8508, put a limit on resources used for handlingStuart Henderson
2024-10-07Add comment accidentally omitted on commitTheo Buehler
2024-10-07update crl number draft linkTheo Buehler
2024-10-07The two usual use cases are sysupgrade and sysupgrade -s, jumpingTheo de Raadt
2024-10-07rpki-client: fix validity interval checkTheo Buehler
2024-10-07rpki-client: fix seqnum upper boundTheo Buehler
2024-10-07drop redundant AF attach ioctlKlemens Nanni
2024-10-05error on long locator lines, don't overflow buffersJonathan Gray
2024-10-02Move some PCI MMIO defines from vmm(4) kernel headers to userland.Dave Voutila
2024-10-02No need to check as->established before calling pfkey_remove().Claudio Jeker
2024-10-02Adding pkg_add from stdin hasn't worked in ages. It was somethingTheo Buehler