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 4 Next page Last page  View All OpenSSH commits RSS feed   Index | Next | Previous | View Threaded


djm at fuyu

Feb 10, 2008, 3:20 AM

Post #1 of 91 (8121 views)
Permalink
CVS: fuyu.mindrot.org: openssh

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:20:44

Modified files:
. : ChangeLog sftp-client.c sftp-client.h

Log message:
- chl [at] cvs 2008/01/11 07:22:28
[sftp-client.c sftp-client.h]
disable unused functions
initially from tobias@, but disabled them by placing them in
"#ifdef notyet" which was asked by djm@
ok djm@ tobias@

Diff commands:
cvs -nQq rdiff -u -r1.4819 -r1.4820 openssh/ChangeLog
cvs -nQq rdiff -u -r1.82 -r1.83 openssh/sftp-client.c
cvs -nQq rdiff -u -r1.14 -r1.15 openssh/sftp-client.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4819;r2=1.4820
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-client.c?r1=1.82;r2=1.83
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-client.h?r1=1.14;r2=1.15

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


djm at fuyu

Feb 10, 2008, 3:21 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:21:28

Modified files:
. : ChangeLog ssh.1

Log message:
- djm [at] cvs 2008/01/19 19:13:28
[ssh.1]
satisfy the pedants: -q does not suppress all diagnostic messages (e.g.
some commandline parsing warnings go unconditionally to stdout).

Diff commands:
cvs -nQq rdiff -u -r1.4820 -r1.4821 openssh/ChangeLog
cvs -nQq rdiff -u -r1.229 -r1.230 openssh/ssh.1

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4820;r2=1.4821
http://cvsweb.mindrot.org/index.cgi/openssh/ssh.1?r1=1.229;r2=1.230

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


djm at fuyu

Feb 10, 2008, 3:22 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:22:29

Modified files:
. : scp.1

Log message:
- djm [at] cvs 2008/01/19 19:25:50
[scp.1]
scp -q implies ssh -q for the underlying connection, it doesn't just
hush the progress meter

Diff commands:
cvs -nQq rdiff -u -r1.41 -r1.42 openssh/scp.1

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/scp.1?r1=1.41;r2=1.42

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


djm at fuyu

Feb 10, 2008, 3:22 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:22:53

Modified files:
. : ChangeLog clientloop.c

Log message:
- djm [at] cvs 2008/01/19 20:48:53
[clientloop.c]
fd leak on session multiplexing error path. Report and patch from
gregory_shively AT fanniemae.com

Diff commands:
cvs -nQq rdiff -u -r1.4821 -r1.4822 openssh/ChangeLog
cvs -nQq rdiff -u -r1.171 -r1.172 openssh/clientloop.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4821;r2=1.4822
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.171;r2=1.172

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


djm at fuyu

Feb 10, 2008, 3:23 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:23:18

Modified files:
. : ChangeLog ssh.c

Log message:
- djm [at] cvs 2008/01/19 20:51:26
[ssh.c]
ignore SIGPIPE in multiplex client mode - we can receive this if the
server runs out of fds on us midway. Report and patch from
gregory_shively AT fanniemae.com

Diff commands:
cvs -nQq rdiff -u -r1.4822 -r1.4823 openssh/ChangeLog
cvs -nQq rdiff -u -r1.299 -r1.300 openssh/ssh.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4822;r2=1.4823
http://cvsweb.mindrot.org/index.cgi/openssh/ssh.c?r1=1.299;r2=1.300

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


djm at fuyu

Feb 10, 2008, 3:23 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:23:41

Modified files:
. : ChangeLog sftp-client.c

Log message:
- djm [at] cvs 2008/01/19 22:04:57
[sftp-client.c]
fix remote handle leak in do_download() local file open error path;
report and fix from sworley AT chkno.net

Diff commands:
cvs -nQq rdiff -u -r1.4823 -r1.4824 openssh/ChangeLog
cvs -nQq rdiff -u -r1.83 -r1.84 openssh/sftp-client.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4823;r2=1.4824
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-client.c?r1=1.83;r2=1.84

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


djm at fuyu

Feb 10, 2008, 3:24 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:24:30

Modified files:
. : ChangeLog ssh-keygen.c

Log message:
- djm [at] cvs 2008/01/19 22:22:58
[ssh-keygen.c]
when hashing individual hosts (ssh-keygen -Hf hostname), make sure we
hash just the specified hostname and not the entire hostspec from the
keyfile. It may be of the form "hostname,ipaddr", which would lead to
a hash that never matches. report and fix from jp AT devnull.cz

Diff commands:
cvs -nQq rdiff -u -r1.4824 -r1.4825 openssh/ChangeLog
cvs -nQq rdiff -u -r1.175 -r1.176 openssh/ssh-keygen.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4824;r2=1.4825
http://cvsweb.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.175;r2=1.176

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


