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