summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2022-02-13SKEEYSEED -> SKEYSEEDmbuhl
2022-02-06remove please from manual pagesJonathan Gray
2022-02-04Wrap some annoyingly long lines.Kenneth R Westerback
2022-02-04%llu should be enough for anybody, no need to use %lld/(long long) forKenneth R Westerback
2022-02-04Remove CHS information from internal representation of MBR partitions. GenerateKenneth R Westerback
2022-02-04Fix another instance of incorrect capitalization of ChaCha20.Theo Buehler
2022-02-03fdisk(8): Make -A preserve BIOS boot partitionVisa Hankala
2022-01-31In isakmpd's pf_key_v2_enable_sa(), check if proto is NULL and if so,Stuart Henderson
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-27Nuke single use function PRT_fix_BN() and just use the ATA/ATAPI LBA -> CHSKenneth R Westerback
2022-01-22Wrap some long lines.Kenneth R Westerback
2022-01-21Split PRT_print() into PRT_print_parthdr() and PRT_print_part()Kenneth R Westerback
2022-01-18PRT_make() can just zap the destination dos_partition if theKenneth R Westerback
2022-01-16isakmpd: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-16pfctl: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-14isakmpd: convert modp to opaque DHTheo Buehler
2022-01-09unwind/unbound: prepare for opaque DSA and RSA.Theo Buehler
2022-01-04Make host name DHCP option configurable.Florian Obser
2022-01-04Wait for the link-local address to become non-tentative.Florian Obser
2022-01-03Prefix life time is independent from router life time.Florian Obser
2022-01-02Stop writing big-endian checksums into the little-endian GPTKenneth R Westerback
2021-12-29make the argument name for veb's "child-iface" consistent;Jason McIntyre
2021-12-29Tweak some DEBUG output.Kenneth R Westerback
2021-12-28Tweak some DEBUG output.Kenneth R Westerback
2021-12-27knfFlorian Obser
2021-12-23fix off by one in bounds testJonathan Gray
2021-12-19Simplify error message emitted when requested partition sizeKenneth R Westerback
2021-12-18Make sure we receive what we expect over imsg.Florian Obser
2021-12-14Move raw pubkey bytes to EVP_PKEY conversion to common function.Tobias Heider
2021-12-13Fix asprintf() error check. Portable code should check the returnTheo Buehler
2021-12-13Fix a few leaks due to X509_NAME_oneline(name, NULL, 0) dynamicallyTheo Buehler
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-12-13Avoid a potential double free in group_free()Theo Buehler
2021-12-13Cleanup libcrypto memory management. Remove redundant NULL checksTobias Heider
2021-12-13Only generate a new xid on state change.Florian Obser
2021-12-13Treat xid as a uint32_t in network byte order on the wire.Florian Obser
2021-12-13Replace struct member assignment with struct assignment to make theFlorian Obser
2021-12-11Start the default OpenBSD partition either immediately followingKenneth R Westerback
2021-12-09Rework in which state to add and not add the server-ip andFlorian Obser
2021-12-09Properly enable NAT-T without udpencap if mobike was negotiated without NAT.Tobias Heider
2021-12-09Move switch to NAT-T port and udpencap activation to ikev2_enable_natt().Tobias Heider
2021-12-08The /etc/iked/certs/ directory is used for both local and peerTobias Heider
2021-12-07Fix locally stored peer certificates in /etc/iked/certs as documented inTobias Heider
2021-12-07Don't truncate the default OpenBSD partition at the end of theKenneth R Westerback
2021-12-06Logging received addresses and DNS configuration only makes sense forTobias Heider
2021-12-04Send out dstid as initiator if configured. This makes it easier forTobias Heider
2021-12-01Remove the MBR_init() "#ifdef defined(__macppc__) ||Kenneth R Westerback
2021-12-01whitespace cleanup during review readTheo de Raadt
2021-11-30isakmpd: convert modp_init() for opaque DH.Theo Buehler
2021-11-30whitespaceTobias Heider