Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Makefile.am: Make srv.c part of libcompat instead of libutil. | David Shaw | 2009-04-03 | 3 | -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 443 | David Shaw | 2009-04-02 | 2 | -1/+6 | |
| | | | | | (i.e. the regular https port). | |||||
* | * keyring.c (rename_tmp_file): Force a fsync (via iobuf_ioctl) on | David Shaw | 2009-03-20 | 2 | -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 Shaw | 2009-03-20 | 2 | -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 Shaw | 2009-03-15 | 2 | -3/+7 | |
| | ||||||
* | * http.c (do_parse_uri): Properly handle IPv6 literal addresses as per | David Shaw | 2009-03-13 | 2 | -6/+20 | |
| | | | | | RFC-2732. Adapted from patch by Phil Pennock. | |||||
* | * Makefile.am, http.c (start_server): Minor tweaks to get http-test | David Shaw | 2009-03-13 | 3 | -8/+14 | |
| | | | | | compiling again. | |||||
* | Fix bug 998. | Werner Koch | 2009-02-09 | 2 | -2/+22 | |
| | ||||||
* | * keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well. | David Shaw | 2009-02-03 | 2 | -2/+9 | |
| | ||||||
* | * gpgkeys_hkp.c (send_key, get_key, get_name, search_key, main): Add | David Shaw | 2009-02-03 | 2 | -22/+41 | |
| | | | | | support for SSLized HKP. | |||||
* | * gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key. | David Shaw | 2008-12-21 | 2 | -1/+6 | |
| | ||||||
* | Change the SIG_ID computation to match 2.0.10. | Werner Koch | 2008-12-11 | 1 | -0/+2 | |
| | ||||||
* | Change SIG_ID computation to m | Werner Koch | 2008-12-11 | 2 | -8/+22 | |
| | ||||||
* | Close message digest; fixes memory leak. | Werner Koch | 2008-12-11 | 2 | -0/+5 | |
| | ||||||
* | Check algo usage. | Werner Koch | 2008-12-09 | 2 | -21/+46 | |
| | ||||||
* | * curl-shim.h, gpgkeys_curl.c, gpgkeys_hkp.c (main): Always show curl | David Shaw | 2008-11-18 | 4 | -9/+8 | |
| | | | | | version (even for curl-shim). | |||||
* | Make --version close to GNU standards. | Werner Koch | 2008-11-18 | 4 | -2/+16 | |
| | ||||||
* | * trustdb.c (validate_one_keyblock): Fix the trust signature | David Shaw | 2008-11-18 | 2 | -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 for | David Shaw | 2008-11-18 | 6 | -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 we | David Shaw | 2008-10-03 | 3 | -19/+7 | |
| | | | | | no longer use it. Noted by John Clizbe. | |||||
* | * main.h, mainproc.c (check_sig_and_print), keylist.c | David Shaw | 2008-10-03 | 9 | -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 #922 | Werner Koch | 2008-09-30 | 2 | -4/+7 | |
| | ||||||
* | * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses its | David Shaw | 2008-09-25 | 2 | -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 and | David Shaw | 2008-09-23 | 2 | -139/+155 | |
| | | | | | pick a consensus winner across all keys. | |||||
* | * Makefile.am: Use $(CC) instead of "cc" to compile, as the user might | David Shaw | 2008-09-05 | 2 | -4/+9 | |
| | | | | | be overriding the compiler. | |||||
* | * keyserver.c (keyserver_import_cert): Allow keyserver URLs in | David Shaw | 2008-09-04 | 2 | -7/+6 | |
| | | | | | addition to full URLs in CERT records. | |||||
* | * configure.ac: Use printf for the most portable SVN version | David Shaw | 2008-08-27 | 2 | -4/+7 | |
| | | | | | detection. | |||||
* | Fix possible NULL argument to printf | Werner Koch | 2008-08-19 | 2 | -13/+27 | |
| | ||||||
* | Fix bug #947 (expire time overflow) | Werner Koch | 2008-08-11 | 4 | -6/+34 | |
| | ||||||
* | Fix !EROFS bug | Werner Koch | 2008-08-01 | 2 | -1/+7 | |
| | ||||||
* | Update. | Werner Koch | 2008-07-21 | 2 | -1618/+1784 | |
| | ||||||
* | Revert that last stupid setuid detection fix. | Werner Koch | 2008-07-17 | 5 | -9/+9 | |
| | ||||||
* | Typo fix by Ludwig Hügelschäfer. | Werner Koch | 2008-06-23 | 2 | -3/+7 | |
| | ||||||
* | Translation fixes. | Werner Koch | 2008-05-26 | 2 | -19/+23 | |
| | ||||||
* | * gpg-zip.1: Add man page thanks to Colin Tuckley and Daniel Leidert. | David Shaw | 2008-04-30 | 3 | -2/+109 | |
| | ||||||
* | Ignore gpg2 introduced keywords for --auto-key-locate. | Werner Koch | 2008-04-30 | 6 | -3/+19 | |
| | | | | | Minor W32 installer fix. | |||||
* | Add Camellia-192. | David Shaw | 2008-04-17 | 7 | -10/+58 | |
| | ||||||
* | * gpgkeys_curl.c (main), gpgkeys_hkp.c (main): Make sure all libcurl | David Shaw | 2008-04-14 | 4 | -10/+13 | |
| | | | | | number options are passed as long. | |||||
* | * curl-shim.c (curl_easy_setopt): Minor tweak to match the real curl | David Shaw | 2008-04-14 | 2 | -3/+8 | |
| | | | | | better - libcurl uses 'long', not 'unsigned int'. | |||||
* | * getkey.c (merge_selfsigs_subkey): If there are multiple 0x19 | David Shaw | 2008-04-13 | 2 | -27/+78 | |
| | | | | | backsigs, take the most recent one. | |||||
* | Yet another minor yat2m fix. | Werner Koch | 2008-04-02 | 3 | -7/+8 | |
| | ||||||
* | Fix rendering of @samp. | Werner Koch | 2008-04-02 | 2 | -1/+6 | |
| | ||||||
* | * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use | David Shaw | 2008-03-31 | 2 | -1/+7 | |
| | | | | | curl_version_info(). | |||||
* | add comment. | Werner Koch | 2008-03-27 | 3 | -289/+531 | |
| | | | | | Minor update of zh_TW. | |||||
* | Post release version number bump. | Werner Koch | 2008-03-26 | 2 | -2/+7 | |
| | ||||||
* | prepare a release.gnupg-1.4.9 | Werner Koch | 2008-03-26 | 4 | -5/+10 | |
| | ||||||
* | Fixed URL. | Werner Koch | 2008-03-25 | 1 | -1/+1 | |
| | ||||||
* | Fix email address | David Shaw | 2008-03-25 | 1 | -1/+1 | |
| | ||||||
* | Powerpc64 fix. | Werner Koch | 2008-03-25 | 34 | -5439/+5220 | |
| | ||||||
* | Change default keyserver. | Werner Koch | 2008-03-25 | 3 | -3/+10 | |
| |