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


djm at fuyu

Feb 22, 2009, 4:11 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/02/23 11:11:57

Modified files:
. : ChangeLog README

Log message:
- (djm) [README] update for 5.2

Diff commands:
cvs -nQq rdiff -u -r1.5205 -r1.5206 openssh/ChangeLog
cvs -nQq rdiff -u -r1.69 -r1.70 openssh/README

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5205;r2=1.5206&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/README?r1=1.69;r2=1.70&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

Feb 22, 2009, 4:12 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/02/23 11:12:30

Modified files:
. : ChangeLog

Log message:
- (djm) Release openssh-5.2p1

Diff commands:
cvs -nQq rdiff -u -r1.5206 -r1.5207 openssh/ChangeLog

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5206;r2=1.5207&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

Mar 5, 2009, 5:58 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/03/06 00:58:22

Modified files:
. : ChangeLog auth2-jpake.c jpake.c jpake.h monitor_wrap.c monitor_wrap.h schnorr.c sshconnect2.c

Log message:
- djm [at] cvs 2009/03/05 07:18:19
[auth2-jpake.c jpake.c jpake.h monitor_wrap.c monitor_wrap.h schnorr.c]
[sshconnect2.c]
refactor the (disabled) Schnorr proof code to make it a little more
generally useful

Diff commands:
cvs -nQq rdiff -u -r1.5207 -r1.5208 openssh/ChangeLog
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/auth2-jpake.c
cvs -nQq rdiff -u -r1.1 -r1.2 openssh/jpake.c
cvs -nQq rdiff -u -r1.1 -r1.2 openssh/jpake.h
cvs -nQq rdiff -u -r1.80 -r1.81 openssh/monitor_wrap.c
cvs -nQq rdiff -u -r1.28 -r1.29 openssh/monitor_wrap.h
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/schnorr.c
cvs -nQq rdiff -u -r1.162 -r1.163 openssh/sshconnect2.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5207;r2=1.5208&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-jpake.c?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/jpake.c?r1=1.1;r2=1.2&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/jpake.h?r1=1.1;r2=1.2&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor_wrap.c?r1=1.80;r2=1.81&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor_wrap.h?r1=1.28;r2=1.29&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/schnorr.c?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.162;r2=1.163&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

Mar 5, 2009, 5:58 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/03/06 00:58:39

Modified files:
. : ChangeLog uuencode.c

Log message:
- djm [at] cvs 2009/03/05 11:30:50
[uuencode.c]
document what these functions do so I don't ever have to recuse into
b64_pton/ntop to remember their return values

Diff commands:
cvs -nQq rdiff -u -r1.5208 -r1.5209 openssh/ChangeLog
cvs -nQq rdiff -u -r1.24 -r1.25 openssh/uuencode.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5208;r2=1.5209&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/uuencode.c?r1=1.24;r2=1.25&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

Mar 5, 2009, 6:03 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/03/06 01:03:30

Added files:
. : schnorr.h

Log message:
- djm [at] cvs 2009/03/05 07:18:19
[auth2-jpake.c jpake.c jpake.h monitor_wrap.c monitor_wrap.h schnorr.c]
[sshconnect2.c]
refactor the (disabled) Schnorr proof code to make it a little more
generally useful
_______________________________________________
openssh-commits mailing list
openssh-commits [at] mindrot
https://lists.mindrot.org/mailman/listinfo/openssh-commits


dtucker at fuyu

Mar 6, 2009, 3:22 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/03/07 10:22:10

Modified files:
. : ChangeLog
contrib/aix : buildbff.sh

Log message:
- (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it
exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS
has a /dev/random).

Diff commands:
cvs -nQq rdiff -u -r1.5209 -r1.5210 openssh/ChangeLog
cvs -nQq rdiff -u -r1.10 -r1.11 openssh/contrib/aix/buildbff.sh

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5209;r2=1.5210&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/contrib/aix/buildbff.sh?r1=1.10;r2=1.11&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


dtucker at fuyu

Mar 6, 2009, 5:01 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/03/07 12:01:47

Modified files:
. : ChangeLog schnorr.c
openbsd-compat : openssl-compat.c openssl-compat.h

Log message:
- (dtucker) [schnorr.c openbsd-compat/openssl-compat.{c,h}] Add
EVP_DigestUpdate to the OLD_EVP compatibility functions and tell schnorr.c
to use them. Allows building with older OpenSSL versions.

Diff commands:
cvs -nQq rdiff -u -r1.5210 -r1.5211 openssh/ChangeLog
cvs -nQq rdiff -u -r1.3 -r1.4 openssh/schnorr.c
cvs -nQq rdiff -u -r1.6 -r1.7 openssh/openbsd-compat/openssl-compat.c
cvs -nQq rdiff -u -r1.12 -r1.13 openssh/openbsd-compat/openssl-compat.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5210;r2=1.5211&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/schnorr.c?r1=1.3;r2=1.4&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/openssl-compat.c?r1=1.6;r2=1.7&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/openssl-compat.h?r1=1.12;r2=1.13&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


