This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Resend: pdfseparate does nothing for me?
- From: Ian Lambert <ian dot lambert_42 at yahoo dot com>
- To: <cygwin at cygwin dot com>, Achim Gratz <Stromeko at nexgo dot de>
- Date: Tue, 15 Nov 2016 22:16:08 +0000 (UTC)
- Subject: Re: Resend: pdfseparate does nothing for me?
- Authentication-results: sourceware.org; auth=none
- References: <72059058.545372.1479248168516.ref@mail.yahoo.com>
- Reply-to: Ian Lambert <ian dot lambert_42 at yahoo dot com>
On Tue, 11/15/16, Achim Gratz <Stromeko@nexgo.de> wrote:
Subject: Re: Resend: pdfseparate does nothing for me?
To: cygwin@cygwin.com
Date: Tuesday, November 15, 2016, 3:34 PM
Ian Lambert writes:
> I try to stay up to date, but it is
difficult because setup would not
>
accept network proxy settings the last time I
tried,
Then you need
to fix that or maintain a local mirror that setup can
use.
A full local mirror (~80 GB) is too big to be an option. Automating a partial one
is still a mystery. ( https://sourceware.org/cygwin-apps/package-server.html )
I can't fix setup without help. User and passwd options appear in setup source;
however, it never asks me to enter them. I'm happy to test changes, but fixing
it myself now isn't feasible.
$ grep _passwd *cc
netio.cc:char *NetIO::net_passwd;
netio.cc:char *NetIO::net_proxy_passwd;
netio.cc:char *NetIO::net_ftp_passwd;
netio.cc: passwd = &net_passwd;
netio.cc: passwd = &net_proxy_passwd;
netio.cc: if (net_ftp_passwd)
netio.cc: delete[] net_ftp_passwd;
netio.cc: net_ftp_passwd = NULL;
netio.cc: passwd = &net_ftp_passwd;
nio-ftp.cc: if (net_ftp_passwd)
nio-ftp.cc: c->printf ("PASS %s\r\n", net_ftp_passwd);
nio-ftp.cc: if (net_ftp_user && net_ftp_passwd)
nio-http.cc: if (net_user && net_passwd)
nio-http.cc: base64_encode (net_user, net_passwd));
nio-http.cc: if (net_proxy_user && net_proxy_passwd)
nio-http.cc: base64_encode (net_proxy_user, net_proxy_passwd));
nio-http.cc: if (net_ftp_user && net_ftp_passwd)
nio-http.cc: + net_ftp_passwd + "@" + url.substr (6);
nio-ie5.cc: if (net_user && net_passwd)
nio-ie5.cc: net_passwd, strlen (net_passwd));
nio-ie5.cc: if (net_proxy_user && net_proxy_passwd)
nio-ie5.cc: net_proxy_passwd, strlen (net_proxy_passwd));
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple