summaryrefslogtreecommitdiffstats
path: root/chacha.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-17upstream: missing match localnetwork negation checkdjm@openbsd.org1-1/+3
2023-07-17upstream: - add -P to usage() - sync the arg name to -J in usage()jmc@openbsd.org1-8/+8
2023-07-17upstream: -P before -p in SYNOPSIS;jmc@openbsd.org1-2/+2
2023-07-17upstream: configuation -> configurationjsg@openbsd.org1-2/+2
2023-07-17upstream: move other RCSIDs to before their respective license blocksdjm@openbsd.org5-10/+5
2023-07-17upstream: Move RCSID to before license block and away from #includes,djm@openbsd.org1-2/+1
2023-07-17upstream: return SSH_ERR_KRL_BAD_MAGIC when a KRL doesn't contain adjm@openbsd.org1-2/+2
2023-07-17avoid AF_LINK on platforms that don't define itDamien Miller1-0/+2
2023-07-17upstream: Add support for configuration tags to ssh(1).djm@openbsd.org5-9/+48
2023-07-17upstream: add a "match localnetwork" predicate.djm@openbsd.org2-6/+87
2023-07-17upstream: remove vestigal support for KRL signaturesdjm@openbsd.org4-179/+36
2023-07-17upstream: Support for KRL extensions.djm@openbsd.org3-4/+137
2023-07-17upstream: Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build.dtucker@openbsd.org2-2/+4
2023-07-14Fix typo in declaration of nmesg.Darren Tucker1-1/+1
2023-07-14portable-specific int overflow defence-in-depthDamien Miller2-18/+16
2023-07-14upstream: add defence-in-depth checks for some unreachable integerdjm@openbsd.org4-9/+23
2023-07-14upstream: misplaced debug messagedjm@openbsd.org1-2/+2
2023-07-12replace deprecate selinux matchpathcon functionDamien Miller1-1/+8
2023-07-07upstream: minleft and maxsign are u_int so cast appropriately. Prompteddtucker@openbsd.org1-3/+3
2023-07-07upstream: add support for unix domain sockets to ssh -Wdlg@openbsd.org3-7/+10
2023-07-05gss-serv.c: `MAXHOSTNAMELEN` -> `HOST_NAME_MAX`David Seifert1-1/+1
2023-06-23Update runner OS version for hardenedmalloc test.Darren Tucker1-1/+1
2023-06-22handle sysconf(SC_OPEN_MAX) returning > INT_MAX;Damien Miller1-7/+12
2023-06-21upstream: better validate CASignatureAlgorithms in ssh_config anddjm@openbsd.org4-9/+22
2023-06-21upstream: make `ssh -Q CASignatureAlgorithms` only list signaturedjm@openbsd.org2-4/+8
2023-06-21upstream: handle rlimits > INT_MAX (rlim_t is u64); ok dtuckerdjm@openbsd.org1-6/+8
2023-06-21upstream: prepare for support for connecting to unix domain socketsdjm@openbsd.org1-7/+22
2023-06-20upstream: reset comment=NULL for each key in do_fingerprint();djm@openbsd.org1-1/+2
2023-06-20upstream: Store timeouts as int, not u_int as they are limited tomillert@openbsd.org3-12/+13
2023-05-25fixup! if -s & -p specified, mention 'sftp -P' onPhilip Hands1-3/+4
2023-05-25Make ssh-copy-id(1) consistent with OpenSSH.Darren Tucker1-26/+40
2023-05-25if -s & -p specified, mention 'sftp -P' on successPhilip Hands1-3/+7
2023-05-25drop whitespacePhilip Hands1-1/+1
2023-05-25make -x also apply to the target scriptPhilip Hands1-0/+2
2023-05-25add -t option to specify the target pathPhilip Hands2-20/+26
2023-05-25Fix test error for /bin/sh on Solaris 10 and olderCarlos Rodríguez Gili1-1/+2
2023-05-25Remove outdated commentJakub Jelen1-1/+0
2023-05-25Special case OpenWrt instead of Dropbear.Darren Tucker1-13/+10
2023-05-25ssh-copy-id: add -x option (for debugging)Philip Hands2-2/+12
2023-05-25update copyright noticesPhilip Hands2-2/+2
2023-05-25upstream: fix AuthorizedPrincipalsCommand when AuthorizedKeysCommanddjm@openbsd.org1-2/+2
2023-05-10upstream: Remove unused prototypes for ssh1 RSA functions.dtucker@openbsd.org1-4/+1
2023-05-09main(void) to prevent unused variable warning.Darren Tucker1-1/+1
2023-05-09Remove warning pragma since clang doesn't like it.Darren Tucker1-3/+0
2023-05-09Suppress warning for snprintf truncation test.Darren Tucker1-2/+7
2023-05-09Update OpenSSL compat test for 3.x.Darren Tucker1-9/+20
2023-05-08Add macos13 PAM test target.Darren Tucker1-0/+1
2023-05-08Skip agent-peereid test on macos13.Darren Tucker1-1/+7
2023-05-08Include config.guess in debug output.Darren Tucker1-1/+3
2023-05-08Handle OpenSSL >=3 ABI compatibility.Darren Tucker1-9/+11