summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-23Fix some ranges and type handling.Martijn van Duren
2021-03-23Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIBMartijn van Duren
2021-03-23Don't send DELETE notify if IKE SA is replaced because oftobhe
2021-03-23OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()Theo Buehler
2021-03-23change pfIfDescr and pfLogIfName from plain OCTET STRING (which has noStuart Henderson
2021-03-23Use a pointer called bufp to point to a buffer called bufnMark Lumsden
2021-03-23Correct how many arguments some functions take for interpreter.c.Mark Lumsden
2021-03-23Use time_t for intermediate lease time values when calculating humanFlorian Obser
2021-03-23Timed out RSA key ops, may leave uncalled for responses in the imsg returnClaudio Jeker
2021-03-23Document SIOCGIFADDR and SIOCSIFADDR ioctls for tap devices.Claudio Jeker
2021-03-23Make a parameter to an mg function not throw an error justMark Lumsden
2021-03-23Document the @version suffix that can be added when running 'portgen go'Aaron Bieber
2021-03-23Fix a corner case bug in Rx block ack window gap-wait timeout handling.Stefan Sperling
2021-03-23When moving the Rx block ack window forward do not implicitly rely onStefan Sperling
2021-03-23Make a child execute fork_return() only if PTRACE_FORK has been specified.Martin Pieuchot
2021-03-23Skip first frame when saving stacktraces, it's always witness_checkorder().Martin Pieuchot
2021-03-23Pack the SPCR struct definition since the struct isn't naturally alignedPatrick Wildt
2021-03-22Now that MSI pages are properly mapped, all that debug code in smmu(4)Patrick Wildt
2021-03-22Don't leak ca in test_cms_sign_verify().Theo Buehler
2021-03-22Load MSI pages through bus_dma(9). Our interrupt controllers for MSIsPatrick Wildt
2021-03-22Plug a few memory leaks reported by Ilya ShipitsinTheo Buehler
2021-03-22Properly reflect stopping statekn
2021-03-22Update device-tree bindingskn
2021-03-22BOOTP has a minimum packet length of 300 bytes. Since DHCP isFlorian Obser
2021-03-22Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florianOtto Moerbeek
2021-03-22Remove unveil() from the rsync_sender() and flist_gen(). The sender isClaudio Jeker
2021-03-22Adjust function name in error strings.Claudio Jeker
2021-03-22Adjust a type to unsigned since the io function works on unsigned ints.Claudio Jeker
2021-03-22Put comment where it belongs also remove an assert() that checks for anClaudio Jeker
2021-03-22Compare explicitly against NULL.Claudio Jeker
2021-03-22Make fmt argument const. Format local vars a bit.Claudio Jeker
2021-03-22Let iwn(4) simply clear frames before the firmware's BA window, insteadStefan Sperling
2021-03-22Start the move to TAILQ for expressions instead of an SLIST.Mark Lumsden
2021-03-22document NEVER_CLEANMarc Espie
2021-03-21The tag comes after iface in iked.conf(5).tobhe
2021-03-21Fully initialize rrec in tls12_record_layer_open_record_protectedTheo Buehler
2021-03-21Revise regress to match handshake struct changes.Joel Sing
2021-03-21Move the TLSv1.3 handshake struct inside the shared handshake struct.Joel Sing
2021-03-21Use new terminology of RFC 8981 and (mechanically) replace "privacy"Florian Obser
2021-03-21wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@Stuart Henderson
2021-03-21Split TLSv1.3 record protection from record layer.Joel Sing
2021-03-21Build options regress with -DLIBRESSL_INTERNAL.Joel Sing
2021-03-21Avoid a use-after-scope in tls13_cert_add().Joel Sing
2021-03-21Include wstpad allocations when cleaning up wsmouse resources.Ulf Brosziewski
2021-03-21Disambiguate expressions.Visa Hankala
2021-03-21Plug memory leak reported by Ilya ShipitsinTheo Buehler
2021-03-21Don't warn that we can't form a temporary address when a routerFlorian Obser
2021-03-21Add quoted strings capability in list values, no special charsMark Lumsden
2021-03-21makes `struct execsw' to:Sebastien Marie
2021-03-21Use uppercases for defines.Martin Pieuchot