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

Mailing List Archive: OpenSSH: Commits

CVS: fuyu.mindrot.org: openssh

 

 

OpenSSH commits RSS feed   Index | Next | Previous | View Threaded


dtucker at fuyu

Aug 16, 2009, 4:35 PM

Post #1 of 16 (5053 views)
Permalink
CVS: fuyu.mindrot.org: openssh

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

Modified files:
. : ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Check for headers before libraries for openssl an
zlib, which should make the errors slightly more meaningful on platforms
where there's separate "-devel" packages for those.

Diff commands:
cvs -nQq rdiff -u -r1.5258 -r1.5259 openssh/ChangeLog
cvs -nQq rdiff -u -r1.421 -r1.422 openssh/configure.ac

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5258;r2=1.5259&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.421;r2=1.422&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

Aug 16, 2009, 4:40 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/08/17 09:40:00

Modified files:
. : ChangeLog sshlogin.c
openbsd-compat : port-aix.c port-aix.h

Log message:
- (dtucker) [sshlogin.c openbsd-compat/port-aix.{c,h}] Bug #1595: make
PrintLastLog work on AIX. Based in part on a patch from Miguel Sanders.

Diff commands:
cvs -nQq rdiff -u -r1.5259 -r1.5260 openssh/ChangeLog
cvs -nQq rdiff -u -r1.34 -r1.35 openssh/sshlogin.c
cvs -nQq rdiff -u -r1.43 -r1.44 openssh/openbsd-compat/port-aix.c
cvs -nQq rdiff -u -r1.29 -r1.30 openssh/openbsd-compat/port-aix.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5259;r2=1.5260&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshlogin.c?r1=1.34;r2=1.35&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/port-aix.c?r1=1.43;r2=1.44&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/port-aix.h?r1=1.29;r2=1.30&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

Aug 19, 2009, 11:16 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/08/20 16:16:01

Modified files:
. : ChangeLog includes.h

