aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.am: Use @LIBUSB@ instead of @LIBUSB_LIBS@David Shaw2005-01-033-3/+15
* * options.h, import.c (parse_import_options, delete_inv_parts): AddDavid Shaw2005-01-014-2/+44
* * packet.h, getkey.c (merge_selfsigs_main, sig_to_revoke_info), keyid.cDavid Shaw2004-12-305-11/+46
* (find_endpoint): New.Werner Koch2004-12-282-26/+190
* * keyserver.c (keyserver_typemap): Only map HTTP and FTP if libcurl hasDavid Shaw2004-12-242-2/+9
* * options.h, keyserver.c (parse_keyserver_uri): Properly parse auth dataDavid Shaw2004-12-223-0/+24
* * keyserver.c (keyserver_typemap): New. Map certain keyserver types to aDavid Shaw2004-12-223-11/+33
* * keyedit.c (menu_set_keyserver_url): Make sure we only operate on theDavid Shaw2004-12-213-4/+14
* * keylist.c (list_keyblock_print): Secret key listings should always showDavid Shaw2004-12-213-16/+31
* (ask_expire_interval): For better translations chnage 2Werner Koch2004-12-202-7/+13
* * seckey-cert.c (do_check): Handle case when checksum was okay butWerner Koch2004-12-202-2/+22
* * keyedit.c (keyedit_menu): Invisible alias "passwd" as "password".David Shaw2004-12-208-32/+61
* * keygen.c (keygen_get_std_prefs): Set reference count when creating theDavid Shaw2004-12-193-28/+61
* * keyedit.c (menu_revkey): Rename to menu_revsubkey. (menu_revkey): New.David Shaw2004-12-192-19/+77
* Readline fix to be robust against platforms where readline has its ownDavid Shaw2004-12-183-3/+10
* * passphrase.c (agent_get_passphrase): Define NREAD locally asWerner Koch2004-12-174-3/+13
* * g10.c (main): Add --require-secmem/--no-require-secmem to cause gpg toDavid Shaw2004-12-162-18/+21
* * apdu.c (apdu_send_le, apdu_send_direct), keylist.cDavid Shaw2004-12-155-9/+24
* * keyedit.c (keyedit_menu): Re-remove the N_() markers.David Shaw2004-12-142-43/+45
* * trustdb.c (uid_trust_string_fixed): Show uids as revoked if the key isDavid Shaw2004-12-143-119/+196
* automake updates, removed one debug outputV1-3-93Werner Koch2004-12-142-1/+2
* Prepared for last 1.4 release candidateWerner Koch2004-12-144-82/+95
* (read_passphrase_from_fd): Fixed memory leak.Werner Koch2004-12-132-1/+9
* * keyserver.c (parse_preferred_keyserver): Force preferred keyserverDavid Shaw2004-12-122-1/+6
* * options.h, g10.c (main), textfilter.c (standard): Use --rfc2440 orDavid Shaw2004-12-115-6/+11
* * app-openpgp.c (send_fprtime_if_not_null): New.Werner Koch2004-12-105-2/+65
* * options.h, g10.c (main), textfilter.c (len_without_trailing_ws): RemovedDavid Shaw2004-12-104-11/+35
* * passphrase.c (agent_get_passphrase): New args CUSTOM_PROMPT andWerner Koch2004-12-096-66/+235
* * keygen.c (ask_algo): Add a choose-your-own-capabilities option for DSA.David Shaw2004-12-092-8/+20
* * keygen.c (ask_keysize): Change strings to always use %u instead ofDavid Shaw2004-12-072-57/+69
* * getkey.c (parse_key_usage): New function to parse out key usage flags.David Shaw2004-11-292-51/+80
* * export.c (do_export_stream): Allow export-minimal to work with secretDavid Shaw2004-11-262-4/+11
* * options.h, export.c (parse_export_options, do_export_stream), import.cDavid Shaw2004-11-265-19/+32
* * options.h, export.c (parse_export_options, do_export_stream): AddDavid Shaw2004-11-253-23/+45
* * trustdb.c (uid_trust_string_fixed): Use a string that can be atoi-ed,David Shaw2004-11-252-3/+7
* * trustdb.h, trustdb.c (uid_trust_string_fixed): New. Return a fixed-sizeDavid Shaw2004-11-246-29/+58
* (S_IRGRP) [HAVE_DOSISH_SYSTEM]: Define to 0.Werner Koch2004-11-182-1/+8
* (open_info_file): New.Werner Koch2004-11-176-85/+221
* * plaintext.c (handle_plaintext): Don't try and create a zero-lengthDavid Shaw2004-11-045-18/+31
* * misc.c (print_digest_algo_note): The latest 2440bis drafts deprecatesDavid Shaw2004-11-032-35/+39
* 2004-11-03 Timo Schulz <[email protected]>Timo Schulz2004-11-033-64/+83
* * skclist.c (build_sk_list): Don't need to warn about PGP-generatedDavid Shaw2004-10-286-52/+78
* Inlcude LIBICONVWerner Koch2004-10-282-1/+7
* About to release 1.3.92Werner Koch2004-10-283-3/+9
* * card-util.c, delkey.c, keygen.c, plaintext.c, keyedit.c, passphrase.c,David Shaw2004-10-288-19/+27
* * keylist.c (status_one_subpacket): New. Send the subpacket data to theDavid Shaw2004-10-286-84/+116
* * keyring.c: Make some strings translatable.David Shaw2004-10-284-25/+34
* * delkey.c, export.c, keyedit.c, pkclist.c, revoke.c, skclist.c: Fix a fewDavid Shaw2004-10-287-33/+48
* (verify_chv3): The minimum length for CHV3 isWerner Koch2004-10-261-3/+3
* (agent_send_all_options): Try to deduce the ttynameWerner Koch2004-10-263-5/+43