Age | Commit message (Expand) | Author |
2021-01-24 | Add missing __KAME__ markers. | Florian Obser |
2021-01-23 | recognize those ubiquitous webp file | Marc Espie |
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 | PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms here too. | Darren Tucker |
2021-01-22 | Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms. | Darren Tucker |
2021-01-21 | revert previous after complaints from sthen and deraadt; | Jason McIntyre |
2021-01-21 | remove an unneccessary escape; from martin vahlensieck | Jason McIntyre |
2021-01-21 | Revert r1.87 "Pledge before authentication when possible" | kn |
2021-01-20 | Pledge before authentication when possible | kn |
2021-01-20 | Change so that window_flags escapes # automatically which means configs | Nicholas Marriott |
2021-01-18 | Hide some warnings on newer GCC versions, GitHUb issue 2525. | Nicholas Marriott |
2021-01-18 | There is no need to clear every line entirely before drawing to it, this | Nicholas Marriott |
2021-01-18 | Move usage definition out of header file to avoid issues with -fno-common. | mortimer |
2021-01-18 | Move defiition of sum variable from header file to avoid issues with | mortimer |
2021-01-18 | Move definition of pmode to main.c instead of a compress.h. Avoids linker | mortimer |
2021-01-18 | Extern tracks list to avoid linker issues with -fno-common. | mortimer |
2021-01-17 | Add -N flag to never start server even if command would normally do so, | Nicholas Marriott |
2021-01-17 | Replace SB_KNOTE and sb_flagsintr with direct checking of klist. | Visa Hankala |
2021-01-16 | Unle recover the scope_id from a possible embedded scope if the scope_id | Claudio Jeker |
2021-01-16 | s/authorization/authentication/g | Martijn van Duren |
2021-01-15 | Be more explicit by stating that the -n flag is linked to the nopass option | Martijn van Duren |
2021-01-15 | Make output buffer larger to prevent potential truncation warnings from | Darren Tucker |
2021-01-15 | Change types in convtime() unit test to int to match change its new type. | Darren Tucker |
2021-01-15 | In waitfd(), when poll returns early we are subtracting the elapsed time | Darren Tucker |
2021-01-14 | Minor grammatical correction. | rob |
2021-01-13 | Pledge the "-C" code path | kn |
2021-01-12 | const-ify lookup tables; ok ratchov@ | Christian Weisgerber |
2021-01-11 | Use sndiod's 8-th order FIR low-pass filter for resampling | Alexandre Ratchov |
2021-01-11 | Use a 8-th order FIR low-pass filter for resampling | Alexandre Ratchov |
2021-01-11 | Correct spelling of persourcenetblocksize in config-dump mode. | Darren Tucker |
2021-01-11 | Change convtime() from returning long to returning int. On platforms | Darren Tucker |
2021-01-09 | add a comma to previous; | Jason McIntyre |
2021-01-09 | kill trailing whitespace | Jasper Lievisse Adriaanse |
2021-01-09 | Add PerSourceMaxStartups and PerSourceNetBlockSize options which provide | Darren Tucker |
2021-01-09 | Move address handling functions out into their own file in order to reuse | Darren Tucker |
2021-01-09 | Move a premature optimization so that -s with offsets works. | Otto Moerbeek |
2021-01-08 | bowie died 10.1; from steffen nurpmeso | Jason McIntyre |
2021-01-08 | Missed from last commit. | Nicholas Marriott |
2021-01-08 | With incremental search, start empty and only repeat the previous search | Nicholas Marriott |
2021-01-08 | make CheckHostIP default to 'no'. It doesn't provide any perceptible | Damien Miller |
2021-01-08 | If a signature operation on a FIDO key fails with a "incorrect PIN" | Damien Miller |
2021-01-08 | don't try to use timespeccmp(3) directly as a qsort(3) comparison | Damien Miller |
2021-01-08 | Update the sntrup761 creation script and generated code: | Darren Tucker |
2021-01-08 | mention that DisableForwarding is valid in a sshd_config Match block | Damien Miller |
2021-01-06 | Insert joined pane before the target pane with -b, like for split. From | Nicholas Marriott |
2021-01-06 | Remove unused variable, from Ben Boeckel. | Nicholas Marriott |
2021-01-04 | estructure sntrup761.sh to process all files in a single list, which will | Darren Tucker |
2021-01-04 | Add a variant of remain-on-exit that only keeps the pane if the program | Nicholas Marriott |