Age | Commit message (Expand) | Author |
2021-01-08 | If a signature operation on a FIDO key fails with a "incorrect PIN" | Damien Miller |
2021-01-08 | don't try to use timespeccmp(3) directly as a qsort(3) comparison | Damien Miller |
2021-01-08 | Update the sntrup761 creation script and generated code: | Darren Tucker |
2021-01-08 | mention that DisableForwarding is valid in a sshd_config Match block | Damien Miller |
2021-01-07 | add a xenodm login class and bump openfiles to 512 to avoid running out | Robert Nagy |
2021-01-07 | Fix typo in comment. | Mark Kettenis |
2021-01-07 | bump VM shutdown event timeout ok mlarkin@ stsp@ florian@ | tracey |
2021-01-07 | Rename two local variables ssl to s for consistency | Theo Buehler |
2021-01-07 | Make tls12_record_layer_free() NULL safe. | Joel Sing |
2021-01-07 | Move the read MAC key into the TLSv1.2 record layer. | Joel Sing |
2021-01-07 | sleep(3): don't bypass nanosleep(2) if seconds is zero | cheloha |
2021-01-07 | Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn. | Claudio Jeker |
2021-01-07 | Adjust comment about klist_invalidate() | Visa Hankala |
2021-01-07 | Fix multiple shift/reduce conflicts in the parser because of the dependon | Claudio Jeker |
2021-01-06 | if getting the vpd data fails, don't try and parse the vpd data. | David Gwynne |
2021-01-06 | Use tls13_secret_{init,cleanup}() for the finished_key | Theo Buehler |
2021-01-06 | Fix two issues related to thread private data in asr. | Otto Moerbeek |
2021-01-06 | Let a process open a video(4) device multiple times | Jeremie Courreges-Anglas |
2021-01-06 | double word fix; from sean davies | Jason McIntyre |
2021-01-06 | do not call log_addr() when the address is NULL | anton |
2021-01-06 | Bump default datasize-max and datasize-cur since clang now seems to | Mark Kettenis |
2021-01-06 | Mark a layer 2 address as expired by setting the length to 0 when the | Florian Obser |
2021-01-06 | Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to the | Claudio Jeker |
2021-01-06 | Insert joined pane before the target pane with -b, like for split. From | Nicholas Marriott |
2021-01-06 | Remove unused variable, from Ben Boeckel. | Nicholas Marriott |
2021-01-06 | Allocate pages for the F00F bug fix using km_alloc(9) instead of | Jonathan Matthew |
2021-01-05 | pppoeintr() is no more | kn |
2021-01-05 | unwrap a line | Theo Buehler |
2021-01-05 | Avoid local variable in tls13_secret_init(). | Theo Buehler |
2021-01-05 | Refactor how traphandler verifies the code. | Martijn van Duren |
2021-01-05 | Convert tls13_record_layer.c to tls13_secret_{init,cleanup}() | Theo Buehler |
2021-01-05 | Convert tls13_exporter() to tls13_secret_{init,cleanup}() | Theo Buehler |
2021-01-05 | Use KNF for licence comment | Theo Buehler |
2021-01-05 | Move tls13_secrets_destroy() below _create() | Theo Buehler |
2021-01-05 | Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}() | Theo Buehler |
2021-01-05 | Add tls13_secret_{init,cleanup}() | Theo Buehler |
2021-01-05 | Fix indent. | Joel Sing |
2021-01-05 | Use consistent names in tls13_{client,server}_finished_{recv,send}(). | Joel Sing |
2021-01-05 | Use legacy verifier when building auto chains. | Joel Sing |
2021-01-05 | Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier. | Joel Sing |
2021-01-05 | Gracefully handle root certificates being both trusted and untrusted. | Joel Sing |
2021-01-05 | Remove memset that was made redundant with the ASN1_time_parse() | Theo Buehler |
2021-01-05 | distribute the gzip'd version of bsd.rd on platforms where we all boot | Theo de Raadt |
2021-01-05 | It is safe to call addr2sa with a bgpd_addr NULL pointer | Claudio Jeker |
2021-01-05 | Revert part of the last addr2sa change. When addr is NULL or AID_UNSPEC | Claudio Jeker |
2021-01-05 | Add AID_VPN_IPv[46] support to addr2sa. It only converts the address part | Claudio Jeker |
2021-01-05 | double word fix; from martin vahlensieck | Jason McIntyre |
2021-01-04 | the tx doorbell is next to the rx doorbell, not on top of it. | David Gwynne |
2021-01-04 | estructure sntrup761.sh to process all files in a single list, which will | Darren Tucker |
2021-01-04 | Process pppoe(4) packets directly, do not queue through netis | kn |