Age | Commit message (Expand) | Author |
2022-07-01 | Make fine grained unix(4) domain sockets locking. Use the per-socket | Vitaliy Makkoveev |
2022-07-01 | Remove extra line leftover from merge conflict. ok djm@ | Darren Tucker |
2022-07-01 | use consistent field names (s/char/byte) in format description | Damien Miller |
2022-07-01 | bump up loglevel from debug to info when unable to open authorized | Damien Miller |
2022-07-01 | Don't leak the strings allocated by order_hostkeyalgs() and | Darren Tucker |
2022-07-01 | Always return allocated strings from the kex filtering so that we | Darren Tucker |
2022-07-01 | ignore SIGPIPE earlier in main(), specifically before muxclient() | Damien Miller |
2022-06-30 | - do not talk about non-standard conversions, because we are not talking | Jason McIntyre |
2022-06-30 | Only have one version of send_rtmsg() which uses struct kroute_full(). | Claudio Jeker |
2022-06-30 | Reduce allocations and possible failures in uvm_pagermapin/out(). | Martin Pieuchot |
2022-06-30 | Fix bwfm(4) crash during detach on USB. | Stefan Sperling |
2022-06-30 | To figure our whether a large allocation can be grown into the | Philip Guenther |
2022-06-30 | Remove redundant comments | Theo Buehler |
2022-06-30 | Check security level for supported groups. | Theo Buehler |
2022-06-30 | As we now have two bios_consdev_t structures, make use of the old one | Anton Lindqvist |
2022-06-30 | Zap trailing spaces to be "mandoc -Tlint ts.1" clean | Klemens Nanni |
2022-06-30 | Allow sysctl mib CTL_NET.PF_INET6 with a length of 3 in PLEDGE_VMINFO. | Claudio Jeker |
2022-06-30 | Remove an incorrect KASSERT() introduced in previous. | Martin Pieuchot |
2022-06-30 | amd64/pmap: Change the wording of a panic string | Mike Larkin |
2022-06-30 | vmm(4): reference count vm's and vcpu's | Dave Voutila |
2022-06-30 | Be more explicit in filter-pf-addresses deprication message by mentioning | Martijn van Duren |
2022-06-30 | Introduce a blocklist backend and keyword. | Martijn van Duren |
2022-06-30 | Rename variable from tls_version to version since it could also be | Theo Buehler |
2022-06-30 | Check whether the security level allows session tickets. | Theo Buehler |
2022-06-30 | Add checks to ensure we do not initiate or negotiate handshakes with | Theo Buehler |
2022-06-30 | Replace obj_mac.h with object.h | Theo Buehler |
2022-06-30 | Update to nsd 4.6.0; OK sthen | Florian Obser |
2022-06-30 | zap whitespace | Job Snijders |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2022-06-30 | Rewrite smi_print_element to be more concise and complete. | Martijn van Duren |
2022-06-30 | amd64 pmap: Zero out the EPTP on pmap_create | Mike Larkin |
2022-06-30 | Add valid time test from ruby regress, and check ASN1_time_to_tm | Bob Beck |
2022-06-30 | Rename use_* to ssl_use_* for consistency. | Theo Buehler |
2022-06-30 | add valid utc time that should fail to parse as generalized | Bob Beck |
2022-06-30 | Add tests for times missing seconds, and to be able to test | Bob Beck |
2022-06-30 | whitespace nit | Theo Buehler |
2022-06-30 | Track doc/README, makes merging new releases easier. | Florian Obser |
2022-06-30 | Fix err() | Job Snijders |
2022-06-30 | Fix interval timers by forcing TZ to UTC, else some strftime formats | Claudio Jeker |
2022-06-30 | With recent a_time_tm.c changes, we also need the bytestring API. | Theo Buehler |
2022-06-30 | Remove obj_mac.h include. Requested by jsing | Theo Buehler |
2022-06-29 | Pass a pointer to mbuf pointer further down into ip6_process_hopopts() | Alexander Bluhm |
2022-06-29 | Between the calls to art_match() and SRPL_FIRST() another CPU may | Alexander Bluhm |
2022-06-29 | Don't check the signature if a cert is self signed. | Theo Buehler |
2022-06-29 | Make ssl_cert_add{0,1}_chain_cert() take ssl/ctx | Theo Buehler |
2022-06-29 | ssl_cert_set{0,1}_chain() take ssl/ctx | Theo Buehler |
2022-06-29 | Add a security check to ssl_set_cert() | Theo Buehler |
2022-06-29 | Make ssl_set_{cert,pkey} take an ssl/ctx | Theo Buehler |
2022-06-29 | Refactor use_certificate_chain_* to take ssl/ctx instead of a cert | Theo Buehler |
2022-06-29 | Add functions that check security level in certs and cert chains. | Theo Buehler |