summaryrefslogtreecommitdiffstats
path: root/install-sh (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-05Add a hostname function for systems that don't have it.Darren Tucker1-0/+9
2021-02-05upstream: Roll back the hostname->uname change in rev 1.10. It turnsdtucker@openbsd.org1-3/+3
2021-02-05upstream: hostname is not specified by POSIX but uname -n is, so usedtucker@openbsd.org1-3/+3
2021-02-05Using explicit_memset for the explicit_bzero compatibility layer.David Carlier2-1/+10
2021-02-05Deny (non-fatal) statx in preauth privsep child.Luca Weiss1-0/+3
2021-02-05upstream: Remove debug message from sigchld handler. While thisdtucker@openbsd.org1-3/+1
2021-02-05upstream: whitespacedjm@openbsd.org1-2/+1
2021-02-05upstream: fix memleaks in private key deserialisation; enforce moredjm@openbsd.org1-1/+20
2021-02-05upstream: memleak on error path; ok markus@djm@openbsd.org1-2/+2
2021-01-31upstream: more strictly enforce KEX state-machine by banning packetdjm@openbsd.org5-9/+25
2021-01-31upstream: Set linesize returned by getline to zero when freeing anddtucker@openbsd.org1-1/+3
2021-01-30allow a fuzz case to contain more than one requestDamien Miller1-1/+9
2021-01-30expect fuzz cases to have length prefixDamien Miller1-1/+1
2021-01-30ssh-agent fuzzerDamien Miller3-18/+213
2021-01-30move keys out of kex_fuzz.cc into separate headerDamien Miller2-76/+121
2021-01-30some fixed test data (mostly keys) for fuzzingDamien Miller20-0/+146
2021-01-30upstream: add a SK_DUMMY_INTEGRATE define that allows the dummydjm@openbsd.org1-0/+7
2021-01-30upstream: fix the values of enum sock_typedjm@openbsd.org1-4/+4
2021-01-30upstream: give typedef'd struct a struct name; makes the fuzzer I'mdjm@openbsd.org1-2/+2
2021-01-29fuzz diffie-hellman-group-exchange-sha1 kex tooDamien Miller1-0/+1
2021-01-29support for running kex fuzzer with null cipherDamien Miller1-4/+17
2021-01-28make with -j2 to use available CPUs.Darren Tucker2-7/+7
2021-01-28Add test against openssl head and libressl head.Darren Tucker2-4/+25
2021-01-28Remove whitespace.Darren Tucker1-6/+0
2021-01-28upstream: fix leak: was double allocating kex->session_id bufferdjm@openbsd.org1-4/+6
2021-01-27correct kex name in disabled codeDamien Miller1-1/+1
2021-01-27upstream: this needs kex.h nowdjm@openbsd.org1-1/+2
2021-01-27upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_tdjm@openbsd.org15-103/+80
2021-01-27upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org14-73/+70
2021-01-27Install moduli file before tests.Darren Tucker1-0/+8
2021-01-27Run one test with -Werror to catch warnings.Darren Tucker2-2/+2
2021-01-27upstream: Logical not bitwise or. ok djm@dtucker@openbsd.org1-2/+2
2021-01-27upstream: move HostbasedAcceptedAlgorithms to the right place innaddy@openbsd.org4-15/+15
2021-01-26upstream: Remove unused variables leftover from refactoring. okdtucker@openbsd.org1-6/+4
2021-01-26upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org13-50/+55
2021-01-26Disable sntrup761 if compiler doesn't support VLAs.Darren Tucker5-1/+54
2021-01-26upstream: refactor key constraint parsing in ssh-agentdjm@openbsd.org1-69/+95
2021-01-26upstream: more ssh-agent refactoringdjm@openbsd.org1-67/+130
2021-01-26upstream: make struct hostkeys public; I have no idea why I made itdjm@openbsd.org2-8/+6
2021-01-26upstream: move check_host_cert() from sshconnect,c to sshkey.c anddjm@openbsd.org7-51/+69
2021-01-26upstream: use recallocarray to allocate the agent sockets table;djm@openbsd.org1-4/+16
2021-01-26upstream: factor out common code in the agent clientdjm@openbsd.org1-24/+39
2021-01-25upstream: make ssh hostbased authentication send the signaturedjm@openbsd.org1-3/+3
2021-01-23ifdef new instance of sin6_scope_idDarren Tucker1-0/+2
2021-01-22upstream: Fix long->int for convtime tests here too. Spotted bydtucker@openbsd.org1-17/+17
2021-01-22upstream: PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithmsdtucker@openbsd.org1-3/+3
2021-01-22upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org12-73/+76
2021-01-18upstream: Change types in convtime() unit test to int to match changedtucker@openbsd.org1-16/+27
2021-01-18upstream: Make output buffer larger to prevent potential truncationdtucker@openbsd.org1-2/+2
2021-01-18upstream: Change types in convtime() unit test to int to matchdtucker@openbsd.org1-3/+3