Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * configure.ac: Change various help messages to use AC_HELP_STRING. | David Shaw | 2007-10-17 | 2 | -14/+26 | |
| | ||||||
* | * import.c (collapse_uids): Significant speedup for de-duping user | David Shaw | 2007-09-02 | 2 | -67/+84 | |
| | | | | | IDs. | |||||
* | Improved detection of ketrings specified several times. | Werner Koch | 2007-08-24 | 8 | -26/+109 | |
| | ||||||
* | * ldap.m4: Revert the mozldap change: mozldap has some significant | David Shaw | 2007-08-02 | 2 | -48/+32 | |
| | | | | | | | | differences around TLS compared to OpenLDAP, and will segfault (!) if the NSS library is not initialized first. Nothing impossible to do, but I think I'll wait until someone actually asks us for mozldap support. | |||||
* | * gpgkeys_ldap.c (main): Fix bug in setting up whether to verify peer | David Shaw | 2007-07-29 | 2 | -1/+7 | |
| | | | | | | SSL cert. This used to work with older OpenLDAP, but is now more strictly handled. | |||||
* | * gpgkeys_ldap.c: Fix build warning with mozldap. | David Shaw | 2007-07-27 | 2 | -0/+7 | |
| | ||||||
* | * gpgkeys_ldap.c (search_key, main): Fix bug where searching for foo | David Shaw | 2007-07-27 | 2 | -5/+19 | |
| | | | | | | bar (no quotes) on the command line resulted in searching for "foo\2Abar" due to LDAP quoting. The proper search is "foo*bar". | |||||
* | * ldap.m4: If we don't find ldap or winldap, try for mozldap. | David Shaw | 2007-07-27 | 2 | -24/+52 | |
| | ||||||
* | * gpg.c (main): Fix typo. Noted by John Clizbe. | David Shaw | 2007-07-19 | 2 | -1/+3 | |
| | ||||||
* | * armor.c (parse_header_line): Improve test so that the header test | David Shaw | 2007-07-19 | 2 | -16/+25 | |
| | | | | | only allows "Hash" in the signed data section. | |||||
* | * configure.ac: It seems that AM_GNU_GETTEXT doesn't like being run | David Shaw | 2007-07-18 | 2 | -4/+10 | |
| | | | | | | conditionally and it confuses the includes when doing later type checks. This is bug#810. | |||||
* | * defs.inc (all_hash_algos): See "all_cipher_algos", below. | David Shaw | 2007-07-18 | 3 | -34/+30 | |
| | | | | | | * sigs.test: Use it here, and also test with >=160 bit hashes for DSA2. | |||||
* | * armor.c (is_armor_tag): New. Detect if an armor header matches | David Shaw | 2007-07-18 | 2 | -2/+34 | |
| | | | | | | | 2440bis-21. (parse_header_line): Call it here, as bis-21 requires warning the user (but continuing to process the message) when seeing an unknown header. | |||||
* | Add an extra warning for Camellia. | Werner Koch | 2007-07-09 | 36 | -3925/+3968 | |
| | | | | | | Minor W32 fix Address change. | |||||
* | * configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to do | David Shaw | 2007-07-08 | 2 | -0/+7 | |
| | | | | | | per-target builds (like we do in the keyserver dir), but exists in the currently-used 1.9.3 as well. | |||||
* | * encode.c (encode_crypt): Missed one call to setup_plaintext_name(). | David Shaw | 2007-07-06 | 2 | -16/+7 | |
| | | | | | This is bug#809. | |||||
* | * mk-w32-dist: Remove underline markup from man pages. Reported | Werner Koch | 2007-06-22 | 2 | -3/+13 | |
| | | | | | by Dirk Traulsen. | |||||
* | Add Camellia. Do not enable this if you are not doing interop | David Shaw | 2007-06-13 | 11 | -9/+1763 | |
| | | | | | | | testing. It is not (yet) legal OpenPGP, is not interop tested yet (obviously), and it's a great way to lose your data. Just don't do it. | |||||
* | * sign.c (mk_notation_policy_etc): expect all sigs that this is called | David Shaw | 2007-06-12 | 2 | -43/+24 | |
| | | | | | | | | for are >=v4. (write_signature_packets, make_keysig_packet): Only call it for >=v4 sigs. This allows --force-v3-sigs and --force-v4-certs to enable or disable notations, policies, and keyserver URLs. This is bug#800. | |||||
* | * defs.inc (all_cipher_algos): New function to return all ciphers we | David Shaw | 2007-05-14 | 6 | -102/+27 | |
| | | | | | | | | | | support. This is safer than the previous setup which could hide that some ciphers weren't being tested. Plus, this automatically tests any new ciphers we may add. * conventional.test, encrypt-test, encrypt-dsa.test, conventional-mdc.test: Use it here. | |||||
* | * conventional.test, encrypt.test, encrypt-dsa.test, | David Shaw | 2007-05-02 | 5 | -21/+31 | |
| | | | | | | conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers. | |||||
* | * packet.h, mainproc.c (reset_literals_seen): New function to reset | David Shaw | 2007-04-17 | 5 | -7/+24 | |
| | | | | | | | | | the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together). | |||||
* | * gpgkeys_hkp.c (main): Show curl or fake-curl version string. | David Shaw | 2007-04-16 | 3 | -3/+7 | |
| | | | | | * Makefile.am: Link with libcompat.a for ascii_str(n)casecmp. | |||||
* | * gpgkeys_curl.c, gpgkeys_ldap.c, gpgkeys_hkp.c, ksutil.c: Rename all | David Shaw | 2007-04-16 | 5 | -38/+48 | |
| | | | | | | str(n)casecmp to ascii_str(n)casecmp. We want the locale-independent ones here. | |||||
* | Move some ascii_foo functions to libcompat | David Shaw | 2007-04-16 | 6 | -74/+84 | |
| | ||||||
* | * gpg.c, pkclist.c: #include <strings.h> for strcasecmp if it is | David Shaw | 2007-04-16 | 3 | -4/+16 | |
| | | | | | | present. Note that autoconf protects us against a strings.h that cannot be used together with string.h. | |||||
* | util/ | Werner Koch | 2007-04-16 | 5 | -51/+67 | |
| | | | | | | | | | | | * secmem.c (init_pool): Avoid assigning a negative value to a size_t. ./ * acinclude.m4: Fix last change. Make test self-conatined by checking for sysconf and getpagesize. Remove indentation for the sake of broken C-89 cpps. | |||||
* | Don't build shmtest unless we have shm. | David Shaw | 2007-04-16 | 4 | -1/+13 | |
| | ||||||
* | Use sysconf() when possible as not all platforms have getpagesize(). | David Shaw | 2007-04-16 | 5 | -7/+32 | |
| | ||||||
* | * argparse.c (default_strusage): Copyright 2007. | David Shaw | 2007-04-15 | 5 | -6/+15 | |
| | | | | | * cert.c, srv.c, pka.c: Need arpa/inet.h for ntohs(). | |||||
* | * configure.ac: QNX puts resolver functions in libsocket. From Sean | David Shaw | 2007-04-15 | 2 | -6/+11 | |
| | | | | | Boudreau. | |||||
* | * parse-packet.c (parse_marker): New. Enforce that the marker | David Shaw | 2007-04-04 | 2 | -22/+65 | |
| | | | | | | contains 'P', 'G', 'P', and nothing but. (parse): Call it here. (skip_packet): No longer need to handle marker packets here. | |||||
* | * keyserver.c: Windows Vista doesn't grok X_OK and so fails access() | David Shaw | 2007-03-14 | 2 | -2/+16 | |
| | | | | | | tests. Previous versions interpreted X_OK as F_OK anyway, so we'll just use F_OK directly. | |||||
* | * gpgkeys_curl.c (main): Use curl_version_info to verify that the | David Shaw | 2007-03-13 | 4 | -6/+43 | |
| | | | | | | | | | protocol we're about to use is actually available. * curl-shim.h, curl-shim.c (curl_free): Make into a macro. (curl_version_info): New. Only advertises "http" for our shim, of course. | |||||
* | Add extra fflush (stdout) | Werner Koch | 2007-03-08 | 2 | -0/+15 | |
| | ||||||
* | * keyedit.c (keyedit_menu): If we modify the keyblock (via | David Shaw | 2007-03-06 | 3 | -2/+20 | |
| | | | | | | | | | fix_keyblock() or collapse_uids()) make sure we reprocess the keyblock so the flags are correct. Noted by Robin H. Johnson. * getkey.c (fixup_uidnode): Properly clear flags that don't apply to us (revoked, expired) so that we can reprocess a uid. | |||||
* | Post release update | Werner Koch | 2007-03-05 | 2 | -2/+6 | |
| | ||||||
* | 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. |