aboutsummaryrefslogtreecommitdiffstats
path: root/THANKS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential heap corruption in "gpg -v --version"Werner Koch2012-12-151-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>
* Detect unsigned time_t and adjust y2038 detection.Werner Koch2010-10-271-0/+1
|
* About to do a new releaseWerner Koch2006-06-251-0/+2
|
* About to release 1.4.3gnupg-1.4.3Werner Koch2006-04-031-0/+1
|
* Replaced an assert and fixed batch mode issue in cardglue.Werner Koch2006-03-051-0/+1
|
* Finished PKA featureWerner Koch2005-12-201-1/+2
|
* exported subkeys are now merged into one output keyblockWerner Koch2005-10-171-0/+1
|
* * tdbio.c (open_db): Check for EROFS. Suggested by Bryce Nichols.Werner Koch2005-07-181-0/+2
| | | | | | * ttyio.c (do_get): Move printing of the prompt after disabling echo. Suggested by Scott Worley.
* * gpg.sgml: Document smartcard related options.Werner Koch2005-06-201-0/+1
| | | | | | * g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-0/+1
|
* Changes to make use of code taken from libassuan. This replaces theWerner Koch2005-04-051-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.
* Updated to match the switch to the NSIS installer.Werner Koch2005-02-031-0/+1
|
* Make --without-included-zlib work asWerner Koch2005-01-171-0/+1
| | | | | expected. Reported by Norihiko Murase.
* * seckey-cert.c (do_check): Handle case when checksum was okay butWerner Koch2004-12-201-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.
* Minor fixesV1-4-0Werner Koch2004-12-161-5/+6
|
* (fd_cache_strcmp): New. Use whenever we compareWerner Koch2004-12-061-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-03 Timo Schulz <[email protected]>Timo Schulz2004-11-031-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.
* * configure.ac: Actually name the option --disable-finger and notWerner Koch2004-10-131-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.
* * configure.ac (AM_GNU_GETTEXT_VERSION): New.Werner Koch2004-07-271-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.
* * configure.ac: Include stdio.h when checking for bzlib.h. Solaris 9 has aDavid Shaw2004-01-121-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.
* * AUTHORS, THANKS: Updates from stable.David Shaw2003-08-291-1/+3
|
* * THANKS: Updates from stable.David Shaw2003-07-101-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.
* * THANKS: Changes from stable branch.David Shaw2002-11-131-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.
* * configure.ac (NAME_OF_DEV_URANDOM): Use /dev/urandom forWerner Koch2002-10-121-0/+1
| | | | | NetBSD. Reported by Christian Biere.
* * THANKS: Remove duplicate.David Shaw2002-09-241-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.
* typo fixes and new credits.Werner Koch2002-09-101-1/+3
|
* * configure.ac (random_modules): Reworked the code to select theWerner Koch2002-08-301-0/+1
| | | | | random module. Define USE_ALL_RANDOM_MODULES for value all.
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-231-0/+1
| | | | | | re-recreate a distribution from CVS. Some minor other fixes.
* The big extension module removal.Werner Koch2002-08-031-0/+1
|
* Add another item to the NEWS file.Werner Koch2002-08-021-0/+1
|
* Update head to match stable 1.0David Shaw2002-06-291-6/+117
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-2/+2
|
* See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner KochWerner Koch1999-10-281-1/+1
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-98/+101
|
* See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner KochWerner Koch1999-09-151-0/+1
|
* See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1Werner Koch1999-09-151-1/+1
|
* See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner KochWerner Koch1999-09-061-0/+3
|
* See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner KochWerner Koch1999-08-301-0/+2
|
* See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner KochWerner Koch1999-07-261-0/+1
|
* See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9Werner Koch1999-07-231-1/+1
|
* See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner KochWerner Koch1999-07-131-1/+2
|
* See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner KochWerner Koch1999-06-151-0/+1
|
* See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner KochWerner Koch1999-05-171-1/+2
|
* See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner KochWerner Koch1999-05-061-0/+1
|
* See ChangeLog: Tue May 4 15:49:29 CEST 1999 Werner KochWerner Koch1999-05-041-1/+1
|
* See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1999-04-181-0/+1
|
* See ChangeLog: Fri Feb 26 17:55:41 CET 1999 Werner KochWerner Koch1999-02-261-0/+1
|
* See ChangeLog: Wed Feb 24 11:07:27 CET 1999 Werner KochWerner Koch1999-02-241-1/+3
|
* See ChangeLog: Mon Feb 22 20:04:00 CET 1999 Werner KochWerner Koch1999-02-221-0/+1
|
* See ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner KochWerner Koch1999-02-131-0/+1
|