aboutsummaryrefslogtreecommitdiffstats
path: root/util/srv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-05-31* srv.h, srv.c: Include windows.h with MINGW32.David Shaw1-1/+5
2003-04-13* srv.c (main): Test against wwwkeys.pgp.net.David Shaw1-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.
2003-03-15* srv.h, srv.c (getsrv): Use unsigned char rather than char. Noted byDavid Shaw1-2/+4
Stefan Bellon.
2003-03-11* http.c (connect_server): Use DNS SRV to get a server list. Fail over toDavid Shaw1-0/+246
A records if necessary. * Makefile.am, srv.h, srv.c: New DNS SRV handling code.