summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2022-04-20Eliminate some local pointers to gp[pn] and just use gp[pn].Kenneth R Westerback
2022-04-19Forgot a file for previous commit.Kenneth R Westerback
2022-04-19Bring GPT_print_partition() into line with other functions being passedKenneth R Westerback
2022-04-19Move declaration of DEBUG-only variable inside #ifdef DEBUG.Kenneth R Westerback
2022-04-19Eliminate superfluous intermediate variables 'pncnt' now thatKenneth R Westerback
2022-04-18Convert the GPT header read from disk into a host-endian version,Kenneth R Westerback
2022-04-17When kbd -l was executed as regular user, it failed silently. TryAlexander Bluhm
2022-04-14Move ((gh_part_size % d_secsize) == 0) validity checkKenneth R Westerback
2022-04-13Correct a gh_part_csum calculation used in debug output.Kenneth R Westerback
2022-04-13IKED_LIFETIME_BYTES is > 2GB, and potentially used in strange place,Theo de Raadt
2022-04-13Correct a gh_csum calculation used in debug output.Kenneth R Westerback
2022-04-13Eliminate a couple of 'XXX' assumptions by calculating the actualKenneth R Westerback
2022-04-13Document sntrup761x25519 key exchange.Tobias Heider
2022-04-11Fix leak of esnxf if esn ore noesn are configured explicitly.Tobias Heider
2022-04-09fix grammar in comment: successfully -> successfulDave Voutila
2022-04-07constify ifmedia descriptions; ok deraadt@ miod@Christian Weisgerber
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-25Savecore uses its own private copy of compress, so it shouldTheo Buehler
2022-03-21Prevent crash of unprivileged engine process (pledged stdio).Florian Obser
2022-03-21default the conffile variable to the default file name instead of NULL.David Gwynne
2022-03-16Make sure contents of vroute messages are aligned properly.Tobias Heider
2022-03-16The 'status' parameter to uuid_* functions is uint32_t, not int.Kenneth R Westerback
2022-03-15Always use letoh32(gh.gh_part_num) instead of NGPTPARTITIONS whenKenneth R Westerback
2022-03-14Abstract duplicated code scanning gpt_types[] into a helperKenneth R Westerback
2022-03-14And the prototype too.Kenneth R Westerback
2022-03-14PRT_uuid_to_typename() can return const char *.Kenneth R Westerback
2022-03-14Nuke extraneous blank line.Kenneth R Westerback
2022-03-14Improve retransmission of message fragments. RFC 7383 states that loss ofTobias Heider
2022-03-13parse_packet() is used by unbound to parse response packets, notFlorian Obser
2022-03-13Missing 'or'.Kenneth R Westerback
2022-03-12Probe for DNS64 presence with an absolute name so that asr doesn't addFlorian Obser
2022-03-11Simple hack to preserve the EFI System partition whenKenneth R Westerback
2022-03-07rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfoStefan Sperling
2022-03-03Use LDNS_RCODE define; no functional changeFlorian Obser
2022-03-01Update to libunbound 1.15.0; heavy lifting by sthen in unbound(8).Florian Obser
2022-03-01Upstream renamed parse_extract_edns toFlorian Obser
2022-02-24Rename parselabel() to parsefstab() and makelabel() toKenneth R Westerback
2022-02-22don't hide the mtu on "bridge" interfaces.David Gwynne
2022-02-21If the signature on an icmp echo reply doesn't match, don't count it asJonathan Matthew
2022-02-20Nameservers in router advertisements are struct in6_addr, notFlorian Obser
2022-02-19The 'e' command of the simple editor has not provided editing ofKenneth R Westerback
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-02-18writelabel() only needs one prototype.Kenneth R Westerback
2022-02-18Move prototypes for checklabel(), readlabel() and parselabel()Kenneth R Westerback
2022-02-18No need for makebootarea() prototype as makebootarea() perished with NUMBOOT inKenneth R Westerback
2022-02-16According to RFC 2132, 2. BOOTP Extension/DHCP Option Field FormatFlorian Obser
2022-02-14Whitespace nit.Kenneth R Westerback
2022-02-13SKEEYSEED -> SKEYSEEDmbuhl
2022-02-06remove please from manual pagesJonathan Gray
2022-02-04Wrap some annoyingly long lines.Kenneth R Westerback