]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
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...
2018-07-03  djm@openbsd.orgupstream: allow sshd_config PermitUserEnvironment to...
2018-07-03  millert@openbsd.orgupstream: Fix "WARNING: line 6 disappeared in /etc...
2018-07-02  dtucker@openbsd.orgupstream: One ampersand is enough to backgroud an proce...
2018-07-02  Darren TuckerAdd implementation of getline.
2018-06-26  djm@openbsd.orgupstream: whitespace
2018-06-25  djm@openbsd.orgupstream: fix NULL dereference in open_listen_match_tcpip()
2018-06-25  jmc@openbsd.orgupstream: spelling;
2018-06-19  djm@openbsd.orgupstream: test PermitListen with bare port numbers
2018-06-19  djm@openbsd.orgupstream: allow bare port numbers to appear in PermitLi...
2018-06-15  djm@openbsd.orgupstream: invalidate supplemental group cache used by
2018-06-10  djm@openbsd.orgupstream: unbreak SendEnv; patch from tb@
2018-06-10  jmc@openbsd.orgupstream: sort previous;
2018-06-10  djm@openbsd.orgupstream: slightly better wording re handing of $TERM...
2018-06-09  djm@openbsd.orgupstream: add a SetEnv directive for sshd_config to...
2018-06-09  djm@openbsd.orgupstream: add a SetEnv directive to ssh_config that...
2018-06-09  djm@openbsd.orgupstream: reorder child environment preparation so...
2018-06-09  djm@openbsd.orgupstream: fix incorrect expansion of %i in
2018-06-09  djm@openbsd.orgupstream: fix some over-long lines and __func__ up...
2018-06-09  jmc@openbsd.orgupstream: tweak previous;
2018-06-08  Darren TuckerRemove ability to override $LD.
2018-06-08  Darren TuckerBetter detection of unsupported compiler options.
2018-06-07  djm@openbsd.orgupstream: test the correct configuration option name
2018-06-07  djm@openbsd.orgupstream: some permitlisten fixes from markus@ that...
2018-06-07  djm@openbsd.orgupstream: permitlisten/PermitListen unit test from...
2018-06-07  djm@openbsd.orgupstream: fix regression caused by recent permitlisten...
2018-06-06  markus@openbsd.orgupstream: switch config file parsing to getline(3)...
2018-06-06  djm@openbsd.orgupstream: regress test for PermitOpen
2018-06-06  djm@openbsd.orgupstream: man bits for permitlisten authorized_keys...
2018-06-06  djm@openbsd.orgupstream: man bits for PermitListen
2018-06-06  djm@openbsd.orgupstream: permitlisten option for authorized_keys;...
2018-06-06  djm@openbsd.orgupstream: Add a PermitListen directive to control which...
2018-06-06  Darren TuckerUse ssh-keygen -A to generate missing host keys.
2018-06-04  jmc@openbsd.orgupstream: add missing punctuation after %i in ssh_confi...
2018-06-04  jmc@openbsd.orgupstream: oops - further adjustment to text neccessary;
2018-06-04  jmc@openbsd.orgupstream: %U needs to be escaped; tweak text;
2018-06-04  dtucker@openbsd.orgupstream: Apply umask to all incoming files and directo...
2018-06-01  djm@openbsd.orgupstream: Adapt to extra default verboisity from ssh...
2018-06-01  djm@openbsd.orgupstream: Add TEST_SSH_FAIL_FATAL variable, to force...
2018-06-01  dtucker@openbsd.orgupstream: Clean up comment.
2018-06-01  djm@openbsd.orgupstream: whitespace
2018-06-01  djm@openbsd.orgupstream: make ssh_remote_ipaddr() capable of being...
2018-06-01  djm@openbsd.orgupstream: return correct exit code when searching for...
2018-06-01  djm@openbsd.orgupstream: make UID available as a %-expansion everywher...
2018-06-01  djm@openbsd.orgupstream: prefer argv0 to "ssh" when re-executing ssh...
next