aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-091-0/+5
|
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-201-0/+5
|
* g10/ and sm/Werner Koch2007-04-131-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.
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-031-0/+6
|
* Make gpgconf aware of --p12-charset.Werner Koch2007-03-201-0/+4
|
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-071-0/+5
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Support for a global gpgconf configuration file.Werner Koch2007-03-061-0/+15
|
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-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.
* Some build fixes for platforms like OSX where we use the built-in libintl.David Shaw2006-12-131-0/+5
|
* Makefile.am: Link to iconv for jnlib dependency. (OSX)David Shaw2006-12-071-0/+4
|
* Preparing 2.0.1Werner Koch2006-11-281-0/+4
|
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-211-0/+4
| | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext.
* Made some PIN pads work.Werner Koch2006-11-201-0/+4
| | | | | Some cleanups for 64 bit CPUs.
* Collected fixes.Werner Koch2006-11-051-0/+5
|
* .Werner Koch2006-10-231-0/+8
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-0/+5
|
* Allow pkcs#10 creation directkly from a smart cardWerner Koch2006-10-111-0/+4
|
* Various changesWerner Koch2006-10-101-0/+5
|
* Clarified cURL and OpenLDAP license issues.Werner Koch2006-09-221-0/+4
| | | | | Made readline support work.
* Cleanups.Werner Koch2006-09-201-0/+4
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-0/+3
|
* Various fixes and new features.Werner Koch2006-09-131-0/+5
| | | | | Enhanced gpg-connect-agent.
* The big Assuan error code removal.Werner Koch2006-09-061-0/+8
|
* Migrated more stuff to doc/Werner Koch2006-08-211-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-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-091-0/+5
| | | | | | * Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS). (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a.
* g10/ does build again.Werner Koch2006-05-231-0/+8
|
* .Werner Koch2006-02-061-0/+4
|
* Fixed importing certs created by newer versions of Mozilla.Werner Koch2005-12-161-0/+2
|
* Add support for direct pkcs#7 signaturesWerner Koch2005-12-141-0/+5
|
* Preparing an interim releaseWerner Koch2005-11-281-0/+8
|
* 2005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-081-0/+2
| | | | | * Makefile.am (watchgnupg_LDADD): New variable.
* agent/Marcus Brinkmann2005-10-081-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-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-281-0/+4
| | | | | * Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
* Changed license of this parser to LPGL.Werner Koch2005-09-061-0/+4
|
* About to release 1.9.18V1-9-18Werner Koch2005-08-011-0/+5
|
* * gpgsm.c (main): New options --no-log-file and --debug-none.Werner Koch2005-07-211-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-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-07-041-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.
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-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-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-041-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.
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-011-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.
* * agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link.Werner Koch2005-05-311-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-28 Moritz Schulte <[email protected]>Moritz Schulte2005-05-281-0/+5
| | | | | | * gpgkey2ssh.c: New file. * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.
* * protect-tool.c: New option --canonical.Werner Koch2005-05-201-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.
* (main): Optionally allow the input file as commandWerner Koch2005-04-211-0/+3
| | | | | line argument.
* * configure.ac: Do not build gpg by default.Werner Koch2005-04-211-0/+8
| | | | | | | | | | | | * gpgsm.c: New options --{enable,disable}-trusted-cert-crl-check. * certchain.c (gpgsm_validate_chain): Make use of it. * certchain.c (gpgsm_validate_chain): Check revocations even for expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not. * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
* 2005-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-191-0/+4
| | | | | * symcryptrun.c: Add --input option.
* 2005-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-151-0/+2
| | | | | * symcryptrun.c (TEMP_FAILURE_RETRY): Define if not defined.
* 2005-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-151-0/+4
| | | | | | | | | | | | * configure.ac: Check for /usr/bin/shred and define SHRED. tools/ 2005-04-15 Marcus Brinkmann <[email protected]> * symcryptrun.c (remove_file): New function. (confucius_copy_file): Accept new argument PLAIN and shred the file if it is set on error.
* 2005-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-151-0/+7
| | | | | | | | | | | | | | | * configure.ac: Add --enable-symcryptrun, disabled by default. Define automake variable BUILD_SYMCRYPTRUN. Check for openpty -lutil, define LIBUTIL_LIBS. tools/ 2005-04-15 Marcus Brinkmann <[email protected]> * Makefile.am: Define symcryptrun make variable depending on BUILD_SYMCRYPTUN. (bin_PROGRAMS): Add ${symcryptrun} instead symcryptrun. (symcryptrun_LDADD): Use $(LIBUTIL_LIBS) instead of -lutil.
* (confucius_mktmpdir): Changed to use mkdtmp(3).Werner Koch2005-04-111-0/+4
|