Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: OpenSSH: Commits

CVS: fuyu.mindrot.org: openssh

 

 

OpenSSH commits RSS feed   Index | Next | Previous | View Threaded


dtucker at fuyu

Dec 28, 2007, 7:40 AM

Post #1 of 13 (5528 views)
Permalink
CVS: fuyu.mindrot.org: openssh

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 07/12/29 02:40:43

Modified files:
. : ChangeLog sftp.c

Log message:
- djm [at] cvs 2007/12/12 05:04:03
[sftp.c]
unbreak lls command and add a regress test that would have caught the
breakage; spotted by mouring@

Diff commands:
cvs -nQq rdiff -u -r1.4806 -r1.4807 openssh/ChangeLog
cvs -nQq rdiff -u -r1.103 -r1.104 openssh/sftp.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4806;r2=1.4807
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.c?r1=1.103;r2=1.104

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Dec 28, 2007, 7:43 AM

Post #2 of 13 (5338 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 07/12/29 02:43:51

Modified files:
. : ChangeLog canohost.c channels.c misc.c misc.h servconf.c ssh-keyscan.c sshconnect.c sshd.c

Log message:
- dtucker [at] cvs 2007/12/27 14:22:08
[servconf.c canohost.c misc.c channels.c sshconnect.c misc.h ssh-keyscan.c
sshd.c]
Add a small helper function to consistently handle the EAI_SYSTEM error
code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417.
ok markus@ stevesk@

Diff commands:
cvs -nQq rdiff -u -r1.4807 -r1.4808 openssh/ChangeLog
cvs -nQq rdiff -u -r1.71 -r1.72 openssh/canohost.c
cvs -nQq rdiff -u -r1.254 -r1.255 openssh/channels.c
cvs -nQq rdiff -u -r1.83 -r1.84 openssh/misc.c
cvs -nQq rdiff -u -r1.39 -r1.40 openssh/misc.h
cvs -nQq rdiff -u -r1.163 -r1.164 openssh/servconf.c
cvs -nQq rdiff -u -r1.91 -r1.92 openssh/ssh-keyscan.c
cvs -nQq rdiff -u -r1.173 -r1.174 openssh/sshconnect.c
cvs -nQq rdiff -u -r1.364 -r1.365 openssh/sshd.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4807;r2=1.4808
http://cvsweb.mindrot.org/index.cgi/openssh/canohost.c?r1=1.71;r2=1.72
http://cvsweb.mindrot.org/index.cgi/openssh/channels.c?r1=1.254;r2=1.255
http://cvsweb.mindrot.org/index.cgi/openssh/misc.c?r1=1.83;r2=1.84
http://cvsweb.mindrot.org/index.cgi/openssh/misc.h?r1=1.39;r2=1.40
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.163;r2=1.164
http://cvsweb.mindrot.org/index.cgi/openssh/ssh-keyscan.c?r1=1.91;r2=1.92
http://cvsweb.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.173;r2=1.174
http://cvsweb.mindrot.org/index.cgi/openssh/sshd.c?r1=1.364;r2=1.365

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Dec 28, 2007, 7:45 AM

Post #3 of 13 (5359 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 07/12/29 02:45:07

Modified files:
. : ChangeLog clientloop.c packet.c serverloop.c

Log message:
- dtucker [at] cvs 2007/12/28 15:32:24
[clientloop.c serverloop.c packet.c]
Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the
ServerAlive and ClientAlive timers. Prevents dropping a connection
when these are enabled but the peer does not support our keepalives.
bz #1307, ok djm@.

Diff commands:
cvs -nQq rdiff -u -r1.4808 -r1.4809 openssh/ChangeLog
cvs -nQq rdiff -u -r1.169 -r1.170 openssh/clientloop.c
cvs -nQq rdiff -u -r1.149 -r1.150 openssh/packet.c
cvs -nQq rdiff -u -r1.151 -r1.152 openssh/serverloop.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4808;r2=1.4809
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.169;r2=1.170
http://cvsweb.mindrot.org/index.cgi/openssh/packet.c?r1=1.149;r2=1.150
http://cvsweb.mindrot.org/index.cgi/openssh/serverloop.c?r1=1.151;r2=1.152

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Dec 28, 2007, 2:37 PM

Post #4 of 13 (5338 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 07/12/29 09:37:10

Modified files:
. : ChangeLog clientloop.c

Log message:
- dtucker [at] cvs 2007/12/28 22:34:47
[clientloop.c]
Use the correct packet maximum sizes for remote port and agent forwarding.
Prevents the server from killing the connection if too much data is queued
and an excessively large packet gets sent. bz #1360, ok djm@.

Diff commands:
cvs -nQq rdiff -u -r1.4809 -r1.4810 openssh/ChangeLog
cvs -nQq rdiff -u -r1.170 -r1.171 openssh/clientloop.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4809;r2=1.4810
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.170;r2=1.171

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Dec 31, 2007, 2:29 AM

Post #5 of 13 (5325 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 07/12/31 21:29:26

Modified files:
. : ChangeLog configure.ac
openbsd-compat : glob.c glob.h

