summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* oops; missed including the actual fileDamien Miller2019-09-031-0/+140
* portability fixes for sshsigDamien Miller2019-09-032-1/+3
* upstream: regress test for sshsig; feedback and ok markus@djm@openbsd.org2019-09-031-2/+3
* upstream: only add plain keys to prevent any certs laying arounddjm@openbsd.org2019-09-031-2/+2
* upstream: sshsig tweaks and improvements from and suggested bydjm@openbsd.org2019-09-035-104/+122
* upstream: sshsig: lightweight signature and verification abilitydjm@openbsd.org2019-09-036-7/+1407
* upstream: move authorized_keys option parsing helpsers to misc.cdjm@openbsd.org2019-09-033-72/+80
* upstream: make get_sigtype public as sshkey_get_sigtype(); okdjm@openbsd.org2019-09-032-8/+9
* upstream: move advance_past_options to authfile.c and make itdjm@openbsd.org2019-09-033-26/+27
* upstream: move skip_space() to misc.c and make it public; okdjm@openbsd.org2019-09-033-13/+14
* upstream: authfd: add function to check if key is in agentdjm@openbsd.org2019-09-032-2/+29
* upstream: fix memleak in ssh_free_identitylist(); ok markus@djm@openbsd.org2019-09-031-1/+3
* upstream: factor out confirm_overwrite(); ok markus@djm@openbsd.org2019-09-031-11/+27
* upstream: constify an argumentdjm@openbsd.org2019-09-031-2/+2
* upstream: downgrade PKCS#11 "provider returned no slots" warningdjm@openbsd.org2019-09-021-2/+2
* upstream: print comment when printing pubkey from privatedjm@openbsd.org2019-09-021-7/+13
* fixed test in OSX closefrom() replacementDamien Miller2019-09-021-2/+2
* retain Solaris PRIV_FILE_LINK_ANY in sftp-serverDamien Miller2019-09-021-2/+1
* upstream: Use ed25519 for most hostkey rotation tests since it'sdtucker@openbsd.org2019-08-301-30/+44
* upstream: Test did not compile due to missing symbols. Add sourcebluhm@openbsd.org2019-08-301-0/+1
* tweak warning flagsDamien Miller2019-08-301-1/+3
* proc_pidinfo()-based closefrom() for OS XDamien Miller2019-08-302-21/+70
* upstream: Call comma-separated lists as such to clarify semanticskn@openbsd.org2019-08-291-10/+10
* upstream: include sshbuf-misc.c in SRCS_BASEdjm@openbsd.org2019-08-291-0/+1
* Fix pasto in fallback code.Darren Tucker2019-08-241-2/+2
* use SC_ALLOW_ARG_MASK to limit mmap protectionsDamien Miller2019-08-231-2/+2
* allow mprotect(2) with PROT_(READ|WRITE|NONE) onlyDamien Miller2019-08-231-2/+24
* upstream: switch percent_expand() to use sshbuf instead of a limiteddjm@openbsd.org2019-08-161-15/+24
* upstream: produce a useful error message if the user's shell is setdjm@openbsd.org2019-08-091-1/+6
* upstream: Change description of TCPKeepAlive from "inactive" todtucker@openbsd.org2019-08-092-6/+6
* upstream: Allow the maximimum uint32 value for the argument passed todtucker@openbsd.org2019-08-081-4/+5
* upstream: Many key types are supported now, so take care to checknaddy@openbsd.org2019-08-081-13/+15
* upstream: Remove now-redundant perm_ok arg sincedtucker@openbsd.org2019-08-083-22/+14
* Fix mem leak in unit test.Darren Tucker2019-08-051-1/+2
* upstream: fix some memleaks in test_helper codedjm@openbsd.org2019-08-021-4/+13
* upstream: typo; from Christian Hessedjm@openbsd.org2019-08-021-3/+3
* upstream: let sshbuf_find/cmp take a void* for thedjm@openbsd.org2019-07-302-7/+6
* upstream: When using a combination of a Yubikey+GnuPG+remotemestre@openbsd.org2019-07-301-2/+2
* upstream: Fix typo in CASignatureAlgorithms wherein what should bedtucker@openbsd.org2019-07-301-3/+3
* Report success of individual tests as well as all.Darren Tucker2019-07-291-2/+3
* convert to UTF-8; from Mike FrysingerDamien Miller2019-07-292-2/+2
* upstream: Restrict limit-keytype to types supported by build. Thisdtucker@openbsd.org2019-07-261-16/+40
* Remove override disabling DH-GEX.Darren Tucker2019-07-251-2/+2
* upstream: Only use supported key types during KRL test, preferringdtucker@openbsd.org2019-07-251-12/+19
* upstream: Switch keys-command test from rsa to ed25519 since it'sdtucker@openbsd.org2019-07-251-3/+3
* upstream: Make certificate tests work with the supported keydtucker@openbsd.org2019-07-252-8/+23
* upstream: Construct list of key types to test based on the typesdtucker@openbsd.org2019-07-241-5/+7
* upstream: Only use DSA key type in tests if binaries support it.dtucker@openbsd.org2019-07-241-10/+19
* Split test targets further.Darren Tucker2019-07-242-5/+17
* Add lib dependencies for regress binary targets.Darren Tucker2019-07-241-2/+3