| Commit message (Expand) | Author | Age | Files | Lines |
* | upstream: ssh-keyscan doesn't need it's own sshfatal() definition, it | djm@openbsd.org | 2024-10-18 | 1 | -13/+1 |
* | upstream: unreachable POLLERR case; from ya0guang via GHPR485 | djm@openbsd.org | 2024-10-18 | 1 | -2/+2 |
* | upstream: remove unneeded semicolons; checked by millert@ | jsg@openbsd.org | 2024-09-24 | 1 | -2/+2 |
* | upstream: pull post-quantum ML-KEM/x25519 key exchange out from | djm@openbsd.org | 2024-09-09 | 1 | -3/+1 |
* | upstream: be more strict in parsing key type names. Only allow | djm@openbsd.org | 2024-09-04 | 1 | -2/+2 |
* | upstream: Add experimental support for hybrid post-quantum key exchange | djm@openbsd.org | 2024-09-02 | 1 | -1/+4 |
* | upstream: make host/banner comments go to stderr instead of stdout, | djm@openbsd.org | 2024-06-14 | 1 | -5/+12 |
* | upstream: remove SSH1 leftovers | tobias@openbsd.org | 2024-05-08 | 1 | -48/+4 |
* | upstream: never close stdin | tobias@openbsd.org | 2024-05-08 | 1 | -4/+7 |
* | upstream: make DSA key support compile-time optional, defaulting to | djm@openbsd.org | 2024-01-11 | 1 | -1/+3 |
* | upstream: spelling; ok markus@ | jsg@openbsd.org | 2024-01-08 | 1 | -3/+3 |
* | handle sysconf(SC_OPEN_MAX) returning > INT_MAX; | Damien Miller | 2023-06-22 | 1 | -7/+12 |
* | upstream: handle rlimits > INT_MAX (rlim_t is u64); ok dtucker | djm@openbsd.org | 2023-06-21 | 1 | -6/+8 |
* | upstream: don't print key if printing hostname failed; with/ok | djm@openbsd.org | 2023-03-31 | 1 | -4/+5 |
* | upstream: space between macro and punctuation; sort usage(); | jmc@openbsd.org | 2023-02-16 | 1 | -3/+3 |
* | upstream: let ssh-keygen and ssh-keyscan accept | djm@openbsd.org | 2023-02-10 | 1 | -6/+16 |
* | upstream: spelling fixes; from paul tagliamonte amendments to his | jmc@openbsd.org | 2023-01-03 | 1 | -2/+2 |
* | upstream: remove '?' from getopt(3) loops | cheloha@openbsd.org | 2022-12-09 | 1 | -2/+1 |
* | upstream: allow ssh-keyscan(1) to accept CIDR address ranges, e.g. | djm@openbsd.org | 2022-10-28 | 1 | -3/+40 |
* | upstream: Strictly enforce the maximum allowed SSH2 banner size in | dtucker@openbsd.org | 2022-08-19 | 1 | -1/+15 |
* | upstream: When poll(2) returns -1, for some error conditions | deraadt@openbsd.org | 2022-01-25 | 1 | -4/+6 |
* | upstream: hash full host:port when asked to hash output, fixes hashes | djm@openbsd.org | 2021-12-03 | 1 | -2/+2 |
* | Put poll.h inside ifdef HAVE_POLL_H. | Darren Tucker | 2021-11-18 | 1 | -0/+2 |
* | upstream: check for POLLHUP wherever we check for POLLIN | djm@openbsd.org | 2021-11-18 | 1 | -2/+2 |
* | upstream: aggressively pre-fill the pollfd array with fd=-1 | deraadt@openbsd.org | 2021-11-17 | 1 | -1/+3 |
* | upstream: Convert from select() to ppoll(). Along the way, I | deraadt@openbsd.org | 2021-11-17 | 1 | -31/+22 |
* | upstream: Dynamically allocate encoded HashKnownHosts and free as | dtucker@openbsd.org | 2021-10-06 | 1 | -3/+4 |
* | upstream: remove global variable used to stash compat flags and use the | djm@openbsd.org | 2021-01-27 | 1 | -4/+3 |
* | upstream: Update/replace the experimental post-quantim hybrid key | djm@openbsd.org | 2020-12-29 | 1 | -2/+2 |
* | upstream: fix SEGV on fatal() errors spotted by dtucker@ | djm@openbsd.org | 2020-10-19 | 1 | -2/+2 |
* | upstream: use the new variant log macros instead of prepending | djm@openbsd.org | 2020-10-18 | 1 | -7/+5 |
* | upstream: variants of the log methods that append a ssherr.h string | djm@openbsd.org | 2020-10-18 | 1 | -3/+3 |
* | upstream: make the log functions that exit (sshlogdie(), | djm@openbsd.org | 2020-10-17 | 1 | -4/+4 |
* | upstream: revised log infrastructure for OpenSSH | djm@openbsd.org | 2020-10-16 | 1 | -4/+5 |
* | upstream: ssh-keyscan(1): simplify conloop() with timercmp(3), | cheloha@openbsd.org | 2020-08-27 | 1 | -13/+5 |
* | upstream: allow ssh-keyscan to find security key hostkeys | djm@openbsd.org | 2019-12-16 | 1 | -3/+21 |
* | upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@ | djm@openbsd.org | 2019-09-06 | 1 | -1/+3 |
* | upstream: include SHA2-variant RSA key algorithms in KEX proposal; | djm@openbsd.org | 2019-07-12 | 1 | -2/+7 |
* | upstream: When system calls indicate an error they return -1, not | deraadt@openbsd.org | 2019-07-05 | 1 | -6/+6 |
* | upstream: Replace calls to ssh_malloc_init() by a static init of | otto@openbsd.org | 2019-06-07 | 1 | -2/+1 |
* | upstream: make ssh-keyscan return a non-zero exit status if it | djm@openbsd.org | 2019-01-26 | 1 | -2/+6 |
* | upstream: rename kex->kem_client_pub -> kex->client_pub now that | djm@openbsd.org | 2019-01-21 | 1 | -9/+9 |
* | upstream: use KEM API for vanilla ECDH | djm@openbsd.org | 2019-01-21 | 1 | -2/+2 |
* | upstream: use KEM API for vanilla DH KEX | djm@openbsd.org | 2019-01-21 | 1 | -6/+6 |
* | upstream: use KEM API for vanilla c25519 KEX | djm@openbsd.org | 2019-01-21 | 1 | -2/+2 |
* | upstream: Add support for a PQC KEX/KEM: | djm@openbsd.org | 2019-01-21 | 1 | -1/+2 |
* | last bits of old packet API / active_state global | Damien Miller | 2019-01-20 | 1 | -2/+0 |
* | upstream: switch config file parsing to getline(3) as this avoids | markus@openbsd.org | 2018-06-06 | 1 | -7/+5 |
* | upstream: apply a lick of paint; tweaks/ok dtucker | jmc@openbsd.org | 2018-03-03 | 1 | -2/+2 |
* | upstream: Add experimental support for PQC XMSS keys (Extended | markus@openbsd.org | 2018-02-26 | 1 | -2/+10 |