Log message:
- (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
using it since the type conflicts can cause problems on FreeBSD. Patch
from Jonathan Chen.

Diff commands:
cvs -nQq rdiff -u -r1.5260 -r1.5261 openssh/ChangeLog
cvs -nQq rdiff -u -r1.130 -r1.131 openssh/includes.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5260;r2=1.5261&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/includes.h?r1=1.130;r2=1.131&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

Aug 19, 2009, 11:20 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/08/20 16:20:50

Modified files:
. : ChangeLog session.c
openbsd-compat : port-aix.h

Log message:
- (dtucker) [session.c openbsd-compat/port-aix.h] Bugs #1249 and #1567: move
the setpcred call on AIX to immediately before the permanently_set_uid().
Ensures that we still have privileges when we call chroot and
pam_open_sesson. Based on a patch from David Leonard.

Diff commands:
cvs -nQq rdiff -u -r1.5261 -r1.5262 openssh/ChangeLog
cvs -nQq rdiff -u -r1.383 -r1.384 openssh/session.c
cvs -nQq rdiff -u -r1.30 -r1.31 openssh/openbsd-compat/port-aix.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5261;r2=1.5262&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/session.c?r1=1.383;r2=1.384&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/port-aix.h?r1=1.30;r2=1.31&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

Aug 27, 2009, 5:16 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/08/28 10:16:44

Modified files:
. : ChangeLog auth-sia.c

Log message:
- dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently
causes problems in some Tru64 configurations.

Diff commands:
cvs -nQq rdiff -u -r1.5262 -r1.5263 openssh/ChangeLog
cvs -nQq rdiff -u -r1.19 -r1.20 openssh/auth-sia.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5262;r2=1.5263&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-sia.c?r1=1.19;r2=1.20&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

Aug 27, 2009, 5:27 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/08/28 10:27:08

Modified files:
. : sshd_config.5

Log message:
downgrade mention of login.conf to be an example and mention PAM as
another provider for ChallengeResponseAuthentication; bz#1408; ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.112 -r1.113 openssh/sshd_config.5

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.112;r2=1.113&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

Aug 27, 2009, 5:40 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/08/28 10:40:30

Modified files:
. : ChangeLog

Log message:
- (djm) [sshd_config.5] downgrade mention of login.conf to be an example
and mention PAM as another provider for ChallengeResponseAuthentication;
bz#1408; ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.5263 -r1.5264 openssh/ChangeLog

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

Aug 27, 2009, 5:43 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/08/28 10:43:13

Modified files:
. : ChangeLog sftp-server.c

Log message:
- (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
attempting atomic rename(); ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.5264 -r1.5265 openssh/ChangeLog
cvs -nQq rdiff -u -r1.101 -r1.102 openssh/sftp-server.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5264;r2=1.5265&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp-server.c?r1=1.101;r2=1.102&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

Aug 27, 2009, 5:47 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: djm [at] fuyu 09/08/28 10:47:38

Modified files:
. : ChangeLog Makefile.in

Log message:
- (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
in argv, so pass them in the environment; ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.5265 -r1.5266 openssh/ChangeLog
cvs -nQq rdiff -u -r1.299 -r1.300 openssh/Makefile.in

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5265;r2=1.5266&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/Makefile.in?r1=1.299;r2=1.300&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

Aug 27, 2009, 6:02 PM

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

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

Modified files:
. : ChangeLog channels.c configure.ac

Log message:
- (dtucker) [channels.c configure.ac] Bug #1528: skip the tcgetattr call on
the pty master on Solaris, since it never succeeds and can hang if large
amounts of data is sent to the slave (eg a copy-paste). Based on a patch
originally from Doke Scott, ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.5266 -r1.5267 openssh/ChangeLog
cvs -nQq rdiff -u -r1.284 -r1.285 openssh/channels.c
cvs -nQq rdiff -u -r1.422 -r1.423 openssh/configure.ac

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5266;r2=1.5267&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.c?r1=1.284;r2=1.285&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.422;r2=1.423&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

Aug 27, 2009, 6:21 PM

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

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

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

Log message:
- (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
size a compile-time option and set it to 64k on Cygwin, since Corinna
reports that it makes a significant difference to performance. ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.5267 -r1.5268 openssh/ChangeLog
cvs -nQq rdiff -u -r1.201 -r1.202 openssh/clientloop.c
cvs -nQq rdiff -u -r1.423 -r1.424 openssh/configure.ac
cvs -nQq rdiff -u -r1.155 -r1.156 openssh/defines.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5267;r2=1.5268&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.201;r2=1.202&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.423;r2=1.424&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/defines.h?r1=1.155;r2=1.156&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

Aug 27, 2009, 10:01 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/08/28 15:01:20

Modified files:
. : ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.

Diff commands:
cvs -nQq rdiff -u -r1.5268 -r1.5269 openssh/ChangeLog
cvs -nQq rdiff -u -r1.424 -r1.425 openssh/configure.ac

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5268;r2=1.5269&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.424;r2=1.425&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

Aug 28, 2009, 4:14 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/08/29 09:14:48

Modified files:
. : ChangeLog README.platform

Log message:
- (dtucker) [README.platform] Add text about development packages, based on
text from Chris Pepper in bug #1631.

Diff commands:
cvs -nQq rdiff -u -r1.5269 -r1.5270 openssh/ChangeLog
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/README.platform

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


dtucker at fuyu

Sep 1, 2009, 1:26 AM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/09/01 18:26:00

Modified files:
. : ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path for
krb5-config if it's not in the location specified by --with-kerberos5.
Patch from jchadima at redhat.

Diff commands:
cvs -nQq rdiff -u -r1.5270 -r1.5271 openssh/ChangeLog
cvs -nQq rdiff -u -r1.425 -r1.426 openssh/configure.ac

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5270;r2=1.5271&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.425;r2=1.426&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

Sep 8, 2009, 6:07 PM

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

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

Modified files:
. : ChangeLog serverloop.c

Log message:
- (djm) [serverloop.c] Fix test for server-assigned remote forwarding port
(-R 0:...); bz#1578, spotted and fix by gavin AT emf.net; ok dtucker@

Diff commands:
cvs -nQq rdiff -u -r1.5271 -r1.5272 openssh/ChangeLog
cvs -nQq rdiff -u -r1.167 -r1.168 openssh/serverloop.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5271;r2=1.5272&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/serverloop.c?r1=1.167;r2=1.168&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

Sep 10, 2009, 9:56 PM

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

CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker [at] fuyu 09/09/11 14:56:08

Modified files:
. : ChangeLog configure.ac

Log message:
- (dtucker) [configure.ac] Change the -lresolv check so it works on Mac OS X
10.6 (which doesn't have BIND8_COMPAT and thus uses res_9_query). Patch
from jbasney at ncsa uiuc edu.

Diff commands:
cvs -nQq rdiff -u -r1.5272 -r1.5273 openssh/ChangeLog
cvs -nQq rdiff -u -r1.426 -r1.427 openssh/configure.ac

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5272;r2=1.5273&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.426;r2=1.427&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

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.