Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cert.c (get_cert): Disable IPGP types for now until the format questions | David Shaw | 2006-01-26 | 1 | -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 Shaw | 2005-12-23 | 1 | -3/+0 |
| | |||||
* | Implemented PKA trust model | Werner Koch | 2005-07-28 | 1 | -0/+6 |
| | |||||
* | Converted all m_free to xfree etc. | Werner Koch | 2005-07-27 | 1 | -4/+4 |
| | |||||
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -1/+2 |
| | |||||
* | * srv.c: OSX 10.2.8/Darwin 6.8 seems to have some #include ordering | David Shaw | 2003-10-13 | 1 | -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 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 | -1/+5 |
| | |||||
* | * 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. |