This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Resend: pdfseparate does nothing for me?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]