summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-07-20zap whitespacesRicardo Mestre
2018-07-20slightly-clearer description for AuthenticationMethods - the listsDamien Miller
2018-07-20remove unused zlib.hDamien Miller
2018-07-19Fix typo in comment. From Alexandru Iacob via github.Darren Tucker
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-07-18Convert from fgetln(3) to getline(3). Based on a diff from Lauri Tirkkonen.Todd C. Miller
2018-07-18Remove support for running ssh(1) setuid and fatal if attempted.Darren Tucker
2018-07-17When a key isn't in the first table, we need to try the same key againNicholas Marriott
2018-07-16Slot 0 in the hostbased key array was previously RSA1, but that isDarren Tucker
2018-07-16Remove support for loading HostBasedAuthentication keys directly inDarren Tucker
2018-07-16Add an "Any" key to run a command if a key is pressed that is not boundNicholas Marriott
2018-07-16keep options.identity_file_userprovided array in sync when we loadDamien Miller
2018-07-16memleaks; found by valgrindDamien Miller
2018-07-15Fix new-window -k, GitHub issue 1403.Nicholas Marriott
2018-07-14don't run cvs_client_sendfile() if its file_type is CVS_DIR, but do notJoris Vink
2018-07-13Remove cscope leftover and a stray comma.Anthony J. Bentley
2018-07-13openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha
2018-07-13Add & update author credits for Mary Ann Horton.cheloha
2018-07-13Unveiling unveil(2).Bob Beck
2018-07-13Use "rtable" not "tableid" as argument name for rtablekn
2018-07-13Unused variable.Kenneth R Westerback
2018-07-13Unused variables.Kenneth R Westerback
2018-07-13Fix some comments referencing sockets which are not used by the ber api. Therob
2018-07-13Fix loop condition in ber.c. Discussed with claudio.rob
2018-07-12Use (mostly) the same capitalisation in the replacement string as inFlorian Obser
2018-07-12remove prototype to long-gone functionDamien Miller
2018-07-11treat ssh_packet_write_wait() errors as fatal; ok djm@Markus Friedl
2018-07-11remove legacy key emulation layer; ok djm@Markus Friedl
2018-07-11When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.Kenneth R Westerback
2018-07-11After opening all the needed files, tighten the pledge(2)Ingo Schwarze
2018-07-11Repair the regression introduced by the recent refactoringIngo Schwarze
2018-07-11Expand formats in load-buffer and save-buffer.Nicholas Marriott
2018-07-11s/wuth/with/ in commentMartijn van Duren
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-11Make the output of the list command more sensible for the output device.Martijn van Duren
2018-07-11Helper function to shorten history.Nicholas Marriott
2018-07-11Rephrase the wording on the replacement string of the substitute command.Martijn van Duren
2018-07-11Add function comments.Nicholas Marriott
2018-07-11Remove an old and false comment. REALLOC now free(3)s the code if reallocMartijn van Duren
2018-07-10re-remove some pre-auth compression bitsStefan Fritsch
2018-07-10kerberos/gssapi fixes for buffer removalDamien Miller
2018-07-10Disentangle the "SED ADDRESSES", "SED REGULAR EXPRESSIONS",Ingo Schwarze
2018-07-10buffer.[ch] and bufaux.c are no moreDamien Miller
2018-07-10one mention of Buffer that almost got away :)Damien Miller
2018-07-09replace cast with call to sshbuf_mutable_ptr(); ok djm@Markus Friedl
2018-07-09remove legacy buffer API emulation layer; ok djm@Markus Friedl
2018-07-09sshd: switch monitor to sshbuf API; lots of help & ok djm@Markus Friedl
2018-07-09sshd: switch GSSAPI to sshbuf API; ok djm@Markus Friedl
2018-07-09sshd: switch authentication to sshbuf API; ok djm@Markus Friedl
2018-07-09sshd: switch config to sshbuf API; ok djm@Markus Friedl