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

2015-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 3 23:58:19 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/bin/ssh-keyscan: Makefile src/crypto/external/bsd/openssh/dist: LICENCE OVERVIEW PROTOCOL PROTOCOL.agent PROTOCOL.certkeys

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

2015-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 1 21:00:40 UTC 2015 Modified Files: src/crypto/external/bsd/openssh: Makefile.inc Log Message: Sync the HAVE's with reality To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2015-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 25 15:52:44 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/bin/sshd: Makefile src/crypto/external/bsd/openssh/dist: auth.c sshd.c Added Files: src/crypto/external/bsd/openssh/dist: pfilter.c

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

2015-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 26 03:57:17 UTC 2015 Modified Files: src/crypto/external/bsd/openssh/bin/sshd: Makefile src/crypto/external/bsd/openssh/dist: pfilter.c Log Message: don't use blacklist if we are crunched. To generate a diff

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

2015-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 16 20:17:49 UTC 2015 Modified Files: src/crypto/external/bsd/openssh: Makefile.inc src/crypto/external/bsd/openssh/dist: misc.h namespace.h src/crypto/external/bsd/openssh/lib: Makefile Removed Files:

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

2014-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 03:05:13 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: auth.h compat.c mac.c monitor_wrap.c monitor_wrap.h packet.c sshconnect2.c umac.c src/crypto/external/bsd/openssh/lib:

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

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:46:21 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: sftp-client.c Log Message: CID 1128376: check ftruncate result To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2013-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 03:35:33 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: sshconnect2.c Log Message: - provide the right size to the zeroing memory function - remove unused variables To generate a diff of this

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

2013-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 03:34:58 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: auth1.c Log Message: fix wrong argument to sizeof. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2013-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 03:35:59 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: auth2-gss.c Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2013-10-06 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Oct 6 17:25:34 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: ssh_config Log Message: Enable VerifyHostKeyDNS (SSHFP records verification) from DNS for hosts under NetBSD.org domain. Multiple TNF hosts have an

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

2013-05-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue May 14 05:18:11 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: readconf.c Log Message: The previous patch didn't apply cleanly, because our code doesn't use #ifdef OPENSSL_HAS_ECC. Apply manually. Drop now

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

2013-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 10 16:38:47 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: log.c Log Message: remove error(1) output. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2013-04-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 29 17:59:51 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: readconf.c readconf.h ssh.c sshconnect2.c Log Message: Identityfile warnings fixes. https://bugzilla.mindrot.org/show_bug.cgi?id=2084

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

2013-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 25 20:10:29 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: packet.c Log Message: restore logging behavior: don't treat user disconnect messages as errors, just log them. To generate a diff of this

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

2013-04-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 12 18:09:20 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: scp.c Log Message: Add __printflike. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssh/dist/scp.c

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

2013-04-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 12 18:09:30 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keygen.c Log Message: Use __dead. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2013-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 14:52:54 UTC 2013 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5751 Log Message: from openbsd Status: Vendor Tag: OPENSSH Release Tags: v62-20130321

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

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 16:52:32 UTC 2012 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv18236 Log Message: From ftp.openbsd.org Status: Vendor Tag: OPENSSH Release Tags: v61-20120828

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

2012-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 26 12:42:10 UTC 2012 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-agent.c Log Message: Don't forget to re-assign sock after dup2(); from Jarle Greipsland To generate a diff of this commit: cvs rdiff -u

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

2012-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 18 15:18:01 UTC 2012 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-agent.c Log Message: Take better care of closing file descriptors in the agent child and dealing with dup2 and std{in,out,err}. To

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

2012-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 2 02:13:35 UTC 2012 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25700 Log Message: from ftp.openbsd.org Status: Vendor Tag: OPENSSH Release Tags: v60-20120421

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

2012-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 2 02:41:13 UTC 2012 Modified Files: src/crypto/external/bsd/openssh/lib: shlib_version Log Message: bump To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssh/lib/shlib_version

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

2012-04-27 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Fri Apr 27 15:45:37 UTC 2012 Modified Files: src/crypto/external/bsd/openssh/dist: readconf.c readconf.h sshconnect.c Log Message: Add new SendVersionFirst option to OpenSSH client. This option makes the client send its

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

