CVS commit: src/crypto/external/bsd/openssh/dist

2021-03-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 5 17:53:51 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: scp.c Log Message: remove __UNCONST, initialize To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/crypto/external/bsd/openssh/dist

2020-11-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 12 19:43:19 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: getrrsetbyname.c Log Message: eliminate direct use of _res for threaded programs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/crypto/external/bsd/openssh/dist

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 12:14:49 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: scp.c Log Message: Fix printf format error. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/crypto/external/bsd/openssh/dist

2020-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 1 14:51:06 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-sk-client.c Log Message: fix a sign-compare issue (for the pam module) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/crypto/external/bsd/openssh/dist

2020-03-01 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Sun Mar 1 08:21:38 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: ssh_config sshd_config Log Message: Sync with OpenSSH 8.2p1 sample configs - Add GSSAPIAuthentication and related options - Add

CVS commit: src/crypto/external/bsd/openssh/dist

2020-02-29 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Feb 29 14:03:17 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: xmalloc.h Log Message: annotate xvasprintf w/ format string attribute To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/crypto/external/bsd/openssh/dist

2020-02-28 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Feb 28 17:50:29 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: version.h Log Message: Remove unreferenced SSH_RELEASE To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/crypto/external/bsd/openssh/dist

2020-02-28 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Feb 28 17:27:34 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: readconf.c Log Message: Fix duplicate entries in the keywords list. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/crypto/external/bsd/openssh/dist

2020-02-28 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Feb 28 10:59:58 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: sshd_config Log Message: Cleanup - Match the case of the UsePAM keyword used in the manual page and code, to aid case-sensitive grep etc. - Remove

CVS commit: src/crypto/external/bsd/openssh/dist

2020-02-28 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Feb 28 10:41:49 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: ssh_config Log Message: Move NetBSD.org-specific entry above the match-all entry The first matching entry that sets an option "wins." Therefore more

CVS commit: src/crypto/external/bsd/openssh/dist

2020-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 27 00:27:44 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: version.h Log Message: fix date To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/crypto/external/bsd/openssh/dist/version.h

CVS commit: src/crypto/external/bsd/openssh/dist

2019-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 7 16:38:42 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: monitor.c Log Message: need pfilter.h To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/crypto/external/bsd/openssh/dist

2019-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 7 16:32:22 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: auth2.c monitor.c Log Message: Add some more pfilter_notify() calls where authentication attempts fail. To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/openssh/dist

2019-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 7 16:25:36 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: auth.c Log Message: don't call pfilter_notify() from authz_log(). Logging should not have side effects (kim@) To generate a diff of this

CVS commit: src/crypto/external/bsd/openssh/dist

2019-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 7 16:25:05 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: sshd.c Log Message: don't call pfilter_notify() twice in grace_alarm_handler(). (kim@) To generate a diff of this commit: cvs rdiff -u -r1.36

CVS commit: src/crypto/external/bsd/openssh/dist

2019-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 28 14:45:13 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: monitor.h Log Message: one more noreturn To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/crypto/external/bsd/openssh/dist

2019-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 26 01:51:55 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: packet.c packet.h Log Message: attribute police To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/crypto/external/bsd/openssh/dist

2019-04-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Apr 21 01:32:04 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: sshconnect2.c Log Message: Put declaration of 'userauth_kerberos' inside #if KRB5 where it belongs. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssh/dist

2019-04-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 20 17:28:19 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: version.h Log Message: put back hpn/lpk strings To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/crypto/external/bsd/openssh/dist

2019-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 8 20:34:24 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: recallocarray.c Log Message: Replace our buggy recallocarray implementation one with the portable one from OpenBSD. To generate a diff of this

CVS commit: src/crypto/external/bsd/openssh/dist

2019-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 25 14:29:05 UTC 2019 Modified Files: src/crypto/external/bsd/openssh/dist: auth-pam.c Log Message: PR/53908: Alex Raschi: Include for socketpair(2) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/crypto/external/bsd/openssh/dist

2018-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 2 22:44:07 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: log.c Log Message: Don't treat mostly connection closed events as filtering events. There a a failed to negotiate instance too, but I don't want

CVS commit: src/crypto/external/bsd/openssh/dist

2018-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 2 22:40:29 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor_wrap.c packet.c serverloop.c Log Message: Undo previous change. It made filtering a lot more aggressive. To generate a

CVS commit: src/crypto/external/bsd/openssh/dist

2018-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 29 15:10:45 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor_wrap.c packet.c serverloop.c Log Message: be less aggressive about blocking connections from disconnected sessions. To

CVS commit: src/crypto/external/bsd/openssh/dist

