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

Mailing List Archive: OpenSSH: Commits

CVS: fuyu.mindrot.org: openssh

 

 

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


djm at fuyu

May 15, 2008, 5:01 PM

Post #1 of 32 (7599 views)
Permalink
CVS: fuyu.mindrot.org: openssh

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/16 10:01:56

Modified files:
. : ChangeLog
openbsd-compat : setproctitle.c

Log message:
- (djm) Force string arguments to replacement setproctitle() though
strnvis first. Ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.4904 -r1.4905 openssh/ChangeLog
cvs -nQq rdiff -u -r1.13 -r1.14 openssh/openbsd-compat/setproctitle.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4904;r2=1.4905
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/setproctitle.c?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


djm at fuyu

May 18, 2008, 9:27 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:27:43

Modified files:
. : ChangeLog sshd_config.5

Log message:
- (djm) OpenBSD CVS Sync
- djm [at] cvs 2008/04/04 05:14:38
[sshd_config.5]
ChrootDirectory is supported in Match blocks (in fact, it is most useful
there). Spotted by Minstrel AT minstrel.org.uk

Diff commands:
cvs -nQq rdiff -u -r1.4905 -r1.4906 openssh/ChangeLog
cvs -nQq rdiff -u -r1.90 -r1.91 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4905;r2=1.4906
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.90;r2=1.91

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

May 18, 2008, 9:28 PM

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

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

Modified files:
. : ChangeLog sshd_config.5

Log message:
- djm [at] cvs 2008/04/04 06:44:26
[sshd_config.5]
oops, some unrelated stuff crept into that commit - backout.
spotted by jmc@

Diff commands:
cvs -nQq rdiff -u -r1.4906 -r1.4907 openssh/ChangeLog
cvs -nQq rdiff -u -r1.91 -r1.92 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4906;r2=1.4907
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.91;r2=1.92

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

May 18, 2008, 9:29 PM

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

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

Modified files:
. : ChangeLog sshd_config.5

Log message:
- djm [at] cvs 2008/04/05 02:46:02
[sshd_config.5]
HostbasedAuthentication is supported under Match too

Diff commands:
cvs -nQq rdiff -u -r1.4907 -r1.4908 openssh/ChangeLog
cvs -nQq rdiff -u -r1.92 -r1.93 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4907;r2=1.4908
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.92;r2=1.93

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

May 18, 2008, 9:47 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:47:37

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

Log message:
- (djm) [openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.c]
[configure.ac] Implement arc4random_buf(), import implementation of
arc4random_uniform() from OpenBSD

Diff commands:
cvs -nQq rdiff -u -r1.4908 -r1.4909 openssh/ChangeLog
cvs -nQq rdiff -u -r1.397 -r1.398 openssh/configure.ac
cvs -nQq rdiff -u -r1.13 -r1.14 openssh/openbsd-compat/bsd-arc4random.c
cvs -nQq rdiff -u -r1.43 -r1.44 openssh/openbsd-compat/openbsd-compat.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4908;r2=1.4909
http://cvsweb.mindrot.org/index.cgi/openssh/configure.ac?r1=1.397;r2=1.398
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/bsd-arc4random.c?r1=1.13;r2=1.14
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/openbsd-compat.h?r1=1.43;r2=1.44

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

May 18, 2008, 9:50 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:50:00

Modified files:
. : ChangeLog dh.c sshd.c

Log message:
- (djm) OpenBSD CVS Sync
- djm [at] cvs 2008/04/13 00:22:17
[dh.c sshd.c]
Use arc4random_buf() when requesting more than a single word of output
Use arc4random_uniform() when the desired random number upper bound
is not a power of two
ok deraadt@ millert@

Diff commands:
cvs -nQq rdiff -u -r1.4909 -r1.4910 openssh/ChangeLog
cvs -nQq rdiff -u -r1.45 -r1.46 openssh/dh.c
cvs -nQq rdiff -u -r1.372 -r1.373 openssh/sshd.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4909;r2=1.4910
http://cvsweb.mindrot.org/index.cgi/openssh/dh.c?r1=1.45;r2=1.46
http://cvsweb.mindrot.org/index.cgi/openssh/sshd.c?r1=1.372;r2=1.373

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