dtucker at fuyu

Mar 6, 2009, 5:32 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/03/07 12:32:22

Modified files:
. : ChangeLog configure.ac defines.h

Log message:
- (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.

Diff commands:
cvs -nQq rdiff -u -r1.5211 -r1.5212 openssh/ChangeLog
cvs -nQq rdiff -u -r1.415 -r1.416 openssh/configure.ac
cvs -nQq rdiff -u -r1.153 -r1.154 openssh/defines.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5211;r2=1.5212&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.415;r2=1.416&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/defines.h?r1=1.153;r2=1.154&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


dtucker at fuyu

Mar 6, 2009, 11:06 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/03/07 18:06:22

Modified files:
. : ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Missing comma in type list.

Diff commands:
cvs -nQq rdiff -u -r1.5212 -r1.5213 openssh/ChangeLog
cvs -nQq rdiff -u -r1.416 -r1.417 openssh/configure.ac

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5212;r2=1.5213&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.416;r2=1.417&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


dtucker at fuyu

Mar 7, 2009, 3:22 AM

Post #60 of 62 (4736 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/03/07 22:22:35

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

Log message:
- (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}]
EVP_DigestUpdate does not exactly match the other OLD_EVP functions (eg
in openssl 0.9.6) so add an explicit test for it.

Diff commands:
cvs -nQq rdiff -u -r1.5213 -r1.5214 openssh/ChangeLog
cvs -nQq rdiff -u -r1.417 -r1.418 openssh/configure.ac
cvs -nQq rdiff -u -r1.7 -r1.8 openssh/openbsd-compat/openssl-compat.c
cvs -nQq rdiff -u -r1.13 -r1.14 openssh/openbsd-compat/openssl-compat.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5213;r2=1.5214&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.417;r2=1.418&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/openssl-compat.c?r1=1.7;r2=1.8&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/openssl-compat.h?r1=1.13;r2=1.14&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


dtucker at fuyu

Mar 7, 2009, 3:40 PM

Post #61 of 62 (4732 views)
Permalink
CVS: fuyu.mindrot.org: openssh [In reply to]

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/03/08 11:40:28

Modified files:
. : ChangeLog auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c session.c
openbsd-compat : bsd-cygwin_util.c bsd-cygwin_util.h daemon.c

Log message:
- (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
auth2-pubkey.c session.c openbsd-compat/bsd-cygwin_util.{c,h}
openbsd-compat/daemon.c] Remove support for Windows 95/98/ME and very old
version of Cygwin. Patch from vinschen at redhat com.

Diff commands:
cvs -nQq rdiff -u -r1.5214 -r1.5215 openssh/ChangeLog
cvs -nQq rdiff -u -r1.89 -r1.90 openssh/auth-passwd.c
cvs -nQq rdiff -u -r1.124 -r1.125 openssh/auth1.c
cvs -nQq rdiff -u -r1.7 -r1.8 openssh/auth2-kbdint.c
cvs -nQq rdiff -u -r1.19 -r1.20 openssh/auth2-none.c
cvs -nQq rdiff -u -r1.11 -r1.12 openssh/auth2-passwd.c
cvs -nQq rdiff -u -r1.20 -r1.21 openssh/auth2-pubkey.c
cvs -nQq rdiff -u -r1.380 -r1.381 openssh/session.c
cvs -nQq rdiff -u -r1.20 -r1.21 openssh/openbsd-compat/bsd-cygwin_util.c
cvs -nQq rdiff -u -r1.11 -r1.12 openssh/openbsd-compat/bsd-cygwin_util.h
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/openbsd-compat/daemon.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5214;r2=1.5215&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-passwd.c?r1=1.89;r2=1.90&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth1.c?r1=1.124;r2=1.125&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-kbdint.c?r1=1.7;r2=1.8&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-none.c?r1=1.19;r2=1.20&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-passwd.c?r1=1.11;r2=1.12&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-pubkey.c?r1=1.20;r2=1.21&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/session.c?r1=1.380;r2=1.381&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/bsd-cygwin_util.c?r1=1.20;r2=1.21&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/bsd-cygwin_util.h?r1=1.11;r2=1.12&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/daemon.c?r1=1.9;r2=1.10&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


tim at fuyu

Mar 18, 2009, 11:25 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: tim [at] fuyu 09/03/19 05:25:02

Modified files:
. : ChangeLog configure.ac

Log message:
- (tim) [configure.ac] Remove setting IP_TOS_IS_BROKEN for Cygwin. The problem
that setsockopt(IP_TOS) doesn't work on Cygwin has been fixed since 2005.
Based on patch from vinschen at redhat com.

Diff commands:
cvs -nQq rdiff -u -r1.5215 -r1.5216 openssh/ChangeLog
cvs -nQq rdiff -u -r1.418 -r1.419 openssh/configure.ac

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5215;r2=1.5216&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.418;r2=1.419&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.