aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
|
* Fix rendering of @samp.Werner Koch2008-04-022-1/+6
|
* * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we useDavid Shaw2008-03-312-1/+7
| | | | | curl_version_info().
* add comment.Werner Koch2008-03-273-289/+531
| | | | | Minor update of zh_TW.
* Post release version number bump.Werner Koch2008-03-262-2/+7
|
* prepare a release.gnupg-1.4.9Werner Koch2008-03-264-5/+10
|
* Fixed URL.Werner Koch2008-03-251-1/+1
|
* Fix email addressDavid Shaw2008-03-251-1/+1
|
* Powerpc64 fix.Werner Koch2008-03-2534-5439/+5220
|
* Change default keyserver.Werner Koch2008-03-253-3/+10
|
* * import.c (collapse_uids): Fix bug 894: possible memory corruptionDavid Shaw2008-03-242-2/+24
| | | | | around deduplication of user IDs.
* Improved AES performance.Werner Koch2008-03-2210-243/+393
|
* * parse-packet.c (parse_key): Parse a secret key encrypted withDavid Shaw2008-03-172-1/+7
| | | | | Camellia.
* * configure.ac: Darwin's /bin/sh has a builtin echo that doesn'tDavid Shaw2008-03-072-4/+10
| | | | | understand '-n'. Use tr to trim the carriage return instead.
* * argparse.c (default_strusage): Update copyright date.David Shaw2008-03-062-3/+7
|
* * configure.ac: Post-release update.David Shaw2008-03-062-2/+6
|
* 2008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-092-44/+73
| | | | | | | | * gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function.
* Add card vendor 004.Werner Koch2008-01-262-3/+13
|
* UpdateWerner Koch2008-01-022-791/+994
|