]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2020-01-08  Jeremy DrakeDeny (non-fatal) ipc in preauth privsep child. V_8_1 anongit/V_8_1 github-selfhosted/V_8_1 github/V_8_1
2020-01-08  Khem Rajseccomp: Allow clock_gettime64() in sandbox.
2020-01-08  Darren TuckerAllow clock_nanosleep_time64 in seccomp sandbox.
2019-11-13  Darren TuckerRemove duplicate __NR_clock_nanosleep
2019-11-13  Darren Tuckerseccomp: Allow clock_nanosleep() in sandbox.
2019-10-09  Darren TuckerFix ifdef typo for declaration of memmem. 158/head
2019-10-09  Damien Millerprepare for 8.1 release V_8_1_P1
2019-10-09  djm@openbsd.orgupstream: openssh-8.1
2019-10-09  djm@openbsd.orgupstream: fix an unreachable integer overflow similar...
2019-10-09  djm@openbsd.orgupstream: fix integer overflow in XMSS private key...
2019-10-09  dtucker@openbsd.orgupstream: Correct type for end-of-list sentinel; fixes...
2019-10-09  djm@openbsd.orgupstream: reversed test yielded incorrect debug message
2019-10-09  Damien Millerdepend
2019-10-08  Darren TuckerMake MAKE_CLONE no-op macro more correct.
2019-10-08  Damien Millerwrap stdint.h include in HAVE_STDINT_H
2019-10-08  Damien Milleravoid "return (value)" in void-declared function
2019-10-08  Darren TuckerMake DEF_WEAK more likely to be correct.
2019-10-07  dtucker@openbsd.orgupstream: Instead of running sed over the whole log...
2019-10-05  Eduardo BarrettoEnable specific ioctl call for EP11 crypto card (s390)
2019-10-04  djm@openbsd.orgupstream: fix memory leak in error path; bz#3074 patch...
2019-10-04  djm@openbsd.orgupstream: space
2019-10-04  djm@openbsd.orgupstream: more sshsig regress tests: check key revocati...
2019-10-04  dtucker@openbsd.orgupstream: Check for gmtime failure in moduli generation...
2019-10-04  jmc@openbsd.orgupstream: use a more common options order in SYNOPSIS...
2019-10-02  djm@openbsd.orgupstream: thinko in previous; spotted by Mantas
2019-10-02  djm@openbsd.orgupstream: make signature format match PROTOCO
2019-10-02  djm@openbsd.orgupstream: ban empty namespace strings for s
2019-10-02  Darren TuckerPut ssherr.h back as it's actually needed.
2019-10-02  Lonnie AbelbeckDeny (non-fatal) shmget/shmat/shmdt in preauth privsep...
2019-10-02  Damien Millerremove duplicate #includes
2019-10-02  Damien Millertypo in comment
2019-10-02  djm@openbsd.orgupstream: remove some duplicate #includes
2019-10-01  djm@openbsd.orgupstream: revert unconditional forced login implemented...
2019-10-01  jmc@openbsd.orgupstream: group and sort single letter options; ok...
2019-10-01  jmc@openbsd.orgupstream: fix the DH-GEX text in -a; because this requi...
2019-10-01  deraadt@openbsd.orgupstream: identity_file[] should be PATH_MAX, not the...
2019-10-01  jmc@openbsd.orgupstream: new sentence, new line;
2019-09-30  Darren TuckerInclude stdio.h for snprintf.
2019-09-30  Darren TuckerAdd SKIP_LTESTS for skipping specific tests.
2019-09-27  dtucker@openbsd.orgupstream: Test for empty result in expected bits. Remov...
2019-09-27  Darren TuckerRe-enable dhgex test.
2019-09-24  Darren TuckerAdd more ToS bits, currently only used by netcat.
2019-09-19  Darren TuckerPrivsep is now required.
2019-09-16  djm@openbsd.orgupstream: Allow testing signature syntax and validity...
2019-09-13  djm@openbsd.orgupstream: clarify that IdentitiesOnly also applies...
2019-09-13  dtucker@openbsd.orgupstream: Plug mem leaks on error paths, based in part...
2019-09-13  djm@openbsd.orgupstream: whitespace
2019-09-13  djm@openbsd.orgupstream: allow %n to be expanded in ProxyCommand strings
2019-09-13  djm@openbsd.orgupstream: clarify that ConnectTimeout applies both...
2019-09-13  dtucker@openbsd.orgupstream: Fix potential truncation warning. ok deraadt.
2019-09-13  Damien Millermemleak of buffer in sshpam_query
2019-09-13  Damien Millerexplicitly test set[ug]id() return values
2019-09-08  naddy@openbsd.orgupstream: Allow prepending a list of algorithms to...
2019-09-08  djm@openbsd.orgupstream: key conversion should fail for !openssl build...
2019-09-08  djm@openbsd.orgupstream: typo in previous
2019-09-08  Damien Millerneeds time.h for --without-openssl
2019-09-08  Damien Millermake unittests pass for no-openssl case
2019-09-06  djm@openbsd.orgupstream: avoid compiling certain files that deeply...
2019-09-06  djm@openbsd.orgupstream: fixes for !WITH_OPENSSL compilation; ok dtucker@
2019-09-06  djm@openbsd.orgupstream: lots of things were relying on libcrypto...
2019-09-06  djm@openbsd.orgupstream: remove leakmalloc reference; we used this...
2019-09-06  dtucker@openbsd.orgupstream: Check for RSA support before using it for...
2019-09-06  Darren TuckerProvide explicit path to configure-check.
2019-09-06  djm@openbsd.orgupstream: better error code for bad arguments; inspired by
2019-09-05  Damien Millerrevert config.h/config.h.in freshness checks
2019-09-05  Damien Millerextend autoconf freshness test
2019-09-05  Damien Millercheck that configure/config.h is up to date
2019-09-05  djm@openbsd.orgupstream: if a PKCS#11 token returns no keys then try...
2019-09-05  djm@openbsd.orgupstream: sprinkle in some explicit errors here, otherw...
2019-09-05  djm@openbsd.orgupstream: only send ext_info for KEX_INITIAL; bz#2929...
2019-09-05  jmc@openbsd.orgupstream: macro fix; ok djm
2019-09-05  Damien Millerupdate fuzzing makefile to more recent clang
2019-09-05  Damien Millerfuzzer for sshsig allowed_signers option parsing
2019-09-05  djm@openbsd.orgupstream: memleak on error path; found by libfuzzer
2019-09-05  djm@openbsd.orgupstream: expose allowed_signers options parsing code...
2019-09-05  naddy@openbsd.orgupstream: Call comma-separated lists as such to clarify...
2019-09-05  jmc@openbsd.orgupstream: tweak previous;
2019-09-05  naddy@openbsd.orgupstream: repair typo and editing mishap
2019-09-05  Damien MillerFuzzer harness for sshsig
2019-09-03  Damien Milleroops; missed including the actual file
2019-09-03  Damien Millerportability fixes for sshsig
2019-09-03  djm@openbsd.orgupstream: regress test for sshsig; feedback and ok...
2019-09-03  djm@openbsd.orgupstream: only add plain keys to prevent any certs...
2019-09-03  djm@openbsd.orgupstream: sshsig tweaks and improvements from and sugge...
2019-09-03  djm@openbsd.orgupstream: sshsig: lightweight signature and verificatio...
2019-09-03  djm@openbsd.orgupstream: move authorized_keys option parsing helpsers...
2019-09-03  djm@openbsd.orgupstream: make get_sigtype public as sshkey_get_sigtype...
2019-09-03  djm@openbsd.orgupstream: move advance_past_options to authfile.c and...
2019-09-03  djm@openbsd.orgupstream: move skip_space() to misc.c and make it publi...
2019-09-03  djm@openbsd.orgupstream: authfd: add function to check if key is in...
2019-09-03  djm@openbsd.orgupstream: fix memleak in ssh_free_identitylist(); ok...
2019-09-03  djm@openbsd.orgupstream: factor out confirm_overwrite(); ok markus@
2019-09-03  djm@openbsd.orgupstream: constify an argument
2019-09-02  djm@openbsd.orgupstream: downgrade PKCS#11 "provider returned no slots...
2019-09-02  djm@openbsd.orgupstream: print comment when printing pubkey from private
2019-09-02  Damien Millerfixed test in OSX closefrom() replacement
2019-09-02  Damien Millerretain Solaris PRIV_FILE_LINK_ANY in sftp-server
2019-08-30  dtucker@openbsd.orgupstream: Use ed25519 for most hostkey rotation tests...
2019-08-30  bluhm@openbsd.orgupstream: Test did not compile due to missing symbols...
2019-08-30  Damien Millertweak warning flags
next