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


djm at fuyu

Jul 12, 2008, 12:12 AM

Post #151 of 173 (9324 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/12 17:12:49

Modified files:
. : ChangeLog scp.1

Log message:
- djm [at] cvs 2008/07/12 05:33:41
[scp.1]
better description for -i flag:
s/RSA authentication/public key authentication/

Diff commands:
cvs -nQq rdiff -u -r1.5074 -r1.5075 openssh/ChangeLog
cvs -nQq rdiff -u -r1.45 -r1.46 openssh/scp.1

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5074;r2=1.5075
http://cvsweb.mindrot.org/index.cgi/openssh/scp.1?r1=1.45;r2=1.46

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

Jul 13, 2008, 6:28 PM

Post #152 of 173 (9307 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/14 11:28:29

Modified files:
. : ChangeLog ssh-keygen.c

Log message:
- sthen [at] cvs 2008/07/13 21:22:52
[ssh-keygen.c]
Change "ssh-keygen -F [host] -l" to not display random art unless
-v is also specified, making it consistent with the manual and other
uses of -l.
ok grunk@

Diff commands:
cvs -nQq rdiff -u -r1.5075 -r1.5076 openssh/ChangeLog
cvs -nQq rdiff -u -r1.183 -r1.184 openssh/ssh-keygen.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5075;r2=1.5076
http://cvsweb.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.183;r2=1.184

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

Jul 13, 2008, 6:28 PM

Post #153 of 173 (9319 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/14 11:28:59

Modified files:
. : ChangeLog channels.c

Log message:
- djm [at] cvs 2008/07/13 22:13:07
[channels.c]
use struct sockaddr_storage instead of struct sockaddr for accept(2)
address argument. from visibilis AT yahoo.com in bz#1485; ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.5076 -r1.5077 openssh/ChangeLog
cvs -nQq rdiff -u -r1.271 -r1.272 openssh/channels.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5076;r2=1.5077
http://cvsweb.mindrot.org/index.cgi/openssh/channels.c?r1=1.271;r2=1.272

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

Jul 13, 2008, 6:29 PM

Post #154 of 173 (9301 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/14 11:29:24

Modified files:
. : ChangeLog sftp.c

Log message:
- djm [at] cvs 2008/07/13 22:16:03
[sftp.c]
increase number of piplelined requests so they properly fill the
(recently increased) channel window. prompted by rapier AT psc.edu;
ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.5077 -r1.5078 openssh/ChangeLog
cvs -nQq rdiff -u -r1.111 -r1.112 openssh/sftp.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5077;r2=1.5078
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.c?r1=1.111;r2=1.112

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

Jul 13, 2008, 7:02 PM

Post #155 of 173 (9298 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/14 12:02:24

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

