summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-02-10upstream: when checking that filenames sent by the server sidedjm@openbsd.org
2019-02-10upstream: syslog when connection is dropped for attempting to run adjm@openbsd.org
2019-02-08don't set $MAIL if UsePam=yesDamien Miller
2019-02-08use same close logic for stderr as stdoutDamien Miller
2019-02-08upstream: Adapt code in the non-USE_PIPES codepath to the new packetdtucker@openbsd.org
2019-02-05upstream: fix NULL-deref crash in PKCS#11 code when attemptingdjm@openbsd.org
2019-02-04upstream: Remove obsolete "Protocol" from commented out examples. Patchdtucker@openbsd.org
2019-02-01upstream: Save connection timeout and restore for 2nd anddtucker@openbsd.org
2019-02-01upstream: Add authors for public domain sntrup4591761 code;markus@openbsd.org
2019-02-01upstream: add -T to usage();jmc@openbsd.org
2019-01-28upstream: The test sshd_config in in $OBJ.dtucker@openbsd.org
2019-01-28upstream: Remove leftover debugging.dtucker@openbsd.org
2019-01-28upstream: Enable ssh-dss for the agent test. Disable it for thedtucker@openbsd.org
2019-01-28upstream: Count the number of key types instead of assuming theredtucker@openbsd.org
2019-01-28Cygwin: only tweak sshd_config file if it's new, drop creating sshd userCorinna Vinschen
2019-01-28Cygwin: Change service name to cygsshdCorinna Vinschen
2019-01-27upstream: Generate all key supported key types and enable for keyscandtucker@openbsd.org
2019-01-27upstream: check in scp client that filenames sent duringdjm@openbsd.org
2019-01-27upstream: make ssh-keyscan return a non-zero exit status if itdjm@openbsd.org
2019-01-25upstream: Accept the host key fingerprint as a synonym for "yes"dtucker@openbsd.org
2019-01-25upstream: Have progressmeter force an update at the beginning anddtucker@openbsd.org
2019-01-24upstream: Check for both EAGAIN and EWOULDBLOCK. This is a no-opdtucker@openbsd.org
2019-01-24upstream: Always initialize 2nd arg to hpdelim2. It populates thatdtucker@openbsd.org
2019-01-24upstream: Remove support for obsolete host/port syntax.dtucker@openbsd.org
2019-01-24upstream: Remove duplicate word. bz#2958, patch from jjelen atdtucker@openbsd.org
2019-01-24upstream: Remove 3 as a guess for possible generator during modulidtucker@openbsd.org
2019-01-24upstream: Sanitize scp filenames via snmprintf. To do this we movedtucker@openbsd.org
2019-01-24For broken read/readv comparisons, poll(RW).Darren Tucker
2019-01-24Include unistd.h for strmode().Darren Tucker
2019-01-24Also undef SIMPLEQ_FOREACH_SAFE.Darren Tucker
2019-01-23upstream: allow auto-incrementing certificate serial number for certsdjm@openbsd.org
2019-01-23upstream: move a bunch of global flag variables to main(); make thedjm@openbsd.org
2019-01-23dependDamien Miller
2019-01-23upstream: switch mainloop from select(2) to poll(2); ok deraadt@djm@openbsd.org
2019-01-23upstream: pass most arguments to the KEX hash functions as sshbufdjm@openbsd.org
2019-01-23upstream: backoff reading messages from active connections when thedjm@openbsd.org
2019-01-23upstream: add -m to usage(); reminded by jmc@djm@openbsd.org
2019-01-22upstream: Correct some bugs in PKCS#11 token PIN handling atdjm@openbsd.org
2019-01-22upstream: Support keys that set the CKA_ALWAYS_AUTHENTICATE bydjm@openbsd.org
2019-01-22upstream: Mention that configuration for the destination host isdjm@openbsd.org
2019-01-22upstream: Include -m in the synopsis for a few more commands thatdjm@openbsd.org
2019-01-22upstream: print the full pubkey being attempted at loglevel >=djm@openbsd.org
2019-01-22upstream: clarify: ssh-keygen -e only writes public keys, neverdjm@openbsd.org
2019-01-22upstream: mention the new vs. old key formats in the introductiondjm@openbsd.org
2019-01-22upstream: tweak previous;jmc@openbsd.org
2019-01-22upstream: Forgot to add -J to the synopsis.tb@openbsd.org
2019-01-22upstream: Add a -J option as a shortcut for -o Proxyjump= to scp(1)tb@openbsd.org
2019-01-22Allow building against OpenSSL dev (3.x) version.Darren Tucker
2019-01-22typoDamien Miller
2019-01-22add missing headerDamien Miller