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