X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:to:message-id:subject
	:mime-version:content-type:content-transfer-encoding:references;
	 q=dns; s=default; b=f7M0uTNNf/GXTKHozajJcTLen8Du9b8k90lnCXPxwfO
	aXb4Y1ogEvfmnGLNvY03PJfabrhweEoqsiceEmwxlPqPGKlEKHkCAr+cazqrHt1+
	UNyRJlEWrTzXyK5O1YvwizeRE8MKuqrxpvvUVTsWpI+4h6LASnhfIYanbkepVfiw
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:to:message-id:subject
	:mime-version:content-type:content-transfer-encoding:references;
	 s=default; bh=p8rHfHtFVKHsE8LzjxZkzVrGbsI=; b=vluwm4aJOPt2s7blk
	NyzkZHcYGc3I4ySbR4dvqSYlopueQjjaYjenH/dlkqs0e5qvBdljUron4zas9Xko
	UNXmW0JUyPNEqp+aG9wNg2Y3o1kpSGE24d3W+Snvi6ppfCyb9VsRBT+dtW7K+xa0
	Wx6P4gsZ3NY3Rk6B5bxID9nlJo=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=cygwin-apps, Gratz, gratz, U*Stromeko
X-HELO: nm21-vm4.bullet.mail.ne1.yahoo.com
Date: Tue, 15 Nov 2016 22:16:08 +0000 (UTC)
From: Ian Lambert <ian.lambert_42@yahoo.com>
Reply-To: Ian Lambert <ian.lambert_42@yahoo.com>
To:  <cygwin@cygwin.com>, Achim Gratz <Stromeko@nexgo.de>
Message-ID: <72059058.545372.1479248168516@mail.yahoo.com>
Subject: Re: Resend: pdfseparate does nothing for me?
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
References: <72059058.545372.1479248168516.ref@mail.yahoo.com>
X-IsSubscribed: yes

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

