summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-02-01Add a no-detached choice to detach-on-destroy which detaches only ifNicholas Marriott
2021-02-01update currency exchange rates;Jason McIntyre
2021-02-01some article fixes; from eddie youseph and grepJason McIntyre
2021-01-31more strictly enforce KEX state-machine by banning packet typesDamien Miller
2021-01-31replace fgetln(3) with getline(3) in sedChristian Weisgerber
2021-01-31Set linesize returned by getline to zero when freeing and NULLing theDarren Tucker
2021-01-30Fix delay parsing by stealing from strtonum and returning a proper error toMartijn van Duren
2021-01-29Make audio clients use struct opt to reach the deviceAlexandre Ratchov
2021-01-29Make control clients use struct opt to reach the deviceAlexandre Ratchov
2021-01-29Rename ctlslot->mask to ctlslot->self to match the rest of the codeAlexandre Ratchov
2021-01-29Order opt_list in opt_new() call order, limit items to OPT_NMAXAlexandre Ratchov
2021-01-29Move the options list out of the device structureAlexandre Ratchov
2021-01-29Move the control client state out of the device structureAlexandre Ratchov
2021-01-29Move the audio clients state out of the device structureAlexandre Ratchov
2021-01-29Trim output overwritten by later text or clears completely rather thanNicholas Marriott
2021-01-29fix the values of enum sock_typeDamien Miller
2021-01-29give typedef'd struct a struct name; makes the fuzzer I'm writing a bitDamien Miller
2021-01-28When an audio device is disconnected, drop MIDI clients controlling itAlexandre Ratchov
2021-01-28Dont attempt to drain disconnected clientsAlexandre Ratchov
2021-01-28In slot_xxx(), store dev pointer in local variableAlexandre Ratchov
2021-01-28Use everywhere the same pattern to handle fractional clock ticksAlexandre Ratchov
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