| Commit message (Expand) | Author | Age | Files | Lines |
* | Preparing for 1.3.5V1-3-5 | Werner Koch | 2004-02-26 | 7 | -32/+39 |
* | * gpg.sgml: Document --ask-cert-level, --max-output, and | David Shaw | 2004-02-26 | 2 | -12/+39 |
* | * gpg.sgml: Document keyserver-option http-proxy, import-option | David Shaw | 2004-02-26 | 2 | -20/+29 |
* | * README: Update copyright. | David Shaw | 2004-02-26 | 3 | -7/+41 |
* | * delkey.c (do_delete_key): Allow deleting a public key with a secret | David Shaw | 2004-02-26 | 8 | -33/+35 |
* | * gpgkeys_ldap.c (send_key): List pgpCertID as one of the deleted | David Shaw | 2004-02-26 | 2 | -8/+18 |
* | * plaintext.c: Copyright. | David Shaw | 2004-02-24 | 7 | -172/+201 |
* | (lock_pool) [_AIX]: Also set errno. | Werner Koch | 2004-02-24 | 2 | -1/+6 |
* | * gpgkeys_ldap.c (delete_one_attr): Removed. (make_one_attr): Delete | David Shaw | 2004-02-24 | 2 | -79/+83 |
* | * options.h, g10.c (main), trustdb.c (mark_usable_uid_certs): Add | David Shaw | 2004-02-23 | 4 | -6/+23 |
* | * gpgkeys_ldap.c (delete_one_attr): New function to replace attributes | David Shaw | 2004-02-23 | 2 | -9/+65 |
* | * plaintext.c (handle_plaintext): Properly handle a --max-output of zero | David Shaw | 2004-02-22 | 2 | -5/+8 |
* | * keyserver.c (keyserver_spawn): Use the full 64-bit keyid in the INFO | David Shaw | 2004-02-22 | 2 | -8/+35 |
* | * gpgkeys_ldap.c (epoch2ldaptime): New. Converse of ldap2epochtime. | David Shaw | 2004-02-22 | 2 | -57/+534 |
* | * util.h: Prototype for hextobyte(). | David Shaw | 2004-02-21 | 2 | -2/+6 |
* | * miscutil.c (hextobyte): Moved here from g10/misc.c so I can use it in | David Shaw | 2004-02-21 | 2 | -0/+30 |
* | * main.h, misc.c (hextobyte): Removed. It's in libutil.a now. | David Shaw | 2004-02-21 | 3 | -26/+4 |
* | * keyserver.c (keyserver_export): Disallow user strings that aren't key | David Shaw | 2004-02-20 | 2 | -13/+35 |
* | * configure.ac: Check for timegm(). Replacement functions for setenv() | David Shaw | 2004-02-20 | 2 | -5/+9 |
* | * mkdtemp.c: New (moved from g10/), setenv.c: New, unsetenv.c: New. | David Shaw | 2004-02-20 | 5 | -2/+217 |
* | * mkdtemp.c: Removed. | David Shaw | 2004-02-20 | 4 | -101/+13 |
* | * gpgkeys_ldap.c: Replacement prototypes for setenv and unsetenv. | David Shaw | 2004-02-20 | 3 | -37/+64 |
* | * gpgkeys_ldap.c (ldap2epochtime): LDAP timestamps are UTC, so do not | David Shaw | 2004-02-19 | 2 | -10/+40 |
* | * configure.ac: Check for ln -s and add GPGKEYS_LDAP conditional, both for | David Shaw | 2004-02-19 | 2 | -0/+5 |
* | * Makefile.am: Add automake conditionals to symlink gpgkeys_ldaps to | David Shaw | 2004-02-19 | 3 | -12/+144 |
* | * configure.ac: Simplify the LDAP checking code since OpenLDAP is far more | David Shaw | 2004-02-19 | 2 | -49/+18 |
* | * gpgkeys_ldap.c (find_basekeyspacedn): New function to figure out what | David Shaw | 2004-02-19 | 2 | -63/+132 |
* | * options.h, g10.c (main), plaintext.c (handle_plaintext): Add | David Shaw | 2004-02-18 | 4 | -23/+81 |
* | * gpgkeys_ldap.c (ldap_to_gpg_err): Make sure that LDAP_OPT_ERROR_NUMBER | David Shaw | 2004-02-18 | 3 | -6/+14 |
* | * build-packet.c (do_user_id): Do not force a header for attribute packets | David Shaw | 2004-02-15 | 2 | -3/+7 |
* | * build-packet.c (write_header2): If a suggested header length is provided | David Shaw | 2004-02-15 | 4 | -36/+58 |
* | * keyserver.c (argsep): Move to misc.c. | David Shaw | 2004-02-14 | 7 | -93/+103 |
* | * import.c (check_prefs): Some language fixes. (sec_to_pub_keyblock, | David Shaw | 2004-02-14 | 2 | -7/+21 |
* | * gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a bug. | David Shaw | 2004-02-12 | 4 | -89/+128 |
* | * import.c (check_prefs): New function to check preferences on a public | David Shaw | 2004-02-12 | 2 | -10/+152 |
* | * main.h, keyedit.c (keyedit_menu): Remove sign_mode and enhance the more | David Shaw | 2004-02-12 | 4 | -110/+107 |
* | * import.c (import_one): Do the revocation check even in the case when a | David Shaw | 2004-02-12 | 2 | -7/+17 |
* | * options.h, g10.c (main), keylist.c (list_keyblock_print): Add | David Shaw | 2004-02-11 | 4 | -4/+23 |
* | * keyedit.c (keyedit_menu): Prompt for subkey removal for both secret and | David Shaw | 2004-02-11 | 7 | -21/+73 |
* | * keygen.c (keygen_set_std_prefs): Build the default preferences list at | David Shaw | 2004-02-10 | 8 | -65/+111 |
* | * clearsig.test, sigs.test: Properly detect RSA being missing, and use the | David Shaw | 2004-02-09 | 3 | -4/+9 |
* | * DETAILS: Details for --list-config. | David Shaw | 2004-01-30 | 3 | -7/+81 |
* | * g10.c (main, rm_group): Add --ungroup command to remove a particular | David Shaw | 2004-01-30 | 6 | -34/+75 |
* | * getkey.c: Set MAX_PK_CACHE_ENTRIES and MAX_UID_CACHE_ENTRIES to | David Shaw | 2004-01-28 | 5 | -26/+79 |
* | * NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes, and | David Shaw | 2004-01-28 | 4 | -2/+48 |
* | * mainproc.c (list_node): Show sigs with --verbose. | David Shaw | 2004-01-24 | 6 | -16/+45 |
* | * g10.c (list_config): New function to dump config options to stdout. | David Shaw | 2004-01-22 | 2 | -15/+169 |
* | * packet.h, getkey.c (merge_selfsigs, merge_selfsigs_main), pkclist.c | David Shaw | 2004-01-22 | 4 | -11/+21 |
* | * keyedit.c (print_and_check_one_sig, keyedit_menu): Use the COLUMNS | David Shaw | 2004-01-21 | 2 | -1/+18 |
* | * keylist.c (set_attrib_fd): Open attribute fd in binary mode. This isn't | David Shaw | 2004-01-21 | 2 | -3/+8 |