Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 | -2/+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/+246 |
A records if necessary. * Makefile.am, srv.h, srv.c: New DNS SRV handling code. |