summaryrefslogtreecommitdiffstats
path: root/bitmap.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-17Minor space issue fixedShreyas Mahangade1-1/+1
2024-08-17Show identity file in 'ssh' commandShreyas Mahangade1-1/+1
2024-08-16more OPENSSL_HAS_ECCDamien Miller1-0/+6
2024-08-15fix merge botch that broke !OPENSSL_HAS_ECCDamien Miller1-1/+2
2024-08-15missed OPENSSL_HAS_ECC caseDamien Miller1-0/+2
2024-08-15retire testing aginst older LibreSSL versionsDamien Miller1-2/+0
2024-08-15sync TEST_MALLOC_OPTIONS for OpenBSDDamien Miller1-1/+1
2024-08-15remove gratuitious difference from OpenBSDDamien Miller1-6/+6
2024-08-15upstream: adapt to EVP_PKEY conversiondjm@openbsd.org3-25/+30
2024-08-15upstream: test transfers in mux proxy mode toodjm@openbsd.org1-14/+15
2024-08-15upstream: Convert RSA and ECDSA key to the libcrypto EVP_PKEY API.djm@openbsd.org14-522/+749
2024-08-15upstream: Reorder calloc argumentstobias@openbsd.org2-5/+5
2024-08-15upstream: Extend sshbuf validationtobias@openbsd.org1-2/+4
2024-08-15upstream: Use freezero for better readabilitytobias@openbsd.org1-5/+3
2024-08-15upstream: Fix typo in commenttobias@openbsd.org1-2/+2
2024-08-15upstream: add a random amount of time (up to 4 seconds) to thedlg@openbsd.org1-4/+17
2024-08-15upstream: document the reduced logingrace penaltynaddy@openbsd.org1-3/+3
2024-07-28Explicitly install libssl-devel cygwin.Darren Tucker1-1/+1
2024-07-26upstream: reduce logingrace penalty.djm@openbsd.org1-2/+2
2024-07-26upstream: Fix proxy multiplexing (-O proxy) bugdjm@openbsd.org4-20/+26
2024-07-26upstream: mention mux proxy modedjm@openbsd.org1-2/+4
2024-07-26upstream: fix double word; ok dtucker@jsg@openbsd.org1-3/+3
2024-07-25Check for SA_RESTART before using it.Darren Tucker1-0/+2
2024-07-20Class-imposed login restrictionsYuichiro Naito2-0/+20
2024-07-10upstream: correct keyword; from Yatao Su via GHPR509djm@openbsd.org1-3/+3
2024-07-08upstream: don't need return at end of void functiondjm@openbsd.org1-2/+1
2024-07-08upstream: fix grammar: "a pattern lists" -> "one or more patterndjm@openbsd.org2-8/+8
2024-07-07Cast to sockaddr * in systemd interface.Darren Tucker1-1/+1
2024-07-04Add 9.8 branch to ci-status page.Darren Tucker1-0/+4
2024-07-03Fix detection of setres*id on GNU/HurdSamuel Thibault1-0/+7
2024-07-01version numbersDamien Miller3-3/+3
2024-07-01upstream: openssh-9.8djm@openbsd.org1-2/+2
2024-07-01upstream: when sending ObscureKeystrokeTiming chaff packets, wedjm@openbsd.org1-3/+4
2024-07-01upstream: use "lcd" to change directory before "lls" rather then "cd",djm@openbsd.org1-2/+2
2024-06-28upstream: delete obsolete commentdjm@openbsd.org1-20/+2
2024-06-28upstream: retire unused APIdjm@openbsd.org2-22/+2
2024-06-28upstream: ssl(8) no longer contains a HISTORY section;jmc@openbsd.org1-5/+2
2024-06-28upstream: move child process waitpid() loop out of SIGCHLD handler;djm@openbsd.org1-21/+18
2024-06-28upstream: Instead of using possibly complex ssh_signal(), write allderaadt@openbsd.org1-2/+11
2024-06-28upstream: save_errno wrappers inside two small signal handlers thatderaadt@openbsd.org2-2/+6
2024-06-28upstream: - uppercase start of sentence - correct sentence grammarjmc@openbsd.org1-3/+3
2024-06-28upstream: mention SshdSessionPath optiondjm@openbsd.org1-2/+9
2024-06-20Rerun upstream tests on .sh file changes too.Darren Tucker1-1/+1
2024-06-20upstream: Work around dbclient cipher/mac query bug.dtucker@openbsd.org1-10/+5
2024-06-20upstream: Remove dropbear key types not supporteddtucker@openbsd.org1-11/+9
2024-06-20upstream: stricter check for overfull tables in penalty record pathdjm@openbsd.org1-1/+1
2024-06-20upstream: put back reaping of preauth child process when writesdjm@openbsd.org1-19/+24
2024-06-20upstream: remove one more mention of DSAnaddy@openbsd.org1-2/+1
2024-06-19Move -f to the place needed to restart sshd.Darren Tucker1-1/+1
2024-06-19Need to supply "-f" to restart sshd.Darren Tucker1-1/+1