aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch1-0/+5
2007-04-20Improved logging for error orginating from libgcrypt.Werner Koch1-0/+5
2007-04-13g10/ and sm/Werner Koch1-0/+2
* 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 Koch1-0/+6
2007-03-20Make gpgconf aware of --p12-charset.Werner Koch1-0/+4
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-0/+5
DINSIG and NKS card applications are now also PIN pad aware.
2007-03-06Support for a global gpgconf configuration file.Werner Koch1-0/+15
2007-01-31Included LIBICONV in all Makefiles.Werner Koch1-0/+5
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.
2006-12-13Some build fixes for platforms like OSX where we use the built-in libintl.David Shaw1-0/+5
2006-12-07Makefile.am: Link to iconv for jnlib dependency. (OSX)David Shaw1-0/+4
2006-11-28Preparing 2.0.1Werner Koch1-0/+4
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch1-0/+4
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-11-20Made some PIN pads work.Werner Koch1-0/+4
Some cleanups for 64 bit CPUs.
2006-11-05Collected fixes.Werner Koch1-0/+5
2006-10-23.Werner Koch1-0/+8
2006-10-17Pth tweaks and improved estream.cWerner Koch1-0/+5
2006-10-11Allow pkcs#10 creation directkly from a smart cardWerner Koch1-0/+4
2006-10-10Various changesWerner Koch1-0/+5
2006-09-22Clarified cURL and OpenLDAP license issues.Werner Koch1-0/+4
Made readline support work.
2006-09-20Cleanups.Werner Koch1-0/+4
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-0/+3
2006-09-13Various fixes and new features.Werner Koch1-0/+5
Enhanced gpg-connect-agent.
2006-09-06The big Assuan error code removal.Werner Koch1-0/+8
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+6
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-092006-06-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS). (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a.
2006-05-23g10/ does build again.Werner Koch1-0/+8
2006-04-20* make-dns-cert.c (main): Small exit code tweak from Peter Palfrader.David Shaw1-0/+5
2006-04-05* make-dns-cert.c: Some changes from Peter Palfrader to send errors toDavid Shaw1-0/+8
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 Shaw1-0/+5
so people don't have to do it manually.
2006-02-14Fixed a wrong return code with gpg --verifyWerner Koch1-0/+4
2006-02-06.Werner Koch1-0/+4
2005-12-16Fixed importing certs created by newer versions of Mozilla.Werner Koch1-0/+2
2005-12-14Add support for direct pkcs#7 signaturesWerner Koch1-0/+5
2005-11-28Preparing an interim releaseWerner Koch1-0/+8
2005-10-082005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* Makefile.am (watchgnupg_LDADD): New variable.
2005-10-08agent/Marcus Brinkmann1-0/+7
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 Brinkmann1-0/+4
* Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
2005-09-06Changed license of this parser to LPGL.Werner Koch1-0/+4
2005-08-05* gpg-zip.in: Add --decrypt functionality. Fix quoting so filenamesDavid Shaw1-0/+5
with spaces work properly.
2005-08-04Add gpg-zip, a la PGP Zip.David Shaw1-0/+7
2005-08-01About to release 1.9.18V1-9-18Werner Koch1-0/+5
2005-07-21* gpgsm.c (main): New options --no-log-file and --debug-none.Werner Koch1-0/+6
* 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 Brinkmann1-0/+9
* 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-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-0/+5
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.
2005-06-042005-06-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+10
* symcryptrun.c (main): Allow any number of arguments, don't use first argument as input file name. Pass extra arguments to confucius_main. (confucius_main): Accept new arguments argc and argv and pass them to confucius_process. (confucius_process): Accept new arguments argc and argv and pass them to the confucius process.
2005-06-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch1-0/+4
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
2005-05-31* agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link.Werner Koch1-0/+5
* dynload.h: s/__inline__/inline/. * tlv.c [GNUPG_MAJOR_VERSION==1]: Define constants instead of including a gnupg 1.4 header. * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines. Noted by Ray Link.
2005-05-282005-05-28 Moritz Schulte <[email protected]>Moritz Schulte1-0/+5
* gpgkey2ssh.c: New file. * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.
2005-05-20* protect-tool.c: New option --canonical.Werner Koch1-1/+8
(show_file): Implement it. * keyformat.txt: Define the created-at attribute for keys. * ccid-driver.c: Replaced macro DEBUG_T1 by a new debug level. (parse_ccid_descriptor): Mark SCR335 firmware version 5.18 good. (ccid_transceive): Arghhh. The seqno is another bit in the R-block than in the I block, this was wrong at one place. * scdaemon.c: New options --debug-ccid-driver and --debug-disable-ticker. * app-openpgp.c (do_genkey, do_writekey): Factored code to check for existing key out into .. (does_key_exist): .. New function. * gpg-connect-agent.c (add_definq, show_definq, clear_definq) (handle_inquire): New. (read_and_print_response): Handle INQUIRE command. (main): Implement control commands.
2005-04-21(main): Optionally allow the input file as commandWerner Koch1-0/+3
line argument.