summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-05-31use the ssh_dispatch_run_fatal variantMarkus Friedl
2017-05-31another ctx => ssh conversion (in GSSAPI code)Damien Miller
2017-05-31spell out that custom options/extensions should follow the usual SSHDamien Miller
2017-05-31one more void *ctx => struct ssh *ssh conversionDamien Miller
2017-05-31close fd on an exit pathJonathan Gray
2017-05-31one more void *ctx => struct ssh *ssh conversionDamien Miller
2017-05-31fix possible OOB strlen() in SOCKS4A hostname parsing; ok markus@Damien Miller
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-30tweak previous;Jason McIntyre
2017-05-30tweak previous;Jason McIntyre
2017-05-30STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze
2017-05-30Add RemoteCommand option to specify a command in the ssh configAlexander Bluhm
2017-05-30fix formatting of intermediate punctuation in .LkIngo Schwarze
2017-05-30Macro argument quoting does not prevent recognition of punctuationIngo Schwarze
2017-05-30usage and order tweaks from jmcTed Unangst
2017-05-30stop reacharound from w(1) to ps(1); no functional change;Ingo Schwarze
2017-05-30id -R: make current rdomain more easily accessible to the shellTed Unangst
2017-05-30switch auth2 to ssh_dispatch API; ok djm@Markus Friedl
2017-05-30switch auth2-none.c to modern APIs; ok djm@Markus Friedl
2017-05-30switch auth2-passwd.c to modern APIs; ok djm@Markus Friedl
2017-05-30switch auth2-hostbased.c to modern APIs; ok djm@Markus Friedl
2017-05-30protocol handlers all get struct ssh passed; ok djm@Markus Friedl
2017-05-30ssh: pass struct ssh to auth functions, too; ok djm@Markus Friedl
2017-05-30sshd: pass struct ssh to auth functions; ok djm@Markus Friedl
2017-05-30remove unused wrapper functions from key.[ch]; ok djm@Markus Friedl
2017-05-30sshkey_new() might return NULL (pkcs#11 code only); ok djm@Markus Friedl
2017-05-30switch sshconnect.c to modern APIs; ok djm@Markus Friedl
2017-05-30switch auth2-pubkey.c to modern APIs; with & ok djm@Markus Friedl
2017-05-30switch from Key typedef with struct sshkey; ok djm@Markus Friedl
2017-05-30remove ssh1 references; ok djm@Markus Friedl
2017-05-30revise sshkey_load_public(): remove ssh1 related comments, remove extraMarkus Friedl
2017-05-30Preserve search string when entering prompt again.Nicholas Marriott
2017-05-30The is open-file command is actually called find-file. Typo pointed outTheo Buehler
2017-05-30fix -Wshadow warnings.Florian Obser
2017-05-30Unbreak previous for git diffs that do not have the a/ prefix.Florian Obser
2017-05-30avoid some shadow warnings. from Brian CallahanTed Unangst
2017-05-30fix a shadow warning. from Brian CallahanTed Unangst
2017-05-30rename variable to avoid shadow. from Brian CallahanTed Unangst
2017-05-29Add a flag to stop the prompt input being expanded.Nicholas Marriott
2017-05-29Store a copy of the old status line, will be needed soon for new choose mode.Nicholas Marriott
2017-05-29Function to count clients.Nicholas Marriott
2017-05-29Add ||, && format operators and C: to search pane content.Nicholas Marriott
2017-05-29cvs_file_classify() was making the mistake of only taking over a stickyJoris Vink
2017-05-29Add m: for fnmatch(3) format matching.Nicholas Marriott
2017-05-29Remove unused zclose function.Frederic Cambus
2017-05-29zap scanio.h, found by deraadtTed Unangst
2017-05-29tweak previous to read a little better;Jason McIntyre
2017-05-29remove mention of Berknet and mailaddr.7Ted Unangst
2017-05-29Do not factor in screen_hsize() for the visible copy mode screen whenNicholas Marriott
2017-05-29Tweak text to mention initial size, from John Hood.Nicholas Marriott