summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-14Fix typo in declaration of nmesg.Darren Tucker
2023-07-14portable-specific int overflow defence-in-depthDamien Miller
2023-07-14upstream: add defence-in-depth checks for some unreachable integerdjm@openbsd.org
2023-07-14upstream: misplaced debug messagedjm@openbsd.org
2023-07-12replace deprecate selinux matchpathcon functionDamien Miller
2023-07-07upstream: minleft and maxsign are u_int so cast appropriately. Prompteddtucker@openbsd.org
2023-07-07upstream: add support for unix domain sockets to ssh -Wdlg@openbsd.org
2023-07-05gss-serv.c: `MAXHOSTNAMELEN` -> `HOST_NAME_MAX`David Seifert
2023-06-23Update runner OS version for hardenedmalloc test.Darren Tucker
2023-06-22handle sysconf(SC_OPEN_MAX) returning > INT_MAX;Damien Miller
2023-06-21upstream: better validate CASignatureAlgorithms in ssh_config anddjm@openbsd.org
2023-06-21upstream: make `ssh -Q CASignatureAlgorithms` only list signaturedjm@openbsd.org
2023-06-21upstream: handle rlimits > INT_MAX (rlim_t is u64); ok dtuckerdjm@openbsd.org
2023-06-21upstream: prepare for support for connecting to unix domain socketsdjm@openbsd.org
2023-06-20upstream: reset comment=NULL for each key in do_fingerprint();djm@openbsd.org
2023-06-20upstream: Store timeouts as int, not u_int as they are limited tomillert@openbsd.org
2023-05-25fixup! if -s & -p specified, mention 'sftp -P' onPhilip Hands
2023-05-25Make ssh-copy-id(1) consistent with OpenSSH.Darren Tucker
2023-05-25if -s & -p specified, mention 'sftp -P' on successPhilip Hands
2023-05-25drop whitespacePhilip Hands
2023-05-25make -x also apply to the target scriptPhilip Hands
2023-05-25add -t option to specify the target pathPhilip Hands
2023-05-25Fix test error for /bin/sh on Solaris 10 and olderCarlos Rodríguez Gili
2023-05-25Remove outdated commentJakub Jelen
2023-05-25Special case OpenWrt instead of Dropbear.Darren Tucker
2023-05-25ssh-copy-id: add -x option (for debugging)Philip Hands
2023-05-25update copyright noticesPhilip Hands
2023-05-25upstream: fix AuthorizedPrincipalsCommand when AuthorizedKeysCommanddjm@openbsd.org
2023-05-10upstream: Remove unused prototypes for ssh1 RSA functions.dtucker@openbsd.org
2023-05-09main(void) to prevent unused variable warning.Darren Tucker
2023-05-09Remove warning pragma since clang doesn't like it.Darren Tucker
2023-05-09Suppress warning for snprintf truncation test.Darren Tucker
2023-05-09Update OpenSSL compat test for 3.x.Darren Tucker
2023-05-08Add macos13 PAM test target.Darren Tucker
2023-05-08Skip agent-peereid test on macos13.Darren Tucker
2023-05-08Include config.guess in debug output.Darren Tucker
2023-05-08Handle OpenSSL >=3 ABI compatibility.Darren Tucker
2023-05-01upstream: Import regenerated moduli.dtucker@openbsd.org
2023-05-01Add macos-13 test target.Darren Tucker
2023-05-01upstream: adjust ftruncate() logic to handle servers that reorderdjm@openbsd.org
2023-04-26upstream: Check for ProxyJump=none in CanonicalizeHostname logic.djm@openbsd.org
2023-04-17upstream: remove duplicate signal.h includejsg@openbsd.org
2023-04-17upstream: fix double words ok dtucker@jsg@openbsd.org
2023-04-11Test against LibreSSL 3.7.2.Darren Tucker
2023-04-06remove unused upper-case const strings in fmtfpDamien Miller
2023-04-06upstream: simplify sshsig_find_principals() similar to what happened todjm@openbsd.org
2023-04-06upstream: remove redundant ssh!=NULL check; we'd alreadydjm@openbsd.org
2023-04-06upstream: match_user() shouldn't be called with user==NULL unlessdjm@openbsd.org
2023-04-06upstream: don't care about glob() return value here.djm@openbsd.org
2023-04-03upstream: Move up null check and simplify process_escapes.dtucker@openbsd.org