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