Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -1/+2 |
| | |||||
* | Better implementation for the SRV check. We don't need to actually check | David Shaw | 2004-12-29 | 1 | -3/+3 |
| | | | | | | all the header files individually since the SRV test compile uses them together. | ||||
* | * configure.ac: Check for arpa/nameser.h. | David Shaw | 2004-12-16 | 1 | -1/+4 |
| | | | | | | * srv.h: Don't include arpa/nameser.h unless we have it. Include "types.h" for u16. | ||||
* | * dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c, | David Shaw | 2003-08-28 | 1 | -1/+1 |
| | | | | | | | | | 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(). | ||||
* | * srv.h, srv.c: Include windows.h with MINGW32. | David Shaw | 2003-05-31 | 1 | -0/+4 |
| | |||||
* | * srv.c (main): Test against wwwkeys.pgp.net. | David Shaw | 2003-04-13 | 1 | -1/+1 |
| | | | | | | * srv.h: Grr. The RH7.3 Linux man page defines the fourth arg of dn_expand as unsigned char*, but it is really char* according to resolv.h. | ||||
* | * srv.h, srv.c (getsrv): Use unsigned char rather than char. Noted by | David Shaw | 2003-03-15 | 1 | -4/+4 |
| | | | | | Stefan Bellon. | ||||
* | * http.c (connect_server): Use DNS SRV to get a server list. Fail over to | David Shaw | 2003-03-11 | 1 | -0/+43 |
A records if necessary. * Makefile.am, srv.h, srv.c: New DNS SRV handling code. |