aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* * gpgkeys_hkp.c (send_key, get_key, get_name, search_key, main): AddDavid Shaw2009-02-032-22/+41
| | | | | support for SSLized HKP.
* * gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.David Shaw2008-12-212-1/+6
|
* Change the SIG_ID computation to match 2.0.10.Werner Koch2008-12-111-0/+2
|
* Change SIG_ID computation to mWerner Koch2008-12-112-8/+22
|
* Close message digest; fixes memory leak.Werner Koch2008-12-112-0/+5
|
* Check algo usage.Werner Koch2008-12-092-21/+46
|
* * curl-shim.h, gpgkeys_curl.c, gpgkeys_hkp.c (main): Always show curlDavid Shaw2008-11-184-9/+8
| | | | | version (even for curl-shim).
* Make --version close to GNU standards.Werner Koch2008-11-184-2/+16
|
* * trustdb.c (validate_one_keyblock): Fix the trust signatureDavid Shaw2008-11-182-40/+69
| | | | | | | calculations so that we lower the trust depth of signatures to fit within the current chain, rather than discarding any signature that does not fit within the trust depth.
* * curl-shim.h (curl_version): No need to provide a version forDavid Shaw2008-11-186-15/+30
| | | | | | | | | | | curl-shim as it always matches the GnuPG version. * gpgkeys_curl.c, gpgkeys_hkp.c (main): Show which version of curl we're using as part of --version. * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_ldap.c (show_help): Document --version.
* * configure.ac, acinclude.m4: Remove GNUPG_CHECK_DOCBOOK_TO_TEXI as weDavid Shaw2008-10-033-19/+7
| | | | | no longer use it. Noted by John Clizbe.
* * main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw2008-10-039-34/+74
| | | | | | | | | (list_keyblock_print), pkclist.c (do_edit_ownertrust), keyedit.c (menu_showphoto), photoid.c (generate_photo_id, show_photos), misc.c (pct_expando): Add %v and %V expandos so that displaying photo IDs can show the attribute validity tag (%v) and string (%V). Originally by Daniel Gillmor.
* fix bug #922Werner Koch2008-09-302-4/+7
|
* * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses itsDavid Shaw2008-09-252-2/+10
| | | | | | modified status after a "clean" or "minimize" that doesn't need to do anything.
* * pkclist.c (select_algo_from_prefs): Redo function to rank prefs andDavid Shaw2008-09-232-139/+155
| | | | | pick a consensus winner across all keys.
* * Makefile.am: Use $(CC) instead of "cc" to compile, as the user mightDavid Shaw2008-09-052-4/+9
| | | | | be overriding the compiler.
* * keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw2008-09-042-7/+6
| | | | | addition to full URLs in CERT records.
* * configure.ac: Use printf for the most portable SVN versionDavid Shaw2008-08-272-4/+7
| | | | | detection.
* Fix possible NULL argument to printfWerner Koch2008-08-192-13/+27
|
* Fix bug #947 (expire time overflow)Werner Koch2008-08-114-6/+34
|
* Fix !EROFS bugWerner Koch2008-08-012-1/+7
|
* Update.Werner Koch2008-07-212-1618/+1784
|
* Revert that last stupid setuid detection fix.Werner Koch2008-07-175-9/+9
|
* Typo fix by Ludwig Hügelschäfer.Werner Koch2008-06-232-3/+7
|
* Translation fixes.Werner Koch2008-05-262-19/+23
|
* * gpg-zip.1: Add man page thanks to Colin Tuckley and Daniel Leidert.David Shaw2008-04-303-2/+109
|
* Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch2008-04-306-3/+19
| | | | | Minor W32 installer fix.
* Add Camellia-192.David Shaw2008-04-177-10/+58
|
* * gpgkeys_curl.c (main), gpgkeys_hkp.c (main): Make sure all libcurlDavid Shaw2008-04-144-10/+13
| | | | | number options are passed as long.
* * curl-shim.c (curl_easy_setopt): Minor tweak to match the real curlDavid Shaw2008-04-142-3/+8
| | | | | better - libcurl uses 'long', not 'unsigned int'.
* * getkey.c (merge_selfsigs_subkey): If there are multiple 0x19David Shaw2008-04-132-27/+78
| | | | | backsigs, take the most recent one.
* Yet another minor yat2m fix.Werner Koch2008-04-023-7/+8
|