aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Makefile tweak and de.po line number updategnupg-1.4.10rc1Werner Koch2009-08-133-5/+12
|
* Updated the German translation. Minor doc changes.Werner Koch2009-08-135-54/+61
|
* * NEWS: Note Camellia and hkps.David Shaw2009-08-132-0/+8
|
* Preparing for a release candidateWerner Koch2009-08-1339-20195/+23823
|
* Try and detect mis-coded Latin1 and convert it to UTF8. Whether theDavid Shaw2009-08-126-8/+120
| | | | | | heuristics succeed or not, the resulting string must be valid UTF8 as LDAP requires that. This is bug 1055.
* (no commit message)Werner Koch2009-08-038-23/+142
|
* * gpg.c (main): --pgp6 includes --disable-mdc.David Shaw2009-07-312-0/+5
|
* Update key generation menu to match gnupg 2.0.Werner Koch2009-07-292-103/+187
| | | | | Changes default preferences and key algorithms.
* * keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find aDavid Shaw2009-07-232-13/+55
| | | | | domain-specific LDAP server before resorting to keys.{domain}.
* * srv.c (getsrv): Fix type-punning warning. (main): Allow testing anyDavid Shaw2009-07-232-3/+15
| | | | | SRV.
* Parse EXTCAP lines from the card.Werner Koch2009-07-237-10/+73
| | | | | Change messages for a corrupt trustdb.
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-2137-1500/+7191
| | | | | | | | For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished.
* Repalce an assert by a proper error message.Werner Koch2009-07-172-1/+19
|
* Fix bug#1087.Werner Koch2009-07-162-2/+17
|
* fix bug#1085.Werner Koch2009-07-132-437/+442
|
* * gpgkeys_hkp.c (main, srv_replace): Minor tweaks to use the DNS-SDDavid Shaw2009-07-082-5/+23
| | | | | | names ("pgpkey-http" and "pgpkey-https") in SRV lookups instead of "hkp" and "hkps".
* Fix a couple of minor bugs.Werner Koch2009-06-245-7/+18
|
* UpdateWerner Koch2009-06-172-639/+573
|
* Fix bug#1040.Werner Koch2009-06-172-2/+7
|
* * Makefile.am (gpgkeys_hkp_LDADD): Need DNSLIBS for the resolver nowDavid Shaw2009-06-092-2/+7
| | | | | that we're using SRVs.
* Remove Camellia restriction.David Shaw2009-06-054-21/+11
|
* Add stub function. Noted by Daniel Leidert.Werner Koch2009-06-022-0/+5
|
* Fix bug#1069.Werner Koch2009-06-022-504/+512
|
* * gpgkeys_hkp.c (srv_replace): Fix build warning.David Shaw2009-05-282-0/+6
|
* Avoid caches to get the most recent copy of the key. This is bugDavid Shaw2009-05-269-11/+131
| | | | | #1061
* Fixed bug1058.Werner Koch2009-05-225-0/+18
|
* Fix bug#1044.Werner Koch2009-05-202-6/+19
|
* Fix bug 1045Werner Koch2009-05-112-2/+7
|
* Fix bug 1045.Werner Koch2009-05-112-1/+4
|
* Print 'empty file' warning only with --verbose.Werner Koch2009-05-113-3/+9
|
* Fix for bug#1034.Werner Koch2009-05-064-34/+38
|
* Improve dotlocking.Werner Koch2009-05-054-213/+390
| | | | | Implement locking for W32.
* Backport of Creation-Date parameter for unattended key generation.Werner Koch2009-05-055-51/+185
|
* Fix bug#931.Werner Koch2009-05-053-28/+46
| | | | | Silent a compiler warning.
* * gpgkeys_mailto.in: Set 'mail-from' as a keyserver-option, ratherDavid Shaw2009-05-042-27/+20
| | | | | than the ugly ?from= syntax.
* * gpgkeys_hkp.c (srv_replace): New function to transform a SRVDavid Shaw2009-04-212-17/+83
| | | | | | hostname to a real hostname. (main): Call it from here for the HAVE_LIBCURL case (without libcurl is handled via the curl-shim).
* Distribute srv.hDavid Shaw2009-04-061-0/+1
|
* * srv.h: Move to include/srv.h.David Shaw2009-04-064-4/+17
| | | | | * http.c (send_request): Pass in srvtag... (http_open): ...from here.
* Better error message for a missing keyring. Werner Koch2009-04-033-3/+13
| | | | | Fixes Debian#494040.
* * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): AddDavid Shaw2009-04-037-17/+39
| | | | | | | | | | a CURLOPT_SRVTAG_GPG_HACK (passed through the the http engine). * http.h: Allow passing srvtag to http_open and http_open_document. * http.c (http_open, http_open_document): Allow passing srvtag to http_open and http_open_document.
* * http.c (connect_server): free (rather than xfree) the result ofDavid Shaw2009-04-032-2/+7
| | | | | getsrv().
* * Makefile.am: Make srv.c part of libcompat instead of libutil.David Shaw2009-04-033-14/+24
| | | | | | | * 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.
* * gpgkeys_hkp.c (main): Switch default port for SSLized HKP to 443David Shaw2009-04-022-1/+6
| | | | | (i.e. the regular https port).
* * keyring.c (rename_tmp_file): Force a fsync (via iobuf_ioctl) onDavid Shaw2009-03-202-12/+30
| | | | | | | secret keyring files to be extra safe on filesystems that may not sync data and metadata together (ext4). Also check return code from the cache invalidation to make sure we're safe over NFS and similar.
* * iobuf.c (fd_cache_synchronize): New. fsync() a file in cache.David Shaw2009-03-202-8/+60
| | | | | | (iobuf_ioctl): Called here, for ioctl 4. (fd_cache_invalidate): Pass return code from close() back to iobuf_ioctl().
* * gpgv.c (strusage): Fix name of program in "Syntax" line.David Shaw2009-03-152-3/+7
|
* * http.c (do_parse_uri): Properly handle IPv6 literal addresses as perDavid Shaw2009-03-132-6/+20
| | | | | RFC-2732. Adapted from patch by Phil Pennock.
* * Makefile.am, http.c (start_server): Minor tweaks to get http-testDavid Shaw2009-03-133-8/+14
| | | | | compiling again.
* Fix bug 998.Werner Koch2009-02-092-2/+22
|
* * keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw2009-02-032-2/+9
|