2012-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 14 01:34:38 UTC 2012 Modified Files: src/crypto/external/bsd/openssh/dist: readpassphrase.c Log Message: Minimize diffs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2011-11-27 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Nov 28 06:36:14 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keygen.1 Log Message: get rid of an old merge conflict which managed to creep through To generate a diff of this commit: cvs rdiff -u -r1.6

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

2011-11-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Nov 4 11:54:46 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: log.c Log Message: Separate strings correctly with ': ', not embedded NUL. Found by mlelstv. To generate a diff of this commit: cvs rdiff -u

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

2011-09-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Sep 16 15:36:01 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: log.c Log Message: Reapply formatting cleanup To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2011-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 6 20:14:35 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: openssh2netbsd Log Message: some stuff got removed in 5.9 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2011-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 6 20:17:29 UTC 2011 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv18387 Log Message: new openssh: See http://www.openssh.com/txt/release-5.9 Status: Vendor Tag:

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

2011-08-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 29 21:08:54 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: packet.c packet.h ssh.c sshconnect2.c Log Message: Use __dead To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2011-08-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Aug 25 15:37:00 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: log.c Log Message: Avoid using non-literal format strings and optimizing code a bit at the same time. To generate a diff of this commit: cvs

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

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 09:42:21 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/bin/sshd: Makefile src/crypto/external/bsd/openssh/dist: ldapauth.c ssh-agent.c Log Message: kill non-literal format strings or document them.

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

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 09:43:03 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: ldapauth.c Log Message: undo junk committed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/crypto/external/bsd/openssh/bin/ssh

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 05:32:09 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/bin/ssh: Makefile Log Message: Remove gcc-4.5 hacks. I must have fixed them in a different pass. To generate a diff of this commit: cvs rdiff -u

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

2011-08-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 1 15:55:00 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: atomicio.c Log Message: PR/45200: : J. Hannken-Illjes: Scp hangs after sending: - check for vwrite() instead of read() to avoid read() being

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

2011-07-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 25 08:51:10 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: ssh.c Log Message: Fix obvious logic error To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssh/dist/ssh.c

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

