summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Fix boot-time crash on sparc64visa1-4/+15
2021-01-08Missed from last commit.nicm1-1/+2
2021-01-08Revert "Implement select(2) and pselect(2) on top of kqueue."visa1-148/+58
2021-01-08Simplify the entity queue processing. There is no need to keep the entityclaudio1-74/+42
2021-01-08With incremental search, start empty and only repeat the previous searchnicm2-17/+37
2021-01-08Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writingclaudio10-238/+246
2021-01-08make CheckHostIP default to 'no'. It doesn't provide any perceptibledjm2-6/+6
2021-01-08search the intermediates only after searching the root certs, clarifybeck1-11/+15
2021-01-08If a signature operation on a FIDO key fails with a "incorrect PIN"djm1-3/+12
2021-01-08don't try to use timespeccmp(3) directly as a qsort(3) comparisondjm1-4/+7
2021-01-08Update the sntrup761 creation script and generated code:dtucker3-121/+49
2021-01-08mention that DisableForwarding is valid in a sshd_config Match blockdjm1-2/+3
2021-01-07add a xenodm login class and bump openfiles to 512 to avoid running outrobert14-14/+70
2021-01-07Fix typo in comment.kettenis1-2/+2
2021-01-07bump VM shutdown event timeout ok mlarkin@ stsp@ florian@tracey1-2/+2
2021-01-07Rename two local variables ssl to s for consistencytb2-11/+11
2021-01-07Make tls12_record_layer_free() NULL safe.jsing1-1/+5
2021-01-07Move the read MAC key into the TLSv1.2 record layer.jsing4-23/+20
2021-01-07sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha1-4/+1
2021-01-07Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.claudio2-64/+87
2021-01-07Adjust comment about klist_invalidate()visa1-5/+8
2021-01-07Fix multiple shift/reduce conflicts in the parser because of the dependonclaudio1-13/+15
2021-01-06if getting the vpd data fails, don't try and parse the vpd data.dlg1-2/+4
2021-01-06Use tls13_secret_{init,cleanup}() for the finished_keytb2-10/+10
2021-01-06Fix two issues related to thread private data in asr.otto4-20/+49
2021-01-06Let a process open a video(4) device multiple timesjca1-7/+12
2021-01-06double word fix; from sean daviesjmc1-3/+3
2021-01-06do not call log_addr() when the address is NULLanton2-4/+6
2021-01-06Bump default datasize-max and datasize-cur since clang now seems tokettenis1-3/+3
2021-01-06Mark a layer 2 address as expired by setting the length to 0 when theflorian1-1/+3
2021-01-06Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to theclaudio2-2/+11
2021-01-06Insert joined pane before the target pane with -b, like for split. Fromnicm1-2/+5
2021-01-06Remove unused variable, from Ben Boeckel.nicm1-7/+2
2021-01-06Allocate pages for the F00F bug fix using km_alloc(9) instead ofjmatthew1-2/+2
2021-01-05pppoeintr() is no morekn1-2/+1
2021-01-05unwrap a linetb1-3/+2
2021-01-05Avoid local variable in tls13_secret_init().tb1-6/+2
2021-01-05Refactor how traphandler verifies the code.martijn1-93/+206
2021-01-05Convert tls13_record_layer.c to tls13_secret_{init,cleanup}()tb1-21/+11
2021-01-05Convert tls13_exporter() to tls13_secret_{init,cleanup}()tb1-8/+5
2021-01-05Use KNF for licence commenttb1-2/+3
2021-01-05Move tls13_secrets_destroy() below _create()tb1-29/+29
2021-01-05Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}()tb1-70/+33
2021-01-05Add tls13_secret_{init,cleanup}()tb2-2/+29
2021-01-05Fix indent.jsing1-2/+2
2021-01-05Use consistent names in tls13_{client,server}_finished_{recv,send}().jsing2-12/+12
2021-01-05Use legacy verifier when building auto chains.jsing2-2/+6
2021-01-05Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier.jsing1-1/+4
2021-01-05Gracefully handle root certificates being both trusted and untrusted.jsing2-4/+16
2021-01-05Remove memset that was made redundant with the ASN1_time_parse()tb1-4/+1