]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2018-06-06  djm@openbsd.orgupstream: relax checking of authorized_keys environment... V_7_7 anongit/V_7_7 github-selfhosted/V_7_7 github/V_7_7
2018-05-25  djm@openbsd.orgupstream: Do not ban PTY allocation when a sshd session...
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-15  djm@openbsd.orgupstream: don't free the %C expansion, it's used later for
2018-04-13  Darren TuckerUsing "==" in shell tests is not portable.
2018-04-13  djm@openbsd.orgupstream: don't kill ssh-agent's listening socket entri...
2018-04-13  Damien MillerFix tunnel forwarding broken in 7.7p1
2018-04-13  Darren TuckerRevert $REGRESSTMP changes.
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).
2018-02-26  Darren TuckerComment out hexdump().
2018-02-26  Darren Tuckertypo: missing ;
2018-02-26  Darren TuckerHook up flock() compat code.
2018-02-26  Darren TuckerImport flock() compat from NetBSD.
2018-02-26  Darren TuckerFix breakage when REGRESSTMP not set.
2018-02-26  Damien MillerXMSS-related files get includes.h
2018-02-26  Damien Millerobject files end with .o - not .c
2018-02-26  Damien Milleravoid inclusion of deprecated selinux/flask.h
2018-02-26  Damien Millerupdatedepend
2018-02-26  markus@openbsd.orgupstream: Add experimental support for PQC XMSS keys...
2018-02-26  jmc@openbsd.orgupstream: some cleanup for BindInterface and ssh-keyscan;
2018-02-25  Darren TuckerInvert sense of getpgrp test.
2018-02-25  Darren TuckerAdd no-op getsid implmentation.
2018-02-25  Darren Tuckerbsd-statvfs: include sys/vfs.h, check for f_flags.
2018-02-25  Darren TuckerHandle calloc(0,x) where different from malloc.
2018-02-25  Darren TuckerAdd prototype for readv if needed.
2018-02-25  Darren TuckerCheck for raise and supply if needed.
2018-02-25  Darren TuckerCheck for bzero and supply if needed.
2018-02-23  djm@openbsd.orgupstream: Add ssh-keyscan -D option to make it print...
2018-02-23  dtucker@openbsd.orgupstream: Add missing braces.
2018-02-23  Darren TuckerCheck for ifaddrs.h for BindInterface.
2018-02-23  Damien Millerspace before tab in previous
2018-02-23  dtucker@openbsd.orgupstream: Replace fatal with exit in the case that...
2018-02-23  Darren TuckerUse portable syntax for REGRESSTMP.
2018-02-23  djm@openbsd.orgupstream: unbreak interop test after SSHv1 purge; patch...
2018-02-23  dtucker@openbsd.orgupstream: Skip sftp-chroot test when SUDO not set inste...
2018-02-23  dtucker@openbsd.orgupstream: Replace fatal with exit in the case that...
2018-02-23  djm@openbsd.orgupstream: some helpers to check verbose/quiet mode
2018-02-23  djm@openbsd.orgupstream: Add BindInterface ssh_config directive and -B
2018-02-23  djm@openbsd.orgupstream: emphasise that the hostkey rotation may send...
2018-02-22  Darren TuckerAdd headers for sys/audit.h.
2018-02-19  Darren TuckerAdd REGRESSTMP make var override.
next