May 18, 2008, 9:53 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:53:33

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

Log message:
- djm [at] cvs 2008/04/18 12:32:11
[sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h]
introduce sftp extension methods statvfs [at] openssh and
fstatvfs [at] openssh that implement statvfs(2)-like operations,
based on a patch from miklos AT szeredi.hu (bz#1399)
also add a "df" command to the sftp client that uses the
statvfs [at] openssh to produce a df(1)-like display of filesystem
space and inode utilisation
ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.4910 -r1.4911 openssh/ChangeLog
cvs -nQq rdiff -u -r1.86 -r1.87 openssh/sftp-client.c
cvs -nQq rdiff -u -r1.15 -r1.16 openssh/sftp-client.h
cvs -nQq rdiff -u -r1.90 -r1.91 openssh/sftp-server.c
cvs -nQq rdiff -u -r1.61 -r1.62 openssh/sftp.1
cvs -nQq rdiff -u -r1.105 -r1.106 openssh/sftp.c
cvs -nQq rdiff -u -r1.7 -r1.8 openssh/sftp.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4910;r2=1.4911
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-client.c?r1=1.86;r2=1.87
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-client.h?r1=1.15;r2=1.16
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-server.c?r1=1.90;r2=1.91
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.1?r1=1.61;r2=1.62
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.c?r1=1.105;r2=1.106
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.h?r1=1.7;r2=1.8

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

May 18, 2008, 9:54 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:54:25

Modified files:
. : ChangeLog sftp.1

Log message:
- jmc [at] cvs 2008/04/18 17:15:47
[sftp.1]
macro fixage;

Diff commands:
cvs -nQq rdiff -u -r1.4911 -r1.4912 openssh/ChangeLog
cvs -nQq rdiff -u -r1.62 -r1.63 openssh/sftp.1

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4911;r2=1.4912
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.1?r1=1.62;r2=1.63

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

May 18, 2008, 9:55 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:55:02

Modified files:
. : ChangeLog session.c

Log message:
- djm [at] cvs 2008/04/18 22:01:33
[session.c]
remove unneccessary parentheses

Diff commands:
cvs -nQq rdiff -u -r1.4912 -r1.4913 openssh/ChangeLog
cvs -nQq rdiff -u -r1.368 -r1.369 openssh/session.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4912;r2=1.4913
http://cvsweb.mindrot.org/index.cgi/openssh/session.c?r1=1.368;r2=1.369

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

May 18, 2008, 9:55 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:55:30

Modified files:
. : ChangeLog monitor_mm.h

Log message:
- otto [at] cvs 2008/04/29 11:20:31
[monitor_mm.h]
garbage collect two unused fields in struct mm_master; ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.4913 -r1.4914 openssh/ChangeLog
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/monitor_mm.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4913;r2=1.4914
http://cvsweb.mindrot.org/index.cgi/openssh/monitor_mm.h?r1=1.9;r2=1.10

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

May 18, 2008, 9:56 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:56:33

Modified files:
. : ChangeLog ssh-keyscan.1 ssh-keyscan.c

Log message:
- djm [at] cvs 2008/04/30 10:14:03
[ssh-keyscan.1 ssh-keyscan.c]
default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
larsnooden AT openoffice.org

Diff commands:
cvs -nQq rdiff -u -r1.4914 -r1.4915 openssh/ChangeLog
cvs -nQq rdiff -u -r1.23 -r1.24 openssh/ssh-keyscan.1
cvs -nQq rdiff -u -r1.92 -r1.93 openssh/ssh-keyscan.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4914;r2=1.4915
http://cvsweb.mindrot.org/index.cgi/openssh/ssh-keyscan.1?r1=1.23;r2=1.24
http://cvsweb.mindrot.org/index.cgi/openssh/ssh-keyscan.c?r1=1.92;r2=1.93

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

May 18, 2008, 9:57 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:57:41

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

Log message:
- pyr [at] cvs 2008/05/07 05:49:37
[servconf.c servconf.h session.c sshd_config.5]
Enable the AllowAgentForwarding option in sshd_config (global and match
context), to specify if agents should be permitted on the server.
As the man page states:
``Note that disabling Agent forwarding does not improve security
unless users are also denied shell access, as they can always install
their own forwarders.''
ok djm@, ok and a mild frown markus@

Diff commands:
cvs -nQq rdiff -u -r1.4915 -r1.4916 openssh/ChangeLog
cvs -nQq rdiff -u -r1.168 -r1.169 openssh/servconf.c
cvs -nQq rdiff -u -r1.74 -r1.75 openssh/servconf.h
cvs -nQq rdiff -u -r1.369 -r1.370 openssh/session.c
cvs -nQq rdiff -u -r1.93 -r1.94 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4915;r2=1.4916
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.168;r2=1.169
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.h?r1=1.74;r2=1.75
http://cvsweb.mindrot.org/index.cgi/openssh/session.c?r1=1.369;r2=1.370
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.93;r2=1.94

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

May 18, 2008, 9:58 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:58:22

Modified files:
. : ChangeLog sshd_config

Log message:
- pyr [at] cvs 2008/05/07 06:43:35
[sshd_config]
push the sshd_config bits in, spotted by ajacoutot@

Diff commands:
cvs -nQq rdiff -u -r1.4916 -r1.4917 openssh/ChangeLog
cvs -nQq rdiff -u -r1.79 -r1.80 openssh/sshd_config

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4916;r2=1.4917
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config?r1=1.79;r2=1.80

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

May 18, 2008, 9:59 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:59:02

Modified files:
. : ChangeLog sshd_config.5

Log message:
- jmc [at] cvs 2008/05/07 08:00:14
[sshd_config.5]
sort;

Diff commands:
cvs -nQq rdiff -u -r1.4917 -r1.4918 openssh/ChangeLog
cvs -nQq rdiff -u -r1.94 -r1.95 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4917;r2=1.4918
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.94;r2=1.95

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

May 18, 2008, 9:59 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 14:59:37

Modified files:
. : ChangeLog bufaux.c buffer.h channels.c packet.c packet.h

Log message:
- markus [at] cvs 2008/05/08 06:59:01
[bufaux.c buffer.h channels.c packet.c packet.h]
avoid extra malloc/copy/free when receiving data over the net;
~10% speedup for localhost-scp; ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.4918 -r1.4919 openssh/ChangeLog
cvs -nQq rdiff -u -r1.50 -r1.51 openssh/bufaux.c
cvs -nQq rdiff -u -r1.16 -r1.17 openssh/buffer.h
cvs -nQq rdiff -u -r1.257 -r1.258 openssh/channels.c
cvs -nQq rdiff -u -r1.152 -r1.153 openssh/packet.c
cvs -nQq rdiff -u -r1.48 -r1.49 openssh/packet.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4918;r2=1.4919
http://cvsweb.mindrot.org/index.cgi/openssh/bufaux.c?r1=1.50;r2=1.51
http://cvsweb.mindrot.org/index.cgi/openssh/buffer.h?r1=1.16;r2=1.17
http://cvsweb.mindrot.org/index.cgi/openssh/channels.c?r1=1.257;r2=1.258
http://cvsweb.mindrot.org/index.cgi/openssh/packet.c?r1=1.152;r2=1.153
http://cvsweb.mindrot.org/index.cgi/openssh/packet.h?r1=1.48;r2=1.49

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

May 18, 2008, 10:05 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 15:05:08

Modified files:
. : ChangeLog auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c ssh.c sshd.c

Log message:
- djm [at] cvs 2008/05/08 12:02:23
[auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c]
[monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c]
[ssh.c sshd.c]
Implement a channel success/failure status confirmation callback
mechanism. Each channel maintains a queue of callbacks, which will
be drained in order (RFC4253 guarantees confirm messages are not
reordered within an channel).
Also includes a abandonment callback to clean up if a channel is
closed without sending confirmation messages. This probably
shouldn't happen in compliant implementations, but it could be
abused to leak memory.
ok markus@ (as part of a larger diff)

Diff commands:
cvs -nQq rdiff -u -r1.4919 -r1.4920 openssh/ChangeLog
cvs -nQq rdiff -u -r1.40 -r1.41 openssh/auth-options.c
cvs -nQq rdiff -u -r1.121 -r1.122 openssh/auth1.c
cvs -nQq rdiff -u -r1.258 -r1.259 openssh/channels.c
cvs -nQq rdiff -u -r1.82 -r1.83 openssh/channels.h
cvs -nQq rdiff -u -r1.174 -r1.175 openssh/clientloop.c
cvs -nQq rdiff -u -r1.23 -r1.24 openssh/gss-serv.c
cvs -nQq rdiff -u -r1.127 -r1.128 openssh/monitor.c
cvs -nQq rdiff -u -r1.76 -r1.77 openssh/monitor_wrap.c
cvs -nQq rdiff -u -r1.56 -r1.57 openssh/nchan.c
cvs -nQq rdiff -u -r1.169 -r1.170 openssh/servconf.c
cvs -nQq rdiff -u -r1.154 -r1.155 openssh/serverloop.c
cvs -nQq rdiff -u -r1.370 -r1.371 openssh/session.c
cvs -nQq rdiff -u -r1.301 -r1.302 openssh/ssh.c
cvs -nQq rdiff -u -r1.373 -r1.374 openssh/sshd.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4919;r2=1.4920
http://cvsweb.mindrot.org/index.cgi/openssh/auth-options.c?r1=1.40;r2=1.41
http://cvsweb.mindrot.org/index.cgi/openssh/auth1.c?r1=1.121;r2=1.122
http://cvsweb.mindrot.org/index.cgi/openssh/channels.c?r1=1.258;r2=1.259
http://cvsweb.mindrot.org/index.cgi/openssh/channels.h?r1=1.82;r2=1.83
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.174;r2=1.175
http://cvsweb.mindrot.org/index.cgi/openssh/gss-serv.c?r1=1.23;r2=1.24
http://cvsweb.mindrot.org/index.cgi/openssh/monitor.c?r1=1.127;r2=1.128
http://cvsweb.mindrot.org/index.cgi/openssh/monitor_wrap.c?r1=1.76;r2=1.77
http://cvsweb.mindrot.org/index.cgi/openssh/nchan.c?r1=1.56;r2=1.57
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.169;r2=1.170
http://cvsweb.mindrot.org/index.cgi/openssh/serverloop.c?r1=1.154;r2=1.155
http://cvsweb.mindrot.org/index.cgi/openssh/session.c?r1=1.370;r2=1.371
http://cvsweb.mindrot.org/index.cgi/openssh/ssh.c?r1=1.301;r2=1.302
http://cvsweb.mindrot.org/index.cgi/openssh/sshd.c?r1=1.373;r2=1.374

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

May 18, 2008, 10:26 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 15:26:54

Modified files:
. : ChangeLog
openbsd-compat : bsd-arc4random.c

Log message:
- (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes

Diff commands:
cvs -nQq rdiff -u -r1.4920 -r1.4921 openssh/ChangeLog
cvs -nQq rdiff -u -r1.14 -r1.15 openssh/openbsd-compat/bsd-arc4random.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4920;r2=1.4921
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/bsd-arc4random.c?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

May 18, 2008, 10:28 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 15:28:36

Modified files:
. : ChangeLog
openbsd-compat : port-tun.c

Log message:
- (djm) [openbsd-compat/port-tun.c] needs sys/queue.h

Diff commands:
cvs -nQq rdiff -u -r1.4921 -r1.4922 openssh/ChangeLog
cvs -nQq rdiff -u -r1.13 -r1.14 openssh/openbsd-compat/port-tun.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4921;r2=1.4922
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/port-tun.c?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


djm at fuyu

May 18, 2008, 10:34 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 15:34:50

Modified files:
. : ChangeLog monitor.c monitor_wrap.c servconf.c servconf.h session.c session.h sshd_config sshd_config.5

Log message:
- djm [at] cvs 2008/05/08 12:21:16
[monitor.c monitor_wrap.c session.h servconf.c servconf.h session.c]
[sshd_config sshd_config.5]
Make the maximum number of sessions run-time controllable via
a sshd_config MaxSessions knob. This is useful for disabling
login/shell/subsystem access while leaving port-forwarding working
(MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or
simply increasing the number of allows multiplexed sessions.
Because some bozos are sure to configure MaxSessions in excess of the
number of available file descriptors in sshd (which, at peak, might be
as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds
on error paths, and make it fail gracefully on out-of-fd conditions -
sending channel errors instead of than exiting with fatal().
bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com
ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.4922 -r1.4923 openssh/ChangeLog
cvs -nQq rdiff -u -r1.128 -r1.129 openssh/monitor.c
cvs -nQq rdiff -u -r1.77 -r1.78 openssh/monitor_wrap.c
cvs -nQq rdiff -u -r1.170 -r1.171 openssh/servconf.c
cvs -nQq rdiff -u -r1.75 -r1.76 openssh/servconf.h
cvs -nQq rdiff -u -r1.371 -r1.372 openssh/session.c
cvs -nQq rdiff -u -r1.33 -r1.34 openssh/session.h
cvs -nQq rdiff -u -r1.80 -r1.81 openssh/sshd_config
cvs -nQq rdiff -u -r1.95 -r1.96 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4922;r2=1.4923
http://cvsweb.mindrot.org/index.cgi/openssh/monitor.c?r1=1.128;r2=1.129
http://cvsweb.mindrot.org/index.cgi/openssh/monitor_wrap.c?r1=1.77;r2=1.78
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.170;r2=1.171
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.h?r1=1.75;r2=1.76
http://cvsweb.mindrot.org/index.cgi/openssh/session.c?r1=1.371;r2=1.372
http://cvsweb.mindrot.org/index.cgi/openssh/session.h?r1=1.33;r2=1.34
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config?r1=1.80;r2=1.81
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.95;r2=1.96

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

May 18, 2008, 10:35 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 15:35:33

Modified files:
. : clientloop.c clientloop.h ssh.c

Log message:
- djm [at] cvs 2008/05/08 13:06:11
[clientloop.c clientloop.h ssh.c]
Use new channel status confirmation callback system to properly deal
with "important" channel requests that fail, in particular command exec,
shell and subsystem requests. Previously we would optimistically assume
that the requests would always succeed, which could cause hangs if they
did not (e.g. when the server runs out of fds) or were unimplemented by
the server (bz #1384)
Also, properly report failing multiplex channel requests via the mux
client stderr (subject to LogLevel in the mux master) - better than
silently failing.
most bits ok markus@ (as part of a larger diff)

Diff commands:
cvs -nQq rdiff -u -r1.175 -r1.176 openssh/clientloop.c
cvs -nQq rdiff -u -r1.17 -r1.18 openssh/clientloop.h
cvs -nQq rdiff -u -r1.302 -r1.303 openssh/ssh.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.175;r2=1.176
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.h?r1=1.17;r2=1.18
http://cvsweb.mindrot.org/index.cgi/openssh/ssh.c?r1=1.302;r2=1.303

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

May 18, 2008, 10:36 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 15:36:08

Modified files:
. : ChangeLog

Log message:
- djm [at] cvs 2008/05/08 13:06:11
[clientloop.c clientloop.h ssh.c]
Use new channel status confirmation callback system to properly deal
with "important" channel requests that fail, in particular command exec,
shell and subsystem requests. Previously we would optimistically assume
that the requests would always succeed, which could cause hangs if they
did not (e.g. when the server runs out of fds) or were unimplemented by
the server (bz #1384)
Also, properly report failing multiplex channel requests via the mux
client stderr (subject to LogLevel in the mux master) - better than
silently failing.
most bits ok markus@ (as part of a larger diff)

Diff commands:
cvs -nQq rdiff -u -r1.4923 -r1.4924 openssh/ChangeLog

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

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

May 18, 2008, 10:37 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 15:37:09

Modified files:
. : ChangeLog channels.c channels.h clientloop.c serverloop.c

Log message:
- djm [at] cvs 2008/05/09 04:55:56
[channels.c channels.h clientloop.c serverloop.c]
Try additional addresses when connecting to a port forward destination
whose DNS name resolves to more than one address. The previous behaviour
was to try the first address and give up.

Reported by stig AT venaas.com in bz#343

great feedback and ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.4924 -r1.4925 openssh/ChangeLog
cvs -nQq rdiff -u -r1.259 -r1.260 openssh/channels.c
cvs -nQq rdiff -u -r1.83 -r1.84 openssh/channels.h
cvs -nQq rdiff -u -r1.176 -r1.177 openssh/clientloop.c
cvs -nQq rdiff -u -r1.155 -r1.156 openssh/serverloop.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4924;r2=1.4925
http://cvsweb.mindrot.org/index.cgi/openssh/channels.c?r1=1.259;r2=1.260
http://cvsweb.mindrot.org/index.cgi/openssh/channels.h?r1=1.83;r2=1.84
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.176;r2=1.177
http://cvsweb.mindrot.org/index.cgi/openssh/serverloop.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

May 18, 2008, 11:00 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 16:00:08

Modified files:
. : ChangeLog Makefile.in clientloop.c clientloop.h ssh.c
Added files:
. : mux.c

Log message:
- djm [at] cvs 2008/05/09 14:18:44
[clientloop.c clientloop.h ssh.c mux.c]
tidy up session multiplexing code, moving it into its own file and
making the function names more consistent - making ssh.c and
clientloop.c a fair bit more readable.
ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.4925 -r1.4926 openssh/ChangeLog
cvs -nQq rdiff -u -r1.289 -r1.290 openssh/Makefile.in
cvs -nQq rdiff -u -r1.177 -r1.178 openssh/clientloop.c
cvs -nQq rdiff -u -r1.18 -r1.19 openssh/clientloop.h
cvs -nQq rdiff -u -r1.303 -r1.304 openssh/ssh.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4925;r2=1.4926
http://cvsweb.mindrot.org/index.cgi/openssh/Makefile.in?r1=1.289;r2=1.290
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.177;r2=1.178
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.h?r1=1.18;r2=1.19
http://cvsweb.mindrot.org/index.cgi/openssh/ssh.c?r1=1.303;r2=1.304

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

May 18, 2008, 11:02 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 16:02:37

Modified files:
. : ChangeLog ssh.c

Log message:
- djm [at] cvs 2008/05/09 14:26:08
[ssh.c]
dingo stole my diff hunk

Diff commands:
cvs -nQq rdiff -u -r1.4926 -r1.4927 openssh/ChangeLog
cvs -nQq rdiff -u -r1.304 -r1.305 openssh/ssh.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4926;r2=1.4927
http://cvsweb.mindrot.org/index.cgi/openssh/ssh.c?r1=1.304;r2=1.305

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

May 18, 2008, 11:04 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/05/19 16:04:56

Modified files:
. : ChangeLog session.c

Log message:
- markus [at] cvs 2008/05/09 16:16:06
[session.c]
re-add the USE_PIPES code and enable it.
without pipes shutdown-read from the sshd does not trigger
a SIGPIPE when the forked program does a write.
ok djm@
(Id sync only, USE_PIPES never left portable OpenSSH)

Diff commands:
cvs -nQq rdiff -u -r1.4927 -r1.4928 openssh/ChangeLog
cvs -nQq rdiff -u -r1.372 -r1.373 openssh/session.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4927;r2=1.4928
http://cvsweb.mindrot.org/index.cgi/openssh/session.c?r1=1.372;r2=1.373

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 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.