djm at fuyu

Feb 10, 2008, 3:24 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:24:56

Modified files:
. : ChangeLog ssh-keygen.c

Log message:
- djm [at] cvs 2008/01/19 22:37:19
[ssh-keygen.c]
unbreak line numbering (broken in revision 1.164), fix error message

Diff commands:
cvs -nQq rdiff -u -r1.4825 -r1.4826 openssh/ChangeLog
cvs -nQq rdiff -u -r1.176 -r1.177 openssh/ssh-keygen.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4825;r2=1.4826
http://cvsweb.mindrot.org/index.cgi/openssh/ssh-keygen.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


djm at fuyu

Feb 10, 2008, 3:25 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:25:24

Modified files:
. : ChangeLog channels.c

Log message:
- djm [at] cvs 2008/01/19 23:02:40
[channels.c]
When we added support for specified bind addresses for port forwards, we
added a quirk SSH_OLD_FORWARD_ADDR. There is a bug in our handling of
this for -L port forwards that causes the client to listen on both v4
and v6 addresses when connected to a server with this quirk, despite
having set 0.0.0.0 as a bind_address.
report and patch from Jan.Pechanec AT Sun.COM; ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.4826 -r1.4827 openssh/ChangeLog
cvs -nQq rdiff -u -r1.255 -r1.256 openssh/channels.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4826;r2=1.4827
http://cvsweb.mindrot.org/index.cgi/openssh/channels.c?r1=1.255;r2=1.256

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


djm at fuyu

Feb 10, 2008, 3:25 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:25:53

Modified files:
. : ChangeLog readconf.c readconf.h sshconnect2.c

Log message:
- djm [at] cvs 2008/01/19 23:09:49
[readconf.c readconf.h sshconnect2.c]
promote rekeylimit to a int64 so it can hold the maximum useful limit
of 2^32; report and patch from Jan.Pechanec AT Sun.COM, ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.4827 -r1.4828 openssh/ChangeLog
cvs -nQq rdiff -u -r1.141 -r1.142 openssh/readconf.c
cvs -nQq rdiff -u -r1.63 -r1.64 openssh/readconf.h
cvs -nQq rdiff -u -r1.155 -r1.156 openssh/sshconnect2.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4827;r2=1.4828
http://cvsweb.mindrot.org/index.cgi/openssh/readconf.c?r1=1.141;r2=1.142
http://cvsweb.mindrot.org/index.cgi/openssh/readconf.h?r1=1.63;r2=1.64
http://cvsweb.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.155;r2=1.156

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


djm at fuyu

Feb 10, 2008, 3:26 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:26:24

Modified files:
. : ChangeLog sftp.c

Log message:
- djm [at] cvs 2008/01/20 00:38:30
[sftp.c]
When uploading, correctly handle the case of an unquoted filename with
glob metacharacters that match a file exactly but not as a glob, e.g. a
file called "[abcd]". report and test cases from duncan2nd AT gmx.de

Diff commands:
cvs -nQq rdiff -u -r1.4828 -r1.4829 openssh/ChangeLog
cvs -nQq rdiff -u -r1.104 -r1.105 openssh/sftp.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4828;r2=1.4829
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.c?r1=1.104;r2=1.105

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


djm at fuyu

Feb 10, 2008, 3:26 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:26:51

Modified files:
. : ChangeLog sftp-server.c

Log message:
- djm [at] cvs 2008/01/21 17:24:30
[sftp-server.c]
Remove the fixed 100 handle limit in sftp-server and allocate as many
as we have available file descriptors. Patch from miklos AT szeredi.hu;
ok dtucker@ markus@

Diff commands:
cvs -nQq rdiff -u -r1.4829 -r1.4830 openssh/ChangeLog
cvs -nQq rdiff -u -r1.85 -r1.86 openssh/sftp-server.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4829;r2=1.4830
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-server.c?r1=1.85;r2=1.86

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


djm at fuyu

Feb 10, 2008, 3:27 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:27:25

Modified files:
. : ChangeLog sftp-client.c

Log message:
- djm [at] cvs 2008/01/21 19:20:17
[sftp-client.c]
when a remote write error occurs during an upload, ensure that ACKs for
all issued requests are properly drained. patch from t8m AT centrum.cz

Diff commands:
cvs -nQq rdiff -u -r1.4830 -r1.4831 openssh/ChangeLog
cvs -nQq rdiff -u -r1.84 -r1.85 openssh/sftp-client.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4830;r2=1.4831
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-client.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


djm at fuyu

Feb 10, 2008, 3:27 AM

Post #14 of 91 (7932 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:27:47

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