2018-08-27 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 27 17:47:48 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: auth-pam.c Log Message: annotate pthread_exit as __dead (to appease clang) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/crypto/external/bsd/openssh/dist

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 09:55:20 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor.c Log Message: add another exit 254 to avoid blacklistd notification To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/crypto/external/bsd/openssh/dist

2018-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 9 08:32:41 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor_wrap.c mux.c packet.c serverloop.c session.c Log Message: change some 255's to 254's to avoid being too aggressive

CVS commit: src/crypto/external/bsd/openssh/dist

2018-08-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Aug 3 12:49:41 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: sshkey.c Log Message: Add a "gcc is stupid" comment to the previous change, as even the most cursory analysis shows that the var ("eg") is not

CVS commit: src/crypto/external/bsd/openssh/dist

2018-08-02 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Aug 3 04:32:12 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: sshkey.c Log Message: Appease GCC in the openssh code when built with UBSan Initialize eg to NULL in sshkey_ecdsa_key_to_nid(). The compiler warns

CVS commit: src/crypto/external/bsd/openssh/dist

2018-07-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 18 16:42:49 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-agent.1 Log Message: Fix Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/crypto/external/bsd/openssh/dist

2018-07-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 10 22:12:08 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-agent.1 ssh-agent.c Log Message: Amend whitelisted filesystem paths ssh-agent will look for PKCS11 related libraries so that things work out of

CVS commit: src/crypto/external/bsd/openssh/dist

2018-06-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 24 15:36:31 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: pfilter.c Log Message: Since now we are called from cleanup_exit() make sure that we have a state to work with. Found by ASAN. To generate a

CVS commit: src/crypto/external/bsd/openssh/dist

2018-06-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jun 7 15:26:09 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: servconf.c Log Message: Disable loading XMSS keys by default too. Nobody should be using XMSS host keys without an explicit decision, because

CVS commit: src/crypto/external/bsd/openssh/dist

2018-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 23 16:04:13 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: auth-pam.c sshd.c Log Message: Increase strictness of blacklistd patches to include timeouts, operating system errors, and pam failures. To

CVS commit: src/crypto/external/bsd/openssh/dist

2018-04-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 8 21:56:48 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: servconf.c sshd.c Log Message: Fix clang build by adding __dead annotations. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/crypto/external/bsd/openssh/dist

2018-04-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 8 13:39:42 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: auth2-pubkey.c Log Message: fix compilation for non LDAP remove error comment To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \

CVS commit: src/crypto/external/bsd/openssh/dist

2018-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 00:36:55 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: readconf.c scp.c Log Message: fix unconst To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/crypto/external/bsd/openssh/dist

2018-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 00:26:12 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: auth-passwd.c Log Message: restore default xx salt. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/crypto/external/bsd/openssh/dist

2018-02-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 13 09:51:33 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: sshkey.c Log Message: Fix copy & pasto (dsa code vs. rsa code) in previous, fixes PR lib/53012 and recentish sshfs test failures. To generate a

CVS commit: src/crypto/external/bsd/openssh/dist

2018-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 8 23:04:13 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: kex.c Log Message: need openssl/dh.h To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/crypto/external/bsd/openssh/dist/kex.c

CVS commit: src/crypto/external/bsd/openssh/dist

2018-02-06 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Feb 6 10:56:35 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-dss.c Log Message: style: remove spurious {} added in 1.12 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/crypto/external/bsd/openssh/dist

2018-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 5 00:13:50 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: auth-pam.c cipher.c cipher.h dh.c dh.h digest-openssl.c kexdhc.c kexdhs.c kexgexc.c kexgexs.c monitor.c ssh-dss.c

CVS commit: src/crypto/external/bsd/openssh/dist

2018-01-14 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jan 15 05:04:58 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: packet.c Log Message: Move spammy debug message to debug2. Similarly spammy messages exist in this debug level. Requested by gson in PR bin/52898:

CVS commit: src/crypto/external/bsd/openssh/dist

2017-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 9 12:07:03 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: channels.c packet.c Log Message: PR/52604: Tatoku Ogaito: Fix x11 session forwarding. To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/crypto/external/bsd/openssh/dist

2017-10-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Oct 8 20:19:05 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keygen.c Log Message: Mark do_ca_sign as dead. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/crypto/external/bsd/openssh/dist

2017-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 26 17:10:39 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: pfilter.c Log Message: If we've authenticated, we are already in the child and we don't need the socket anymore. XXX: pullup-7, pullup-8 To

CVS commit: src/crypto/external/bsd/openssh/dist

2017-04-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 20 13:22:59 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: servconf.c Log Message: GC multistate_privsep. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/crypto/external/bsd/openssh/dist

