]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2019-06-14  djm@openbsd.orgupstream: process agent requests for RSA certificate... V_8_0 anongit/V_8_0 github-selfhosted/V_8_0 github/V_8_0
2019-05-20  djm@openbsd.orgupstream: embiggen format buffer size for certificate...
2019-05-17  Darren TuckerAdd no-op implementation of pam_putenv.
2019-04-26  Darren TuckerDon't install duplicate STREAMS modules on Solaris
2019-04-17  Damien Millermakedepend V_8_0_P1
2019-04-05  Damien Millersecond thoughts: leave README in place
2019-04-05  Damien MillerRevert "rewrite README"
2019-04-05  Damien Millerrewrite README
2019-04-04  Damien Millerupdate versions
2019-04-04  djm@openbsd.orgupstream: openssh-8.0
2019-04-03  Damien Millersession: Do not use removed API
2019-04-02  djm@openbsd.orgupstream: when logging/fataling on error, include a...
2019-04-02  Darren TuckerRemove "struct ssh" from sys_auth_record_login.
2019-04-02  Darren TuckerAdapt custom_failed_login to new prototype.
2019-04-01  Darren TuckerAdd includes.h for compat layer.
2019-04-01  Tim RiceStop USL compilers for erroring with "integral constant...
2019-04-01  Tim RiceOnly use O_NOFOLLOW in fchownat and fchmodat if defined
2019-03-29  Jakub JelenAdjust softhsm2 path on Fedora Linux for regress
2019-03-27  Darren TuckerOnly use O_NOFOLLOW in utimensat if defined.
2019-03-27  Corinna Vinschendrop old Cygwin considerations
2019-03-27  djm@openbsd.orgupstream: fix interaction between ClientAliveInterval...
2019-03-25  djm@openbsd.orgupstream: Fix authentication failures when "Authenticat...
2019-03-25  djm@openbsd.orgupstream: whitespace
2019-03-25  dtucker@openbsd.orgupstream: Expand comment to document rationale for...
2019-03-25  dtucker@openbsd.orgupstream: Increase the default RSA key size to 3072...
2019-03-25  jmc@openbsd.orgupstream: full stop in the wrong place;
2019-03-25  jmc@openbsd.orgupstream: benno helped me clean up the tcp forwarding...
2019-03-25  markus@openbsd.orgupstream: fix use-after-free in ssh-pkcs11; found by...
2019-03-13  Darren TuckerFix build when configured --without-openssl.
2019-03-13  Darren TuckerOn Cygwin run sshd as SYSTEM where possible.
2019-03-12  Darren TuckerReplace alloca with xcalloc.
2019-03-11  Darren TuckerUse Cygwin-specific matching only for users+groups.
2019-03-08  dtucker@openbsd.orgupstream: Move checks for lists of users or groups...
2019-03-08  dtucker@openbsd.orgupstream: Reset last-seen time when sending a keepalive...
2019-03-08  naddy@openbsd.orgupstream: PKCS#11 support is no longer limited to RSA...
2019-03-08  djm@openbsd.orgupstream: in ssh_set_newkeys(), mention the direction...
2019-03-01  djm@openbsd.orgupstream: Fix two race conditions in sshd relating...
2019-03-01  djm@openbsd.orgupstream: mention PKCS11Provide=none, reword a little...
2019-03-01  djm@openbsd.orgupstream: let PKCS11Provider=none do what users expect
2019-03-01  markus@openbsd.orgupstream: dup stdout/in for proxycommand=-, otherwise...
2019-02-23  djm@openbsd.orgupstream: openssh-7.9 accidentally reused the server...
2019-02-22  Corinna VinschenCygwin: implement case-insensitive Unicode user and...
2019-02-22  Darren TuckerRevert unintended parts of previous commit.
2019-02-22  Corinna VinschenRevert "[auth.c] On Cygwin, refuse usernames that have...
2019-02-22  Corinna VinschenAdd tags to .gitignore
2019-02-22  djm@openbsd.orgupstream: perform removal of agent-forwarding directory...
2019-02-22  jmc@openbsd.orgupstream: sync the description of ~/.ssh/config with...
2019-02-12  djm@openbsd.orgupstream: fix regression in r1.302 reported by naddy...
2019-02-11  djm@openbsd.orgupstream: cleanup GSSAPI authentication context after...
2019-02-11  benno@openbsd.orgupstream: ssh-keygen -D pkcs11.so needs to initialize...
2019-02-10  djm@openbsd.orgupstream: when checking that filenames sent by the...
2019-02-10  djm@openbsd.orgupstream: syslog when connection is dropped for attempt...
2019-02-08  Damien Millerdon't set $MAIL if UsePam=yes
2019-02-08  Damien Milleruse same close logic for stderr as stdout
2019-02-08  dtucker@openbsd.orgupstream: Adapt code in the non-USE_PIPES codepath...
2019-02-05  djm@openbsd.orgupstream: fix NULL-deref crash in PKCS#11 code when...
2019-02-04  dtucker@openbsd.orgupstream: Remove obsolete "Protocol" from commented...
2019-02-01  dtucker@openbsd.orgupstream: Save connection timeout and restore for 2nd and
2019-02-01  markus@openbsd.orgupstream: Add authors for public domain sntrup4591761...
2019-02-01  jmc@openbsd.orgupstream: add -T to usage();
2019-01-28  dtucker@openbsd.orgupstream: The test sshd_config in in $OBJ.
2019-01-28  dtucker@openbsd.orgupstream: Remove leftover debugging.
2019-01-28  dtucker@openbsd.orgupstream: Enable ssh-dss for the agent test. Disable...
2019-01-28  dtucker@openbsd.orgupstream: Count the number of key types instead of...
2019-01-27  Corinna VinschenCygwin: only tweak sshd_config file if it's new, drop...
2019-01-27  Corinna VinschenCygwin: Change service name to cygsshd
2019-01-27  dtucker@openbsd.orgupstream: Generate all key supported key types and...
2019-01-26  djm@openbsd.orgupstream: check in scp client that filenames sent during
2019-01-26  djm@openbsd.orgupstream: make ssh-keyscan return a non-zero exit statu...
2019-01-24  dtucker@openbsd.orgupstream: Accept the host key fingerprint as a synonym...
2019-01-24  dtucker@openbsd.orgupstream: Have progressmeter force an update at the...
2019-01-24  dtucker@openbsd.orgupstream: Check for both EAGAIN and EWOULDBLOCK. This...
2019-01-24  dtucker@openbsd.orgupstream: Always initialize 2nd arg to hpdelim2. It...
2019-01-24  dtucker@openbsd.orgupstream: Remove support for obsolete host/port syntax.
2019-01-24  dtucker@openbsd.orgupstream: Remove duplicate word. bz#2958, patch from...
2019-01-24  dtucker@openbsd.orgupstream: Remove 3 as a guess for possible generator...
2019-01-24  dtucker@openbsd.orgupstream: Sanitize scp filenames via snmprintf. To...
2019-01-23  Darren TuckerFor broken read/readv comparisons, poll(RW).
2019-01-23  Darren TuckerInclude unistd.h for strmode().
2019-01-23  Darren TuckerAlso undef SIMPLEQ_FOREACH_SAFE.
2019-01-23  djm@openbsd.orgupstream: allow auto-incrementing certificate serial...
2019-01-23  djm@openbsd.orgupstream: move a bunch of global flag variables to...
2019-01-23  Damien Millerdepend
2019-01-23  djm@openbsd.orgupstream: switch mainloop from select(2) to poll(2...
2019-01-23  djm@openbsd.orgupstream: pass most arguments to the KEX hash functions...
2019-01-22  djm@openbsd.orgupstream: backoff reading messages from active connecti...
2019-01-22  djm@openbsd.orgupstream: add -m to usage(); reminded by jmc@
2019-01-22  djm@openbsd.orgupstream: Correct some bugs in PKCS#11 token PIN handli...
2019-01-22  djm@openbsd.orgupstream: Support keys that set the CKA_ALWAYS_AUTHENTI...
2019-01-22  djm@openbsd.orgupstream: Mention that configuration for the destinatio...
2019-01-22  djm@openbsd.orgupstream: Include -m in the synopsis for a few more...
2019-01-22  djm@openbsd.orgupstream: print the full pubkey being attempted at...
2019-01-22  djm@openbsd.orgupstream: clarify: ssh-keygen -e only writes public...
2019-01-22  djm@openbsd.orgupstream: mention the new vs. old key formats in the...
2019-01-22  jmc@openbsd.orgupstream: tweak previous;
2019-01-22  tb@openbsd.orgupstream: Forgot to add -J to the synopsis.
2019-01-22  tb@openbsd.orgupstream: Add a -J option as a shortcut for -o Proxyjum...
2019-01-22  Darren TuckerAllow building against OpenSSL dev (3.x) version.
2019-01-21  Damien Millertypo
2019-01-21  Damien Milleradd missing header
next