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