aboutsummaryrefslogtreecommitdiffstats
path: root/THANKS (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-15Fix potential heap corruption in "gpg -v --version"Werner Koch1-4/+5
* g10/gpg.c (build_list): Rewrite to cope with buffer overflow in certain locales. * util/membuf.c (put_membuf_str): New. (get_membuf): Make LEN optional. -- This fixes an obvious bug in locales where the translated string is longer than the original. The bug could be exhibited by using LANG=ru_RU.utf8 gpg -v --version. En passant we also removed the trailing white space on continued lines. Reported-by: Dmitry V. Levin" <ldv at altlinux.org>
2010-10-27Detect unsigned time_t and adjust y2038 detection.Werner Koch1-0/+1
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-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-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-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-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-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-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-12* configure.ac (NAME_OF_DEV_URANDOM): Use /dev/urandom forWerner Koch1-0/+1
NetBSD. Reported by Christian Biere.
2002-09-24* THANKS: Remove duplicate.David Shaw1-1/+0
* NEWS: Bring in cosmetic changes from stable branch. * configure.ac: Figure out whether the LDAP library supports ldap_get_option, ld_errno, or neither.
2002-09-10typo fixes and new credits.Werner Koch1-1/+3
2002-08-30* configure.ac (random_modules): Reworked the code to select theWerner Koch1-0/+1
random module. Define USE_ALL_RANDOM_MODULES for value all.
2002-08-23Include intl/ in the CVS again; otherwise we are not able toWerner Koch1-0/+1
re-recreate a distribution from CVS. Some minor other fixes.
2002-08-03The big extension module removal.Werner Koch1-0/+1
2002-08-02Add another item to the NEWS file.Werner Koch1-0/+1
2002-06-29Update head to match stable 1.0David Shaw1-6/+117
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-2/+2
1999-10-28See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner KochWerner Koch1-1/+1
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1-98/+101
1999-09-15See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner KochWerner Koch1-0/+1
1999-09-15See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1Werner Koch1-1/+1
1999-09-06See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner KochWerner Koch1-0/+3
1999-08-30See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner KochWerner Koch1-0/+2
1999-07-26See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner KochWerner Koch1-0/+1
1999-07-23See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9Werner Koch1-1/+1
1999-07-13See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner KochWerner Koch1-1/+2
1999-06-15See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner KochWerner Koch1-0/+1
1999-05-17See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner KochWerner Koch1-1/+2
1999-05-06See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner KochWerner Koch1-0/+1
1999-05-04See ChangeLog: Tue May 4 15:49:29 CEST 1999 Werner KochWerner Koch1-1/+1
1999-04-18See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1-0/+1
1999-02-26See ChangeLog: Fri Feb 26 17:55:41 CET 1999 Werner KochWerner Koch1-0/+1
1999-02-24See ChangeLog: Wed Feb 24 11:07:27 CET 1999 Werner KochWerner Koch1-1/+3
1999-02-22See ChangeLog: Mon Feb 22 20:04:00 CET 1999 Werner KochWerner Koch1-0/+1
1999-02-13See ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner KochWerner Koch1-0/+1