Werner Koch
a1cdf3c75f
Converted all m_free to xfree etc.
2005-07-27 18:10:56 +00:00
David Shaw
c5a94d29ce
* http.c (make_radix64_string): Add '=' padding as per standard.
...
(send_request, http_open, http_open_document): Clean up auth code.
Can now support different auth for a proxy and the file being
requested via that proxy. Unescape auth strings.
2005-06-23 04:23:37 +00:00
David Shaw
c8d1036b26
* http.c (send_request, http_open, http_open_document): Pass in auth
...
and proxyauth that can override the in-url auth.
2005-06-22 04:12:40 +00:00
David Shaw
b967d27173
* http.c (send_request): Need == after the radix64-encoded basic auth
...
string.
2005-06-22 03:20:43 +00:00
Werner Koch
7d4043ca57
Updated FSF street address and preparations for a release candidate.
2005-05-31 08:39:18 +00:00
Werner Koch
57ec15c0bb
Last changes for W32
2005-02-03 11:16:27 +00:00
David Shaw
f7a0254e63
* http.c (connect_server): Fix fd leak when connecting to a round-robin
...
server set that has some down servers. Noted by Phil Pennock.
2005-02-01 20:55:35 +00:00
David Shaw
522fd5bc82
* http.c (connect_server): Use INADDR_NONE instead of SOCKET_ERROR.
...
Noted by Timo.
2005-01-13 22:09:33 +00:00
David Shaw
f539f3d2b2
Better implementation for the SRV check. We don't need to actually check
...
all the header files individually since the SRV test compile uses them
together.
2004-12-29 00:58:05 +00:00
David Shaw
9cc9a79047
* http.c (send_request): Include the port if non-80 in the Host: header.
...
Noted by Jason Harris.
2004-12-03 20:23:12 +00:00
David Shaw
83d3914317
* http.c (connect_server, send_request): Use the URI scheme as the SRV tag
...
rather than hard-coding _hkp.
2004-10-18 15:51:43 +00:00
David Shaw
4d79b138ac
* http.c (connect_server): [_WIN32] actually fill in the sin_addr so we
...
aren't always talking to localhost. Add some general sanity checking of
parameters learned from gethostbyname().
2004-10-16 21:31:36 +00:00
David Shaw
440e9a9979
* http.c (make_radix64_string, do_parse_uri, send_request): Add basic auth
...
for proxies and direct requests. Suggested by Florent Thoumie.
2004-09-10 21:16:47 +00:00
David Shaw
5494eb1bb6
* http.c (main): Fix test code for http-test.
2004-09-10 18:56:52 +00:00
David Shaw
b9167cb0d8
* http.c (insert_escapes): Fix encoding problem for non-URI-safe
...
characters. Noted by Vladimir Novak.
2004-08-19 21:19:37 +00:00
David Shaw
eea75c0234
* http.c (send_request, http_open_document, http_open): Pass the http
...
proxy from outside rather than pulling it from the evironment.
2003-12-28 15:55:53 +00:00
David Shaw
acdcbd6550
* http.c (send_request): Add a Host: header for virtual hosts.
2003-12-06 18:35:32 +00:00
David Shaw
9a69b07bd7
* http.c (connect_server): Differentiate between generic "can't connect"
...
errors and the more specific "host not found". Suggested by Samuel
Tardieu.
2003-11-01 14:27:10 +00:00
Timo Schulz
046493fce9
2003-09-21 Timo Schulz <twoaday@freakmail.de>
...
* http.c [WIN32]: Define MB_CUR_MAX.
(connect_server): use unsigned long since W32 does not have in_addr_t.
2003-09-21 17:36:51 +00:00
David Shaw
cd06705184
* dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c,
...
ttyio.c, w32reg.c: s/__MINGW32__/_WIN32/ to help building on native
Windows compilers. Requested by Brian Gladman. From Werner on stable
branch.
* http.c (connect_server): Oops - forgot to freeaddrinfo().
2003-08-28 23:29:32 +00:00
David Shaw
68c898372b
* http.c (connect_server): Try and use getaddrinfo if it is available.
...
Try for IPv6 via getaddrinfo() or a IPv6-ized gethostbyname(). Suggested
by Jun-ichiro itojun Hagino.
2003-08-25 02:18:45 +00:00
David Shaw
c84fdfbe62
* argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,
...
simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.c: Edit all
preprocessor instructions to remove whitespace before the '#'. This is
not required by C89, but there are some compilers out there that don't
like it.
2003-05-24 16:53:14 +00:00
David Shaw
81844d2b65
* http.c (connect_server): Use DNS SRV to get a server list. Fail over to
...
A records if necessary.
* Makefile.am, srv.h, srv.c: New DNS SRV handling code.
2003-03-11 22:04:53 +00:00
David Shaw
9d32f6f06b
* http.c (connect_server): Try all A records for names with multiple
...
addresses until one answers for both MINGW32 and not MINGW32.
2002-10-17 12:45:58 +00:00
David Shaw
4849c0ab7b
* http.c (connect_server): Properly handle a single A record that fails
...
connect().
2002-10-11 02:24:59 +00:00
David Shaw
c5faf2270a
* http.c (connect_server): Try all A records for names with multiple
...
addresses until one answers (not MINGW32).
2002-09-24 21:06:20 +00:00
David Shaw
3f51f7db3d
Update head to match stable 1.0
2002-06-29 13:46:34 +00:00
Werner Koch
92cd255508
See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch
2000-07-14 17:34:53 +00:00
Werner Koch
baa30ad117
See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch
2000-01-27 16:50:45 +00:00
Werner Koch
0070faa0ff
See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch
2000-01-24 11:55:49 +00:00
Werner Koch
c7447e78e2
See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner Koch
1999-05-23 12:29:05 +00:00
Werner Koch
1feae2011c
See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch
1999-04-18 08:18:52 +00:00
Werner Koch
fb8dbdbd95
See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch
1999-03-20 10:53:39 +00:00
Werner Koch
e1a1b3fc90
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
1999-02-16 13:16:33 +00:00
Werner Koch
9ef0f26270
See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner Koch
1999-01-21 05:25:29 +00:00
Werner Koch
7debff3867
See ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner Koch
1999-01-20 18:10:35 +00:00
Werner Koch
ce650acf1f
See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch
1999-01-19 18:37:41 +00:00
Werner Koch
38008c1c20
See ChangeLog: Sat Jan 16 21:25:17 CET 1999 Werner Koch
1999-01-16 20:26:09 +00:00