Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix potential heap corruption in "gpg -v --version" | Werner Koch | 2012-12-15 | 1 | -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 Koch | 2010-10-27 | 1 | -0/+1 |
| | |||||
* | About to do a new release | Werner Koch | 2006-06-25 | 1 | -0/+2 |
| | |||||
* | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 2006-04-03 | 1 | -0/+1 |
| | |||||
* | Replaced an assert and fixed batch mode issue in cardglue. | Werner Koch | 2006-03-05 | 1 | -0/+1 |
| | |||||
* | Finished PKA feature | Werner Koch | 2005-12-20 | 1 | -1/+2 |
| | |||||
* | exported subkeys are now merged into one output keyblock | Werner Koch | 2005-10-17 | 1 | -0/+1 |
| | |||||
* | * tdbio.c (open_db): Check for EROFS. Suggested by Bryce Nichols. | Werner Koch | 2005-07-18 | 1 | -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 Koch | 2005-06-20 | 1 | -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 Koch | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | Changes to make use of code taken from libassuan. This replaces the | Werner Koch | 2005-04-05 | 1 | -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 Koch | 2005-02-03 | 1 | -0/+1 |
| | |||||
* | Make --without-included-zlib work as | Werner Koch | 2005-01-17 | 1 | -0/+1 |
| | | | | | expected. Reported by Norihiko Murase. | ||||
* | * seckey-cert.c (do_check): Handle case when checksum was okay but | Werner Koch | 2004-12-20 | 1 | -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-0 | Werner Koch | 2004-12-16 | 1 | -5/+6 |
| | |||||
* | (fd_cache_strcmp): New. Use whenever we compare | Werner Koch | 2004-12-06 | 1 | -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 Schulz | 2004-11-03 | 1 | -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 not | Werner Koch | 2004-10-13 | 1 | -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 Koch | 2004-07-27 | 1 | -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 a | David Shaw | 2004-01-12 | 1 | -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 Shaw | 2003-08-29 | 1 | -1/+3 |
| | |||||
* | * THANKS: Updates from stable. | David Shaw | 2003-07-10 | 1 | -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 Shaw | 2002-11-13 | 1 | -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 for | Werner Koch | 2002-10-12 | 1 | -0/+1 |
| | | | | | NetBSD. Reported by Christian Biere. | ||||
* | * THANKS: Remove duplicate. | David Shaw | 2002-09-24 | 1 | -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 Koch | 2002-09-10 | 1 | -1/+3 |
| | |||||
* | * configure.ac (random_modules): Reworked the code to select the | Werner Koch | 2002-08-30 | 1 | -0/+1 |
| | | | | | random module. Define USE_ALL_RANDOM_MODULES for value all. | ||||
* | Include intl/ in the CVS again; otherwise we are not able to | Werner Koch | 2002-08-23 | 1 | -0/+1 |
| | | | | | | re-recreate a distribution from CVS. Some minor other fixes. | ||||
* | The big extension module removal. | Werner Koch | 2002-08-03 | 1 | -0/+1 |
| | |||||
* | Add another item to the NEWS file. | Werner Koch | 2002-08-02 | 1 | -0/+1 |
| | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -6/+117 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner Koch | Werner Koch | 1999-10-28 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -98/+101 |
| | |||||
* | See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner Koch | Werner Koch | 1999-09-15 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner Koch | Werner Koch | 1999-09-06 | 1 | -0/+3 |
| | |||||
* | See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch | Werner Koch | 1999-08-30 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch | Werner Koch | 1999-07-26 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9 | Werner Koch | 1999-07-23 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner Koch | Werner Koch | 1999-07-13 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1999-06-15 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch | Werner Koch | 1999-05-17 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch | Werner Koch | 1999-05-06 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Tue May 4 15:49:29 CEST 1999 Werner Koch | Werner Koch | 1999-05-04 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1999-04-18 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri Feb 26 17:55:41 CET 1999 Werner Koch | Werner Koch | 1999-02-26 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Wed Feb 24 11:07:27 CET 1999 Werner Koch | Werner Koch | 1999-02-24 | 1 | -1/+3 |
| | |||||
* | See ChangeLog: Mon Feb 22 20:04:00 CET 1999 Werner Koch | Werner Koch | 1999-02-22 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner Koch | Werner Koch | 1999-02-13 | 1 | -0/+1 |
| |