aboutsummaryrefslogtreecommitdiffstats
path: root/THANKS (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-28[scd] Memory leak fix.Werner Koch1-0/+1
[g13] Send MOUNTPOINT status line
2009-07-21Make bug reporting address easier changeable.Werner Koch1-0/+1
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-0/+1
Still one problem left; marked with a gcc #warning.
2009-06-02Fix for bug#1066.Werner Koch1-0/+1
A couple of minor changes.
2009-03-02Add missing option strings.Werner Koch1-0/+1
2008-12-08Fix bug 901.Werner Koch1-0/+1
2008-10-29Cosmetic fixWerner Koch1-0/+1
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-0/+1
Cleanups
2008-08-01Fix !EROFS bug.Werner Koch1-0/+1
Doc updates
2008-05-06add gpg-zip man page.Werner Koch1-0/+2
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-0/+1
Minor cleanups.
2007-08-02Factored common gpgconf constants outWerner Koch1-0/+1
Fixed W32 compare_filenames
2007-05-04Updated to automake 1.10.Werner Koch1-0/+1
Use latest texinfo.tex. Typo and grammar fix.
2007-02-26Add new SVN only file README.maintWerner Koch1-0/+1
doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
2007-01-31Included LIBICONV in all Makefiles.Werner Koch1-0/+1
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-30Added LIBINTL to more Makefile targets.Werner Koch1-1/+2
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
2006-11-28Preparing 2.0.1Werner Koch1-0/+1
2006-11-20Made some PIN pads work.Werner Koch1-0/+1
Some cleanups for 64 bit CPUs.
2006-10-19FixesWerner Koch1-0/+2
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+1
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-08-17More man pages.Werner Koch1-8/+271
2006-06-25About to do a new releaseWerner Koch1-0/+2
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch1-0/+1
2006-03-05Replaced an assert and fixed batch mode issue in cardglue.Werner Koch1-0/+1
2005-12-20Finished PKA featureWerner Koch1-1/+2
2005-10-17exported subkeys are now merged into one output keyblockWerner Koch1-0/+1
2005-09-06The BELPIC card does now work.Werner Koch1-0/+1
2005-07-20* keylist.c (email_kludge): Reworked.Werner Koch1-1/+2
* certdump.c (gpgsm_print_serial, gpgsm_dump_serial): Cast printf arg to unsigned. * call-dirmngr.c (gpgsm_dirmngr_run_command): Ditto
2005-07-18* tdbio.c (open_db): Check for EROFS. Suggested by Bryce Nichols.Werner Koch1-0/+2
* ttyio.c (do_get): Move printing of the prompt after disabling echo. Suggested by Scott Worley.
2005-06-20* gpg.sgml: Document smartcard related options.Werner Koch1-0/+1
* g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
2005-05-31* agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link.Werner Koch1-0/+1
* 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-31Updated FSF street address and preparations for a release candidate.Werner Koch1-0/+1
2005-04-05Changes to make use of code taken from libassuan. This replaces theWerner Koch1-0/+1
old ad-hoc connection code to gpg-agent. We do need this for the forthcoming diversion of card code to an already running gpg-agent with card-support.
2005-03-03* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently usedWerner Koch1-1/+2
--ldflags instead of --cflags. Reported by Kazu Yamamoto. * Makefile.am (AM_CFLAGS): Added PTH_CFLAGS. Noted by Kazu Yamamoto. * Makefile.am (gpgsm_LDADD): Added PTH_LIBS. Noted by Kazu Yamamoto.
2005-02-03Updated to match the switch to the NSIS installer.Werner Koch1-0/+1
2005-01-17Make --without-included-zlib work asWerner Koch1-0/+1
expected. Reported by Norihiko Murase.
2004-12-20* seckey-cert.c (do_check): Handle case when checksum was okay butWerner Koch1-0/+1
passphrase still wrong. Roman Pavlik found such a case. * mpicoder.c (mpi_read_from_buffer): Don't abort in case of an invalid MPI but print a message and return NULL. Use log_info and not log_error.
2004-12-16Minor fixesV1-4-0Werner Koch1-5/+6
2004-12-06(fd_cache_strcmp): New. Use whenever we compareWerner Koch1-0/+1
filenames for the fd_cache. This is needed because the backslash is an alias for a slash under W32. Reported by Tobias Winkler.
2004-11-032004-11-03 Timo Schulz <[email protected]>Timo Schulz1-1/+1
* strgutil.c (w32_strerror): New. * ttyio.c (init_ttyfp, tty_printf, do_get): Use it here. * iobuf.c (fd_cache_open, file_filter): Likewise. (iobuf_seek, translate_file_handle): Likewise.
2004-10-13* configure.ac: Actually name the option --disable-finger and notWerner Koch1-0/+1
http. Add option --enable-selinux-support. * logger.c (g10_log_error_f, g10_log_fatal_f, g10_log_info_f) (g10_log_debug_f, print_prefix_f): Removed. * iobuf.c (iobuf_is_pipe_filename): New. (iobuf_get_fd): New.
2004-09-09(check_for_running_agent): New.Werner Koch1-2/+2
(main): The default action is now to check for an already running agent. (parse_rereadable_options): Set logfile only on reread. (main): Do not print the "is development version" note.
2004-07-27* configure.ac (AM_GNU_GETTEXT_VERSION): New.Werner Koch1-0/+1
(min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac.
2004-04-20* configure.ac: Remove the fopencookie test. We don't need theWerner Koch1-3/+3
dummy function because we conditionally use fopencookie, fpencookie or a replacement at place.
2004-01-12* configure.ac: Include stdio.h when checking for bzlib.h. Solaris 9 has aDavid Shaw1-0/+1
very old bzip2 library and we can at least guarantee that it won't fail because of the lack of stdio.h. * THANKS: Added Phong Nguyen, who found the Elgamal signing key problem.
2003-11-13(vasprintf): ARGS should not be a pointer. FixedWerner Koch1-0/+2
segv on Solaris. Reported by Andrew J. Schorr.
2003-08-29* AUTHORS, THANKS: Updates from stable.David Shaw1-1/+3
2003-07-10* THANKS: Updates from stable.David Shaw1-1/+3
* configure.ac: Include wsock32 in W32LIBS. This is different from NETLIBS so we don't need to force other platforms to pull in the netlibs when they aren't actually needed. * NEWS: Note portability changes.
2002-11-13* THANKS: Changes from stable branch.David Shaw1-0/+3
* configure.ac: Check for ctermid(). From Werner on stable branch. * configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT. From Werner on stable branch. * configure.ac (try_gettext): Remove special case for cygwin. This removes all the DOS specific macros and let Cygwin work like a real OS. Needs a couple of changes elsewhere but after all, GnuPG presents itself much more like a Posix program and can be used in a full Cygwin environment; e.g. used along with mutt. Changes suggested by Volker Quetschke. From Werner on stable branch. * acinclude.m4 (GNUPG_SYS_NM_PARSE): Allow for underscore in test symbols. Useful for Cygwin builds. (GNUPG_SYS_SYMBOL_UNDERSCORE): Don't hardwire to yes for Cygwin. From Werner on stable branch. * README: Add an installation note for Darwin 6.1. From Werner on stable branch.
2002-10-19Merged Top directory of NewPG with GnuPG.Werner Koch1-230/+1