Age | Commit message (Expand) | Author |
2021-01-29 | Rename ctlslot->mask to ctlslot->self to match the rest of the code | Alexandre Ratchov |
2021-01-29 | Order opt_list in opt_new() call order, limit items to OPT_NMAX | Alexandre Ratchov |
2021-01-29 | Move the options list out of the device structure | Alexandre Ratchov |
2021-01-29 | Move the control client state out of the device structure | Alexandre Ratchov |
2021-01-29 | Move the audio clients state out of the device structure | Alexandre Ratchov |
2021-01-29 | Use NULL instead of 0 to clear v_socket pointer (which actually clears all | Claudio Jeker |
2021-01-29 | Adjust regress test, the hash argument to the parse functions was removed. | Claudio Jeker |
2021-01-29 | A while ago rpki-client was changed to validate the sha256 hashes of | Claudio Jeker |
2021-01-29 | Trim output overwritten by later text or clears completely rather than | Nicholas Marriott |
2021-01-29 | recognise Cortex-A78C | Jonathan Gray |
2021-01-29 | fix the values of enum sock_type | Damien Miller |
2021-01-29 | give typedef'd struct a struct name; makes the fuzzer I'm writing a bit | Damien Miller |
2021-01-29 | Whitespace. | rob |
2021-01-28 | Remove print_{debug,verbose} since they're currently unused and I see no | Martijn van Duren |
2021-01-28 | bridge(4): convert ifunit() to if_unit(9) | mvs |
2021-01-28 | trunk(4): convert ifunit to if_unit(9) | mvs |
2021-01-28 | Add '$' to ober_scanf_elements(). | Martijn van Duren |
2021-01-28 | bios_memmap[] should not be a common | Theo de Raadt |
2021-01-28 | Remove direct assignment of aead_ctx. | Joel Sing |
2021-01-28 | Add ldap(1) to the SEE ALSO section. OK deraadt@ | Todd C. Miller |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-28 | tpm(4): fix delay units | cheloha |
2021-01-28 | Move AEAD handling into the new TLSv1.2 record layer. | Joel Sing |
2021-01-28 | Show when witness(4) has run out of lock order data entries. | Visa Hankala |
2021-01-28 | Drop tcp_trace() from SMALL_KERNEL builds to make room on amd64 floppy | Visa Hankala |
2021-01-28 | Be consistent in not using parameter names for function prototypes; | Marcus Glocker |
2021-01-28 | When an audio device is disconnected, drop MIDI clients controlling it | Alexandre Ratchov |
2021-01-28 | Dont attempt to drain disconnected clients | Alexandre Ratchov |
2021-01-28 | In slot_xxx(), store dev pointer in local variable | Alexandre Ratchov |
2021-01-28 | Use everywhere the same pattern to handle fractional clock ticks | Alexandre Ratchov |
2021-01-28 | Make slot_{attach,detach}() the opposite of each other | Alexandre Ratchov |
2021-01-28 | Drop unused dev_nctl() function and few unused prototypes | Alexandre Ratchov |
2021-01-28 | handle "once" rules before letting pfsync defer tx of a packet. | David Gwynne |
2021-01-28 | A new resolver can be created while we currently run a check with the | Florian Obser |
2021-01-28 | Rename bNumInterface to bNumInterfaces to fix build on arm64. | Kurt Miller |
2021-01-28 | Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common. | mortimer |
2021-01-28 | Explicitly enable -fcommon, rather than untangle common symbols. | mortimer |
2021-01-28 | Extern privsep_process. Fixes compilation with -fno-common. | mortimer |
2021-01-28 | Extern transport_list. Fixed compilation with -fno-common. | mortimer |
2021-01-27 | if the route resolved in pf_route is invalid, generate an icmp error. | David Gwynne |
2021-01-27 | fix leak: was double allocating kex->session_id buffer | Damien Miller |
2021-01-27 | update comment, SMALL was split into SMALL and NOSSL | Stuart Henderson |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2021-01-27 | Unveil ldapd. Follow recent precedent and elect to forego the unlinking of | rob |
2021-01-27 | remove bogus key hack now that it's handled by libtls | Eric Faurot |
2021-01-27 | wrap an overlong line | Theo Buehler |
2021-01-27 | sync | Theo Buehler |
2021-01-27 | Link SSL_get_finished.3 to build. | Theo Buehler |
2021-01-27 | Write SSL_get_finished() documentation from scratch. | Theo Buehler |
2021-01-27 | Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i and | Theo Buehler |