Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2 | -6/+5 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2010-10-26 | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 3 | -183/+288 | |
2010-10-18 | Install the mo files on W32 platforms | Werner Koch | 1 | -0/+64 | |
2010-07-16 | Some work on porting dirmngr (unfinished) | Werner Koch | 1 | -1/+1 | |
Ported gpgtar to W32. | |||||
2010-06-11 | Add makefiles to build a w32 development package. | Werner Koch | 3 | -0/+316 | |
2009-01-08 | Update spanish translation. | Werner Koch | 1 | -0/+3 | |
Cleanups. Allow utf-8 in email addresses. | |||||
2008-12-10 | fix a gpgconf default. Cosmetic changes. | Werner Koch | 1 | -2/+7 | |
2008-02-15 | Preparing a test release | Werner Koch | 1 | -25/+77 | |
2007-12-14 | Preparing a release candidate.gnupg-2.0.8rc1 | Werner Koch | 3 | -11/+23 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 8 | -72/+104 | |
Removed intl/. | |||||
2007-05-07 | Upgraded gettext. | Werner Koch | 8 | -731/+1350 | |
Fixed accidental dependency on libgcrypt 1.3.0. | |||||
2007-05-04 | Updated to automake 1.10. | Werner Koch | 2 | -2933/+4803 | |
Use latest texinfo.tex. Typo and grammar fix. | |||||
2007-04-13 | g10/ and sm/ | Werner Koch | 2 | -0/+83 | |
* 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. | |||||
2006-11-21 | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 1 | -64/+130 | |
good chance that gpg2 will now work. Other cleanups. Updated gettext. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 2 | -2/+4 | |
2006-04-03 | post release updates | Werner Koch | 2 | -1/+5 | |
2006-04-03 | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 2 | -9/+15 | |
2006-03-09 | Updatedgnupg-1.4.3rc2 | Werner Koch | 3 | -68/+108 | |
2006-03-06 | Fixed problem with PGP2 style signatures and mutilple plaintext data | Werner Koch | 2 | -6/+11 | |
2006-02-14 | about to release 1.4.3rc1gnupg-1.4.3rc1 | Werner Koch | 4 | -2/+7 | |
2005-12-08 | Made strings translatable. Minor fixes. | Werner Koch | 1 | -1/+1 | |
2005-10-03 | 2005-10-02 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -6/+4 | |
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS. scripts/ 2005-10-02 Marcus Brinkmann <[email protected]> * autogen.sh (DIE): Remove ugly hack for po dir suppression. | |||||
2005-08-22 | * gnupg.spec.in: Distribute gpg-zip. | David Shaw | 2 | -0/+8 | |
2005-07-26 | Preparing a release | Werner Koch | 1 | -13/+5 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 9 | -288/+394 | |
2005-04-23 | * gnupg.spec.in: No longer any need to override libexecdir. The | David Shaw | 2 | -1/+10 | |
makefiles now calculate this correctly internally. | |||||
2005-04-05 | Typo fixes | Werner Koch | 2 | -4/+4 | |
2005-03-30 | * w32installer.nsi: Allow including of WINPT source. Include | Werner Koch | 4 | -15/+112 | |
libiconv source. * mk-w32-dist: Add code to detect presence of source. Calculate a build number; add option --build-number to overide. | |||||
2005-03-14 | * card-util.c (card_status): Use isotimestamp and not the | Werner Koch | 2 | -0/+41 | |
localized asctimestamp to match the timezone used in the key information. * miscutil.c (isotimestamp): New. | |||||
2005-03-14 | * cardglue.c (pin_cb): Disable debug output. | Werner Koch | 3 | -23/+96 | |
* mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries. | |||||
2005-03-07 | * primegen.c (is_prime): Free A2. Noted by [email protected]. | Werner Koch | 1 | -2/+3 | |
Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though. | |||||
2005-02-17 | * gnupg.spec.in: Fix problem with storing the gpgkeys helpers in | David Shaw | 2 | -3/+12 | |
libexec, but calling them in libexec/gnupg. | |||||
2005-02-16 | * card-util.c (fetch_url): Fetch the key from the default | Werner Koch | 1 | -24/+46 | |
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages. | |||||
2005-02-16 | * w32installer.nsi: Added page to select the language. | Werner Koch | 3 | -47/+167 | |
* mk-w32-dist: Create the opt.ini using the available languages. | |||||
2005-02-03 | Last changes for W32RC-1-4-1rc1 | Werner Koch | 3 | -4/+20 | |
2005-01-26 | * w32installer.nsi: Create a start menu entry and enhanced the | Werner Koch | 4 | -23/+224 | |
build environment. * mk-w32-dist: Add more support for above. | |||||
2005-01-20 | Minor changes | Werner Koch | 1 | -0/+142 | |
2005-01-20 | * g10.c (i18n_init) [W32]: Pass registry key to gettext | Werner Koch | 2 | -68/+132 | |
initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY. | |||||
2005-01-17 | Same for | Werner Koch | 2 | -3/+62 | |
--without-included-regex. | |||||
2005-01-11 | * w32installer.nsi: New. | Werner Koch | 3 | -7/+269 | |
* mk-w32-dist: Append ".txt" to some files. Call makensis if available. | |||||
2004-12-21 | * autogen.sh: automake needs --add-missing for conditional CPPFLAGS build | David Shaw | 2 | -2/+7 | |
in keyserver/Makefile.am. | |||||
2004-12-14 | Prepared for last 1.4 release candidate | Werner Koch | 4 | -310/+438 | |
2004-12-07 | *** empty log message *** | Werner Koch | 2 | -1/+5 | |
2004-10-28 | About to release 1.3.92 | Werner Koch | 1 | -1/+1 | |
2004-10-27 | * dynload.h: Always use it for _WIN32. | Werner Koch | 2 | -31/+35 | |
* LINGUAS: Better don't have comments in this file. * mk-w32-dist: Use utf-8 encoding for all MO files. * simple-gettext.c: Removed windows.h. (get_string): On the fly translation from utf-8 to active character set. * strgutil.c (load_libiconv) [_WIN32]: new. (set_native_charset) [_WIN32]: Call it here and autodetect the used code page. (native_to_utf8, utf8_to_native): Reverted arguments for iconv_open. (handle_iconv_error): Made this function match iconv_open argumnet ordering. (utf8_to_native): Disable all quoting for DELIM == -1. | |||||
2004-10-26 | Detect the Debian mingw32 package. | Werner Koch | 3 | -23/+53 | |
2004-10-18 | More fixups to help Debian's install-info. | Werner Koch | 2 | -4/+23 | |
2004-10-15 | Fix up the @setfilename lines. | Werner Koch | 2 | -26/+18 | |
2004-10-01 | * mk-w32-dist: Updated from stable branch. | Werner Koch | 9 | -397/+651 | |
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded. | |||||
2004-09-30 | Preparing a new release. Updated gettext | Werner Koch | 4 | -570/+438 | |