summaryrefslogtreecommitdiffstats
path: root/auth.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-24upstream: Have progressmeter force an update at the beginning anddtucker@openbsd.org4-14/+11
2019-01-24upstream: Check for both EAGAIN and EWOULDBLOCK. This is a no-opdtucker@openbsd.org1-1/+1
2019-01-24upstream: Always initialize 2nd arg to hpdelim2. It populates thatdtucker@openbsd.org1-5/+5
2019-01-24upstream: Remove support for obsolete host/port syntax.dtucker@openbsd.org3-11/+16
2019-01-24upstream: Remove duplicate word. bz#2958, patch from jjelen atdtucker@openbsd.org1-3/+3
2019-01-24upstream: Remove 3 as a guess for possible generator during modulidtucker@openbsd.org1-3/+1
2019-01-24upstream: Sanitize scp filenames via snmprintf. To do this we movedtucker@openbsd.org5-44/+53
2019-01-24For broken read/readv comparisons, poll(RW).Darren Tucker1-6/+6
2019-01-24Include unistd.h for strmode().Darren Tucker1-0/+1
2019-01-24Also undef SIMPLEQ_FOREACH_SAFE.Darren Tucker1-0/+1
2019-01-23upstream: allow auto-incrementing certificate serial number for certsdjm@openbsd.org2-7/+20
2019-01-23upstream: move a bunch of global flag variables to main(); make thedjm@openbsd.org1-94/+82
2019-01-23dependDamien Miller1-2/+2
2019-01-23upstream: switch mainloop from select(2) to poll(2); ok deraadt@djm@openbsd.org1-23/+19
2019-01-23upstream: pass most arguments to the KEX hash functions as sshbufdjm@openbsd.org5-63/+80
2019-01-23upstream: backoff reading messages from active connections when thedjm@openbsd.org1-4/+18
2019-01-23upstream: add -m to usage(); reminded by jmc@djm@openbsd.org1-3/+4
2019-01-22upstream: Correct some bugs in PKCS#11 token PIN handling atdjm@openbsd.org1-12/+22
2019-01-22upstream: Support keys that set the CKA_ALWAYS_AUTHENTICATE bydjm@openbsd.org1-26/+95
2019-01-22upstream: Mention that configuration for the destination host isdjm@openbsd.org2-4/+15
2019-01-22upstream: Include -m in the synopsis for a few more commands thatdjm@openbsd.org1-4/+10
2019-01-22upstream: print the full pubkey being attempted at loglevel >=djm@openbsd.org1-1/+17
2019-01-22upstream: clarify: ssh-keygen -e only writes public keys, neverdjm@openbsd.org1-2/+2
2019-01-22upstream: mention the new vs. old key formats in the introductiondjm@openbsd.org1-6/+18
2019-01-22upstream: tweak previous;jmc@openbsd.org2-7/+7
2019-01-22upstream: Forgot to add -J to the synopsis.tb@openbsd.org1-1/+2
2019-01-22upstream: Add a -J option as a shortcut for -o Proxyjump= to scp(1)tb@openbsd.org4-14/+43
2019-01-22Allow building against OpenSSL dev (3.x) version.Darren Tucker1-1/+2
2019-01-22typoDamien Miller1-1/+1
2019-01-22add missing headerDamien Miller1-0/+3
2019-01-21upstream: switch sntrup implementation source from supercop todjm@openbsd.org2-77/+79
2019-01-21new files need includes.hDamien Miller2-0/+4
2019-01-21upstream: add "-v" flags to ssh-add and ssh-pkcs11-helper to turn updjm@openbsd.org5-16/+84
2019-01-21upstream: adapt to changes in KEX APIs and file removalsdjm@openbsd.org2-14/+23
2019-01-21upstream: adapt to changes in KEX API and file removalsdjm@openbsd.org2-11/+20
2019-01-21upstream: adapt to bignum1 API removal and bignum2 API changedjm@openbsd.org2-154/+16
2019-01-21upstream: remove hack to use non-system libcryptodjm@openbsd.org1-4/+2
2019-01-21dependDamien Miller1-31/+28
2019-01-21upstream: fix reversed arguments to kex_load_hostkey(); manifested asdjm@openbsd.org1-2/+2