Log message:
- (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
avoid clash with sin(3) function; reported by
cristian.ionescu-idbohrn AT axis.com

Diff commands:
cvs -nQq rdiff -u -r1.5078 -r1.5079 openssh/ChangeLog
cvs -nQq rdiff -u -r1.10 -r1.11 openssh/openbsd-compat/bindresvport.c

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


djm at fuyu

Jul 13, 2008, 7:03 PM

Post #156 of 173 (9305 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/14 12:03:28

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

Log message:
- (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
prototype; reported by cristian.ionescu-idbohrn AT axis.com

Diff commands:
cvs -nQq rdiff -u -r1.5079 -r1.5080 openssh/ChangeLog
cvs -nQq rdiff -u -r1.12 -r1.13 openssh/openbsd-compat/rresvport.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5079;r2=1.5080
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/rresvport.c?r1=1.12;r2=1.13

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

Jul 13, 2008, 7:04 PM

Post #157 of 173 (9324 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/14 12:04:43

Modified files:
. : ChangeLog umac.c

Log message:
- (djm) [umac.c] Rename variable s/buffer_ptr/bufp/ to avoid clash;
reported by cristian.ionescu-idbohrn AT axis.com

Diff commands:
cvs -nQq rdiff -u -r1.5080 -r1.5081 openssh/ChangeLog
cvs -nQq rdiff -u -r1.6 -r1.7 openssh/umac.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5080;r2=1.5081
http://cvsweb.mindrot.org/index.cgi/openssh/umac.c?r1=1.6;r2=1.7

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

Jul 13, 2008, 7:09 PM

Post #158 of 173 (9299 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

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

Modified files:
. : ChangeLog sftp-server.8

Log message:
- djm [at] cvs 2008/07/14 01:55:56
[sftp-server.8]
mention requirement for /dev/log inside chroot when using sftp-server
with ChrootDirectory

Diff commands:
cvs -nQq rdiff -u -r1.5081 -r1.5082 openssh/ChangeLog
cvs -nQq rdiff -u -r1.15 -r1.16 openssh/sftp-server.8

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5081;r2=1.5082
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-server.8?r1=1.15;r2=1.16

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

Jul 13, 2008, 7:12 PM

Post #159 of 173 (9306 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

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

Modified files:
. : ChangeLog
contrib/cygwin : Makefile ssh-host-config ssh-user-config
Added files:
contrib/cygwin : sshd-inetd

Log message:
- (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config]
[contrib/cygwin/ssh-user-config contrib/cygwin/sshd-inetd]
Revamped and simplified Cygwin ssh-host-config script that uses
unified csih configuration tool. Requires recent Cygwin.
Patch from vinschen AT redhat.com

Diff commands:
cvs -nQq rdiff -u -r1.5082 -r1.5083 openssh/ChangeLog
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/contrib/cygwin/Makefile
cvs -nQq rdiff -u -r1.21 -r1.22 openssh/contrib/cygwin/ssh-host-config
cvs -nQq rdiff -u -r1.4 -r1.5 openssh/contrib/cygwin/ssh-user-config

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5082;r2=1.5083
http://cvsweb.mindrot.org/index.cgi/openssh/contrib/cygwin/Makefile?r1=1.2;r2=1.3
http://cvsweb.mindrot.org/index.cgi/openssh/contrib/cygwin/ssh-host-config?r1=1.21;r2=1.22
http://cvsweb.mindrot.org/index.cgi/openssh/contrib/cygwin/ssh-user-config?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


djm at fuyu

Jul 14, 2008, 4:37 AM

Post #160 of 173 (9311 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/14 21:37:37

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

Log message:
- (djm) [openbsd-compat/fake-rfc2553.c openbsd-compat/fake-rfc2553.h]
return EAI_FAMILY when trying to lookup unsupported address family;
from vinschen AT redhat.com

Diff commands:
cvs -nQq rdiff -u -r1.5083 -r1.5084 openssh/ChangeLog
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/openbsd-compat/fake-rfc2553.c
cvs -nQq rdiff -u -r1.15 -r1.16 openssh/openbsd-compat/fake-rfc2553.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5083;r2=1.5084
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/fake-rfc2553.c?r1=1.9;r2=1.10
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/fake-rfc2553.h?r1=1.15;r2=1.16

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

Jul 16, 2008, 4:17 AM

Post #161 of 173 (9297 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/16 21:17:23

Modified files:
. : ChangeLog sftp.1

Log message:
- djm [at] cvs 2008/07/15 02:23:14
[sftp.1]
number of pipelined requests is now 64;
prodded by Iain.Morgan AT nasa.gov

Diff commands:
cvs -nQq rdiff -u -r1.5084 -r1.5085 openssh/ChangeLog
cvs -nQq rdiff -u -r1.63 -r1.64 openssh/sftp.1

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5084;r2=1.5085
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.1?r1=1.63;r2=1.64

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

Jul 16, 2008, 5:40 AM

Post #162 of 173 (9292 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/16 22:40:53

Modified files:
. : ChangeLog clientloop.c

Log message:
- djm [at] cvs 2008/07/16 11:51:14
[clientloop.c]
rename variable first_gc -> last_gc (since it is actually the last
in the list).

Diff commands:
cvs -nQq rdiff -u -r1.5085 -r1.5086 openssh/ChangeLog
cvs -nQq rdiff -u -r1.188 -r1.189 openssh/clientloop.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5085;r2=1.5086
http://cvsweb.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.188;r2=1.189

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

Jul 16, 2008, 5:42 AM

Post #163 of 173 (9286 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/16 22:42:06

Modified files:
. : ChangeLog channels.c

Log message:
- djm [at] cvs 2008/07/16 11:52:19
[channels.c]
this loop index should be automatic, not static

Diff commands:
cvs -nQq rdiff -u -r1.5086 -r1.5087 openssh/ChangeLog
cvs -nQq rdiff -u -r1.272 -r1.273 openssh/channels.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5086;r2=1.5087
http://cvsweb.mindrot.org/index.cgi/openssh/channels.c?r1=1.272;r2=1.273

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

Jul 17, 2008, 1:57 AM

Post #164 of 173 (9274 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/17 18:57:06

Modified files:
. : ChangeLog sshconnect2.c

Log message:
- djm [at] cvs 2008/07/17 08:48:00
[sshconnect2.c]
strnvis preauth banner; pointed out by mpf@ ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.5087 -r1.5088 openssh/ChangeLog
cvs -nQq rdiff -u -r1.156 -r1.157 openssh/sshconnect2.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5087;r2=1.5088
http://cvsweb.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.156;r2=1.157

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

Jul 17, 2008, 1:57 AM

Post #165 of 173 (9279 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/17 18:57:20

Modified files:
. : ChangeLog auth2-hostbased.c

Log message:
- djm [at] cvs 2008/07/17 08:51:07
[auth2-hostbased.c]
strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes
report and patch from res AT qoxp.net (bz#1200); ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.5088 -r1.5089 openssh/ChangeLog
cvs -nQq rdiff -u -r1.11 -r1.12 openssh/auth2-hostbased.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5088;r2=1.5089
http://cvsweb.mindrot.org/index.cgi/openssh/auth2-hostbased.c?r1=1.11;r2=1.12

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

Jul 17, 2008, 2:03 AM

Post #166 of 173 (9314 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 08/07/17 19:03:49

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

Log message:
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Remove long-unneeded compat
code, replace with equivalent cygwin library call. Patch from vinschen
at redhat.comi, ok djm@.

Diff commands:
cvs -nQq rdiff -u -r1.5089 -r1.5090 openssh/ChangeLog
cvs -nQq rdiff -u -r1.19 -r1.20 openssh/openbsd-compat/bsd-cygwin_util.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5089;r2=1.5090
http://cvsweb.mindrot.org/index.cgi/openssh/openbsd-compat/bsd-cygwin_util.c?r1=1.19;r2=1.20

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

Jul 17, 2008, 2:15 AM

Post #167 of 173 (9286 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

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

Modified files:
. : ChangeLog sshconnect2.c

Log message:
- (djm) [sshconnect2.c] vis.h isn't available everywhere

Diff commands:
cvs -nQq rdiff -u -r1.5090 -r1.5091 openssh/ChangeLog
cvs -nQq rdiff -u -r1.157 -r1.158 openssh/sshconnect2.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5090;r2=1.5091
http://cvsweb.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.157;r2=1.158

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

Jul 21, 2008, 1:20 AM

Post #168 of 173 (9253 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/21 18:20:40

Modified files:
. : ChangeLog sftp-server.8

Log message:
- jmc [at] cvs 2008/07/18 22:51:01
[sftp-server.8]
no need for .Pp before or after .Sh;

Diff commands:
cvs -nQq rdiff -u -r1.5091 -r1.5092 openssh/ChangeLog
cvs -nQq rdiff -u -r1.16 -r1.17 openssh/sftp-server.8

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5091;r2=1.5092
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-server.8?r1=1.16;r2=1.17

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

Jul 21, 2008, 1:21 AM

Post #169 of 173 (9247 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/21 18:21:06

Modified files:
. : ChangeLog version.h

Log message:
- djm [at] cvs 2008/07/21 08:19:07
[version.h]
openssh-5.1

Diff commands:
cvs -nQq rdiff -u -r1.5092 -r1.5093 openssh/ChangeLog
cvs -nQq rdiff -u -r1.63 -r1.64 openssh/version.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5092;r2=1.5093
http://cvsweb.mindrot.org/index.cgi/openssh/version.h?r1=1.63;r2=1.64

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

Jul 21, 2008, 1:21 AM

Post #170 of 173 (9249 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/21 18:21:56

Modified files:
. : ChangeLog README
contrib/caldera : openssh.spec
contrib/redhat : openssh.spec
contrib/suse : openssh.spec

Log message:
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
[contrib/suse/openssh.spec] Update version number in README and RPM specs

Diff commands:
cvs -nQq rdiff -u -r1.5093 -r1.5094 openssh/ChangeLog
cvs -nQq rdiff -u -r1.68 -r1.69 openssh/README
cvs -nQq rdiff -u -r1.64 -r1.65 openssh/contrib/caldera/openssh.spec
cvs -nQq rdiff -u -r1.144 -r1.145 openssh/contrib/redhat/openssh.spec
cvs -nQq rdiff -u -r1.85 -r1.86 openssh/contrib/suse/openssh.spec

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5093;r2=1.5094
http://cvsweb.mindrot.org/index.cgi/openssh/README?r1=1.68;r2=1.69
http://cvsweb.mindrot.org/index.cgi/openssh/contrib/caldera/openssh.spec?r1=1.64;r2=1.65
http://cvsweb.mindrot.org/index.cgi/openssh/contrib/redhat/openssh.spec?r1=1.144;r2=1.145
http://cvsweb.mindrot.org/index.cgi/openssh/contrib/suse/openssh.spec?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

Jul 21, 2008, 1:22 AM

Post #171 of 173 (9239 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/21 18:22:25

Modified files:
. : ChangeLog

Log message:
- (djm) Release OpenSSH-5.1

Diff commands:
cvs -nQq rdiff -u -r1.5094 -r1.5095 openssh/ChangeLog

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

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

Jul 23, 2008, 12:40 AM

Post #172 of 173 (9235 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/23 17:40:05

Modified files:
. : ChangeLog servconf.c

Log message:
- djm [at] cvs 2008/07/23 07:36:55
[servconf.c]
do not try to print options that have been compile-time disabled
in config test mode (sshd -T); report from nix-corp AT esperi.org.uk
ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.5095 -r1.5096 openssh/ChangeLog
cvs -nQq rdiff -u -r1.177 -r1.178 openssh/servconf.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5095;r2=1.5096
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.177;r2=1.178

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

Jul 23, 2008, 12:42 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 08/07/23 17:42:29

Modified files:
. : ChangeLog servconf.c

Log message:
- (djm) [servconf.c] Print UsePAM option in config test mode (when it
has been compiled in); report from nix-corp AT esperi.org.uk
ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.5096 -r1.5097 openssh/ChangeLog
cvs -nQq rdiff -u -r1.178 -r1.179 openssh/servconf.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5096;r2=1.5097
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.178;r2=1.179

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