summaryrefslogtreecommitdiffstats
path: root/ssh-keyscan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstream: unreachable POLLERR case; from ya0guang via GHPR485djm@openbsd.org2024-10-181-2/+2
* upstream: remove unneeded semicolons; checked by millert@jsg@openbsd.org2024-09-241-2/+2
* upstream: pull post-quantum ML-KEM/x25519 key exchange out fromdjm@openbsd.org2024-09-091-3/+1
* upstream: be more strict in parsing key type names. Only allowdjm@openbsd.org2024-09-041-2/+2
* upstream: Add experimental support for hybrid post-quantum key exchangedjm@openbsd.org2024-09-021-1/+4
* upstream: make host/banner comments go to stderr instead of stdout,djm@openbsd.org2024-06-141-5/+12
* upstream: remove SSH1 leftoverstobias@openbsd.org2024-05-081-48/+4
* upstream: never close stdintobias@openbsd.org2024-05-081-4/+7
* upstream: make DSA key support compile-time optional, defaulting todjm@openbsd.org2024-01-111-1/+3
* upstream: spelling; ok markus@jsg@openbsd.org2024-01-081-3/+3
* handle sysconf(SC_OPEN_MAX) returning > INT_MAX;Damien Miller2023-06-221-7/+12
* upstream: handle rlimits > INT_MAX (rlim_t is u64); ok dtuckerdjm@openbsd.org2023-06-211-6/+8
* 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-171-1/+3
* upstream: Convert from select() to ppoll(). Along the way, Ideraadt@openbsd.org2021-11-171-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-161-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-071-2/+1
* upstream: make ssh-keyscan return a non-zero exit status if itdjm@openbsd.org2019-01-261-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-061-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