Age | Commit message (Expand) | Author |
2015-12-31 | fix three bugs in KRL code related to (unused) signature support: | Damien Miller |
2015-12-30 | unused prototype | Damien Miller |
2015-12-26 | Use pread/pwrite instead separate lseek+read/write for lastlog. | Philip Guenther |
2015-12-26 | adjust pledge promises for ControlMaster: when using "ask" or "autoask", the ... | Sebastien Marie |
2015-12-13 | unbreak connections with peers that set first_kex_follows; | Damien Miller |
2015-12-11 | Add "id" to ssh-agent pledge for subprocess support. | Doug Hogan |
2015-12-11 | Remove NULL-checks before sshbuf_free(). | mmcc |
2015-12-11 | include remote port number in a few more messages; makes tying log | Damien Miller |
2015-12-11 | don't try to load SSHv1 private key when compiled without SSHv1 | Damien Miller |
2015-12-11 | use SSH_MAX_PUBKEY_BYTES consistently as buffer size when reading key | Damien Miller |
2015-12-11 | Remove NULL-checks before sshkey_free(). | mmcc |
2015-12-11 | fflush stdout so that output is seen even when running in debug mode when | Darren Tucker |
2015-12-11 | correct error messages; from Tomas Kuthan bz#2507 | Damien Miller |
2015-12-11 | Pass (char *)NULL rather than (char *)0 to execl and execlp. | mmcc |
2015-12-10 | Remove NULL-checks before free(). | mmcc |
2015-12-10 | Fix a couple "the the" typos. ok dtucker@ | mmcc |
2015-12-07 | stricter encoding type checks for ssh-rsa; ok djm@ | Markus Friedl |
2015-12-05 | prefer rsa-sha2-512 over -256 for hostkeys, too; noticed by naddy@ | Markus Friedl |
2015-12-04 | Properly handle invalid %-format by calling fatal. | Tobias Stoeckmann |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-12-04 | clean up agent_fd handling; properly initialise it to -1 and | Damien Miller |
2015-12-03 | pledges ssh client: | Sebastien Marie |
2015-12-02 | Add "cpath" to the ssh-agent pledge so the cleanup handler can unlink(). | Doug Hogan |
2015-12-02 | ssh-agent pledge needs proc for askpass; spotted by todd@ | Damien Miller |
2015-12-01 | basic pledge() for ssh-agent, more refinement needed | Damien Miller |
2015-11-29 | pledge, better fatal() messages; feedback deraadt@ | Damien Miller |
2015-11-28 | do not leak temp file if there is no known_hosts file | Theo de Raadt |
2015-11-28 | don't include port number in tcpip-forward replies for requests | Damien Miller |
2015-11-27 | pledge "stdio rpath wpath cpath fattr tty proc exec" except for the | Theo de Raadt |
2015-11-20 | allow comment change for all supported formats | Alexander Hall |
2015-11-20 | add cast to make -Werror clean | Damien Miller |
2015-11-19 | ban ConnectionAttempts=0, it makes no sense and would cause | Damien Miller |
2015-11-19 | trailing whitespace | Damien Miller |
2015-11-19 | print host certificate contents at debug level | Damien Miller |
2015-11-19 | move the certificate validity formatting code to sshkey.[ch] | Damien Miller |
2015-11-18 | fix "ssh-keygen -l" of private key, broken in support for | Damien Miller |
2015-11-16 | Replace remaining calls to index(3) with strchr(3). OK jca@ krw@ | Todd C. Miller |
2015-11-16 | Allow fingerprinting from standard input "ssh-keygen -lf -" | Damien Miller |
2015-11-16 | always call privsep_preauth_child() regardless of whether sshd | Damien Miller |
2015-11-16 | improve sshkey_read() semantics; only update *cpp when a key | Damien Miller |
2015-11-16 | 1) Use xcalloc() instead of xmalloc() to check for potential overflow. | Loganaden Velvindron |
2015-11-16 | Add a new authorized_keys option "restrict" that includes all current | Damien Miller |
2015-11-15 | correct section number for ssh-agent; | Jason McIntyre |
2015-11-15 | do not confuse mandoc by presenting "Dd"; | Jason McIntyre |
2015-11-15 | Add an AddKeysToAgent client option which can be set to 'yes', 'no', | Joshua Stein |
2015-11-13 | send SSH2_MSG_UNIMPLEMENTED replies to unexpected messages during | Damien Miller |
2015-11-13 | Support "none" as an argument for sshd_config ForceCommand and | Damien Miller |
2015-11-13 | support multiple certificates (one per line) and reading from | Damien Miller |
2015-11-13 | list a couple more options usable in Match blocks; bz#2489 | Damien Miller |
2015-11-11 | improve PEEK/POKE macros: better casts, don't multiply evaluate | Damien Miller |