Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-04-28 | Spelling fixes in docs and comments. | NIIBE Yutaka | 1 | -1/+1 | |
-- In addition, fix trailing spaces in tests/inittests. GnuPG-bug-id: 3121 Reported-by: ka7 (klemens) Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2017-03-07 | Remove -I option to common. | NIIBE Yutaka | 1 | -6/+5 | |
* dirmngr/Makefile.am (AM_CPPFLAGS): Remove -I$(top_srcdir)/common. * g10/Makefile.am (AM_CPPFLAGS): Ditto. * g13/Makefile.am (AM_CPPFLAGS): Ditto. * kbx/Makefile.am (AM_CPPFLAGS): Ditto. * scd/Makefile.am (AM_CPPFLAGS): Ditto. * sm/Makefile.am (AM_CPPFLAGS): Ditto. * tools/Makefile.am (AM_CPPFLAGS): Ditto. * Throughout: Follow the change. Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 | |
-- | |||||
2016-04-29 | gpg: Remove all assert.h and s/assert/log_assert/. | Werner Koch | 1 | -1/+0 | |
Signed-off-by: Werner Koch <[email protected]> | |||||
2015-01-22 | gpg: Replace remaining old error code macros by GPG_ERR_. | Werner Koch | 1 | -2/+3 | |
* g10/gpg.h (g10_errstr): Remove macro and change all occurrences by gpg_strerror. (G10ERR_): Remove all macros and change all occurrences by their GPG_ERR_ counterparts. Signed-off-by: Werner Koch <[email protected]> | |||||
2012-06-05 | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 1 | -2/+2 | |
The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command. | |||||
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -5/+4 | |
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-20 | Enable i18n for W32. | Werner Koch | 1 | -1/+1 | |
2010-10-01 | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 1 | -8/+8 | |
A couple of forward ported changes. Doc updates. | |||||
2010-04-01 | Use gpg_err_set_errno to assign values to ERRNO. | Werner Koch | 1 | -2/+2 | |
2010-03-08 | Removed almost al dup calls. | Werner Koch | 1 | -10/+9 | |
2010-03-08 | Use macros for iobuf ioctls. | Werner Koch | 1 | -1/+1 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -0/+3 | |
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 1 | -1/+1 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-05-03 | * packet.h, mainproc.c (reset_literals_seen): New function to reset | David Shaw | 1 | -1/+4 | |
the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together). | |||||
2007-01-31 | Fix NULL pointer dereferencegnupg-2.0.2 | Werner Koch | 1 | -1/+1 | |
2006-12-21 | Started to code a --server mode. | Werner Koch | 1 | -14/+69 | |
It is far from being ready! | |||||
2006-12-06 | Fixes for CVE-2006-6235 | Werner Koch | 1 | -11/+19 | |
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -1/+1 | |
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 1 | -2/+2 | |
2006-07-31 | Fixed bug 479. Not a real good fix but a reliable one which limits possible | Werner Koch | 1 | -1/+4 | |
breakage of other partys of the code. | |||||
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -13/+27 | |
The gpg part does not yet build. | |||||
2006-02-14 | Fixed a wrong return code with gpg --verify | Werner Koch | 1 | -1/+1 | |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -2/+2 | |
2005-07-22 | * gpg.sgml (http): | Werner Koch | 1 | -0/+2 | |
* g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2004-10-13 | Added SELInux hacks and did some cleanups. | Werner Koch | 1 | -0/+12 | |
2004-05-23 | * verify.c (verify_signatures): Verify multiple files in the same order in | David Shaw | 1 | -2/+2 | |
which we hashed them when issuing the signature. Noted by Nicholas Cole. * pkclist.c (do_edit_ownertrust): Fix a kbnode leak and do another keyid-format conversion. | |||||
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -9/+13 | |
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | |||||
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+193 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-04-15 | * Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS. | Werner Koch | 1 | -0/+4 | |
* g10.c, options.h: New option --enable-progress-filter. * progress.c (handle_progress): Make use of it. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -189/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -9/+34 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -7/+84 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-04-26 | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1998-12-29 | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1 | -1/+1 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-07-14 | sync | Werner Koch | 1 | -1/+1 | |
1998-04-14 | applied Mathews typo and grammar fixes | Werner Koch | 1 | -2/+2 | |
1998-03-09 | partial DSA support | Werner Koch | 1 | -0/+87 | |