]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2020-01-14  Darren TuckerWrap stdint.h inside HAVE_STDINT_H. 162/head
2020-01-14  Darren TuckerInclude compat header for definitions.
2020-01-14  Darren TuckerImprove search for 'struct timespec'.
2020-01-14  Darren TuckerUpdate depend to remove rmd160.h.
2020-01-14  Darren TuckerRemove configure test & compat code for ripemd160.
2020-01-09  djm@openbsd.orgupstream: fix reversed arguments on expand_proxy_comman...
2020-01-09  jmc@openbsd.orgupstream: put the fido options in a list, and tidy...
2020-01-08  Jeremy DrakeDeny (non-fatal) ipc in preauth privsep child.
2020-01-08  Khem Rajseccomp: Allow clock_gettime64() in sandbox.
2020-01-06  djm@openbsd.orgupstream: missing else in check_enroll_options()
2020-01-06  djm@openbsd.orgupstream: fix error message
2020-01-06  djm@openbsd.orgupstream: adapt sk-dummy to SK API changes
2020-01-06  djm@openbsd.orgupstream: Extends the SK API to accept a set of key...
2020-01-06  beck@openbsd.orgupstream: fix CanonicalizeHostname, broken by rev 1.507
2020-01-05  Darren TuckerFix typo: 'you' -> 'your'.
2020-01-05  Darren TuckerRemove auth-skey.c.
2020-01-03  jmc@openbsd.orgupstream: the download resident keys option is -K ...
2020-01-03  djm@openbsd.orgupstream: what bozo decided to use 2020 as a future...
2020-01-03  djm@openbsd.orgupstream: implement recent SK API change to support...
2020-01-03  dtucker@openbsd.orgupstream: Update keygen moduli screen test to match...
2020-01-02  djm@openbsd.orgupstream: ability to download FIDO2 resident keys from...
2020-01-02  djm@openbsd.orgupstream: add sshkey_save_public(), to save a public...
2020-01-02  jmc@openbsd.orgupstream: simplify the list for moduli options - no...
2020-01-02  Damien Millerssh-sk-null.cc needs extern "C" {}
2020-01-02  Damien Milleradd dummy ssh-sk API for linking with fuzzers
2019-12-30  Damien Millerrefresh depend
2019-12-30  djm@openbsd.orgupstream: Remove the -x option currently used for
2019-12-30  djm@openbsd.orgupstream: document SK API changes in PROTOCOL.u2f
2019-12-30  djm@openbsd.orgupstream: translate and return error codes; retry on...
2019-12-30  djm@openbsd.orgupstream: improve some error messages; ok markus@
2019-12-30  djm@openbsd.orgupstream: SK API and sk-helper error/PIN passing
2019-12-30  djm@openbsd.orgupstream: implement loading resident keys in ssh-add
2019-12-30  djm@openbsd.orgupstream: implement loading of resident keys in ssh...
2019-12-30  djm@openbsd.orgupstream: resident keys support in SK API
2019-12-30  djm@openbsd.orgupstream: Factor out parsing of struct sk_enroll_response
2019-12-30  djm@openbsd.orgupstream: basic support for generating FIDO2 resident...
2019-12-30  djm@openbsd.orgupstream: remove single-letter flags for moduli options
2019-12-30  djm@openbsd.orgupstream: prepare for use of ssh-keygen -O flag beyond...
2019-12-30  jmc@openbsd.orgupstream: sort -Y internally in the options list, as...
2019-12-30  jmc@openbsd.orgupstream: in the options list, sort -Y and -y;
2019-12-30  naddy@openbsd.orgupstream: Replace the term "security key" with "(FIDO)
2019-12-21  djm@openbsd.orgupstream: unit tests for ForwardAgent=/path; from Eric...
2019-12-21  djm@openbsd.orgupstream: test security key host keys in addition to...
2019-12-21  djm@openbsd.orgupstream: Allow forwarding a different agent socket...
2019-12-21  naddy@openbsd.orgupstream: SSH U2F keys can now be used as host keys...
2019-12-20  dtucker@openbsd.orgupstream: Move always unsupported keywords to be groupe...
2019-12-20  dtucker@openbsd.orgupstream: Remove obsolete opcodes from the configuation...
2019-12-20  dtucker@openbsd.orgupstream: Remove now-obsolete config options from examp...
2019-12-20  naddy@openbsd.orgupstream: Document that security key-hosted keys can...
2019-12-20  dtucker@openbsd.orgupstream: "Forward security" -> "Forward secrecy" since...
2019-12-20  naddy@openbsd.orgupstream: cut obsolete lists of crypto algorithms from...
2019-12-20  tobhe@openbsd.orgupstream: strdup may return NULL if memory allocation...
2019-12-20  djm@openbsd.orgupstream: sort sk-* methods behind their plain key...
2019-12-17  Darren TuckerMac OS X has PAM too.
2019-12-17  Darren TuckerShow portable tarball pattern in example.
2019-12-17  Darren TuckerOpenSSL is now optional.
2019-12-16  djm@openbsd.orgupstream: adapt to ssh-sk-client change
2019-12-16  djm@openbsd.orgupstream: it's no longer possible to disable privilege...
2019-12-16  djm@openbsd.orgupstream: don't treat HostKeyAgent=none as a path eithe...
2019-12-16  djm@openbsd.orgupstream: do not attempt to find an absolute path for...
2019-12-16  djm@openbsd.orgupstream: allow ssh-keyscan to find security key hostkeys
2019-12-16  djm@openbsd.orgupstream: allow security keys to act as host keys as...
2019-12-16  Darren TuckerAllow clock_nanosleep_time64 in seccomp sandbox.
2019-12-15  Darren TuckerPut SK ECDSA bits inside ifdef OPENSSL_HAS_ECC.
2019-12-13  Damien Millerremove a bunch of ENABLE_SK #ifdefs
2019-12-13  Damien Millerssh-sk-client.c needs includes.h
2019-12-13  Damien Milleronly link ssh-sk-helper against libfido2
2019-12-13  Damien Milleradapt Makefile to ssh-sk-client everywhere
2019-12-13  Damien Millerfixup
2019-12-13  djm@openbsd.orgupstream: actually commit the ssh-sk-helper client...
2019-12-13  djm@openbsd.orgupstream: perform security key enrollment via ssh-sk...
2019-12-13  djm@openbsd.orgupstream: allow sshbuf_put_stringb(buf, NULL); ok markus@
2019-12-13  djm@openbsd.orgupstream: use ssh-sk-helper for all security key signin...
2019-12-13  djm@openbsd.orgupstream: add a note about the 'extensions' field in...
2019-12-11  djm@openbsd.orgupstream: some more corrections for documentation probl...
2019-12-11  djm@openbsd.orgupstream: loading security keys into ssh-agent used...
2019-12-11  djm@openbsd.orgupstream: add security key types to list of keys allowe...
2019-12-11  djm@openbsd.orgupstream: when acting as a CA and using a security...
2019-12-11  djm@openbsd.orgupstream: chop some unnecessary and confusing verbiage...
2019-12-11  djm@openbsd.orgupstream: fix setting of $SSH_ASKPASS_PROMPT - it shoul...
2019-12-11  djm@openbsd.orgupstream: bring the __func__
2019-12-11  jmc@openbsd.orgupstream: tweak the Nd lines for a bit of consistency...
2019-12-11  Darren TuckerCheck if memmem is declared in system headers.
2019-12-11  Darren TuckerSort depends.
2019-12-11  Darren TuckerSort .depend when rebuilding.
2019-12-11  Darren TuckerUpdate depend to include sk files.
2019-12-09  Darren TuckerDescribe how to build libcrypto as PIC.
2019-12-09  Darren TuckerRecommend running LibreSSL or OpenSSL self-tests.
2019-12-06  Darren TuckerWrap ECC specific bits in ifdef.
2019-11-29  Darren TuckerWrap sha2.h include in ifdef.
2019-11-29  Damien Millercompile sk-dummy.so with no-PIE version of LDFLAGS
2019-11-29  Damien Millerincludes.h for sk-dummy.c, dummy
2019-11-29  Damien Miller(yet) another x-platform fix for sk-dummy.so
2019-11-29  Damien Millerneeds includes.h for WITH_OPENSSL
2019-11-29  Damien Milleranother attempt at sk-dummy.so working x-platform
2019-11-29  djm@openbsd.orgupstream: lots of dependencies go away here with ed2551...
2019-11-29  djm@openbsd.orgupstream: perform hashing directly in crypto_hash_sha51...
2019-11-29  jmc@openbsd.orgupstream: improve the text for -A a little; input from...
2019-11-29  jmc@openbsd.orgupstream: reshuffle the text to read better; input...
2019-11-28  Damien Miller$< doesn't work as` I thought; explicily list objs
next