Age | Commit message (Expand) | Author |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-12-04 | Rename sun to s_un for portability. | Tobias Heider |
2022-12-03 | Consistently use uintXX_t from <stdint.h> instead of u_intXX_t. | Tobias Heider |
2022-12-03 | Include endian.h where needed for betohXX functions. | Tobias Heider |
2022-12-01 | Oops, the tweak was not correct, go with my original version. | Florian Obser |
2022-12-01 | Make sure the length of an unknown IP option is sensible. | Florian Obser |
2022-11-30 | Switch idiom of d2i_ECDSA_SIG() invocation | Theo Buehler |
2022-11-29 | Ignore late check results for resolvers we no longer use. | Florian Obser |
2022-11-27 | Provide more accurate lock error message | Klemens Nanni |
2022-11-27 | Plug leak of tmp in case allocation of pq->abuf fails | Theo Buehler |
2022-11-27 | KNF nit: place brace correctly | Theo Buehler |
2022-11-26 | Bump to 7.2 | Tobias Heider |
2022-11-26 | - in SYNOPSIS, redo the formatting for "address" and "dest address" to avoid | Jason McIntyre |
2022-11-25 | ifconfig -M <mac> finds the address on an interface and prints it. | Theo de Raadt |
2022-11-25 | Do not crash when a tcp query is larger than the length field | Alexander Bluhm |
2022-11-23 | iked(8) is proposing as well | Klemens Nanni |
2022-11-21 | Fix DIOCIGETIFACES ioctl so all network interfaces | Alexandr Nedvedicky |
2022-11-19 | fix vertical spacing in previous | Klemens Nanni |
2022-11-19 | Prettify expired rules printing | Klemens Nanni |
2022-11-19 | Add O: to the getopt string for newfs in mount_mfs mode, allowing it to | Stuart Henderson |
2022-11-18 | Revert my last two changes. | Moritz Buhl |
2022-11-18 | Improve "once" bits | Klemens Nanni |
2022-11-14 | fix swapped user/group introduced in sync-with-mount_tmpfs commit; | Stuart Henderson |
2022-11-14 | Preserve original order of nameservers | Klemens Nanni |
2022-11-14 | - show -R with -s in options list | Jason McIntyre |
2022-11-13 | Make sure csa->csa_bundled is NULL after freeing to prevent a | Moritz Buhl |
2022-11-13 | Sync config.h, we have ed25519 support now. | Florian Obser |
2022-11-11 | Make sure csa->csa_bundled is NULL after freeing to prevent a | Moritz Buhl |
2022-11-11 | In case of an invalid SA resp is passed to ikev2_msg_cleanup without | Moritz Buhl |
2022-11-10 | HP-300's hd is now gone. svnd transmorgified into vnd in 2011. No | Kenneth R Westerback |
2022-11-09 | simplify expiration of 'once' rules. | Alexandr Nedvedicky |
2022-11-09 | No more xd/xy devs. | Kenneth R Westerback |
2022-11-09 | ndp, route, netstat: adjust ipv6 address width | Klemens Nanni |
2022-11-09 | Use nitems() instead of a terminating { NULL, NULL } entry. | Kenneth R Westerback |
2022-11-09 | add an example for adding a cloning host route to reach a gateway which is | Stuart Henderson |
2022-11-08 | Nuke unused variable 'freesectors'. | Kenneth R Westerback |
2022-11-07 | Free objects that were dynamically allocated in libcrypto with OPENSSL_free(). | Tobias Heider |
2022-11-06 | Fix out-of-order string operations resulting in a wrongly calculated | Tobias Heider |
2022-10-26 | Limit wireguard peers listing to -A or wg-interface | Klemens Nanni |
2022-10-24 | Fix DH group lookup when checking if PFS is required. Compare ID | Tobias Heider |
2022-10-22 | sync to unbound 1.17.0; heavy lifting by sthen | Florian Obser |
2022-10-18 | Document and report mpii(4) RAID 1E as such | Klemens Nanni |
2022-10-18 | Hoist common Volume, Status, Size and Device columns in format strings | Klemens Nanni |
2022-10-14 | Fix botched D_SUNCYLCHECK+D_VENDOR check from r1.321. | Kenneth R Westerback |
2022-10-13 | controm terminql -> controlling terminal; | Jason McIntyre |
2022-10-12 | Nuke D_BADSECT and disktab's 'sf'. | Kenneth R Westerback |
2022-10-10 | Move enabling the policy refcounting from policy_ref() to config_free_policy(). | Tobias Heider |
2022-10-04 | Don't print device when passed as an argument | Klemens Nanni |
2022-09-29 | FILES: | Jason McIntyre |
2022-09-23 | Fix detection of duplicate sticky-address in pf.conf parser. | Alexander Bluhm |