summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.Theo Buehler
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.Theo Buehler
2021-01-22Private functions in the kernel do not to be prototyped.Todd C. Miller
2021-01-22Cleanup and document the code a bitClaudio Jeker
2021-01-22fix a memory leak, found by rob@ in relayd.Sebastian Benoit
2021-01-22Revert clear changes to writing as they don't work properly, betterNicholas Marriott
2021-01-22Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546Nicholas Marriott
2021-01-22Fix some cursor movement commands, from Anindya Mukherjee.Nicholas Marriott
2021-01-22Adjust for traphandler process removal commit.Martijn van Duren
2021-01-22Remove the traphandler process, which was nothing more then a sham.Martijn van Duren
2021-01-22Valid integer and enumerated types always have non-zero length. Performrob
2021-01-22PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms here too.Darren Tucker
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.Darren Tucker
2021-01-21when using fake keys, skip the private key checkEric Faurot
2021-01-21return -1 on error for consistencyEric Faurot
2021-01-21Ignore special keys returned by the curses getch() function.Todd C. Miller
2021-01-21ndp only deals with current localtime. Print time with subsecondFlorian Obser
2021-01-21sync for libtls bumpEric Faurot
2021-01-21minor bump after symbol additionEric Faurot
2021-01-21Allow setting a keypair on a tls context without specifying the privateEric Faurot
2021-01-21Mop up unused dtls1_build_sequence_number() function.Joel Sing
2021-01-21Pledge violation for SO_RTABLE prints "wroute" now. Adapt test.Alexander Bluhm
2021-01-21Handle NO_PROPOSAL_CHOSEN for CREATE_CHILD_SA.tobhe
2021-01-21Add support for INVALID_KE_PAYLOAD in CREATE_CHILD_SAtobhe
2021-01-21revert previous after complaints from sthen and deraadt;Jason McIntyre
2021-01-21Make it possible to convert map arguments to long and insert nsecs in maps.Martin Pieuchot
2021-01-21carp(4): convert ifunit() to if_unit(9)mvs
2021-01-21vlan(4): convert ifunit() to if_unit(9)mvs
2021-01-21remove an unneccessary escape; from martin vahlensieckJason McIntyre
2021-01-21let vfs keep track of nonblocking state for us.David Gwynne
2021-01-21Document IFM_2500_T media type.Kevin Lo
2021-01-21Backport "Squelch udp connect 'no route to host' errors" from upstream.Stuart Henderson
2021-01-21Revert r1.87 "Pledge before authentication when possible"kn
2021-01-21some updates from pjanzen;Jason McIntyre
2021-01-21don't set AUTO_RETRY. it's a remnant of an experiment.Theo Buehler
2021-01-21Rearrange variables in dump / restore to handle -fno-common.mortimer
2021-01-20An invalid packet may not have set src and dst in packet descriptor.Alexander Bluhm
2021-01-20Missing return value; ok jmc@Otto Moerbeek
2021-01-20Make sure to enforce matching dstid as initiator. Use policy lookuptobhe
2021-01-20Cleanup, fix and add a few more test cases. Make sure that the decisionClaudio Jeker
2021-01-20Test path MTU discovery with IPv6 TCP packets tunneled in IPv4 ESP.Alexander Bluhm
2021-01-20If pledge "wroute" is missing for setsockopt SO_RTABLE, print failureAlexander Bluhm
2021-01-20Check the rewritten address output from tcpdump -e on pflog.Alexander Bluhm
2021-01-20Print rewritten addresses in tcpdump(8) logged with pflog(4) forAlexander Bluhm
2021-01-20Reprogram outbound windows to match the device tree. Necessary becauseMark Kettenis
2021-01-20typo; spotted by jmcStuart Henderson
2021-01-20Check management capabilities before trying to attach temperature sensors,Jonathan Matthew
2017-02-06Test combinations of IPsec tunnel and transport mode on severalAlexander Bluhm
2021-01-20Pledge before authentication when possiblekn
2021-01-20Change so that window_flags escapes # automatically which means configsNicholas Marriott