Log message:
- (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of
builtin glob implementation on Mac OS X. Based on a patch from
vgiffin at apple.

Diff commands:
cvs -nQq rdiff -u -r1.4810 -r1.4811 openssh/ChangeLog
cvs -nQq rdiff -u -r1.387 -r1.388 openssh/configure.ac
cvs -nQq rdiff -u -r1.24 -r1.25 openssh/openbsd-compat/glob.c
cvs -nQq rdiff -u -r1.10 -r1.11 openssh/openbsd-compat/glob.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4810;r2=1.4811
http://cvsweb.mindrot.org/index.cgi/openssh/configure.ac?r1=1.387;r2=1.388
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/glob.c?r1=1.24;r2=1.25
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/glob.h?r1=1.10;r2=1.11

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Jan 1, 2008, 1:32 AM

Post #6 of 13 (5341 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/01/01 20:32:26

Modified files:
. : ChangeLog readconf.c servconf.c

Log message:
- (dtucker) OpenBSD CVS Sync
- dtucker [at] cvs 2007/12/31 10:41:31
[readconf.c servconf.c]
Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patch
from Dmitry V. Levin, ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.4811 -r1.4812 openssh/ChangeLog
cvs -nQq rdiff -u -r1.140 -r1.141 openssh/readconf.c
cvs -nQq rdiff -u -r1.164 -r1.165 openssh/servconf.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4811;r2=1.4812
http://cvsweb.mindrot.org/index.cgi/openssh/readconf.c?r1=1.140;r2=1.141
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.164;r2=1.165

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Jan 1, 2008, 1:33 AM

Post #7 of 13 (5332 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/01/01 20:33:09

Modified files:
. : ChangeLog sshd.c

Log message:
- dtucker [at] cvs 2007/12/31 15:27:04
[sshd.c]
When in inetd mode, have sshd generate a Protocol 1 ephemeral server
key only for connections where the client chooses Protocol 1 as opposed
to when it's enabled in the server's config. Speeds up Protocol 2
connections to inetd-mode servers that also allow Protocol 1. bz #440,
based on a patch from bruno at wolff.to, ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.4812 -r1.4813 openssh/ChangeLog
cvs -nQq rdiff -u -r1.365 -r1.366 openssh/sshd.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4812;r2=1.4813
http://cvsweb.mindrot.org/index.cgi/openssh/sshd.c?r1=1.365;r2=1.366

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Jan 1, 2008, 1:33 AM

Post #8 of 13 (5315 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/01/01 20:33:35

Modified files:
. : misc.c

Log message:
- dtucker [at] cvs 2008/01/01 08:47:04
[misc.c]
spaces -> tabs from my previous commit

Diff commands:
cvs -nQq rdiff -u -r1.84 -r1.85 openssh/misc.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/misc.c?r1=1.84;r2=1.85

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Jan 1, 2008, 1:33 AM

Post #9 of 13 (5325 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/01/01 20:33:58

Modified files:
. : scp.c

Log message:
- dtucker [at] cvs 2008/01/01 09:06:39
[scp.c]
If scp -p encounters a pre-epoch timestamp, use the epoch which is
as close as we can get given that it's used unsigned. Add a little
debugging while there. bz #828, ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.176 -r1.177 openssh/scp.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/scp.c?r1=1.176;r2=1.177

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Jan 1, 2008, 1:36 AM

Post #10 of 13 (5311 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/01/01 20:36:25

Modified files:
. : ChangeLog

Log message:
Add missing ChangeLog entries

Diff commands:
cvs -nQq rdiff -u -r1.4813 -r1.4814 openssh/ChangeLog

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4813;r2=1.4814

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Jan 1, 2008, 1:36 AM

Post #11 of 13 (5322 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/01/01 20:36:56

Modified files:
. : ChangeLog servconf.c sshd_config.5

Log message:
- dtucker [at] cvs 2008/01/01 09:27:33
[sshd_config.5 servconf.c]
Allow PermitRootLogin in a Match block. Allows for, eg, permitting root
only from the local network. ok markus@, man page bit ok jmc@

Diff commands:
cvs -nQq rdiff -u -r1.4814 -r1.4815 openssh/ChangeLog
cvs -nQq rdiff -u -r1.165 -r1.166 openssh/servconf.c
cvs -nQq rdiff -u -r1.84 -r1.85 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4814;r2=1.4815
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.165;r2=1.166
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.84;r2=1.85

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Jan 1, 2008, 5:09 AM

Post #12 of 13 (5321 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/01/02 00:09:16

Modified files:
. : ChangeLog moduli

Log message:
- dtucker [at] cvs 2008/01/01 08:51:20
[moduli]
Updated moduli file; ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.4815 -r1.4816 openssh/ChangeLog
cvs -nQq rdiff -u -r1.4 -r1.5 openssh/moduli

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4815;r2=1.4816
http://cvsweb.mindrot.org/index.cgi/openssh/moduli?r1=1.4;r2=1.5

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Jan 1, 2008, 11:08 PM

Post #13 of 13 (5336 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/01/02 18:08:45

Modified files:
. : ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Fix message for -fstack-protector-all test.

Diff commands:
cvs -nQq rdiff -u -r1.4816 -r1.4817 openssh/ChangeLog
cvs -nQq rdiff -u -r1.388 -r1.389 openssh/configure.ac

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4816;r2=1.4817
http://cvsweb.mindrot.org/index.cgi/openssh/configure.ac?r1=1.388;r2=1.389

Please note that there may be a delay before commits are available
on the public CVSWeb site.
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits

OpenSSH commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.