Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix for bug 537 and documentation fixes. | Werner Koch | 2006-10-02 | 9 | -31/+105 |
| | |||||
* | Add compat.h to distfiles | David Shaw | 2006-09-28 | 1 | -0/+1 |
| | |||||
* | Move strsep() and ascii_isspace() to libcompat. | David Shaw | 2006-09-28 | 9 | -60/+69 |
| | |||||
* | Put in the basic wiring (just hextobyte for now) for a libcompat.a that | David Shaw | 2006-09-28 | 12 | -59/+64 |
| | | | | | | | can contain replacement files that can be linked to keyserver helpers without bringing in the whole libutil.a. libutil.a contains a complete copy of libcompat.a so we only need to link to one of them. | ||||
* | * gpgkeys_ldap.c (build_attrs), ksutil.c (ks_toupper, ks_strcasecmp), | David Shaw | 2006-09-28 | 4 | -33/+10 |
| | | | | | | ksutil.h: Remove the need for strcasecmp as the field tags are always lowercase. | ||||
* | Allow to build w/o curl. | Werner Koch | 2006-09-26 | 13 | -36/+169 |
| | |||||
* | Post release updates. | Werner Koch | 2006-08-01 | 29 | -326/+330 |
| | |||||
* | MOves trunk to a new branch. | Werner Koch | 2006-08-01 | 0 | -0/+0 |
| | |||||
* | Forgot this one.gnupg-1.4.5 | Werner Koch | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | Preparing 1.4.5 | Werner Koch | 2006-08-01 | 5 | -15/+32 |
| | |||||
* | Fix bug 655 | Werner Koch | 2006-07-31 | 2 | -1/+5 |
| | |||||
* | Fixed bug 479. Not a real good fix but a reliable one which limits possible | Werner Koch | 2006-07-31 | 33 | -569/+940 |
| | | | | | breakage of other partys of the code. | ||||
* | 2006-07-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-07-29 | 2 | -0/+5 |
| | | | | | * secmem.c (init_pool): Close FD after establishing the mapping. | ||||
* | Preparing a release candidategnupg-1.4.5rc1 | Werner Koch | 2006-07-28 | 10 | -16/+6043 |
| | |||||
* | * Makefile.am: Fix missing include path for gpgkeys_finger (needs the | David Shaw | 2006-07-26 | 2 | -0/+7 |
| | | | | | | libcurl path, even though it doesn't use libcurl because of ksutil.c:curl_err_to_gpg_err(). Noted by Gilbert Fernandes. | ||||
* | Fixed memory allocation bug and typos. | Werner Koch | 2006-07-26 | 34 | -2984/+2784 |
| | |||||
* | * curl-shim.c (curl_easy_perform): Minor cleanup of proxy code. | David Shaw | 2006-07-21 | 2 | -5/+7 |
| | |||||
* | * http.c (send_request): A zero-length proxy is the same as no proxy at | David Shaw | 2006-07-20 | 2 | -1/+6 |
| | | | | | all. Suggested by J. Scott Berg. | ||||
* | * gpgkeys_hkp.c (send_key), gpgkeys_ldap.c (send_key, | David Shaw | 2006-07-17 | 3 | -8/+14 |
| | | | | | | send_key_keyserver): Improved version of previous fix. Force match on spaces in string. | ||||
* | * gpgkeys_hkp.c (send_key), gpgkeys_ldap.c (send_key, send_key_keyserver): | David Shaw | 2006-07-14 | 3 | -11/+27 |
| | | | | | | Fix string matching problem when the ascii armored form of the key happens to match "KEY" at the beginning of the line. | ||||
* | * gpgkeys_ldap.c (printquoted), curl-shim.c (curl_escape): Fix bad | David Shaw | 2006-07-12 | 3 | -2/+7 |
| | | | | | encoding of characters > 127. Noted by Nalin Dahyabhai. | ||||
* | * tar-ustar.m4: Use dd instead of strings as it's more likely to be | David Shaw | 2006-07-12 | 2 | -1/+6 |
| | | | | | around. Suggested by Nelson H. F. Beebe. | ||||
* | * tar-ustar.m4: Not all greps know the -q (quiet) flag, so redirect to | David Shaw | 2006-07-11 | 2 | -2/+5 |
| | | | | | /dev/null instead. | ||||
* | * tar-ustar.m4: Pass tar data through strings so that greps that don't | David Shaw | 2006-07-11 | 2 | -1/+7 |
| | | | | | | grep in binary files (Solaris) can detect the string. Noted by Mark Davies. | ||||
* | * configure.ac: Fix resolver autoconf code so it works (fails) | David Shaw | 2006-07-08 | 5 | -29/+37 |
| | | | | | properly with uClibc. | ||||
* | Updated. | Werner Koch | 2006-07-03 | 2 | -719/+849 |
| | |||||
* | * rsa.c (generate): Use e=65537 for new RSA keys. | David Shaw | 2006-06-28 | 2 | -13/+13 |
| | |||||
* | i18n fix | Werner Koch | 2006-06-28 | 2 | -2/+10 |
| | |||||
* | * keydb.h, pkclist.c (select_algo_from_prefs, algo_available): Pass a | David Shaw | 2006-06-28 | 4 | -14/+27 |
| | | | | | | | union for preference hints rather than doing void * games. * sign.c (sign_file): Use it here. | ||||
* | * sign.c (sign_file): When signing with multiple DSA keys, one being DSA1 | David Shaw | 2006-06-28 | 2 | -49/+49 |
| | | | | | | | and one being DSA2 and encrypting at the same time, if the recipient preferences give a hash that can work with the DSA2 key, then allow the DSA1 key to be promoted rather than giving up and using hash_for(). | ||||
* | * pkclist.c (algo_available): Automatically enable DSA2 mode when handling | David Shaw | 2006-06-28 | 2 | -5/+10 |
| | | | | | a key that clearly isn't DSA1 (i.e. q!=160). | ||||
* | Fixed uploading of keays. | Werner Koch | 2006-06-28 | 2 | -1/+7 |
| |