summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2022-07-18Check if there is a locally cached nameserver to send before respondingTobias Heider
2022-07-18Synch 'help' command descriptions with man page descriptions.Kenneth R Westerback
2022-07-18'quit' and 'exit' descriptions were reversed.Kenneth R Westerback
2022-07-17Modernize and cleanse fdisk.8, making it more concise andKenneth R Westerback
2022-07-14When the autoconf flag flaps around we might end up with multiple bpfFlorian Obser
2022-07-12Rewrite state machine in the style of dhcpleased(8).Florian Obser
2022-07-10Add some anti-feline input protection by refusing to processKenneth R Westerback
2022-07-10Use nice #define's for input buf size and output help buf size.Kenneth R Westerback
2022-07-08Support sending certificate chains with intermediate CAs in multiple CERTTobias Heider
2022-07-08remove unused variablesJonathan Gray
2022-07-04Ignore any CERT payload after the first instead of failing the exchangeTobias Heider
2022-07-04Fix error in the comparison of the Child SA nonces to decide whichTobias Heider
2022-07-02dhclient(8) has been undergoing replacement with "ifconfig xxx inet auto"Theo de Raadt
2022-06-28Move debug-only variable 'i' to be with the other debug-onlyKenneth R Westerback
2022-06-28unbreak build; found the hard way by stspFlorian Obser
2022-06-28gc timeout_count, it's unused and I don't remember what I wanted toFlorian Obser
2022-06-27tweak the tso text a little;Jason McIntyre
2022-06-27Introduce Large Receive Offloading of TCP segment offloading for ix(4). It isJan Klemkow
2022-06-26remove outdated commentFlorian Obser
2022-06-25Use in_addr for AF_INET.mbuhl
2022-06-25Increase the auto partitioner's maximum /usr size to 30G.mbuhl
2022-06-19There is no reason to print the RTF_DONE bit in the routing table output.Claudio Jeker
2022-06-18sync to libunbound 1.16.0; heavy lifting by sthenFlorian Obser
2022-06-18We were a bit too enthusiastic when we copied libunbound and some otherFlorian Obser
2022-06-14The curly braces are tokens in the described language,Ingo Schwarze
2022-06-02Don't treat the first arg as a 4.3BSD option string if it contains a '/'.Todd C. Miller
2022-05-28Since 'sa' can be freed inside the loop, RB_FOREACH_SAFE is required.Gerhard Roth
2022-05-23Neither macppc nor the retired loongson have any remaining usefulKenneth R Westerback
2022-05-21Repair a leak of a FILE. The FILE contains a fd via fdopen(), theTheo de Raadt
2022-05-17Move towards OpenIKED 7.1Tobias Heider
2022-05-16Remove incorrect line about 'dhcp' in hostname.if triggering the use ofAaron Bieber
2022-05-14Document usage of tunneladdrDenis Fondras
2022-05-12And the man page change too.Kenneth R Westerback
2022-05-12Prevent '-u' when operating on GPT formatted disks, as theKenneth R Westerback
2022-05-10Align fdisk with the logic used in the kernel and allow theKenneth R Westerback
2022-05-09Replace a stray 0xA6 with DOSPTYP_OPENBSD. Tweak a ">= 2" to moreKenneth R Westerback
2022-05-08Move ikev2_reset_alive_timer() to a place where it makes more sense. The ideaTobias Heider
2022-05-08Rename gt_protected field of struct gpt_type to gt_attr andKenneth R Westerback
2022-05-08Shuffle local helper function declarations and definitions intoKenneth R Westerback
2022-05-07Now that the internal versions of GPT partitions are host-endian,Kenneth R Westerback
2022-05-06Rename PRT_uuid_to_[protection|typename] to PRT_uuid_to_[protected|sname],Kenneth R Westerback
2022-05-06When printing the GPT table, display "Microsoft basic data" instead ofKenneth R Westerback
2022-05-05Add error handling if setting the keyboard encoding fails. AfterAlexander Bluhm
2022-05-05Switch the log_warnx() about trailing garbage to log_debug(). After aTheo Buehler
2022-05-04As found by n18fuhtm AT tutanota.com there are dhcp servers that send aFlorian Obser
2022-05-03Rework display of partition types, removing unnecessary trailingKenneth R Westerback
2022-04-28Convert the internal GPT partition entries into host-endian formKenneth R Westerback
2022-04-26Do not send a hostname option when we don't have a hostname.Florian Obser
2022-04-25Push DISK_[read|write]sectors() down to disk.c local functionsKenneth R Westerback
2022-04-25gh_csum an gh_part_csum are not used between initializingKenneth R Westerback