Age | Commit message (Expand) | Author |
2016-02-15 | memleak of algorithm name in mm_answer_sign; reported by Jakub Jelen | Damien Miller |
2016-02-15 | Do a carriage return before password prompt. | martijn |
2016-02-15 | Add a function to enable security-related malloc_options. With and ok | Darren Tucker |
2016-02-12 | word fix from previous; ok sthen | Jason McIntyre |
2016-02-12 | Expand client formats in run-shell. | Nicholas Marriott |
2016-02-12 | avoid fatal() for PKCS11 tokens that present empty key IDs | Damien Miller |
2016-02-11 | Update comment: the #ifdef VDSUSP was removed in r1.22. | Tim van der Molen |
2016-02-11 | sync crypto algorithm lists in ssh_config(5) and sshd_config(5) | Damien Miller |
2016-02-11 | fix regression in openssh-6.8 sftp client: existing destination | Damien Miller |
2016-02-09 | avoid special characters; from michael reed | Jason McIntyre |
2016-02-09 | turn off more old crypto in the client: hmac-md5, ripemd, truncated | Damien Miller |
2016-02-09 | Replace a three step string duplication with strndup(). | mmcc |
2016-02-09 | For a long time, nomem() has been a wrapper for err(1, NULL) and | tb |
2016-02-08 | don't attempt to percent_expand() already-canonicalised addresses, | Damien Miller |
2016-02-08 | Fix a bug that caused nothing to be skipped when skipping exactly the | Ingo Schwarze |
2016-02-08 | remove main() declaration | mmcc |
2016-02-08 | sslv3 has been removed; | Jason McIntyre |
2016-02-08 | refactor activation of rekeying | Damien Miller |
2016-02-07 | require a tty for the password. | Ted Unangst |
2016-02-05 | Explain why we intentionally violate POSIX here, to prevent people from | Ingo Schwarze |
2016-02-05 | Make write explicitly ASCII only by transforming UTF-8 characters and non-ASCII | martijn |
2016-02-05 | Only check errno if read() has returned an error. EOF is not an error. | Christian Weisgerber |
2016-02-05 | Sort includes. | Jeremie Courreges-Anglas |
2016-02-05 | No need for pledge("rpath") | Jeremie Courreges-Anglas |
2016-02-05 | Do not wrap cursor at start or end of history, from Michal Mazurek. | Nicholas Marriott |
2016-02-05 | pledge(2) for talk(1): | mestre |
2016-02-05 | avoid an uninitialised value when NumberOfPasswordPrompts is 0 | Jonathan Gray |
2016-02-05 | mention internal DH-GEX fallback groups; bz#2302 | Damien Miller |
2016-02-05 | better description for MaxSessions; bz#2531 | Damien Miller |
2016-02-04 | printf argument casts to avoid warnings on strict compilers | Damien Miller |
2016-02-04 | Include stdint.h for the uint{8,16}_t types. OK nicm@ | Todd C. Miller |
2016-02-04 | Set up -t flag properly when passing new-session -A off to | Nicholas Marriott |
2016-02-03 | Rename a local var so that we can call the global message buffer msg. | mmcc |
2016-02-03 | fix off-by-one in argument parsing | Alexander Hall |
2016-02-03 | Remove needless alias macros for malloc and calloc. No binary change. I | mmcc |
2016-02-01 | Avoid ugly "DISPLAY "(null)" invalid; disabling X11 forwarding" | Todd C. Miller |
2016-02-01 | Hmm, SHELLSPRINT may be pointless, but keep it for consistency with other dbs. | Jeremie Courreges-Anglas |
2016-02-01 | Pointless #define | Jeremie Courreges-Anglas |
2016-02-01 | missing word; from jan stary | Jason McIntyre |
2016-02-01 | update currency exchange rates; | Jason McIntyre |
2016-02-01 | Remove unused headers and sort the remaining | mestre |
2016-01-31 | Clear RGB flags during selection. | Nicholas Marriott |
2016-01-31 | Whoops, need this for the previous reverse trim commit too. | Nicholas Marriott |
2016-01-31 | Add RGB escape sequences for capture-pane -e. | Nicholas Marriott |
2016-01-31 | Support negative trim values (#{=-10:pane_title}) to trim from the end, | Nicholas Marriott |
2016-01-31 | Fix new-session with -t after command flags changes, reported by Michael Grac... | Nicholas Marriott |
2016-01-30 | /var/tmp is dead, long live /tmp | martijn |
2016-01-30 | replace tail with basename | martijn |
2016-01-30 | replace progname variable in gs structure with getprogname | martijn |
2016-01-29 | Remove leftover roaming dead code. ok djm markus. | Darren Tucker |