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