Age | Commit message (Expand) | Author |
2021-10-24 | Make pipe event filters MP-safe | Visa Hankala |
2021-10-24 | use NULL not 0 for pointer values in kern | Jonathan Gray |
2021-10-23 | There is an m_pullup() down in AH input. As it may free or change | Alexander Bluhm |
2021-10-23 | Fix use-after-free in ipcomp_output() introduced by previous commit. | Alexander Bluhm |
2021-10-23 | spread some ipcrm/ipcs Xr; from mikhail | Jason McIntyre |
2021-10-23 | do not duplicate "Connection: close" headers and only add it if its | Sebastian Benoit |
2021-10-23 | sonewconn() returns the pointer to 'socket' struct so check it against | Vitaliy Makkoveev |
2021-10-23 | Add SSL_get0_verified_chain - needed by some new stuff | Bob Beck |
2021-10-23 | Rename io_buf_new to io_new_buffer and io_buf_close to io_close_buffer. | Claudio Jeker |
2021-10-23 | btrace dir | Theo de Raadt |
2021-10-23 | Provide common btrace(8) scripts. | Martin Pieuchot |
2021-10-23 | sync | Theo de Raadt |
2021-10-23 | ensure that sensitive data is zeroed out from mem. | Ricardo Mestre |
2021-10-23 | For testing snmpd, use rc script to stop any running snmpd on machine | Alexander Bluhm |
2021-10-23 | Declare STACK_OF(GENERAL_NAMES) | Theo Buehler |
2021-10-23 | Call uvm_vnp_uncache() in tmpfs_write(). We currently only call | Patrick Wildt |
2021-10-23 | Fix tmpfs_lookup locking for ".." == ".". unveil_find_cover() calls | Patrick Wildt |
2021-10-23 | fix wrong and missing return types and wrong macros in the SYNOPSIS; | Ingo Schwarze |
2021-10-23 | Rename a couple of variables overlooked in the conversion from subagentx to | Martijn van Duren |
2021-10-23 | Add a glossary of variable names. | Martijn van Duren |
2021-10-23 | stty(1) can't be pledged for all modes, but it can be unveiled. the only file to | Ricardo Mestre |
2021-10-23 | tpm(4): add support for tpm2 CRB interface | Dave Voutila |
2021-10-23 | Add new OpenSSL API SSL_CTX_set_num_tickets and friends. | Bob Beck |
2021-10-23 | KNF a particularly ugly comment | Theo Buehler |
2021-10-23 | Zap trailing whitespace | Theo Buehler |
2021-10-23 | Arithmetic is hard! Since MBR partition 0 is the only partition in the boot | Kenneth R Westerback |
2021-10-23 | Fixup test-http.c after big io change before anton@ complains | Claudio Jeker |
2021-10-23 | Unhandroll X509_up_ref() | Theo Buehler |
2021-10-23 | Finnally move away from blocking reads in rpki-client. The code was a | Claudio Jeker |
2021-10-23 | * stop sending the content for head requests, even when its supplied by the | Sebastian Benoit |
2021-10-23 | Preapre x509.c for upcoming libcrypto bump | Theo Buehler |
2021-10-23 | Retire asynchronous crypto API as it is no longer required by any driver and | Tobias Heider |
2021-10-23 | Import documentation for X509_get_extension_flags, X509_get_key_usage, | Theo Buehler |
2021-10-23 | Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linked | Theo Buehler |
2021-10-23 | oops, wrong dir. | Theo Buehler |
2021-10-23 | Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex | Bob Beck |
2021-10-23 | annotate a 413 error with "request body too large" in the error log. | Sebastian Benoit |
2021-10-23 | Import documentation for X509_get_extension_flags, X509_get_key_usage, | Theo Buehler |
2021-10-23 | Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linked | Theo Buehler |
2021-10-23 | missed in previous commit | Ricardo Mestre |
2021-10-23 | Mop up enc_read_ctx and read_hash. | Joel Sing |
2021-10-23 | Fix double free after allocation failure in bpf(4). | Visa Hankala |
2021-10-23 | Be consistend and add missing spaces around some of the NOTREACHED comments. | Claudio Jeker |
2021-10-23 | ps_sigcode, ps_sigcoderet and ps_sigcookie are immutable after a process | Claudio Jeker |
2021-10-23 | Fix some whitespace issues, some pointed out by jsing, some found in | Theo Buehler |
2021-10-23 | Prepare s_server for opaque structs in libcrypto | Theo Buehler |
2021-10-23 | Prepare crl.c for opaque structs in libcrypto. | Theo Buehler |
2021-10-23 | dhclient -> dhcp in comment | Klemens Nanni |
2021-10-23 | Prepare pcks12 for opaque structs in libcrypto | Theo Buehler |
2021-10-23 | Sprinkle uvm_obj_destroy() over UVM object recycling code. | Martin Pieuchot |