Age | Commit message (Expand) | Author |
2015-04-22 | unknown certificate extensions are non-fatal, so don't fatal | Damien Miller |
2015-04-21 | Add back a backslash removed in rev 1.42 so KEX_SERVER_ENCRYPT will | Jonathan Gray |
2015-04-17 | s/recommended/required/ that private keys be og-r | Damien Miller |
2015-04-17 | don't try to cleanup NULL KEX proposals in kex_prop_free(); | Damien Miller |
2015-04-17 | use error/logit/fatal instead of fprintf(stderr, ...) and exit(0), | Damien Miller |
2015-04-17 | debug log missing DISPLAY environment when X11 forwarding | Damien Miller |
2015-04-17 | don't call record_login() in monitor when UseLogin is enabled; | Damien Miller |
2015-04-17 | Add some missing options to sshd -T and fix the output of VersionAddendum | Darren Tucker |
2015-04-16 | Document "none" for PidFile XAuthLocation TrustedUserCAKeys and RevokedKeys. | Darren Tucker |
2015-04-15 | Plug leak of address passed to logging. bz#2373, patch from jjelen at redhat, | Darren Tucker |
2015-04-14 | Output remote username in debug output since with Host and Match it's not | Darren Tucker |
2015-04-13 | deprecate ancient, pre-RFC4419 and undocumented | Damien Miller |
2015-04-10 | Don't send hostkey advertisments (hostkeys-00@openssh.com) to current | Darren Tucker |
2015-04-10 | include port number if a non-default one has been specified; | Damien Miller |
2015-04-07 | treat Protocol=1,2|2,1 as Protocol=2 when compiled without SSH1 | Damien Miller |
2015-04-05 | Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@ | Miod Vallat |
2015-04-03 | correct return value in pubkey parsing, spotted by Ben Hawkes | Damien Miller |
2015-03-31 | downgrade error() for known_hosts parse errors to debug() to quiet | Damien Miller |
2015-03-31 | fd leak for !ssh1 case; found by unittests; ok markus@ | Damien Miller |
2015-03-31 | don't fatal when a !ssh1 sshd is reexeced from a w/ssh1 listener; | Damien Miller |
2015-03-31 | Comments are only supported for RSA1 keys. If a user tried to add one and | Tobias Stoeckmann |
2015-03-30 | ssh-askpass(1) is the default, overridden by SSH_ASKPASS; | Jason McIntyre |
2015-03-30 | fix uninitialised memory read when parsing a config file consisting | Damien Miller |
2015-03-26 | sigp and lenp are not optional in ssh_agent_sign(); ok djm@ | Markus Friedl |
2015-03-26 | don't try to load .ssh/identity by default if SSH1 is disabled; ok markus@ | Christian Weisgerber |
2015-03-26 | ban all-zero curve25519 keys as recommended by latest | Damien Miller |
2015-03-26 | relax bits needed check to allow diffie-hellman-group1-sha1 key | Damien Miller |
2015-03-25 | ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless WITH_SSH1) | Markus Friedl |
2015-03-25 | unbreak ssh_agent_sign (lenp vs *lenp) | Markus Friedl |
2015-03-24 | don't leak 'setp' on error; noted by Nicholas Lemonias; ok djm@ | Markus Friedl |
2015-03-24 | consistent check for NULL as noted by Nicholas Lemonias; ok djm@ | Markus Friedl |
2015-03-24 | correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@ | Markus Friedl |
2015-03-24 | promote chacha20-poly1305@openssh.com to be the default cipher; | Damien Miller |
2015-03-24 | Compile-time disable SSH protocol 1. You can turn it back on using | Damien Miller |
2015-03-24 | fix double-negative error message "ssh1 is not unsupported" | Damien Miller |
2015-03-23 | for ssh-keygen -A, don't try (and fail) to generate | Damien Miller |
2015-03-18 | KRL support doesn't need OpenSSL anymore, remove #ifdefs | Damien Miller |
2015-03-16 | #if 0 some more arrays used only for decrypting (we don't use | Damien Miller |
2015-03-11 | add back the changes from rev 1.206, djm reverted this by mistake in | Jonathan Gray |
2015-03-06 | fix sshkey_certify() return value for unsupported key types; | Damien Miller |
2015-03-04 | make ssh-add -D work with !SSH1 agent | Damien Miller |
2015-03-04 | crank; ok markus, deraadt | Damien Miller |
2015-03-03 | add SSH1 Makefile knob to make it easier to build without SSH1 support; | Damien Miller |
2015-03-03 | Allow "ssh -Q protocol-version" to list supported SSH protocol | Damien Miller |
2015-03-01 | Make sure we only call getnameinfo() for AF_INET or AF_INET6 sockets. | Todd C. Miller |
2015-02-26 | don't printf NULL key comments; reported by Tom Christensen | Damien Miller |
2015-02-25 | zero cmsgbuf before use; we initialise the bits we use but | Damien Miller |
2015-02-25 | fix small memory leak when UpdateHostkeys=no | Damien Miller |
2015-02-25 | don't leak validity of user in "too many authentication failures" | Damien Miller |
2015-02-24 | add -v (show ASCII art) to -l's synopsis; ok djm@ | Christian Weisgerber |