summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: don't print key if printing hostname failed; with/okdjm@openbsd.org2023-03-311-4/+5
* upstream: space between macro and punctuation; sort usage();jmc@openbsd.org2023-02-161-3/+3
* upstream: let ssh-keygen and ssh-keyscan acceptdjm@openbsd.org2023-02-101-6/+16
* upstream: spelling fixes; from paul tagliamonte amendments to hisjmc@openbsd.org2023-01-031-2/+2
* upstream: remove '?' from getopt(3) loopscheloha@openbsd.org2022-12-091-2/+1
* upstream: allow ssh-keyscan(1) to accept CIDR address ranges, e.g.djm@openbsd.org2022-10-281-3/+40
* upstream: Strictly enforce the maximum allowed SSH2 banner size indtucker@openbsd.org2022-08-191-1/+15
* upstream: When poll(2) returns -1, for some error conditionsderaadt@openbsd.org2022-01-251-4/+6
* upstream: hash full host:port when asked to hash output, fixes hashesdjm@openbsd.org2021-12-031-2/+2
* Put poll.h inside ifdef HAVE_POLL_H.Darren Tucker2021-11-181-0/+2
* upstream: check for POLLHUP wherever we check for POLLINdjm@openbsd.org2021-11-181-2/+2
* upstream: aggressively pre-fill the pollfd array with fd=-1deraadt@openbsd.org2021-11-181-1/+3
* upstream: Convert from select() to ppoll(). Along the way, Ideraadt@openbsd.org2021-11-181-31/+22
* upstream: Dynamically allocate encoded HashKnownHosts and free asdtucker@openbsd.org2021-10-061-3/+4
* upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org2021-01-271-4/+3
* upstream: Update/replace the experimental post-quantim hybrid keydjm@openbsd.org2020-12-291-2/+2
* upstream: fix SEGV on fatal() errors spotted by dtucker@djm@openbsd.org2020-10-191-2/+2
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-7/+5
* upstream: variants of the log methods that append a ssherr.h stringdjm@openbsd.org2020-10-181-3/+3
* upstream: make the log functions that exit (sshlogdie(),djm@openbsd.org2020-10-171-4/+4
* upstream: revised log infrastructure for OpenSSHdjm@openbsd.org2020-10-171-4/+5
* upstream: ssh-keyscan(1): simplify conloop() with timercmp(3),cheloha@openbsd.org2020-08-271-13/+5
* upstream: allow ssh-keyscan to find security key hostkeysdjm@openbsd.org2019-12-161-3/+21
* upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@djm@openbsd.org2019-09-061-1/+3
* upstream: include SHA2-variant RSA key algorithms in KEX proposal;djm@openbsd.org2019-07-121-2/+7
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-6/+6
* upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org2019-06-081-2/+1
* upstream: make ssh-keyscan return a non-zero exit status if itdjm@openbsd.org2019-01-271-2/+6
* upstream: rename kex->kem_client_pub -> kex->client_pub now thatdjm@openbsd.org2019-01-211-9/+9
* upstream: use KEM API for vanilla ECDHdjm@openbsd.org2019-01-211-2/+2
* upstream: use KEM API for vanilla DH KEXdjm@openbsd.org2019-01-211-6/+6
* upstream: use KEM API for vanilla c25519 KEXdjm@openbsd.org2019-01-211-2/+2
* upstream: Add support for a PQC KEX/KEM:djm@openbsd.org2019-01-211-1/+2
* last bits of old packet API / active_state globalDamien Miller2019-01-201-2/+0
* upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org2018-06-071-7/+5
* upstream: apply a lick of paint; tweaks/ok dtuckerjmc@openbsd.org2018-03-031-2/+2
* upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org2018-02-261-2/+10
* upstream: Add ssh-keyscan -D option to make it print its results indjm@openbsd.org2018-02-231-4/+16
* upstream commitdtucker@openbsd.org@openbsd.org2017-11-281-4/+4
* upstream commitdtucker@openbsd.org2017-06-301-3/+3
* upstream commitmarkus@openbsd.org2017-06-011-2/+2
* upstream commitdjm@openbsd.org2017-05-011-2/+1
* upstream commitdjm@openbsd.org2017-05-011-36/+28
* upstream commitdjm@openbsd.org2017-05-011-2/+1
* upstream commitdjm@openbsd.org2017-05-011-58/+1
* upstream commitdjm@openbsd.org2017-03-101-1/+2
* upstream commitdjm@openbsd.org2017-03-101-6/+7
* upstream commitdjm@openbsd.org2017-01-301-2/+6
* upstream commitdjm@openbsd.org2016-05-021-1/+4
* upstream commitdtucker@openbsd.org2016-02-161-1/+2