]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2018-08-23  Damien Millershorten temporary SSH_REGRESS_TMP path V_7_8 288/head anongit/V_7_8 github-selfhosted/V_7_8 github/V_7_8 V_7_8_P1
2018-08-23  Damien Millerrebuild dependencies
2018-08-23  Damien Millerfix path in distclean target
2018-08-23  djm@openbsd.orgupstream: memleak introduced in r1.83; from Colin Watson
2018-08-21  schwarze@openbsd.orgupstream: AIX reports the CODESET as "ISO8859-1" in...
2018-08-21  Tim Rice modified: openbsd-compat/port-uw.c
2018-08-20  Damien MillerMissing unistd.h for regress/mkdtemp.c
2018-08-16  Damien Millerupdate version numbers in anticipation of release
2018-08-13  Corinna Vinschenconfigure: work around GCC shortcoming on Cygwin
2018-08-13  Corinna Vinschencygwin: add missing stdarg.h include
2018-08-13  djm@openbsd.orgupstream: revert compat.[ch] section of the following...
2018-08-13  djm@openbsd.orgupstream: better diagnosics on alg list assembly errors; ok
2018-08-12  Damien MillerSome AIX fixes; report from Michael Felt
2018-08-10  dtucker@openbsd.orgupstream: The script that cooks up PuTTY format host...
2018-08-10  djm@openbsd.orgupstream: improve
2018-08-10  djm@openbsd.orgupstream: Describe pubkey format, prompted by bz#2853
2018-08-10  djm@openbsd.orgupstream: fix numbering
2018-08-08  djm@openbsd.orgupstream: Use new private key format by default. This...
2018-08-06  djm@openbsd.orgupstream: invalidate dh->priv_key after freeing it...
2018-07-31  djm@openbsd.orgupstream: delay bailout for invalid authentic
2018-07-31  djm@openbsd.orgupstream: fix some memory leaks spotted by Coverity...
2018-07-31  Damien MillerRemove support for S/Key
2018-07-31  markus@openbsd.orgupstream: avoid expensive channel_open_message() calls...
2018-07-31  dtucker@openbsd.orgupstream: Now that ssh can't be setuid, remove the
2018-07-31  dtucker@openbsd.orgupstream: Remove uid checks from low port binds. Now...
2018-07-27  dtucker@openbsd.orgupstream: ssh(1) no longer supports being setuid root...
2018-07-27  Damien Millercorrect snprintf truncation check in closefrom()
2018-07-27  Darren TuckerInclude stdarg.h in mkdtemp for va_list.
2018-07-26  deraadt@openbsd.orgupstream: Don't redefine Makefile choices which come...
2018-07-26  deraadt@openbsd.orgupstream: fix indent; Clemens Goessnitzer
2018-07-26  beck@openbsd.orgupstream: Use the caller provided (copied) pwent struct in
2018-07-26  jmc@openbsd.orgupstream: oops, failed to notice that SEE ALSO got...
2018-07-26  kn@openbsd.orgupstream: Point to glob in section 7 for the actual...
2018-07-26  dtucker@openbsd.orgupstream: Switch authorized_keys example from ssh-dss...
2018-07-20  djm@openbsd.orgupstream: slightly-clearer description for Authenticati...
2018-07-20  Damien MillerCreate control sockets in clean temp directories
2018-07-20  djm@openbsd.orgupstream: remove unused zlib.h
2018-07-20  dtucker@openbsd.orgupstream: Fix typo in comment. From Alexandru Iacob...
2018-07-20  Darren TuckerExplicitly include openssl before zlib.
2018-07-19  dtucker@openbsd.orgupstream: Deprecate UsePrivilegedPort now that support...
2018-07-19  dtucker@openbsd.orgupstream: Remove support for running ssh(1) setuid...
2018-07-19  dtucker@openbsd.orgupstream: Slot 0 in the hostbased key array was previou...
2018-07-19  dtucker@openbsd.orgupstream: Remove support for loading HostBasedAuthentic...
2018-07-16  djm@openbsd.orgupstream: keep options.identity_file_userprovided array...
2018-07-16  djm@openbsd.orgupstream: memleak in unittest; found by valgrind
2018-07-16  djm@openbsd.orgupstream: memleaks; found by valgrind
2018-07-14  Darren TuckerUndef a few new macros in sys-queue.h.
2018-07-13  Darren TuckerInclude unistd.h for geteuid declaration.
2018-07-13  Darren TuckerFallout from buffer conversion in AUDIT_EVENTS.
2018-07-13  djm@openbsd.orgupstream: make this use ssh_proxy rather than starting...
2018-07-13  djm@openbsd.orgupstream: fix leaks in unit test; with this, all unit...
2018-07-13  Damien MillerEnable leak checks for unit tests with valgrind
2018-07-13  Damien Millerincrease timeout to match cfgmatch.sh
2018-07-13  Damien Millerrm regress/misc/kexfuzz/*.o in distclean target
2018-07-13  Damien Millerrepair !WITH_OPENSSL build
2018-07-13  Damien Millermissing headers
2018-07-12  Darren TuckerRemove key.h from portable files too.
2018-07-12  djm@openbsd.orgupstream: remove prototype to long-gone function
2018-07-12  markus@openbsd.orgupstream: treat ssh_packet_write_wait() errors as fatal...
2018-07-12  markus@openbsd.orgupstream: remove legacy key emulation layer; ok djm@
2018-07-12  martijn@openbsd.orgupstream: s/wuth/with/ in comment
2018-07-11  Darren TuckerInclude stdlib.h for declaration of free.
2018-07-11  Damien MillerVALGRIND_CHECK_LEAKS logic was backwards :(
2018-07-11  Darren TuckerFix sshbuf_new error path in skey.
2018-07-11  Darren TuckerSupply missing third arg in skey.
2018-07-11  Darren TuckerSupply some more missing "int r" in skey
2018-07-10  Damien Millerdisable valgrind memleak checking by default
2018-07-10  Darren TuckerSupply missing "int r" in skey code.
2018-07-10  sf@openbsd.orgupstream: re-remove some pre-auth compression bits
2018-07-10  Damien MillerAdapt portable to legacy buffer API removal
2018-07-10  djm@openbsd.orgupstream: kerberos/gssapi fixes for buffer removal
2018-07-10  djm@openbsd.orgupstream: buffer.[ch] and bufaux.c are no more
2018-07-10  djm@openbsd.orgupstream: one mention of Buffer that almost got away :)
2018-07-10  markus@openbsd.orgupstream: replace cast with call to sshbuf_mutable_ptr...
2018-07-10  markus@openbsd.orgupstream: remove legacy buffer API emulation layer...
2018-07-10  markus@openbsd.orgupstream: sshd: switch monitor to sshbuf API; lots...
2018-07-10  markus@openbsd.orgupstream: sshd: switch GSSAPI to sshbuf API; ok djm@
2018-07-10  markus@openbsd.orgupstream: sshd: switch authentication to sshbuf API...
2018-07-10  markus@openbsd.orgupstream: sshd: switch config to sshbuf API; ok djm@
2018-07-10  markus@openbsd.orgupstream: sshd: switch loginmsg to sshbuf API; ok djm@
2018-07-10  markus@openbsd.orgupstream: ttymodes: switch to sshbuf API; ok djm@
2018-07-10  markus@openbsd.orgupstream: client: switch mux to sshbuf API; with &...
2018-07-10  markus@openbsd.orgupstream: client: switch to sshbuf API; ok djm@
2018-07-10  markus@openbsd.orgupstream: pkcs11: switch to sshbuf API; ok djm@
2018-07-10  sf@openbsd.orgupstream: Revert previous two commits
2018-07-10  sf@openbsd.orgupstream: Rename COMP_DELAYED to COMP_ZLIB
2018-07-10  sf@openbsd.orgupstream: Remove leftovers from pre-authentication...
2018-07-10  sf@openbsd.orgupstream: Remove unused ssh_packet_start_compression()
2018-07-06  Darren TuckerDefer setting bufsiz in getdelim.
2018-07-05  Darren TuckerFix other callers of read_environment_file.
2018-07-04  djm@openbsd.orgupstream: deal with API rename: match_filter_list() =>
2018-07-04  djm@openbsd.orgupstream: exercise new expansion behaviour of
2018-07-04  djm@openbsd.orgupstream: add a comment that could have saved me 45...
2018-07-04  djm@openbsd.orgupstream: repair PubkeyAcceptedKeyTypes (and friends...
2018-07-03  djm@openbsd.orgupstream: some magic for RSA-SHA2 checks
2018-07-03  Damien Millerdepend
2018-07-03  djm@openbsd.orgupstream: some finesse to fix RSA-SHA2 certificate...
2018-07-03  djm@openbsd.orgupstream: check correct variable; unbreak agent keys
2018-07-03  djm@openbsd.orgupstream: crank version number to 7.8; needed for new...
2018-07-03  djm@openbsd.orgupstream: Improve strictness and control over RSA-SHA2...
next