| Commit message (Expand) | Author | Files | Lines |
2004-03-03 | * build-packet.c (write_header2): Remove call to start old gpg partial | David Shaw | 3 | -77/+89 |
2004-03-03 | * options.h, g10.c (main): Add a more flexible --keyid-format option to | David Shaw | 7 | -81/+133 |
2004-03-03 | * packet.h, free-packet.c (free_encrypted, free_plaintext), parse-packet.c | David Shaw | 4 | -52/+66 |
2004-03-02 | * parse-packet.c (parse): Only data-type packets are allowed to use | David Shaw | 2 | -28/+51 |
2004-03-01 | * iobuf.c (block_filter): Properly handle a partial body stream that ends | David Shaw | 2 | -1/+13 |
2004-02-28 | * unsetenv.c: Fixed debugging typo. | David Shaw | 2 | -1/+5 |
2004-02-28 | * Makefile.am: Don't split LDADD across two lines since some make programs | David Shaw | 2 | -4/+8 |
2004-02-26 | Post release version number change | Werner Koch | 2 | -1/+5 |
2004-02-26 | Preparing for 1.3.5V1-3-5 | Werner Koch | 7 | -32/+39 |
2004-02-26 | * gpg.sgml: Document --ask-cert-level, --max-output, and | David Shaw | 2 | -12/+39 |
2004-02-26 | * gpg.sgml: Document keyserver-option http-proxy, import-option | David Shaw | 2 | -20/+29 |
2004-02-26 | * README: Update copyright. | David Shaw | 3 | -7/+41 |
2004-02-26 | * delkey.c (do_delete_key): Allow deleting a public key with a secret | David Shaw | 8 | -33/+35 |
2004-02-26 | * gpgkeys_ldap.c (send_key): List pgpCertID as one of the deleted | David Shaw | 2 | -8/+18 |
2004-02-25 | * plaintext.c: Copyright. | David Shaw | 7 | -172/+201 |
2004-02-24 | (lock_pool) [_AIX]: Also set errno. | Werner Koch | 2 | -1/+6 |
2004-02-24 | * gpgkeys_ldap.c (delete_one_attr): Removed. (make_one_attr): Delete | David Shaw | 2 | -79/+83 |
2004-02-23 | * options.h, g10.c (main), trustdb.c (mark_usable_uid_certs): Add | David Shaw | 4 | -6/+23 |
2004-02-23 | * gpgkeys_ldap.c (delete_one_attr): New function to replace attributes | David Shaw | 2 | -9/+65 |
2004-02-22 | * plaintext.c (handle_plaintext): Properly handle a --max-output of zero | David Shaw | 2 | -5/+8 |
2004-02-22 | * keyserver.c (keyserver_spawn): Use the full 64-bit keyid in the INFO | David Shaw | 2 | -8/+35 |
2004-02-22 | * gpgkeys_ldap.c (epoch2ldaptime): New. Converse of ldap2epochtime. | David Shaw | 2 | -57/+534 |
2004-02-21 | * util.h: Prototype for hextobyte(). | David Shaw | 2 | -2/+6 |
2004-02-21 | * miscutil.c (hextobyte): Moved here from g10/misc.c so I can use it in | David Shaw | 2 | -0/+30 |
2004-02-21 | * main.h, misc.c (hextobyte): Removed. It's in libutil.a now. | David Shaw | 3 | -26/+4 |
2004-02-20 | * keyserver.c (keyserver_export): Disallow user strings that aren't key | David Shaw | 2 | -13/+35 |
2004-02-20 | * configure.ac: Check for timegm(). Replacement functions for setenv() | David Shaw | 2 | -5/+9 |
2004-02-20 | * mkdtemp.c: New (moved from g10/), setenv.c: New, unsetenv.c: New. | David Shaw | 5 | -2/+217 |
2004-02-20 | * mkdtemp.c: Removed. | David Shaw | 4 | -101/+13 |
2004-02-20 | * gpgkeys_ldap.c: Replacement prototypes for setenv and unsetenv. | David Shaw | 3 | -37/+64 |
2004-02-19 | * gpgkeys_ldap.c (ldap2epochtime): LDAP timestamps are UTC, so do not | David Shaw | 2 | -10/+40 |
2004-02-19 | * configure.ac: Check for ln -s and add GPGKEYS_LDAP conditional, both for | David Shaw | 2 | -0/+5 |
2004-02-19 | * Makefile.am: Add automake conditionals to symlink gpgkeys_ldaps to | David Shaw | 3 | -12/+144 |
2004-02-19 | * configure.ac: Simplify the LDAP checking code since OpenLDAP is far more | David Shaw | 2 | -49/+18 |
2004-02-19 | * gpgkeys_ldap.c (find_basekeyspacedn): New function to figure out what | David Shaw | 2 | -63/+132 |
2004-02-19 | * options.h, g10.c (main), plaintext.c (handle_plaintext): Add | David Shaw | 4 | -23/+81 |
2004-02-19 | * gpgkeys_ldap.c (ldap_to_gpg_err): Make sure that LDAP_OPT_ERROR_NUMBER | David Shaw | 3 | -6/+14 |
2004-02-15 | * build-packet.c (do_user_id): Do not force a header for attribute packets | David Shaw | 2 | -3/+7 |
2004-02-15 | * build-packet.c (write_header2): If a suggested header length is provided | David Shaw | 4 | -36/+58 |
2004-02-14 | * keyserver.c (argsep): Move to misc.c. | David Shaw | 7 | -93/+103 |
2004-02-14 | * import.c (check_prefs): Some language fixes. (sec_to_pub_keyblock, | David Shaw | 2 | -7/+21 |
2004-02-12 | * gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a bug. | David Shaw | 4 | -89/+128 |
2004-02-12 | * import.c (check_prefs): New function to check preferences on a public | David Shaw | 2 | -10/+152 |
2004-02-12 | * main.h, keyedit.c (keyedit_menu): Remove sign_mode and enhance the more | David Shaw | 4 | -110/+107 |
2004-02-12 | * import.c (import_one): Do the revocation check even in the case when a | David Shaw | 2 | -7/+17 |
2004-02-11 | * options.h, g10.c (main), keylist.c (list_keyblock_print): Add | David Shaw | 4 | -4/+23 |
2004-02-11 | * keyedit.c (keyedit_menu): Prompt for subkey removal for both secret and | David Shaw | 7 | -21/+73 |
2004-02-10 | * keygen.c (keygen_set_std_prefs): Build the default preferences list at | David Shaw | 8 | -65/+111 |
2004-02-09 | * clearsig.test, sigs.test: Properly detect RSA being missing, and use the | David Shaw | 3 | -4/+9 |
2004-01-30 | * DETAILS: Details for --list-config. | David Shaw | 3 | -7/+81 |