summaryrefslogtreecommitdiffstats
path: root/ssh-keyscan.1 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-26Drop leading "v" from release version identifier.Darren Tucker1-2/+2
2022-03-26Use tarballs when testing LibreSSL releases.Darren Tucker1-7/+16
2022-03-26Remove now-unused passwd variable.Darren Tucker1-1/+1
2022-03-26Missing semicolon.Darren Tucker1-1/+1
2022-03-26Factor out platform-specific locked account check.Darren Tucker3-47/+55
2022-03-25Add OpenWRT mips and mipsel test targets.Darren Tucker2-0/+6
2022-03-20upstream: don't leak argument list; bz3404, reported by Baludjm@openbsd.org1-2/+2
2022-03-20upstream: make addargs() and replacearg() a little more robust anddjm@openbsd.org1-9/+18
2022-03-20upstream: don't try to resolve ListenAddress directives in the sshddjm@openbsd.org3-8/+9
2022-03-20upstream: remove blank linedjm@openbsd.org1-2/+1
2022-03-18upstream: helpful commentdjm@openbsd.org1-1/+2
2022-03-18upstream: ssh-keygen -Y check-novalidate requires namespace or SEGVdjm@openbsd.org1-1/+7
2022-03-18upstream: improve DEBUG_CHANNEL_POLL debugging messagedjm@openbsd.org1-5/+5
2022-03-18upstream: ssh: xstrdup(): use memcpy(3)cheloha@openbsd.org1-3/+2
2022-03-11Resync fmt_scaled. with OpenBSD.Darren Tucker1-13/+19
2022-03-08Provide killpg implementation.Darren Tucker3-0/+13
2022-03-08Check for missing ftruncate prototype.Darren Tucker2-0/+10
2022-03-08Default to not using sandbox when cross compiling.Darren Tucker1-2/+2
2022-03-01upstream: pack pollfd array before server_accept_loop() ppoll()djm@openbsd.org1-10/+19
2022-03-01upstream: include rejected signature algorithm in error message andnaddy@openbsd.org1-3/+3
2022-03-01upstream: Remove the char * casts from arguments to do_lstat,dtucker@openbsd.org1-4/+4
2022-03-01upstream: save an unneccessary alloc/free, based on patch fromdjm@openbsd.org1-7/+4
2022-02-28Remove unused ivbits argument from chacha_keysetupDarren Tucker2-3/+3
2022-02-28Add OPENBSD ORIGINAL marker.Darren Tucker1-0/+2
2022-02-28No unused param warnings for clang-12 and gcc-11.Darren Tucker1-2/+2
2022-02-26Add debian-i386 test target.Darren Tucker1-0/+2
2022-02-26Allow ppoll_time64 in seccomp sandbox.Darren Tucker1-0/+3
2022-02-25Improve handling of _getshort and _getlong.Darren Tucker1-8/+9
2022-02-25Constify utimes in compat library to match specs.Darren Tucker2-2/+2
2022-02-25ANSIfy getshort and getlong.Darren Tucker1-10/+8
2022-02-25Use PICFLAG instead of hard coding -fPIC.Darren Tucker1-1/+1
2022-02-25Add tests for latest releases of {Libre,Open}SSL.Darren Tucker1-0/+3
2022-02-25Improve detection of -fzero-call-used-regs=all supportColin Watson1-0/+3
2022-02-23upstream: free(3) wants stdlib.hdjm@openbsd.org1-2/+3
2022-02-23upstream: put back the scp manpage changes for SFTP mode toodjm@openbsd.org1-10/+14
2022-02-23upstream: and we go back to testing sftp-scp after the 8.9deraadt@openbsd.org1-2/+2
2022-02-23makedependV_8_9_P1Damien Miller1-1/+1
2022-02-23upstream: avoid integer overflow of auth attempts (harmless, caughtdjm@openbsd.org1-1/+4
2022-02-23upstream: randomise the password used in fakepwdjm@openbsd.org1-3/+13
2022-02-23upstream: use asprintf to construct .rhosts pathsdjm@openbsd.org1-13/+23
2022-02-23upstream: openssh-8.9djm@openbsd.org1-2/+2
2022-02-22Extend select+rlimit sanbox test to include poll.Darren Tucker1-5/+23
2022-02-22Add Alpine Linux test VM.Darren Tucker1-0/+1
2022-02-22Include sys/param.h if present.Darren Tucker2-0/+4
2022-02-22Only include sys/poll.h if we don't have poll.h.Darren Tucker1-2/+1
2022-02-22disable agent-restrict test on minix3Damien Miller1-1/+3
2022-02-21Skip agent-getpeereid when running as root.Darren Tucker1-0/+3
2022-02-20upstream: Aproximate realpath on the expected output by dedupingdtucker@openbsd.org1-2/+3
2022-02-20Really move DSA to end of list.Darren Tucker1-2/+2
2022-02-18Add test configs for MUSL C library.Darren Tucker3-0/+10