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

Mailing List Archive: OpenSSH: Commits

CVS: fuyu.mindrot.org: openssh

 

 

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


dtucker at fuyu

Nov 5, 2009, 1:43 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/11/05 20:43:16

Modified files:
. : ChangeLog authfile.c

Log message:
- (dtucker) [authfile.c] Add OpenSSL compat header so this still builds with
older versions of OpenSSL.

Diff commands:
cvs -nQq rdiff -u -r1.5318 -r1.5319 openssh/ChangeLog
cvs -nQq rdiff -u -r1.77 -r1.78 openssh/authfile.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5318;r2=1.5319&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.c?r1=1.77;r2=1.78&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

Nov 6, 2009, 9:03 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/11/07 16:03:14

Modified files:
. : ChangeLog authfile.c

Log message:
- (dtucker) [authfile.c] Fall back to 3DES for the encryption of private
keys when built with OpenSSL versions that don't do AES.

Diff commands:
cvs -nQq rdiff -u -r1.5319 -r1.5320 openssh/ChangeLog
cvs -nQq rdiff -u -r1.78 -r1.79 openssh/authfile.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5319;r2=1.5320&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.c?r1=1.78;r2=1.79&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

Nov 17, 2009, 10:48 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/11/18 17:48:30

Modified files:
. : ChangeLog channels.c misc.c misc.h sshd.c

Log message:
- (djm) [channels.c misc.c misc.h sshd.c] add missing setsockopt() to
set IPV6_V6ONLY for local forwarding with GatwayPorts=yes. Unify
setting IPV6_V6ONLY behind a new function misc.c:sock_set_v6only()
report and fix from jan.kratochvil AT redhat.com

Diff commands:
cvs -nQq rdiff -u -r1.5320 -r1.5321 openssh/ChangeLog
cvs -nQq rdiff -u -r1.285 -r1.286 openssh/channels.c
cvs -nQq rdiff -u -r1.89 -r1.90 openssh/misc.c
cvs -nQq rdiff -u -r1.41 -r1.42 openssh/misc.h
cvs -nQq rdiff -u -r1.386 -r1.387 openssh/sshd.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5320;r2=1.5321&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.c?r1=1.285;r2=1.286&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.c?r1=1.89;r2=1.90&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.h?r1=1.41;r2=1.42&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.386;r2=1.387&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

Nov 17, 2009, 10:51 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/11/18 17:51:59

Modified files:
. : ChangeLog
contrib : gnome-ssh-askpass2.c

Log message:
- (djm) [contrib/gnome-ssh-askpass2.c] Make askpass dialog desktop-modal.
bz#1645, patch from jchadima AT redhat.com

Diff commands:
cvs -nQq rdiff -u -r1.5321 -r1.5322 openssh/ChangeLog
cvs -nQq rdiff -u -r1.5 -r1.6 openssh/contrib/gnome-ssh-askpass2.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5321;r2=1.5322&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/contrib/gnome-ssh-askpass2.c?r1=1.5;r2=1.6&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

Nov 19, 2009, 8:16 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/11/20 15:16:36

Modified files:
. : ssh-rand-helper.c ChangeLog

Log message:
- (djm) [ssh-rand-helper.c] Print error and usage() when passed command-
line arguments as none are supported. Exit when passed unrecognised
commandline flags. bz#1568 from gson AT araneus.fi

Diff commands:
cvs -nQq rdiff -u -r1.41 -r1.42 openssh/ssh-rand-helper.c
cvs -nQq rdiff -u -r1.5322 -r1.5323 openssh/ChangeLog

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-rand-helper.c?r1=1.41;r2=1.42&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5322;r2=1.5323&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

Nov 20, 2009, 7:32 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: tim [at] fuyu 09/11/21 14:32:15

Modified files:
. : ChangeLog opensshd.init.in

Log message:
- (tim) [opensshd.init.in] If PidFile is set in sshd_config, use it.
Bug 1628. OK dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.5323 -r1.5324 openssh/ChangeLog
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/opensshd.init.in

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5323;r2=1.5324&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/opensshd.init.in?r1=1.2;r2=1.3&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.