2011-05-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue May 24 14:26:55 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: auth1.c Log Message: Use proper format string To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2011-05-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue May 24 14:27:07 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-pkcs11-helper.c Log Message: Kill redundant unused extern. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2011-05-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 13:04:00 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: sshd_config Log Message: Clarify the comment on how to disable password authentication (i.e. the combination of PasswordAuthentication=no and

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

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 14:01:46 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: auth-krb5.c gss-serv-krb5.c sshconnect1.c sshconnect2.c Log Message: Stop using functions that are marked as deprecated in Heimdal.

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

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 14:09:39 UTC 2011 Modified Files: src/crypto/external/bsd/openssh: Makefile.inc src/crypto/external/bsd/openssh/dist: session.c Log Message: Stop using -I/usr/include/gssapi and -I/usr/include/krb5. We must in

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

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 14:51:22 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: gss-serv-krb5.c Log Message: On reasonably modern versions of Heimdal, you should not include krb5.h to get the krb5 GSS functions.

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

2011-03-29 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Tue Mar 29 21:43:17 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: sshd_config.5 Log Message: fix a repeated typo To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2011-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 5 16:01:58 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/lib: Makefile Log Message: we have arc4random_buf and uniform now; no need for random.c To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2011-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 4 22:11:09 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: key.c Log Message: Fix CVE-2011-0539: Legacy certificates generated by OpenSSH might contain data from the stack thus leaking confidential

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

2011-02-04 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sat Feb 5 06:23:58 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: key.c Log Message: fix compile To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/openssh/dist/key.c Please note

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

2011-02-04 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sat Feb 5 06:42:45 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: key.c Log Message: revert previous To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssh/dist/key.c Please

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

2011-02-02 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Feb 3 04:24:23 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: sshd_config.5 Log Message: Note that our installed sshd_config overwrite the LoginGraceTime to 600s. To generate a diff of this commit: cvs rdiff

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

2011-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 9 23:17:36 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: servconf.c Log Message: avoid unused variable warning. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2011-01-03 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Mon Jan 3 18:55:42 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: sshconnect2.c Log Message: Fixed strvisx usage To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2010-12-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Dec 7 22:50:37 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: random.c Log Message: Inline string that should have been const char [] in first place. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/crypto/external/bsd/openssh/bin/sshd

2010-12-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Dec 2 10:21:28 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/bin/sshd: Makefile Log Message: Don't rely on the shared library dependencies to pull in the ssl and lber libraries, for the benefit of static linking and

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

2010-12-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Dec 2 10:23:51 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-pkcs11.c Log Message: Make this build for platforms which don't define HAVE_DLOPEN, notably our sun2 port. Eliminates defined but not used

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

2010-11-22 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Mon Nov 22 09:53:01 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: servconf.c sftp.c ssh-keygen.c Log Message: Fix compiler warnings To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2010-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 22 13:45:26 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: sftp.c Log Message: add a missing GLOB_LIMIT to the new glob for completion. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2010-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 22 22:19:54 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/bin/ssh: Makefile src/crypto/external/bsd/openssh/bin/sshd: Makefile src/crypto/external/bsd/openssh/dist: roaming.h roaming_client.c

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

2010-11-22 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Tue Nov 23 07:12:02 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/lib: Makefile Log Message: Removed roaming_common.c from COPTS sections To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2010-11-21 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Sun Nov 21 17:06:13 UTC 2010 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv13101 Log Message: Imported openssh-5.6 Status: Vendor Tag: OPENSSH Release Tags: v56-20101121

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

2010-11-21 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Sun Nov 21 19:19:23 UTC 2010 Modified Files: src/crypto/external/bsd/openssh: Makefile.inc src/crypto/external/bsd/openssh/bin: Makefile src/crypto/external/bsd/openssh/bin/sftp: Makefile

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

2010-11-21 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Sun Nov 21 19:11:10 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: openssh2netbsd Removed Files: src/crypto/external/bsd/openssh/dist/ssh-pkcs11-helper: Makefile Log Message: We don't need

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

2010-07-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Jul 8 21:16:44 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-keyscan.c Log Message: Add missing sys/param.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2010-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 6 15:09:42 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: sftp-glob.c sftp.c Log Message: Add GLOB_LIMIT to the glob calls to prevent DoS attacks. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2010-05-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 01:44:06 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: sftp.1 Log Message: Fix date. Fix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2010-05-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 01:46:04 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 sshd.8 Log Message: Fix .Dd format. To generate a diff of this commit:

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

2010-05-10 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon May 10 20:28:05 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: misc.c Log Message: Fix tunnelling (ssh -w). The kernel expects a device to be passed to the socked, not a path. To generate a diff of this

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

2010-04-29 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Thu Apr 29 17:56:53 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: ssh_config ssh_config.5 sshd_config.5 Log Message: Don't mention umac...@openssh.com MAC algorithm which is not enabled in our SSH

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

2010-04-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 29 18:14:09 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: ssh_config.5 sshd_config.5 Log Message: Fix date strings. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2010-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 4 01:36:03 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: sshlogin.c Log Message: ctime can return NULL To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2010-01-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 8 16:37:40 UTC 2010 Modified Files: src/crypto/external/bsd/openssh/dist: ssh.1 Log Message: Don't use .Xo/.Xc. Fix date format. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2009-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 27 01:07:22 UTC 2009 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv20149 Log Message: import openssh 5.3 Status: Vendor Tag: OPENSSH Release Tags: v53-20091226

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

2009-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 19 18:00:27 UTC 2009 Modified Files: src/crypto/external/bsd/openssh/bin: Makefile.inc Added Files: src/crypto/external/bsd/openssh: Makefile.inc Log Message: Put the CPPFLAGS in a separate Makefile.inc so that

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

2009-12-17 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Thu Dec 17 15:55:16 UTC 2009 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-agent.c Log Message: Preserve the existing value of an extern variable across the call to process_sign_request2(). To generate a diff of this

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

2009-08-17 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Aug 17 22:58:28 UTC 2009 Modified Files: src/crypto/external/bsd/openssh/dist: sshd_config Log Message: Delete trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2009-08-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 3 20:56:26 UTC 2009 Modified Files: src/crypto/external/bsd/openssh/lib: Makefile Log Message: Use OpenSSL's SHA256 support directly. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2009-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 20 15:33:44 UTC 2009 Modified Files: src/crypto/external/bsd/openssh/dist: cipher-3des1.c cipher-bf1.c cipher-ctr.c Log Message: catch up with openssl's abi change. do_cipher length changed from u_int to

<    1   2   3   >