Age | Commit message (Expand) | Author |
2021-09-29 | Don't constrain -b specified block count or block size to be greater than 63. | Kenneth R Westerback |
2021-09-26 | Revert '-b' change. Forgot required bsd.rd tweak. | Kenneth R Westerback |
2021-09-26 | MBR partitions created with '-b' should be marked DOSACTIVE. | Kenneth R Westerback |
2021-09-22 | if the key is a secret to be cleared with explicit_bzero, then the | Theo de Raadt |
2021-09-21 | Use upercase DHCP and sprinkle in some ":". | Florian Obser |
2021-09-20 | jmc was a bit too eager and deleted the -DSUN_CYLCHECK -DSUN_AAT0 | Theo de Raadt |
2021-09-20 | Document how a 0 byte can be encoded for client-id. | Florian Obser |
2021-09-20 | According to RFC 2132 (9.14. Client identifier) a hardware type of 0 | Florian Obser |
2021-09-18 | upon length check or other failure, explicit_bzero an object, because it may | Theo de Raadt |
2021-09-18 | freezero() instead of free(), because the object may contain a password | Theo de Raadt |
2021-09-16 | dhcpleased(8) does not (yet?) track if routes it added are deleted | Florian Obser |
2021-09-15 | Rewrite and simplify dhcpleasectl(8). | Florian Obser |
2021-09-15 | Remove configured routes no longer present in lease. | Florian Obser |
2021-09-14 | When the dhcp server is unreachable via unicast UDP retry broadcast. | Florian Obser |
2021-09-13 | disk.dk_size can't be 0 as we errx() if that happens during | Kenneth R Westerback |
2021-09-13 | Document that the editing command 'disk' takes an optional units argument. | Kenneth R Westerback |
2021-09-12 | Stop taking detour through unit_types[SECTORS] to find | Kenneth R Westerback |
2021-09-10 | Stop using NULL as a synonym for "s" (SECTORS). Just use "s". | Kenneth R Westerback |
2021-09-09 | Simplify logic in USER_edit() loop to eliminate unnecessary | Kenneth R Westerback |
2021-09-09 | Scan unit_types[] array using nitems() and eliminate the NULL | Kenneth R Westerback |
2021-09-07 | Fix leak of msg_cert.id_buf. ikev2_msg_cleanup() frees id_buf if we | Tobias Heider |
2021-09-07 | Fix leak of m if message initialization fails. | Tobias Heider |
2021-09-06 | Fix leaks in vroute addr and route caches. | Tobias Heider |
2021-09-02 | style | Tobias Heider |
2021-09-02 | Split part_type into separate types 'mbr_type' and 'gpt_type', | Kenneth R Westerback |
2021-09-02 | atactl(8): few printf("%s", NULL) cleanup | Sebastien Marie |
2021-09-01 | Improve editing GPT partition type GUID's by rejecting partition | Kenneth R Westerback |
2021-09-01 | Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC | Tobias Heider |
2021-08-31 | Adjust .Bl width | Klemens Nanni |
2021-08-31 | Say autoconf not dhcp | Klemens Nanni |
2021-08-31 | shorten some code | Theo de Raadt |
2021-08-30 | Accept dns proposals for the loopback addresses | Klemens Nanni |
2021-08-30 | Fix max nameserver proposals limit | Klemens Nanni |
2021-08-30 | Clarify how dns proposals are replaced not added per interface | Klemens Nanni |
2021-08-30 | INADDR_LOOPBACK check needs htonl(3) to work | Klemens Nanni |
2021-08-30 | INADDR_LOOPBACK check needs htonl(3) to work | Klemens Nanni |
2021-08-29 | nameserver command requires an interface argument | Klemens Nanni |
2021-08-29 | Nuke unused variable and unnecessary initialization. | Kenneth R Westerback |
2021-08-28 | Add hex_octet() so the strtol(..,16) dance is done in just one | Kenneth R Westerback |
2021-08-27 | Replace stray hand-rolled nitems() with nitems(). | Kenneth R Westerback |
2021-08-25 | Two more Capt. Obvious comments go away. | Kenneth R Westerback |
2021-08-25 | Don't use log_procname before it is initialized. In particular | Kenneth R Westerback |
2021-08-25 | Consolidate '-e' edit command parsing into ask_cmd(), simplifying | Kenneth R Westerback |
2021-08-24 | Add an #ifdef DEBUG/#endif chunk that dumps the entire GPT header when | Kenneth R Westerback |
2021-08-24 | When an interface disappears, e.g. when a usb dongle gets unplugged, | Florian Obser |
2021-08-24 | When an interface disappears, e.g. when a usb dongle gets unplugged, | Florian Obser |
2021-08-24 | use Pa for resolv.conf.tail, since there is no longer a man page | Jason McIntyre |
2021-08-24 | make SYNOPSIS match usage to indicate -l is optional in: | Jason McIntyre |
2021-08-24 | A couple more Capt. Obvious comments can go. | Kenneth R Westerback |
2021-08-24 | Trim leading/trailing whitespace from -e input to make command | Kenneth R Westerback |