Log message:
- dtucker [at] cvs 2008/01/23 01:56:54
[clientloop.c packet.c serverloop.c]
Revert the change for bz #1307 as it causes connection aborts if an IGNORE
packet arrives while we're waiting in packet_read_expect (and possibly
elsewhere).

Diff commands:
cvs -nQq rdiff -u -r1.4831 -r1.4832 openssh/ChangeLog
cvs -nQq rdiff -u -r1.172 -r1.173 openssh/clientloop.c
cvs -nQq rdiff -u -r1.150 -r1.151 openssh/packet.c
cvs -nQq rdiff -u -r1.152 -r1.153 openssh/serverloop.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4831;r2=1.4832
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.172;r2=1.173
http://cvsweb.mindrot.org/index.cgi/openssh/packet.c?r1=1.150;r2=1.151
http://cvsweb.mindrot.org/index.cgi/openssh/serverloop.c?r1=1.152;r2=1.153

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


djm at fuyu

Feb 10, 2008, 3:28 AM

Post #15 of 91 (7926 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:28:45

Modified files:
. : ChangeLog scp.1

Log message:
- jmc [at] cvs 2008/01/31 20:06:50
[scp.1]
explain how to handle local file names containing colons;
requested by Tamas TEVESZ
ok dtucker

Diff commands:
cvs -nQq rdiff -u -r1.4832 -r1.4833 openssh/ChangeLog
cvs -nQq rdiff -u -r1.42 -r1.43 openssh/scp.1

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4832;r2=1.4833
http://cvsweb.mindrot.org/index.cgi/openssh/scp.1?r1=1.42;r2=1.43

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


djm at fuyu

Feb 10, 2008, 3:29 AM

Post #16 of 91 (7919 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:29:40

Modified files:
. : ChangeLog session.c sftp-server.c sftp.h

Log message:
- markus [at] cvs 2008/02/04 21:53:00
[session.c sftp-server.c sftp.h]
link sftp-server into sshd; feedback and ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.4833 -r1.4834 openssh/ChangeLog
cvs -nQq rdiff -u -r1.356 -r1.357 openssh/session.c
cvs -nQq rdiff -u -r1.86 -r1.87 openssh/sftp-server.c
cvs -nQq rdiff -u -r1.5 -r1.6 openssh/sftp.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4833;r2=1.4834
http://cvsweb.mindrot.org/index.cgi/openssh/session.c?r1=1.356;r2=1.357
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-server.c?r1=1.86;r2=1.87
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.h?r1=1.5;r2=1.6

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


djm at fuyu

Feb 10, 2008, 3:40 AM

Post #17 of 91 (7926 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:40:12

Modified files:
. : Makefile.in servconf.c servconf.h session.c sftp-server.c sftp.h sshd_config sshd_config.5
Added files:
. : sftp-server-main.c

Log message:
- djm [at] cvs 2008/02/08 23:24:07
[servconf.c servconf.h session.c sftp-server.c sftp.h sshd_config]
[sshd_config.5]
add sshd_config ChrootDirectory option to chroot(2) users to a directory
and tweak internal sftp server to work with it (no special files in
chroot required). ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.285 -r1.286 openssh/Makefile.in
cvs -nQq rdiff -u -r1.166 -r1.167 openssh/servconf.c
cvs -nQq rdiff -u -r1.72 -r1.73 openssh/servconf.h
cvs -nQq rdiff -u -r1.357 -r1.358 openssh/session.c
cvs -nQq rdiff -u -r1.87 -r1.88 openssh/sftp-server.c
cvs -nQq rdiff -u -r1.6 -r1.7 openssh/sftp.h
cvs -nQq rdiff -u -r1.78 -r1.79 openssh/sshd_config
cvs -nQq rdiff -u -r1.85 -r1.86 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/Makefile.in?r1=1.285;r2=1.286
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.166;r2=1.167
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.h?r1=1.72;r2=1.73
http://cvsweb.mindrot.org/index.cgi/openssh/session.c?r1=1.357;r2=1.358
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-server.c?r1=1.87;r2=1.88
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.h?r1=1.6;r2=1.7
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config?r1=1.78;r2=1.79
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.85;r2=1.86

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


djm at fuyu

Feb 10, 2008, 3:44 AM

Post #18 of 91 (7927 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:44:20

Modified files:
. : Makefile.in sftp-server.c

Log message:
- djm [at] cvs 2008/02/08 23:24:07
[servconf.c servconf.h session.c sftp-server.c sftp.h sshd_config]
[sshd_config.5]
add sshd_config ChrootDirectory option to chroot(2) users to a directory
and tweak internal sftp server to work with it (no special files in chroot
required). ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.286 -r1.287 openssh/Makefile.in
cvs -nQq rdiff -u -r1.88 -r1.89 openssh/sftp-server.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/Makefile.in?r1=1.286;r2=1.287
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-server.c?r1=1.88;r2=1.89

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


