summaryrefslogtreecommitdiffstats
path: root/ssh-keyscan.c
AgeCommit message (Expand)Author
2023-06-22handle sysconf(SC_OPEN_MAX) returning > INT_MAX;Damien Miller
2023-06-21upstream: handle rlimits > INT_MAX (rlim_t is u64); ok dtuckerdjm@openbsd.org
2023-03-31upstream: don't print key if printing hostname failed; with/okdjm@openbsd.org
2023-02-16upstream: space between macro and punctuation; sort usage();jmc@openbsd.org
2023-02-10upstream: let ssh-keygen and ssh-keyscan acceptdjm@openbsd.org
2023-01-03upstream: spelling fixes; from paul tagliamonte amendments to hisjmc@openbsd.org
2022-12-09upstream: remove '?' from getopt(3) loopscheloha@openbsd.org
2022-10-28upstream: allow ssh-keyscan(1) to accept CIDR address ranges, e.g.djm@openbsd.org
2022-08-19upstream: Strictly enforce the maximum allowed SSH2 banner size indtucker@openbsd.org
2022-01-25upstream: When poll(2) returns -1, for some error conditionsderaadt@openbsd.org
2021-12-03upstream: hash full host:port when asked to hash output, fixes hashesdjm@openbsd.org
2021-11-18Put poll.h inside ifdef HAVE_POLL_H.Darren Tucker
2021-11-18upstream: check for POLLHUP wherever we check for POLLINdjm@openbsd.org
2021-11-18upstream: aggressively pre-fill the pollfd array with fd=-1deraadt@openbsd.org
2021-11-18upstream: Convert from select() to ppoll(). Along the way, Ideraadt@openbsd.org
2021-10-06upstream: Dynamically allocate encoded HashKnownHosts and free asdtucker@openbsd.org
2021-01-27upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org
2020-12-29upstream: Update/replace the experimental post-quantim hybrid keydjm@openbsd.org
2020-10-19upstream: fix SEGV on fatal() errors spotted by dtucker@djm@openbsd.org
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-10-18upstream: variants of the log methods that append a ssherr.h stringdjm@openbsd.org
2020-10-17upstream: make the log functions that exit (sshlogdie(),djm@openbsd.org
2020-10-17upstream: revised log infrastructure for OpenSSHdjm@openbsd.org
2020-08-27upstream: ssh-keyscan(1): simplify conloop() with timercmp(3),cheloha@openbsd.org
2019-12-16upstream: allow ssh-keyscan to find security key hostkeysdjm@openbsd.org
2019-09-06upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@djm@openbsd.org
2019-07-12upstream: include SHA2-variant RSA key algorithms in KEX proposal;djm@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-06-08upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org
2019-01-27upstream: make ssh-keyscan return a non-zero exit status if itdjm@openbsd.org
2019-01-21upstream: rename kex->kem_client_pub -> kex->client_pub now thatdjm@openbsd.org
2019-01-21upstream: use KEM API for vanilla ECDHdjm@openbsd.org
2019-01-21upstream: use KEM API for vanilla DH KEXdjm@openbsd.org
2019-01-21upstream: use KEM API for vanilla c25519 KEXdjm@openbsd.org
2019-01-21upstream: Add support for a PQC KEX/KEM:djm@openbsd.org
2019-01-20last bits of old packet API / active_state globalDamien Miller
2018-06-07upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org
2018-03-03upstream: apply a lick of paint; tweaks/ok dtuckerjmc@openbsd.org
2018-02-26upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org
2018-02-23upstream: Add ssh-keyscan -D option to make it print its results indjm@openbsd.org
2017-11-28upstream commitdtucker@openbsd.org@openbsd.org
2017-06-30upstream commitdtucker@openbsd.org
2017-06-01upstream commitmarkus@openbsd.org
2017-05-01upstream commitdjm@openbsd.org
2017-05-01upstream commitdjm@openbsd.org
2017-05-01upstream commitdjm@openbsd.org
2017-05-01upstream commitdjm@openbsd.org
2017-03-10upstream commitdjm@openbsd.org
2017-03-10upstream commitdjm@openbsd.org
2017-01-30upstream commitdjm@openbsd.org