summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-10-23Move "-T" and "exec" support out of SMALLKlemens Nanni
2021-10-23unwind(8) gives the most preferred resolver strategy a bit more timeFlorian Obser
2021-10-22Document existent "descr" alias for "description"Klemens Nanni
2021-10-22Make ":tdelete" workKlemens Nanni
2021-10-22remove some bad punctuation;Jason McIntyre
2021-10-22oops, missed unused variable in previousFlorian Obser
2021-10-22config_new_empty() should give us a completely empty config, letFlorian Obser
2021-10-22Honour enabled resolvers to keep unused forwarders actually disabledKlemens Nanni
2021-10-22After deleting hifn(4) the only provider for the LZS compressionAlexander Bluhm
2021-10-21isakmpd: prepare for opaque X509_STORE_CTX struct.Theo Buehler
2021-10-21isakmpd: prepare for opaque X509_EXTENSION struct. This needs to useTheo Buehler
2021-10-21Remove 'disk' editing command. Determining the disk geometry on startup (fromKenneth R Westerback
2021-10-20Do not ignore carp(4) interfaces.Florian Obser
2021-10-19Move get_default_mbr() invocation before DISK_open() invocation and removeKenneth R Westerback
2021-10-18Don't bother decoding a partition's c/h/s start or end from the MBR read fromKenneth R Westerback
2021-10-18r1.66 (May 2014) introduced a two #if 0/#else/#endif chunks to avoid "overKenneth R Westerback
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-10-13isakmpd: remove #ifdefs for ancient OPENSSL_VERSIONs.Theo Buehler
2021-10-13isakmpd: remove libcrypto.cTheo Buehler
2021-10-13Nuke builtin_mbr.Kenneth R Westerback
2021-10-12Change responder to prefer DH group from KE payload.Tobias Heider
2021-10-12Make sure all copies of MSCHAPv2 passphrase are zeroed after use.Tobias Heider
2021-10-10No need to assign dl.d_nsectors to disk.dk_sectors twice.Kenneth R Westerback
2021-10-09delete unneccessary arpa/nameser.h includesTheo de Raadt
2021-10-06Remove autoconfprivacy deprecation warning.Florian Obser
2021-09-29Don't constrain -b specified block count or block size to be greater than 63.Kenneth R Westerback
2021-09-26Revert '-b' change. Forgot required bsd.rd tweak.Kenneth R Westerback
2021-09-26MBR partitions created with '-b' should be marked DOSACTIVE.Kenneth R Westerback
2021-09-22if the key is a secret to be cleared with explicit_bzero, then theTheo de Raadt
2021-09-21Use upercase DHCP and sprinkle in some ":".Florian Obser
2021-09-20jmc was a bit too eager and deleted the -DSUN_CYLCHECK -DSUN_AAT0Theo de Raadt
2021-09-20Document how a 0 byte can be encoded for client-id.Florian Obser
2021-09-20According to RFC 2132 (9.14. Client identifier) a hardware type of 0Florian Obser
2021-09-18upon length check or other failure, explicit_bzero an object, because it mayTheo de Raadt
2021-09-18freezero() instead of free(), because the object may contain a passwordTheo de Raadt
2021-09-16dhcpleased(8) does not (yet?) track if routes it added are deletedFlorian Obser
2021-09-15Rewrite and simplify dhcpleasectl(8).Florian Obser
2021-09-15Remove configured routes no longer present in lease.Florian Obser
2021-09-14When the dhcp server is unreachable via unicast UDP retry broadcast.Florian Obser
2021-09-13disk.dk_size can't be 0 as we errx() if that happens duringKenneth R Westerback
2021-09-13Document that the editing command 'disk' takes an optional units argument.Kenneth R Westerback
2021-09-12Stop taking detour through unit_types[SECTORS] to findKenneth R Westerback
2021-09-10Stop using NULL as a synonym for "s" (SECTORS). Just use "s".Kenneth R Westerback
2021-09-09Simplify logic in USER_edit() loop to eliminate unnecessaryKenneth R Westerback
2021-09-09Scan unit_types[] array using nitems() and eliminate the NULLKenneth R Westerback
2021-09-07Fix leak of msg_cert.id_buf. ikev2_msg_cleanup() frees id_buf if weTobias Heider
2021-09-07Fix leak of m if message initialization fails.Tobias Heider
2021-09-06Fix leaks in vroute addr and route caches.Tobias Heider
2021-09-02styleTobias Heider
2021-09-02Split part_type into separate types 'mbr_type' and 'gpt_type',Kenneth R Westerback