]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2018-05-25  djm@openbsd.orgupstream: Do not ban PTY allocation when a sshd session...
2018-05-25  djm@openbsd.orgupstream: Fix return value confusion in several functio...
2018-05-25  dtucker@openbsd.orgupstream: If select() fails in ssh_packet_read_seqnr...
2018-05-25  Damien MillerPermit getuid()/geteuid() syscalls.
2018-05-22  djm@openbsd.orgupstream: support ProxyJump=none to disable ProxyJump
2018-05-22  jmc@openbsd.orgupstream: correct keyowrd name (permitemptypasswords...
2018-05-22  djm@openbsd.orgupstream: Emphasise that -w implicitly sets Tunnel...
2018-05-14  Damien Millersync fmt_scaled.c
2018-05-11  Damien Millerfix key-options.sh on platforms without openpty(3)
2018-05-11  djm@openbsd.orgupstream: implement EMFILE mitigation for ssh-agent...
2018-05-11  dtucker@openbsd.orgupstream: Explicit cast when snprintf'ing an uint64...
2018-05-11  bluhm@openbsd.orgupstream: Since the previous commit, ssh regress test...
2018-04-29  Darren TuckerUse includes.h instead of config.h.
2018-04-19  Darren TuckerOmit 3des-cbc if OpenSSL built without DES.
2018-04-16  djm@openbsd.orgupstream: Disable SSH2_MSG_DEBUG messages for Twisted...
2018-04-14  djm@openbsd.orgupstream: don't free the %C expansion, it's used later for
2018-04-14  djm@openbsd.orgupstream: notify user immediately when underlying ssh...
2018-04-13  Darren TuckerAllow nanosleep in preauth privsep child.
2018-04-13  Darren TuckerAllow nanosleep in preauth privsep child.
2018-04-13  dtucker@openbsd.orgupstream: Defend against user enumeration timing attack...
2018-04-13  Darren TuckerUsing "==" in shell tests is not portable.
2018-04-13  Damien MillerFix tunnel forwarding broken in 7.7p1
2018-04-13  Damien Millerprefer to use getrandom() for PRNG seeding
2018-04-13  Darren TuckerRevert $REGRESSTMP changes.
2018-04-10  Damien MillerMany typo fixes from Karsten Weiss
2018-04-10  djm@openbsd.orgupstream: more typos spotted by Karsten Weiss using...
2018-04-10  djm@openbsd.orgupstream: make this a bit more portable-friendly
2018-04-10  djm@openbsd.orgupstream: lots of typos in comments/docs. Patch from...
2018-04-10  djm@openbsd.orgupstream: don't kill ssh-agent's listening socket entri...
2018-04-10  tj@openbsd.orgupstream: the UseLogin option was removed, so remove...
2018-04-10  jmc@openbsd.orgupstream: tweak previous;
2018-04-10  jmc@openbsd.orgupstream: tweak previous;
2018-04-06  djm@openbsd.orgupstream: Allow "SendEnv -PATTERN" to clear environment...
2018-04-06  djm@openbsd.orgupstream: relax checking of authorized_keys environment...
2018-04-06  djm@openbsd.orgupstream: add a couple of missed options to the config...
2018-04-06  djm@openbsd.orgupstream: ssh does not accept -oInclude=... on the...
2018-04-06  djm@openbsd.orgupstream: We don't offer CBC cipher by default any...
2018-04-06  job@openbsd.orgupstream: Update default IPQoS in ssh(1), sshd(8) to...
2018-04-06  dtucker@openbsd.orgupstream: Import regenerated moduli file.
2018-04-06  dtucker@openbsd.orgupstream: Add test for username options parsing order...
2018-04-06  Damien MillerExpose SSH_AUTH_INFO_0 to PAM auth modules
2018-04-03  Darren TuckerImport regenerated moduli file.
2018-04-02  Damien Millerupdate versions in .spec files V_7_7_P1
2018-04-02  Damien Millerupdate version number
2018-03-30  Darren TuckerDisable native strndup and strnlen on AIX.
2018-03-26  Darren TuckerInclude ssh_api.h for struct ssh.
2018-03-26  Darren TuckerRemove UNICOS code missed during removal.
2018-03-25  markus@openbsd.orgupstream: openssh-7.7
2018-03-25  Damien MillerRemove authinfo.sh test dependency on printenv
2018-03-25  Tim Rice Use libiaf on all sysv5 systems
2018-03-25  Tim Rice modified: auth-sia.c
2018-03-24  markus@openbsd.orgupstream: openssh-7.7
2018-03-24  markus@openbsd.orgupstream: fix bogus warning when signing cert keys...
2018-03-24  Darren TuckerReplace /dev/stdin with "-".
2018-03-23  Darren TuckerProvide $OBJ to paths in PuTTY interop tests.
2018-03-23  dtucker@openbsd.orgupstream: Tell puttygen to use /dev/urandom instead...
2018-03-23  markus@openbsd.orgupstream: ssh/xmss: fix build; ok djm@
2018-03-23  markus@openbsd.orgupstream: ssh/xmss: fix deserialize for certs; ok djm@
2018-03-22  Darren TuckerSave $? before case statement.
2018-03-14  djm@openbsd.orgupstream: rename recently-added "valid-before" key...
2018-03-14  djm@openbsd.orgupstream: check valid-before option in authorized_keys
2018-03-14  djm@openbsd.orgupstream: explicitly specify RSA/SHA-2 keytype here too
2018-03-14  djm@openbsd.orgupstream: exlicitly include RSA/SHA-2 keytypes in
2018-03-14  jmc@openbsd.orgupstream: sort expiry-time;
2018-03-14  djm@openbsd.orgupstream: rename recently-added "valid-before" key...
2018-03-14  djm@openbsd.orgupstream: add valid-before="[time]" authorized_keys...
2018-03-12  Darren TuckerAdd AC_LANG_PROGRAM to AC_COMPILE_IFELSE.
2018-03-12  djm@openbsd.orgupstream: revert recent strdelim() change, it causes...
2018-03-12  jmc@openbsd.orgupstream: move the input format details to -f; remove...
2018-03-08  Vicente Olivert... configure.ac: properly set seccomp_audit_arch for MIPS64
2018-03-08  Vicente Olivert... configure.ac: detect MIPS ABI
2018-03-07  Alan YeeUse https URLs for links that support it.
2018-03-05  Darren TuckerDisable UTMPX on SunOS4.
2018-03-05  Darren TuckerCheck for and work around buggy fflush(NULL).
2018-03-04  Darren TuckerRemove extra XMSS #endif
2018-03-04  dtucker@openbsd.orgupstream: Update RSA minimum modulus size to 1024....
2018-03-04  djm@openbsd.orgupstream: for the pty control tests, just check that...
2018-03-03  Darren TuckerUpdate PAM password change to new opts API.
2018-03-03  Darren TuckerAdd strndup for platforms that need it.
2018-03-03  Darren TuckerFlatten and alphabetize object file lists.
2018-03-03  djm@openbsd.orgupstream: unit tests for new authorized_keys options API
2018-03-03  djm@openbsd.orgupstream: fix testing of pty option, include positive...
2018-03-03  djm@openbsd.orgupstream: better testing for port-forwarding and restri...
2018-03-03  djm@openbsd.orgupstream: switch over to the new authorized_keys option...
2018-03-03  djm@openbsd.orgupstream: Introduce a new API for handling authorized_k...
2018-03-03  djm@openbsd.orgupstream: warn when the agent returns a signature type...
2018-03-03  jmc@openbsd.orgupstream: apply a lick of paint; tweaks/ok dtucker
2018-03-02  djm@openbsd.orgupstream: Allow escaped quotes \" and \' in ssh_config and
2018-03-02  djm@openbsd.orgupstream: refactor sshkey_read() to make it a little...
2018-03-02  markus@openbsd.orgupstream: missing #ifdef for _PATH_HOST_XMSS_KEY_FILE...
2018-03-02  dtucker@openbsd.orgupstream: Remove unneeded (local) include. ok markus@
2018-03-02  dtucker@openbsd.orgupstream: Add $OpenBSD$ markers to xmss files to help...
2018-03-02  dtucker@openbsd.orgupstream: Add newline at end of file to prevent compile...
2018-02-28  Darren TuckerAdd WITH_XMSS, move to prevent conflicts.
2018-02-28  Darren TuckerConditionally compile XMSS code.
2018-02-27  Darren TuckerCheck dlopen has RTLD_NOW before enabling pkcs11.
2018-02-26  Darren TuckerCheck for attributes on prototype args.
2018-02-26  Darren TuckerCheck if HAVE_DECL_BZERO correctly.
2018-02-26  Darren TuckerWrap <stdint.h> in #ifdef HAVE_STDINT_H.
2018-02-26  Darren TuckerReplace $(CURDIR) with $(PWD).
next