Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for building without DNS support. | Werner Koch | 2015-02-26 | 1 | -2/+2 |
| | | | | * util/cert.c (get_cert) [!USE_DNS_CERT]: Add want_ipgp. | ||||
* | Allow requesting only an IPGP certtype with dns_cert(). | Werner Koch | 2015-02-26 | 1 | -4/+6 |
| | | | | | | * util/cert.c (get_cert): Add arg want_ipgp. Change callers. Signed-off-by: Werner Koch <[email protected]> | ||||
* | The rest of the VMS changes. | Werner Koch | 2010-09-28 | 1 | -1/+4 |
| | |||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 1 | -4/+2 |
| | | | | | Updated gettext. | ||||
* | * argparse.c (default_strusage): Copyright 2007. | David Shaw | 2007-04-15 | 1 | -1/+2 |
| | | | | | * cert.c, srv.c, pka.c: Need arpa/inet.h for ntohs(). | ||||
* | * cert.c (main): Fix test program build warning on OSX. | David Shaw | 2006-03-30 | 1 | -2/+2 |
| | |||||
* | * cert.c (get_cert): Handle the fixed IPGP type with fingerprint. | David Shaw | 2006-03-16 | 1 | -15/+58 |
| | |||||
* | * cert.c (get_cert): Disable IPGP types for now until the format questions | David Shaw | 2006-01-26 | 1 | -0/+2 |
| | | | | | | | in the draft are settled. * srv.c (getsrv): Error on oversize SRV responses. | ||||
* | * cert.c (get_cert): Properly chase down CNAMEs pointing to CERTs. | David Shaw | 2005-12-24 | 1 | -4/+10 |
| | |||||
* | New code to do DNS CERT queries. | David Shaw | 2005-12-23 | 1 | -0/+200 |