aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch3-1/+559
2007-04-20Improved logging for error orginating from libgcrypt.Werner Koch2-21/+7
2007-04-13g10/ and sm/Werner Koch2-1/+3
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
2007-04-03Add a way to get a listing of available CCID readers.Werner Koch2-44/+101
2007-03-20Make gpgconf aware of --p12-charset.Werner Koch2-0/+7
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch3-3/+91
DINSIG and NKS card applications are now also PIN pad aware.
2007-03-06Support for a global gpgconf configuration file.Werner Koch4-117/+591
2007-01-31Included LIBICONV in all Makefiles.Werner Koch2-2/+7
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
2007-01-25agent/Werner Koch2-2/+2
* protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
2006-12-13Some build fixes for platforms like OSX where we use the built-in libintl.David Shaw2-1/+6
2006-12-07Makefile.am: Link to iconv for jnlib dependency. (OSX)David Shaw2-3/+8
2006-11-28Preparing 2.0.1Werner Koch2-2/+6
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2-1/+5
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-11-20Made some PIN pads work.Werner Koch2-1/+5
Some cleanups for 64 bit CPUs.
2006-11-11.Werner Koch1-1/+1
2006-11-05Collected fixes.Werner Koch2-0/+8
2006-10-23.Werner Koch3-21/+56
2006-10-17Pth tweaks and improved estream.cWerner Koch2-3/+9
2006-10-11Allow pkcs#10 creation directkly from a smart cardWerner Koch2-14/+26
2006-10-10Various changesWerner Koch2-2/+7
2006-10-02Fix for bug 537Werner Koch1-4/+9
2006-09-22Clarified cURL and OpenLDAP license issues.Werner Koch2-16/+12
Made readline support work.
2006-09-20Cleanups.Werner Koch2-8/+13
2006-09-14Take advantage of newer gpg-error features.Werner Koch2-1/+4
2006-09-13Various fixes and new features.Werner Koch2-17/+142
Enhanced gpg-connect-agent.
2006-09-06The big Assuan error code removal.Werner Koch3-13/+22
2006-08-21Migrated more stuff to doc/Werner Koch12-4/+1680
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
2006-06-20Updated FSF's address.Werner Koch10-43/+54
2006-06-092006-06-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-3/+12
* Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS). (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a.
2006-05-23g10/ does build again.Werner Koch3-29/+13
2006-04-20* make-dns-cert.c (main): Small exit code tweak from Peter Palfrader.David Shaw2-1/+6
2006-04-05* make-dns-cert.c: Some changes from Peter Palfrader to send errors toDavid Shaw2-20/+53
stderr and allow spaces in a fingerprint. Also warn when a key is over 16k (as that is the default max-cert-size) and fail when a key is over 64k as that is the DNS limit in many places.
2006-04-04* make-dns-cert.c: New program to generate properly formatted CERT recordsDavid Shaw3-1/+220
so people don't have to do it manually.
2006-02-14Fixed a wrong return code with gpg --verifyWerner Koch2-10/+39
2006-02-06.Werner Koch2-0/+7
2005-12-16Fixed importing certs created by newer versions of Mozilla.Werner Koch4-8/+17
2005-12-14Add support for direct pkcs#7 signaturesWerner Koch2-10/+70
2005-11-28Preparing an interim releaseWerner Koch3-2/+14
2005-10-082005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+3
* Makefile.am (watchgnupg_LDADD): New variable.
2005-10-08agent/Marcus Brinkmann2-7/+14
2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_protect_tool_LDADD): Add ../gl/libgnu.a. (gpg_preset_passphrase_LDADD, t_common_ldadd): Likewise. (gpg_agent_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. kbx/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (kbxutil_LDADD): Add ../gl/libgnu.a after ../jnlib/libjnlib.a. scd/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. sm/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. tools/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD): Likewise.
2005-09-282005-09-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+5
* Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
2005-09-06Changed license of this parser to LPGL.Werner Koch3-36/+41
2005-08-05* gpg-zip.in: Add --decrypt functionality. Fix quoting so filenamesDavid Shaw2-5/+24
with spaces work properly.
2005-08-04Add gpg-zip, a la PGP Zip.David Shaw3-0/+139
2005-08-01About to release 1.9.18V1-9-18Werner Koch2-5/+20
2005-07-27Converted all m_free to xfree etc.Werner Koch2-9/+9
2005-07-21* gpgsm.c (main): New options --no-log-file and --debug-none.Werner Koch2-7/+55
* certreqgen.c (get_parameter, get_parameter_value): Add SEQ arg to allow enumeration. Changed all callers. (create_request): Process DNS and URI parameters. * gpgsm-gencert.sh: Reworked to allow for multiple email addresses as well as DNsanmes and URi. Present the parameter file before creating the certificate.
2005-07-042005-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-6/+71
* symcryptrun.c (SYMC_BAD_PASSPHRASE, SYMC_CANCELED): New symbols, use instead constants. (hash_string): New function copied from simple-gettext.c. (confucius_get_pass): Take new argument CACHEID. (confucius_process): Calculate cacheid and pass it to confucius_get_pass. Clear passphrase from cache if necessary.
2005-06-20* gpg.sgml: Document smartcard related options.Werner Koch1-1/+1
* g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch5-3/+11
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.