]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2019-01-21  Damien MillerFix -Wunused when compiling PKCS#11 without ECDSA
2019-01-21  djm@openbsd.orgupstream: allow override of ssh-pkcs11-helper binary via
2019-01-21  djm@openbsd.orgupstream: adapt agent-pkcs11.sh test to softhsm2 and...
2019-01-21  djm@openbsd.orgupstream: add "extra:" target to run some extra tests...
2019-01-21  djm@openbsd.orgupstream: use ECDSA_SIG_set0() instead of poking signat...
2019-01-21  Damien Millerremove HAVE_DLOPEN that snuck in
2019-01-21  Damien Millerconditionalise ECDSA PKCS#11 support
2019-01-20  djm@openbsd.orgupstream: we use singleton pkcs#11 RSA_METHOD and EC_KE...
2019-01-20  djm@openbsd.orgupstream: KNF previous; from markus@
2019-01-20  djm@openbsd.orgupstream: use OpenSSL's RSA reference counting hooks to
2019-01-20  djm@openbsd.orgupstream: make the PKCS#11 RSA code more like the new...
2019-01-20  djm@openbsd.orgupstream: fix leak of ECDSA pkcs11_key objects
2019-01-20  djm@openbsd.orgupstream: use EVP_PKEY_get0_EC_KEY() instead of direct...
2019-01-20  djm@openbsd.orgupstream: cleanup PKCS#11 ECDSA pubkey loading: the...
2019-01-20  djm@openbsd.orgupstream: cleanup unnecessary code in ECDSA pkcs#11...
2019-01-20  djm@openbsd.orgupstream: cleanup pkcs#11 client code: use sshkey_new...
2019-01-20  djm@openbsd.orgupstream: allow override of the pkcs#11 helper binary via
2019-01-20  djm@openbsd.orgupstream: add support for ECDSA keys in PKCS#11 tokens
2019-01-20  djm@openbsd.orgupstream: add option to test whether keys in an agent...
2019-01-20  tb@openbsd.orgupstream: Fix BN_is_prime_* calls in SSH, the API retur...
2019-01-20  dtucker@openbsd.orgupstream: DH-GEX min value is now specified in RFC8270...
2019-01-20  Darren TuckerCheck for cc before gcc.
2019-01-20  Damien Millerlast bits of old packet API / active_state global
2019-01-19  Damien Millerremove PAM dependencies on old packet API
2019-01-19  Damien Millerremove vestiges of old packet API from loginrec.c
2019-01-19  Damien Millerdepend
2019-01-19  djm@openbsd.orgupstream: fix error in refactor: use ssh_packet_disconn...
2019-01-19  djm@openbsd.orgupstream: remove last traces of old packet API!
2019-01-19  djm@openbsd.orgupstream: remove last references to active_state
2019-01-19  djm@openbsd.orgupstream: convert monitor.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert sshd.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert session.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert auth.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert serverloop.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert the remainder of sshconnect2.c to...
2019-01-19  djm@openbsd.orgupstream: convert the remainder of clientloop.c to...
2019-01-19  Damien Millerupstream: convert auth2.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert servconf.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert channels.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert sshconnect.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert ssh.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert mux.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert sshconnect2.c to new packet API
2019-01-19  djm@openbsd.orgupstream: convert clientloop.c to new packet API
2019-01-19  djm@openbsd.orgupstream: allow sshpkt_fatal() to take a varargs format...
2019-01-19  djm@openbsd.orgupstream: begin landing remaining refactoring of packet...
2019-01-19  tb@openbsd.orgupstream: Print an \r in front of the password prompt...
2019-01-18  Darren TuckerAdd minimal fchownat and fchmodat implementations.
2019-01-17  Darren TuckerAdd a minimal implementation of utimensat().
2019-01-17  djm@openbsd.orgupstream: regress bits for banner processing refactor...
2019-01-17  djm@openbsd.orgupstream: tun_fwd_ifnames variable should b
2019-01-17  djm@openbsd.orgupstream: include time.h for time(3)/nanosleep(2);...
2019-01-17  djm@openbsd.orgupstream: many of the global variables in this file...
2019-01-17  djm@openbsd.orgupstream: Add "-h" flag to sftp chown/chgrp/chmod comma...
2019-01-17  djm@openbsd.orgupstream: add support for a "lsetstat@openssh.com"...
2019-01-04  djm@openbsd.orgupstream: eliminate function-static attempt counters for
2019-01-04  djm@openbsd.orgupstream: fix memory leak of ciphercontext when rekeyin...
2019-01-02  djm@openbsd.orgupstream: static on global vars, const on handler table...
2018-12-27  djm@openbsd.orgupstream: Request RSA-SHA2 signatures for
2018-12-27  djm@openbsd.orgupstream: ssh_packet_set_state() now frees ssh->kex...
2018-12-27  tedu@openbsd.orgupstream: remove unused and problematic sudo clean...
2018-12-27  djm@openbsd.orgupstream: move client/server SSH-* banners to buffers...
2018-12-27  dtucker@openbsd.orgupstream: Fix calculation of initial bandwidth limits...
2018-12-27  djm@openbsd.orgupstream: only consider the ext-info-c extension during...
2018-12-27  djm@openbsd.orgupstream: fix option letter pasto in previous
2018-12-27  djm@openbsd.orgupstream: mention that the ssh-keygen -F (find host in
2018-12-14  Damien Millerexpose $SSH_CONNECTION in the PAM environment
2018-12-13  Kevin AdlerDon't pass loginmsg by address now that it's an sshbuf*
2018-12-07  djm@openbsd.orgupstream: no need to allocate channels_pre/channels_post in
2018-12-07  djm@openbsd.orgupstream: don't attempt to connect to empty SSH_AUTH_SO...
2018-12-07  djm@openbsd.orgupstream: don't truncate user or host name in "user...
2018-12-07  jmc@openbsd.orgupstream: tweak previous;
2018-11-25  Darren TuckerInclude stdio.h for FILE if needed.
2018-11-25  Darren TuckerReverse order of OpenSSL init functions.
2018-11-25  Darren TuckerImprove OpenSSL_add_all_algorithms check.
2018-11-23  djm@openbsd.orgupstream: add a ssh_config "Match final" predicate
2018-11-23  dtucker@openbsd.orgupstream: Remove now-unneeded ifdef SIGINFO around...
2018-11-23  Darren TuckerMove RANDOM_SEED_SIZE outside ifdef.
2018-11-23  Darren TuckerResync with OpenBSD by pulling in an ifdef SIGINFO.
2018-11-22  Damien Millerfix configure test for OpenSSL version
2018-11-22  Damien Millerrefactor libcrypto initialisation
2018-11-22  dtucker@openbsd.orgupstream: Output info on SIGUSR1 as well as
2018-11-22  dtucker@openbsd.orgupstream: Append pid to temp files in /var/run and...
2018-11-22  dtucker@openbsd.orgupstream: UsePrivilegeSeparation no is deprecated
2018-11-22  djm@openbsd.orgupstream: add some knobs:
2018-11-22  Darren TuckerResync Makefile.inc with upstream.
2018-11-19  djm@openbsd.orgupstream: silence (to log level debug2) failure message...
2018-11-19  dtucker@openbsd.orgupstream: Fix inverted logic for redirecting ProxyComma...
2018-11-16  djm@openbsd.orgupstream: redirect stderr of ProxyCommands to /dev...
2018-11-16  djm@openbsd.orgupstream: make grandparent-parent-child sshbuf chains...
2018-11-16  djm@openbsd.orgupstream: use path_absolute() for pathname checks;...
2018-11-16  Darren TuckerTest for OPENSSL_init_crypto before using.
2018-11-16  djm@openbsd.orgupstream: disallow empty incoming filename or ones...
2018-11-16  djm@openbsd.orgupstream: fix bug in client that was keeping a redundan...
2018-11-16  djm@openbsd.orgupstream: fix bug in HostbasedAcceptedKeyTypes and
2018-11-16  djm@openbsd.orgupstream: support a prefix of '@' to suppress echo...
2018-11-16  schwarze@openbsd.orgupstream: fix markup error (missing blank before delimi...
2018-11-16  djm@openbsd.orgupstream: typo in error message; caught by Debian linti...
2018-11-16  djm@openbsd.orgupstream: correct local variable name; from yawang...
2018-11-16  dtucker@openbsd.orgupstream: Import new moduli.
next