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