summaryrefslogtreecommitdiffstats
path: root/sshbuf-getput-basic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-27upstream: ssh-keyscan(1): simplify conloop() with timercmp(3),cheloha@openbsd.org1-13/+5
2020-08-27upstream: let ssh_config(5)'s AddKeysToAgent keyword accept a timedjm@openbsd.org4-27/+89
2020-08-27upstream: let the "Confirm user presence for key ..." ssh-askpassdjm@openbsd.org1-9/+14
2020-08-20Remove check for 'ent' command.Darren Tucker2-3/+0
2020-08-17Wrap stdint.h include in ifdef HAVE_STDINT_H.Darren Tucker1-0/+2
2020-08-10sync memmem.c with OpenBSDDamien Miller1-47/+167
2020-08-07Always send any PAM account messages.Darren Tucker1-13/+13
2020-08-07Output test debug logs on failure.Darren Tucker1-0/+11
2020-08-07Add ability to specify exact test target.Darren Tucker2-1/+24
2020-08-07Document --without-openssl and --without-zlib.Darren Tucker1-1/+5
2020-08-07Add without-openssl without-zlib test target.Darren Tucker2-1/+2
2020-08-06Add CI with prepare scriptStefan Schindler2-0/+89
2020-08-05support NetBSD's utmpx.ut_ss address fieldDamien Miller2-0/+4
2020-08-04wrap a declaration in the same ifdefs as its useDamien Miller1-2/+5
2020-08-04undef TAILQ_CONCAT and friendsDamien Miller1-56/+59
2020-08-03upstream: ensure that certificate extensions are lexically sorted.djm@openbsd.org1-67/+85
2020-08-03upstream: allow -A to explicitly enable agent forwarding in scp anddjm@openbsd.org4-14/+30
2020-08-03upstream: clang -Wimplicit-fallthrough does not recognise /*deraadt@openbsd.org1-0/+1
2020-08-03upstream: Also compare username when checking for JumpHost loops.dtucker@openbsd.org1-6/+9
2020-07-31Remove AC_REVISION.Darren Tucker1-1/+0
2020-07-28Use argv in OSSH_CHECK_CFLAG_COMPILE test.Darren Tucker2-0/+4
2020-07-20Skip ECDSA-SK webauthn test when built w/out ECCDarren Tucker1-0/+2
2020-07-20Add ssh-sk-helper and manpage to RPM spec fileDamien Miller2-0/+9
2020-07-17upstream: Add %k to the TOKENs for Match Exec for consistency withdtucker@openbsd.org1-2/+5
2020-07-17upstream: fix macro slip in previous;jmc@openbsd.org1-2/+2
2020-07-17upstream: Add test for '%k' (HostKeyAlias) TOKEN.dtucker@openbsd.org1-1/+2
2020-07-17upstream: Add tests for expansions on UserKnownHostsFile.dtucker@openbsd.org1-10/+29
2020-07-17upstream: log error message for process_write() write failuresdjm@openbsd.org1-4/+5
2020-07-17upstream: Add a '%k' TOKEN that expands to the effective HostKey ofdtucker@openbsd.org4-4/+14
2020-07-17upstream: Add %-TOKEN, environment variable and tilde expansion todtucker@openbsd.org2-6/+30
2020-07-17upstream: - Add [-a rounds] in ssh-keygen man page and usage() -solene@openbsd.org2-10/+18
2020-07-17upstream: start sentence with capital letter;jmc@openbsd.org1-3/+3
2020-07-17detect Linux/X32 systemsDamien Miller1-0/+6
2020-07-15upstream: Fix previous by calling the correct function.dtucker@openbsd.org1-2/+2
2020-07-15upstream: Update test to match recent change in match.cdtucker@openbsd.org1-2/+2
2020-07-15Adjust portable code to match changes in 939d787d,Darren Tucker1-2/+2
2020-07-15upstream: Add default for number of rounds (-a). ok djm@dtucker@openbsd.org1-2/+3
2020-07-15upstream: allow some additional control over the use of ssh-askpassdjm@openbsd.org4-15/+70
2020-07-15upstream: correct recently broken commentsderaadt@openbsd.org2-4/+4
2020-07-15upstream: some language improvements; ok markusdjm@openbsd.org15-79/+79
2020-07-15upstream: update setproctitle after re-exec; ok djmmarkus@openbsd.org1-1/+2
2020-07-15upstream: keep ignoring HUP after fork+exec; ok djmmarkus@openbsd.org1-1/+2
2020-07-15upstream: don't exit the listener on send_rexec_state errors; okmarkus@openbsd.org1-2/+2
2020-07-15upstream: Use $OBJ to find key files. Fixes test when run on an objdtucker@openbsd.org1-5/+5
2020-07-04Wrap stdint.h in ifdef HAVE_STDINT_H.Darren Tucker1-0/+2
2020-07-03upstream: put back the mux_ctx memleak fix, but only for channels ofdjm@openbsd.org1-1/+5
2020-07-03upstream: revert r1.399 - the lifetime of c->mux_ctx is more complex;djm@openbsd.org1-3/+1
2020-07-03upstream: avoid tilde_expand_filename() in expanding ~/.ssh/rc - ifdjm@openbsd.org1-2/+2
2020-07-03upstream: when redirecting sshd's log output to a file, undo thisdjm@openbsd.org2-2/+13
2020-07-03upstream: start ClientAliveInterval bookkeeping before first passdjm@openbsd.org1-1/+3