summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-01-28Make slot_{attach,detach}() the opposite of each otherAlexandre Ratchov
2021-01-28Drop unused dev_nctl() function and few unused prototypesAlexandre Ratchov
2021-01-27fix leak: was double allocating kex->session_id bufferDamien Miller
2021-01-27update comment, SMALL was split into SMALL and NOSSLStuart Henderson
2021-01-27Promote nrules/maxrules to size_t and make sure they can't overflow.Todd C. Miller
2021-01-27Flush pending output before entering or exiting alternate screen ratherNicholas Marriott
2021-01-27this needs kex.h nowDamien Miller
2021-01-27make ssh->kex->session_id a sshbuf instead of u_char*/size_t andDamien Miller
2021-01-27remove global variable used to stash compat flags and use theDamien Miller
2021-01-27fix -fno-common issues; ok mortimerTheo de Raadt
2021-01-27Logical not bitwise or. ok djm@Darren Tucker
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromTheo de Raadt
2021-01-26sockb variable is unused (and even worse, was common unused)Theo de Raadt
2021-01-26satisfy -fno-common by repairing one enum declTheo de Raadt
2021-01-26move HostbasedAcceptedAlgorithms to the right place in alphabetical orderChristian Weisgerber
2021-01-26Remove unused variables leftover from refactoring. ok djm@Darren Tucker
2021-01-26Always resize the original screen before copying when exiting theNicholas Marriott
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-26refactor key constraint parsing in ssh-agentDamien Miller
2021-01-26more ssh-agent refactoringDamien Miller
2021-01-26make struct hostkeys public; I have no idea why I made it opaqueDamien Miller
2021-01-26move check_host_cert() from sshconnect,c to sshkey.c and refactorDamien Miller
2021-01-26use recallocarray to allocate the agent sockets table; also clearDamien Miller
2021-01-26factor out common code in the agent clientDamien Miller
2021-01-25fix filtering on kstat unit numbersDavid Gwynne
2021-01-25make ssh hostbased authentication send the signature algorithm inDamien Miller
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