aboutsummaryrefslogtreecommitdiffstats
path: root/util/srv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The rest of the VMS changes.Werner Koch2010-09-281-1/+4
|
* * srv.c (getsrv): Fix type-punning warning. (main): Allow testing anyDavid Shaw2009-07-231-3/+10
| | | | | SRV.
* * Makefile.am: Make srv.c part of libcompat instead of libutil.David Shaw2009-04-031-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.
* Switched to GPLv3.Werner Koch2007-10-231-4/+2
| | | | | Updated gettext.
* * argparse.c (default_strusage): Copyright 2007.David Shaw2007-04-151-1/+2
| | | | | * cert.c, srv.c, pka.c: Need arpa/inet.h for ntohs().
* * cert.c (get_cert): Disable IPGP types for now until the format questionsDavid Shaw2006-01-261-2/+3
| | | | | | | in the draft are settled. * srv.c (getsrv): Error on oversize SRV responses.
* * srv.c, Makefile.am: Only build srv.c if we need to.David Shaw2005-12-231-3/+0
|
* Implemented PKA trust modelWerner Koch2005-07-281-0/+6
|
* Converted all m_free to xfree etc.Werner Koch2005-07-271-4/+4
|
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
|
* * srv.c: OSX 10.2.8/Darwin 6.8 seems to have some #include orderingDavid Shaw2003-10-131-1/+1
| | | | | issues? Move sys/types.h up higher to work around.
* * dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c,David Shaw2003-08-281-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 Shaw2003-05-311-1/+5
|
* * srv.c (main): Test against wwwkeys.pgp.net.David Shaw2003-04-131-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 byDavid Shaw2003-03-151-2/+4
| | | | | Stefan Bellon.
* * http.c (connect_server): Use DNS SRV to get a server list. Fail over toDavid Shaw2003-03-111-0/+246
A records if necessary. * Makefile.am, srv.h, srv.c: New DNS SRV handling code.