djm at fuyu

Feb 10, 2008, 3:45 AM

Post #19 of 91 (7929 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:45:13

Modified files:
. : sshd_config.5

Log message:
- jmc [at] cvs 2008/02/09 08:04:31
[sshd_config.5]
missing `)';

Diff commands:
cvs -nQq rdiff -u -r1.86 -r1.87 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.86;r2=1.87

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


djm at fuyu

Feb 10, 2008, 3:46 AM

Post #20 of 91 (7926 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:46:22

Modified files:
. : ChangeLog ssh.1 sshd.8

Log message:
- mcbride [at] cvs 2008/02/09 12:15:43
[ssh.1 sshd.8]
Document the correct permissions for the ~/.ssh/ directory.
ok jmc

Diff commands:
cvs -nQq rdiff -u -r1.4834 -r1.4835 openssh/ChangeLog
cvs -nQq rdiff -u -r1.230 -r1.231 openssh/ssh.1
cvs -nQq rdiff -u -r1.198 -r1.199 openssh/sshd.8

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4834;r2=1.4835
http://cvsweb.mindrot.org/index.cgi/openssh/ssh.1?r1=1.230;r2=1.231
http://cvsweb.mindrot.org/index.cgi/openssh/sshd.8?r1=1.198;r2=1.199

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


djm at fuyu

Feb 10, 2008, 3:47 AM

Post #21 of 91 (7922 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:47:24

Modified files:
. : ChangeLog sshd_config.5

Log message:
- djm [at] cvs 2008/02/10 09:55:37
[sshd_config.5]
mantion that "internal-sftp" is useful with ForceCommand too

Diff commands:
cvs -nQq rdiff -u -r1.4835 -r1.4836 openssh/ChangeLog
cvs -nQq rdiff -u -r1.87 -r1.88 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4835;r2=1.4836
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.87;r2=1.88

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


djm at fuyu

Feb 10, 2008, 3:48 AM

Post #22 of 91 (7919 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/02/10 22:48:55

Modified files:
. : ChangeLog servconf.c session.c

Log message:
- djm [at] cvs 2008/02/10 10:54:29
[servconf.c session.c]
delay ~ expansion for ChrootDirectory so it expands to the logged-in user's
home, rather than the user who starts sshd (probably root)

Diff commands:
cvs -nQq rdiff -u -r1.4836 -r1.4837 openssh/ChangeLog
cvs -nQq rdiff -u -r1.167 -r1.168 openssh/servconf.c
cvs -nQq rdiff -u -r1.358 -r1.359 openssh/session.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4836;r2=1.4837
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.167;r2=1.168
http://cvsweb.mindrot.org/index.cgi/openssh/session.c?r1=1.358;r2=1.359

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


tim at fuyu

Feb 23, 2008, 2:47 PM

Post #23 of 91 (7807 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: tim [at] fuyu 08/02/24 09:47:37

Modified files:
contrib/cygwin : ssh-host-config

Log message:
[contrib/cygwin/ssh-host-config]
Grammar changes on SYSCONFDIR LOCALSTATEDIR messages.
Check more thoroughly that it's possible to create the /var/empty directory.
Patch by vinschen AT redhat.com

Diff commands:
cvs -nQq rdiff -u -r1.20 -r1.21 openssh/contrib/cygwin/ssh-host-config

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/contrib/cygwin/ssh-host-config?r1=1.20;r2=1.21

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

Feb 25, 2008, 1:18 AM

Post #24 of 91 (7801 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/02/25 20:18:31

Modified files:
. : ChangeLog

Log message:
20080224
- (tim) [contrib/cygwin/ssh-host-config]
Grammar changes on SYSCONFDIR LOCALSTATEDIR messages.
Check more thoroughly that it's possible to create the /var/empty directory.
Patch by vinschen AT redhat.com

Diff commands:
cvs -nQq rdiff -u -r1.4837 -r1.4838 openssh/ChangeLog

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

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

Feb 25, 2008, 1:21 AM

Post #25 of 91 (7798 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

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

Modified files:
. : ChangeLog
openbsd-compat : fake-rfc2553.h

Log message:
- (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack
since it now conflicts with the helper function in misc.c. From
vinschen AT redhat.com.

Diff commands:
cvs -nQq rdiff -u -r1.4838 -r1.4839 openssh/ChangeLog
cvs -nQq rdiff -u -r1.13 -r1.14 openssh/openbsd-compat/fake-rfc2553.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4838;r2=1.4839
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/fake-rfc2553.h?r1=1.13;r2=1.14

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

First page Previous page 1 2 3 4 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.