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

Mailing List Archive: OpenSSH: Commits

CVS: fuyu.mindrot.org: openssh

 

 

First page Previous page 1 2 3 Next page Last page  View All OpenSSH commits RSS feed   Index | Next | Previous | View Threaded


dtucker at fuyu

Dec 1, 2008, 2:42 AM

Post #51 of 59 (3970 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/12/01 21:42:13

Modified files:
. : ChangeLog monitor_fdpass.c

Log message:
- dtucker [at] cvs 2008/11/30 11:59:26
[monitor_fdpass.c]
Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.5146 -r1.5147 openssh/ChangeLog
cvs -nQq rdiff -u -r1.27 -r1.28 openssh/monitor_fdpass.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5146;r2=1.5147&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor_fdpass.c?r1=1.27;r2=1.28&view=patch

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


djm at fuyu

Dec 7, 2008, 2:35 PM

Post #52 of 59 (3914 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/12/08 09:35:37

Modified files:
. : ChangeLog configure.ac

Log message:
- (djm) [configure.ac] bz#1538: better test for ProPolice/SSP: actually
use some stack in main().
Report and suggested fix from vapier AT gentoo.org

Diff commands:
cvs -nQq rdiff -u -r1.5147 -r1.5148 openssh/ChangeLog
cvs -nQq rdiff -u -r1.410 -r1.411 openssh/configure.ac

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5147;r2=1.5148&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.410;r2=1.411&view=patch

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


djm at fuyu

Dec 7, 2008, 2:54 PM

Post #53 of 59 (3917 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/12/08 09:54:40

Modified files:
. : ChangeLog clientloop.c

Log message:
- markus [at] cvs 2008/12/02 19:01:07
[clientloop.c]
we have to use the recipient's channel number (RFC 4254) for
SSH2_MSG_CHANNEL_SUCCESS/SSH2_MSG_CHANNEL_FAILURE messages,
otherwise we trigger 'Non-public channel' error messages on sshd
systems with clientkeepalive enabled; noticed by sturm; ok djm;

Diff commands:
cvs -nQq rdiff -u -r1.5148 -r1.5149 openssh/ChangeLog
cvs -nQq rdiff -u -r1.192 -r1.193 openssh/clientloop.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5148;r2=1.5149&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.192;r2=1.193&view=patch

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


djm at fuyu

Dec 7, 2008, 2:55 PM

Post #54 of 59 (3933 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/12/08 09:55:03

Modified files:
. : ChangeLog serverloop.c

Log message:
- markus [at] cvs 2008/12/02 19:08:59
[serverloop.c]
backout 1.149, since it's not necessary and openssh clients send
broken CHANNEL_FAILURE/SUCCESS messages since about 2004; ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.5149 -r1.5150 openssh/ChangeLog
cvs -nQq rdiff -u -r1.161 -r1.162 openssh/serverloop.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5149;r2=1.5150&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/serverloop.c?r1=1.161;r2=1.162&view=patch

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


djm at fuyu

Dec 7, 2008, 2:55 PM

Post #55 of 59 (3918 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/12/08 09:55:25

Modified files:
. : ChangeLog channels.c

Log message:
- markus [at] cvs 2008/12/02 19:09:38
[channels.c]
s/remote_id/id/ to be more consistent with other code; ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.5150 -r1.5151 openssh/ChangeLog
cvs -nQq rdiff -u -r1.275 -r1.276 openssh/channels.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5150;r2=1.5151&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.c?r1=1.275;r2=1.276&view=patch

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


djm at fuyu

Dec 8, 2008, 7:11 PM

Post #56 of 59 (3924 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/12/09 14:11:32

Modified files:
. : ChangeLog clientloop.c

Log message:
- djm [at] cvs 2008/12/09 02:38:18
[clientloop.c]
The ~C escape handler does not work correctly for multiplexed sessions -
it opens a commandline on the master session, instead of on the slave
that requested it. Disable it on slave sessions until such time as it
is fixed; bz#1543 report from Adrian Bridgett via Colin Watson
ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.5151 -r1.5152 openssh/ChangeLog
cvs -nQq rdiff -u -r1.193 -r1.194 openssh/clientloop.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5151;r2=1.5152&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.193;r2=1.194&view=patch

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


djm at fuyu

Dec 8, 2008, 7:11 PM

Post #57 of 59 (3915 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/12/09 14:11:49

Modified files:
. : ChangeLog sftp.c

Log message:
- djm [at] cvs 2008/12/09 02:39:59
[sftp.c]
Deal correctly with failures in remote stat() operation in sftp,
correcting fail-on-error behaviour in batchmode. bz#1541 report and
fix from anedvedicky AT gmail.com; ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.5152 -r1.5153 openssh/ChangeLog
cvs -nQq rdiff -u -r1.112 -r1.113 openssh/sftp.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5152;r2=1.5153&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp.c?r1=1.112;r2=1.113&view=patch

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


djm at fuyu

Dec 8, 2008, 7:12 PM

Post #58 of 59 (3928 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/12/09 14:12:05

Modified files:
. : ChangeLog readconf.c

Log message:
- djm [at] cvs 2008/12/09 02:58:16
[readconf.c]
don't leave junk (free'd) pointers around in Forward *fwd argument on
failure; avoids double-free in ~C -L handler when given an invalid
forwarding specification; bz#1539 report from adejong AT debian.org
via Colin Watson; ok markus@ dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.5153 -r1.5154 openssh/ChangeLog
cvs -nQq rdiff -u -r1.149 -r1.150 openssh/readconf.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5153;r2=1.5154&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.149;r2=1.150&view=patch

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


djm at fuyu

Dec 8, 2008, 7:12 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/12/09 14:12:33

Modified files:
. : ChangeLog sftp.1 sftp.c

Log message:
- djm [at] cvs 2008/12/09 03:02:37
[sftp.1 sftp.c]
correct sftp(1) and corresponding usage syntax;
bz#1518 patch from imorgan AT nas.nasa.gov; ok deraadt@ improved diff jmc@

Diff commands:
cvs -nQq rdiff -u -r1.5154 -r1.5155 openssh/ChangeLog
cvs -nQq rdiff -u -r1.64 -r1.65 openssh/sftp.1
cvs -nQq rdiff -u -r1.113 -r1.114 openssh/sftp.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5154;r2=1.5155&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp.1?r1=1.64;r2=1.65&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp.c?r1=1.113;r2=1.114&view=patch

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

First page Previous page 1 2 3 Next page Last page  View All 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.