2017-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 19 15:34:25 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: sshd_config Log Message: fix conflict. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/crypto/external/bsd/openssh/dist

2017-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 17:56:07 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: auth2-pubkey.c Log Message: PR/51973: Use proper fd for AuthorizedKeysCommand To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \

CVS commit: src/crypto/external/bsd/openssh/dist

2017-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 1 14:27:37 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: sshd_config Log Message: match the man page, and explain why. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/crypto/external/bsd/openssh/dist

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 13:53:26 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: monitor.c Log Message: include for close, pipe, dup2 etc. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/crypto/external/bsd/openssh/dist

2016-08-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Aug 3 15:24:28 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: utf8.c utf8.h Log Message: Add some missing __attribute__((format(printf annotations. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/crypto/external/bsd/openssh/dist

2016-08-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 2 13:53:45 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: canohost.c Log Message: remove unused code To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/crypto/external/bsd/openssh/dist

2016-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 14 16:42:09 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: session.c Log Message: If PAM is configured to read user-specified environment variables and UseLogin=yes in sshd_config, then a hostile local

CVS commit: src/crypto/external/bsd/openssh/dist

2016-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 16 21:06:06 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: kex.c Log Message: CID 1356388: Prevent DoS from Tainted scalar To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/crypto/external/bsd/openssh/dist

2016-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 16 21:41:25 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keygen.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/crypto/external/bsd/openssh/dist

2016-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 16 20:55:54 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: packet.c Log Message: CID 1018734: Unitialized variable To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/crypto/external/bsd/openssh/dist

2016-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 16 21:07:59 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keygen.c Log Message: CID 1356389: Remove TOCTOU. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/crypto/external/bsd/openssh/dist

2016-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 16 21:00:37 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: sshconnect.c Log Message: CID 1356386: Don't leak sock To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/crypto/external/bsd/openssh/dist

2016-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 16 20:57:46 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keyscan.c Log Message: CID 1356384: Check returns To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/crypto/external/bsd/openssh/dist

2016-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 11 13:15:02 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keygen.c Log Message: Add more __dead; pointed out by clang (from tnn@) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/crypto/external/bsd/openssh/dist

2016-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 11 03:54:27 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: sshkey.h Log Message: fix pam build. To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2

CVS commit: src/crypto/external/bsd/openssh/dist

2016-02-04 Thread Sean Boudreau
Module Name:src Committed By: seanb Date: Thu Feb 4 15:04:11 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: session.c Log Message: - Avoid uninitialized variable usage in do_nologin() when HAVE_LOGIN_CAP isn't defined (which doesn't apply to NetBSD

CVS commit: src/crypto/external/bsd/openssh/dist

2016-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 23 00:03:30 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist: auth-pam.c auth.c auth1.c pfilter.c Log Message: add more blacklist rejection points. To generate a diff of this commit: cvs rdiff

CVS commit: src/crypto/external/bsd/openssh/dist

2015-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 16 13:23:38 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: sftp.c Log Message: PR/50564: Rin Okuyama: sftp: filename completion is broken To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/crypto/external/bsd/openssh/dist

2015-11-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 12 20:14:55 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: moduli Log Message: put back the old ones until the rest is generated To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/crypto/external/bsd/openssh/dist

2015-11-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 12 18:28:34 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: moduli Log Message: Regen; it's been a *long* while. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/crypto/external/bsd/openssh/dist

2015-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 21 08:20:59 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: auth.c compat.c dns.c mux.c packet.c sftp-server.c sftp.c ssh-keygen.1 ssh-keygen.c ssh-pkcs11-helper.c ssh_config.5

CVS commit: src/crypto/external/bsd/openssh/dist

2015-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 13 10:33:21 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: OVERVIEW PROTOCOL PROTOCOL.mux addrmatch.c auth-options.c auth.c auth2-chall.c authfd.c authfile.c cipher.h clientloop.c

CVS commit: src/crypto/external/bsd/openssh/dist

2015-07-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 29 15:04:40 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: auth2-chall.c Log Message: From FreeBSD: A remote attacker may effectively bypass MaxAuthTries settings, which would enable them to brute force

CVS commit: src/crypto/external/bsd/openssh/dist

2015-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 6 15:09:17 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: auth2-pubkey.c readconf.c session.c ssh.c sshconnect2.c sshd.c Log Message: CID 1309355: check error return from closefrom(3) where

CVS commit: src/crypto/external/bsd/openssh/dist

2015-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 14:17:28 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: compat.c Log Message: Pass the correct length to match_patter_list; from Hanno Boeck. XXX: pullup-7 To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/openssh/dist

2015-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 13 17:35:16 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: sftp.c Log Message: CID 996110: Fix memory leak To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/crypto/external/bsd/openssh/dist

2015-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 13 17:54:52 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keyscan.c Log Message: CID 1293644: Check returns To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/crypto/external/bsd/openssh/dist

2015-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 13 17:59:21 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: clientloop.c Log Message: CID 1293652: Forward NULL deref To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/crypto/external/bsd/openssh/dist

2015-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 13 17:38:20 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: packet.c Log Message: CID 1018734: Fix uninit To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/crypto/external/bsd/openssh/dist

2015-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 13 18:00:48 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: serverloop.c Log Message: CID 1293655: Forward NULL deref To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/crypto/external/bsd/openssh/dist

2015-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 13 17:50:31 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: serverloop.c Log Message: CID 1293642: Check returns To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/crypto/external/bsd/openssh/dist

2015-04-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 11 21:14:31 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: packet.h ssh-keygen.c Log Message: Use __dead. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/crypto/external/bsd/openssh/dist

2015-04-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 8 15:49:47 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: dispatch.c packet.c Log Message: ssh_packet_write_wait() returns number of bytes now; check for negative for error instead of 0. Fixes ssh

CVS commit: src/crypto/external/bsd/openssh/dist

2015-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 4 13:59:20 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keyscan.c Log Message: Alpha is the only platform where sig_atomic_t isn't int... OpenBSD does not compile OpenSSH on the alpha anymore?

CVS commit: src/crypto/external/bsd/openssh/dist

2015-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 14 15:41:21 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: auth1.c auth2.c Log Message: Also mark as bad attempts those who come in a bad users (Frank Kardel) To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/openssh/dist

2015-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 14 19:05:29 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: sshd.c Log Message: initialize the pfilter for the privilege-separated copy (Frank Kardel) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssh/dist

2015-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 21 02:05:47 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/dist: packet.c Log Message: don't print a return on debug messages To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 28 21:35:57 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: sshbuf.h Log Message: Mark sshbuf_putfv as __printflike. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 28 21:36:16 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: sshd.c Log Message: sighup_handler is not dead. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 28 21:36:30 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: umac.c Log Message: xor32 may be unused, mark it so. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 20 10:31:32 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: umac.c Log Message: Try to make this buildable on big endian machines. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 18:14:37 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: myproposal.h sshconnect2.c Log Message: re-enable the none cipher, now that it has been tested. To generate a diff of this commit: cvs rdiff

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 19 16:31:47 UTC 2014 Added Files: src/crypto/external/bsd/openssh/dist: bcrypt_pbkdf.c blf.h blowfish.c Log Message: add new files To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 14 16:15:18 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: auth.c Log Message: for consistency use options.use_dns when getting the canonical hostname. [we do the same below for hosts.allow and deny]

CVS commit: src/crypto/external/bsd/openssh/dist

2014-02-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Feb 20 08:20:05 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: ssh.c Log Message: Don't print an empty line after the debug message Enabled Dynamic Window Scaling. To generate a diff of this commit: cvs rdiff

CVS commit: src/crypto/external/bsd/openssh/dist

2014-01-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 28 22:06:39 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: servconf.c Log Message: Mark a potentially unused variable (depending on #ifdef) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/crypto/external/bsd/openssh/dist

2014-01-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 7 02:13:39 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: log.h Log Message: Format string checks for do_log. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/crypto/external/bsd/openssh/dist

2013-12-15 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sun Dec 15 10:42:52 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: servconf.c Log Message: Coverity issues 996120 and 996121, Use after free Use the M_CP_STROPT definition exclusive to servconf.c twice and you have

CVS commit: src/crypto/external/bsd/openssh/dist

2013-12-03 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Tue Dec 3 17:14:35 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: monitor.c Log Message: Coverity fix: 979928 Use after free debug3 line moved to before one of its arguments is freed To generate a diff of

CVS commit: src/crypto/external/bsd/openssh/dist

2013-11-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 19 16:58:16 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: sftp-client.c Log Message: CID 1129615: close argument can't be negative To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/crypto/external/bsd/openssh/dist

2013-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 11 16:32:10 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: key.c ssh-pkcs11-helper.c Log Message: CID-1128381: Avoid use after free To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/crypto/external/bsd/openssh/dist

2013-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 11 16:43:26 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: sftp-client.c Log Message: CID 1092473: Fix file descriptor leak To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/crypto/external/bsd/openssh/dist

2013-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 11 16:44:43 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: serverloop.c Log Message: CID 1092495: Widen operation to prevent overflow To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

  1   2   >