Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing 1.4.7gnupg-1.4.7 | Werner Koch | 2007-03-05 | 44 | -17761/+17943 |
| | |||||
* | Updated | Werner Koch | 2007-02-26 | 3 | -3463/+3323 |
| | |||||
* | [W32] Make use of the LANGUAGE envvar. | Werner Koch | 2007-02-26 | 3 | -71/+140 |
| | |||||
* | * parse-packet.c (parse_signature): It's hex. | David Shaw | 2007-02-14 | 3 | -1/+11 |
| | | | | | | * getkey.c (merge_selfsigs_subkey): Avoid listing the contents of a backsig when list mode is on. Noted by Timo Schulz. | ||||
* | * secmem.c (ptr_into_pool_p): New. | Werner Koch | 2007-02-12 | 2 | -1/+24 |
| | | | | | | | (m_is_secure): Implement in terms of above. Also check that the pool has been initialized. | ||||
* | * gpgkeys_ldap.c (send_key): Missing a free(). | David Shaw | 2007-02-11 | 3 | -1/+16 |
| | | | | | | * curl-shim.c (curl_easy_perform): Some debugging items that may be handy. | ||||
* | * http.c (do_parse_uri): Remove the hkp port 11371 detection. We | David Shaw | 2007-02-11 | 2 | -2/+6 |
| | | | | | | implement hkp in the keyserver handler, and the support here makes it appear like a bad hkp request actually succeeded. | ||||
* | Fix for Debian bug 402592 | Werner Koch | 2007-02-04 | 2 | -3/+24 |
| | |||||
* | Missed one caller. | David Shaw | 2007-02-01 | 1 | -1/+1 |
| | |||||
* | * main.h, keygen.c (ask_expire_interval, parse_expire_string): Pass in | David Shaw | 2007-02-01 | 6 | -27/+39 |
| | | | | | | the time to use to calculate the expiration offset, rather than querying it internally. Change all callers. | ||||
* | * ttyio.c (do_get): Assume that anything read from the user without | David Shaw | 2007-02-01 | 2 | -1/+8 |
| | | | | | | echoing to the screen is sensitive and put it in secure memory. Suggested by Benjamin Bennett. | ||||
* | * keygen.c (do_generate_keypair, proc_parameter_file, | David Shaw | 2007-01-31 | 2 | -35/+62 |
| | | | | | | generate_keypair, generate_subkeypair): Pass a timestamp through to all the gen_xxx functions. | ||||
* | * keyedit.c (sign_uids): Another multiple to single timestamp | David Shaw | 2007-01-31 | 2 | -12/+9 |
| | | | | | operation. | ||||
* | * sign.c (write_plaintext_packet): Take timestamp from outside. | David Shaw | 2007-01-31 | 2 | -10/+20 |
| | | | | | | | | Change all callers. (sign_file, clearsign_file, sign_symencrypt_file): Calculate one timestamp for the whole transaction. Different timestamps for each step can leak performance information. | ||||
* | * main.h, keygen.c (ask_expiredate), keyedit.c (menu_expire): Remove | David Shaw | 2007-01-31 | 4 | -10/+9 |
| | | | | | the need for ask_expiredate(). | ||||
* | * keygen.c (make_backsig, write_direct_sig, write_selfsigs) | David Shaw | 2007-01-30 | 2 | -7/+17 |
| | | | | | | | | (write_keybinding): Have the various selfsigs created during key generation use the timestamp of their parent key. This helps avoid leaking information about the performance of the machine where the keys were generated. Noted by Christian Danner. | ||||
* | * curl-shim.h, curl-shim.c, gpgkeys_hkp.c: Rename curl_escape() to | David Shaw | 2007-01-16 | 4 | -7/+12 |
| | | | | | curl_easy_escape() to match cURL. | ||||
* | * libcurl.m4: Check for curl_easy_escape() and curl_easy_unescape(). | David Shaw | 2007-01-16 | 2 | -7/+35 |
| | | | | | | Replace with curl_escape() and curl_unescape() if libcurl doesn't have it. | ||||
* | * config.links: powerpc64* needs to come before powerpc* or it will | David Shaw | 2007-01-16 | 2 | -5/+11 |
| | | | | | | never match. Reported by Alon Bar-Lev for libgcrypt, but relevant here as well. | ||||
* | * gpgkeys_hkp.c (send_key): Allow GPG to send any armored key line | David Shaw | 2007-01-16 | 2 | -20/+29 |
| | | | | | length without problems. Reported by Felix von Leitner. | ||||
* | * parse-packet.c (read_protected_v3_mpi): Make sure to stop | Werner Koch | 2007-01-15 | 3 | -2/+9 |
| | | | | | | | reading even for corrupted packets. * keygen.c (generate_user_id): Need to allocate one byte more. Reported by Felix von Leitner. | ||||
* | Installed revised translation. | Werner Koch | 2006-12-22 | 3 | -3606/+2875 |
| | |||||
* | * configure.ac: Only check for libusb if we're building with card | David Shaw | 2006-12-21 | 2 | -1/+9 |
| | | | | | support. Noted by Gilles Espinasse. | ||||
* | * options.skel: Tweak some examples to match reality and update the | David Shaw | 2006-12-15 | 2 | -23/+23 |
| | | | | | RFC for CERT now that it is out of draft. | ||||
* | Fix bug#739 (proxy/shutdown) | Werner Koch | 2006-12-14 | 2 | -2/+10 |
| | |||||
* | * Makefile.am: Install options.skel via dist_pkgdata_DATA so that | David Shaw | 2006-12-13 | 2 | -5/+7 |
| | | | | | "make uninstall" works properly. | ||||
* | distribute gnupg1.info. Fixes bug#740. | Werner Koch | 2006-12-13 | 2 | -2/+5 |
| | |||||
* | Removed references to removed g10defs.h file. | Werner Koch | 2006-12-13 | 3 | -2/+4 |
| | |||||
* | Removed the use of g10defs.h. | Werner Koch | 2006-12-11 | 29 | -157/+267 |
| | | | | | | This required some code cleanups and the introduction of a few accessor ducntions in mpi. | ||||
* | * configure.ac: AM_CONDITIONAL must not be used inside an if/then. | David Shaw | 2006-12-08 | 2 | -13/+16 |
| | |||||
* | / | Werner Koch | 2006-12-07 | 5 | -3/+13 |
| | | | | | | | | | * configure.ac: Remove GNUPG_DATADIR for non-W32 systems. g10/ * Makefile.am (AM_CPPFLAGS): Define GNUPG_DATADIR. * openfile.c (copy_options_file): Use log_info and not log_error to avoid error returns in case of a missing skeleton file. | ||||
* | Post release updates | Werner Koch | 2006-12-06 | 2 | -2/+6 |
| | |||||
* | Preparing a releasegnupg-1.4.6 | Werner Koch | 2006-12-06 | 56 | -10114/+21043 |
| | |||||
* | Changing the way man pages are build. | Werner Koch | 2006-12-04 | 7 | -5957/+1366 |
| | |||||
* | * ksutil.c (classify_ks_search): Try and recognize a key ID even | David Shaw | 2006-12-04 | 2 | -4/+22 |
| | | | | | | | without the 0x prefix. This isn't exact (it's possible that a user ID string happens to be 8 or 16 digits of hex), but it's extremely unlikely. Plus GPG itself makes the same assumption. | ||||
* | * keyedit.c (menu_clean): Show "already minimized" rather than | David Shaw | 2006-12-03 | 2 | -1/+12 |
| | | | | | | "already clean" when a minimized key is minimized again. From Dirk Traulsen. | ||||
* | * gpgkeys_hkp.c (search_key): HKP keyservers like the 0x to be present | David Shaw | 2006-12-03 | 2 | -0/+11 |
| | | | | | when searching by keyID. | ||||
* | * NEWS: Note the CVE for bug#728, --s2k-count, --passphrase-repeat, | David Shaw | 2006-12-03 | 2 | -3/+25 |
| | | | | | and the OpenSSL exception. | ||||
* | * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): Add | David Shaw | 2006-12-03 | 4 | -32/+55 |
| | | | | | | | --passphrase-repeat option to control how many times gpg will re-prompt for a passphrase to ensure the user has typed it correctly. Defaults to 1. | ||||
* | Preparing an RC | Werner Koch | 2006-11-29 | 33 | -5755/+5766 |
| | |||||
* | * openfile.c (ask_outfile_name): Fixed buffer overflow occurring | Werner Koch | 2006-11-27 | 2 | -1/+6 |
| | | | | | | if make_printable_string returns a longer string. Fixes bug 728. | ||||
* | Missing changelog entry | David Shaw | 2006-11-06 | 1 | -0/+9 |
| | |||||
* | * configure.ac: --enable-minimal leaves out gettext and all resolver | David Shaw | 2006-11-06 | 2 | -15/+25 |
| | | | | | functions (SRV, PKA, & CERT). | ||||
* | * gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change. | David Shaw | 2006-11-06 | 2 | -5/+8 |
| | | | | | Key-not-found still has a HTML response. | ||||
* | New command --gpgconf-test. | Werner Koch | 2006-10-23 | 5 | -0/+20 |
| | |||||
* | * gpgkeys_hkp.c (curl_mrindex_writer): Print a warning if we see HTML | David Shaw | 2006-10-20 | 2 | -1/+9 |
| | | | | | coming back from a MR hkp query. | ||||
* | * parse-packet.c (parse_symkeyenc): Show the unpacked as well as the | David Shaw | 2006-10-13 | 5 | -5/+43 |
| | | | | | | | | | packed s2k iteration count. * main.h, options.h, gpg.c (encode_s2k_iterations, main), passphrase.c (hash_passphrase): Add --s2k-count option to specify the number of s2k hash iterations. | ||||
* | * keyserver.c (keyserver_spawn): Write the 16-digit keyid rather than | David Shaw | 2006-10-06 | 2 | -3/+12 |
| | | | | | whatever key selector the user used on the command line. | ||||
* | * strsep.c (strsep): It's strsep, not strsep2 from testing. (If I had | David Shaw | 2006-10-03 | 2 | -1/+6 |
| | | | | | a dollar for every time I've done that...) | ||||
* | Fixed bug 518 | Werner Koch | 2006-10-02 | 2 | -2/+11 |
| |