aboutsummaryrefslogtreecommitdiffstats
path: root/util/srv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-28The rest of the VMS changes.Werner Koch1-1/+4
2009-07-23* srv.c (getsrv): Fix type-punning warning. (main): Allow testing anyDavid Shaw1-3/+10
SRV.
2009-04-03* Makefile.am: Make srv.c part of libcompat instead of libutil.David Shaw1-10/+12
* srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ is too small these days. Use libc malloc and free as we're part of libcompat now which may not be linked to memory.c.
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
Updated gettext.
2007-04-15* argparse.c (default_strusage): Copyright 2007.David Shaw1-1/+2
* cert.c, srv.c, pka.c: Need arpa/inet.h for ntohs().
2006-01-26* cert.c (get_cert): Disable IPGP types for now until the format questionsDavid Shaw1-2/+3
in the draft are settled. * srv.c (getsrv): Error on oversize SRV responses.
2005-12-23* srv.c, Makefile.am: Only build srv.c if we need to.David Shaw1-3/+0
2005-07-28Implemented PKA trust modelWerner Koch1-0/+6
2005-07-27Converted all m_free to xfree etc.Werner Koch1-4/+4
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2003-10-13* srv.c: OSX 10.2.8/Darwin 6.8 seems to have some #include orderingDavid Shaw1-1/+1
issues? Move sys/types.h up higher to work around.
2003-08-28* dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c,David Shaw1-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().
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.