summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2024-10-01Extend Log->system to support the same features as BaseState->systemTheo Buehler
2024-10-01Use auth_conf.method instead of auth_state.method. The latter is always 0.Claudio Jeker
2024-10-01Explicitly set peer.auth_conf.method, the auth_state value is neverClaudio Jeker
2024-10-01In merge_peers also copy over the auth_conf from the new peer to the oldClaudio Jeker
2024-10-01Fix typo in commentClaudio Jeker
2024-10-01Adjust to the pfkey changes in bgpd.Claudio Jeker
2024-10-01Rework the pfkey and tcp md5 API to not depend on struct peer.Claudio Jeker
2024-09-30Improve some currently impossible error path in log_ext_subtype().Claudio Jeker
2024-09-30In bgpd_rtr_connect() do the setsockopt dance for IP_TOS and TCP_NODELAYClaudio Jeker
2024-09-29sync synopsis and usage, sort commands, fix their spacingKlemens Nanni
2024-09-27rpki-client: free deltas in rrdp_session_parse() as in rrdp_repo_free()Theo Buehler
2024-09-27rpki-client: check for getline error when reading the skiplist fileTheo Buehler
2024-09-26remove unneeded includes; ok dv@ mlarkin@Jonathan Gray
2024-09-25Improve description of -f.Florian Obser
2024-09-25correct macro for -R entry;Jason McIntyre
2024-09-25When generating UPDATE handle the message size limit better.Claudio Jeker
2024-09-25sysupgrade: add -R #.# to try to use a specific release version ratherStuart Henderson
2024-09-25document why sys/param.h is usedTheo de Raadt
2024-09-24- VM(s) -> VMsJason McIntyre
2024-09-24vmd(8) manpage change for shutdown behaviourMike Larkin