Age | Commit message (Expand) | Author |
2014-02-07 | -Wold-style-declaration is not supported by gcc 3. | Miod Vallat |
2014-02-07 | remove some logging that makes ssh debugging output very verbose; | Damien Miller |
2014-02-06 | in ssh_create_socket(), only do the getaddrinfo for BindAddress when | Damien Miller |
2014-02-05 | tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ | Christian Weisgerber |
2014-02-04 | delay lowercasing of hostname until right before hostname | Damien Miller |
2014-02-03 | fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike | Damien Miller |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2014-01-30 | allow shutdown(2) syscall in sandbox - it may be called by packet_close() | Damien Miller |
2014-01-29 | document kbdinteractiveauthentication; | Jason McIntyre |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2014-01-29 | In the experimental, never-enabled JPAKE code: clear returned digest and | Damien Miller |
2014-01-29 | use kill(0, ...) instead of killpg(0, ...); on most operating systems | Damien Miller |
2014-01-28 | rename digest.c to digest-openssl.c and add libc variant; ok djm@ | Markus Friedl |
2014-01-28 | kill some bad Pa; | Jason McIntyre |
2014-01-27 | replace openssl MD5 with our ssh_digest_*; ok djm@ | Markus Friedl |
2014-01-27 | replace openssl HMAC with an implementation based on our ssh_digest_* | Markus Friedl |
2014-01-25 | dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len) | Markus Friedl |
2014-01-25 | Add a special case for the DH group size for 3des-cbc, which has an | Darren Tucker |
2014-01-20 | memleak; found by Loganaden Velvindron @ AfriNIC; ok markus@ | Damien Miller |
2014-01-19 | Cast the sizeof to socklen_t so it'll work even if the supplied len is | Darren Tucker |
2014-01-19 | fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal | Damien Miller |
2014-01-19 | Cast socklen_t when comparing to size_t and use socklen_t to iterate over | Darren Tucker |
2014-01-18 | explicitly define USE_PIPES to 1 to prevent redefinition warnings in portable | Darren Tucker |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus |
2014-01-17 | fix log message statvfs. ok djm | Darren Tucker |
2014-01-17 | remove unused includes. ok djm@ | Darren Tucker |
2014-01-17 | signed/unsigned comparison warning fix; from portable | Damien Miller |
2014-01-16 | openssh-6.5 | Damien Miller |
2014-01-16 | needless and incorrect cast to size_t can break resumption of | Damien Miller |
2014-01-12 | avoid use of OpenSSL BIGNUM type and functions for KEX with | Damien Miller |
2014-01-10 | the /etc/ssh/ssh_host_ed25519_key is loaded by default too | Damien Miller |
2014-01-09 | ban clients/servers that suffer from SSH_BUG_DERIVEKEY, they are ancient, | Damien Miller |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller |
2014-01-09 | When formating the time for "ls -l"-style output, show dates in the future | Philip Guenther |
2014-01-04 | use standard types and formats for size_t like variables. ok dtucker | Ted Unangst |
2013-12-30 | refuse RSA keys from old proprietary clients/servers that use the | Damien Miller |
2013-12-29 | when showing other hostkeys, don't forget Ed25519 keys | Damien Miller |
2013-12-29 | don't forget to load Ed25519 certs too | Damien Miller |
2013-12-29 | don't refuse to load Ed25519 certificates | Damien Miller |
2013-12-29 | allow deletion of ed25519 keys from the agent | Damien Miller |
2013-12-29 | to make sure we don't omit any key types as valid CA keys again, | Damien Miller |
2013-12-29 | correct comment for key_drop_cert() | Damien Miller |
2013-12-29 | correct comment for key_to_certified() | Damien Miller |
2013-12-29 | allow ed25519 keys to appear as certificate authorities | Damien Miller |
2013-12-27 | correct comment | Damien Miller |
2013-12-27 | make the original RSA and DSA signing/verification code look more like | Damien Miller |
2013-12-21 | small typo | Ted Unangst |
2013-12-19 | use full name for author, with his permission | Damien Miller |
2013-12-19 | bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent | Damien Miller |