Age | Commit message (Expand) | Author |
2017-05-30 | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze |
2017-05-30 | usage and order tweaks from jmc | Ted Unangst |
2017-05-30 | stop reacharound from w(1) to ps(1); no functional change; | Ingo Schwarze |
2017-05-30 | id -R: make current rdomain more easily accessible to the shell | Ted Unangst |
2017-05-30 | switch auth2 to ssh_dispatch API; ok djm@ | Markus Friedl |
2017-05-30 | switch auth2-none.c to modern APIs; ok djm@ | Markus Friedl |
2017-05-30 | switch auth2-passwd.c to modern APIs; ok djm@ | Markus Friedl |
2017-05-30 | switch auth2-hostbased.c to modern APIs; ok djm@ | Markus Friedl |
2017-05-30 | protocol handlers all get struct ssh passed; ok djm@ | Markus Friedl |
2017-05-30 | ssh: pass struct ssh to auth functions, too; ok djm@ | Markus Friedl |
2017-05-30 | sshd: pass struct ssh to auth functions; ok djm@ | Markus Friedl |
2017-05-30 | remove unused wrapper functions from key.[ch]; ok djm@ | Markus Friedl |
2017-05-30 | sshkey_new() might return NULL (pkcs#11 code only); ok djm@ | Markus Friedl |
2017-05-30 | switch sshconnect.c to modern APIs; ok djm@ | Markus Friedl |
2017-05-30 | switch auth2-pubkey.c to modern APIs; with & ok djm@ | Markus Friedl |
2017-05-30 | switch from Key typedef with struct sshkey; ok djm@ | Markus Friedl |
2017-05-30 | remove ssh1 references; ok djm@ | Markus Friedl |
2017-05-30 | revise sshkey_load_public(): remove ssh1 related comments, remove extra | Markus Friedl |
2017-05-30 | Preserve search string when entering prompt again. | Nicholas Marriott |
2017-05-30 | The is open-file command is actually called find-file. Typo pointed out | Theo Buehler |
2017-05-30 | fix -Wshadow warnings. | Florian Obser |
2017-05-30 | Unbreak previous for git diffs that do not have the a/ prefix. | Florian Obser |
2017-05-30 | avoid some shadow warnings. from Brian Callahan | Ted Unangst |
2017-05-30 | fix a shadow warning. from Brian Callahan | Ted Unangst |
2017-05-30 | rename variable to avoid shadow. from Brian Callahan | Ted Unangst |
2017-05-29 | Add a flag to stop the prompt input being expanded. | Nicholas Marriott |
2017-05-29 | Store a copy of the old status line, will be needed soon for new choose mode. | Nicholas Marriott |
2017-05-29 | Function to count clients. | Nicholas Marriott |
2017-05-29 | Add ||, && format operators and C: to search pane content. | Nicholas Marriott |
2017-05-29 | cvs_file_classify() was making the mistake of only taking over a sticky | Joris Vink |
2017-05-29 | Add m: for fnmatch(3) format matching. | Nicholas Marriott |
2017-05-29 | Remove unused zclose function. | Frederic Cambus |
2017-05-29 | zap scanio.h, found by deraadt | Ted Unangst |
2017-05-29 | tweak previous to read a little better; | Jason McIntyre |
2017-05-29 | remove mention of Berknet and mailaddr.7 | Ted Unangst |
2017-05-29 | Do not factor in screen_hsize() for the visible copy mode screen when | Nicholas Marriott |
2017-05-29 | Tweak text to mention initial size, from John Hood. | Nicholas Marriott |
2017-05-28 | Support OSC 10 and 11 to set foreground and background colours, from | Nicholas Marriott |
2017-05-28 | when copying curvy files from ssh, an extra one snuck in. | Ted Unangst |
2017-05-28 | Change so that sessions created detached (-d or no client) are always | Nicholas Marriott |
2017-05-28 | Also recalculate session sizes when refreh-client -C is used. GitHub | Nicholas Marriott |
2017-05-28 | Let opencvs show ignored files on import, not showing them is just confusing. | Joris Vink |
2017-05-28 | Don't allow opencvs to commit towards tags that are not branches. | Joris Vink |
2017-05-28 | Teach opencvs status to display the sticky tag according to what it really | Joris Vink |
2017-05-28 | Bring the opencvs log message template inline with other cvs implementations. | Joris Vink |
2017-05-27 | Make libtool handle --tag=... inside command line. | Vadim Zhukov |
2017-05-27 | for password failure, print Authorization failed instead of EPERM. | Ted Unangst |
2017-05-27 | trim some unused compile options for alternative character forms. | Ted Unangst |
2017-05-26 | sshbuf_consume: reset empty buffer; ok djm@ | Markus Friedl |
2017-05-26 | sometimes patches coming from other places have extra a/ and b/ directories | Ted Unangst |