Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gpg: Replace remaining old error code macros by GPG_ERR_. | Werner Koch | 2015-01-22 | 1 | -2/+2 |
| | | | | | | | | | * 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]> | ||||
* | gpg: Make the use of "--verify FILE" for detached sigs harder. | Werner Koch | 2014-11-13 | 1 | -13/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * g10/openfile.c (open_sigfile): Factor some code out to ... (get_matching_datafile): new function. * g10/plaintext.c (hash_datafiles): Do not try to find matching file in batch mode. * g10/mainproc.c (check_sig_and_print): Print a warning if a possibly matching data file is not used by a standard signatures. -- Allowing to use the abbreviated form for detached signatures is a long standing bug which has only been noticed by the public with the release of 2.1.0. :-( What we do is to remove the ability to check detached signature in --batch using the one file abbreviated mode. This should exhibit problems in scripts which use this insecure practice. We also print a warning if a matching data file exists but was not considered because the detached signature was actually a standard signature: gpgv: Good signature from "Werner Koch (dist sig)" gpgv: WARNING: not a detached signature; \ file 'gnupg-2.1.0.tar.bz2' was NOT verified! We can only print a warning because it is possible that a standard signature is indeed to be verified but by coincidence a file with a matching name is stored alongside the standard signature. Reported-by: Simon Nicolussi (to gnupg-users on Nov 7) Signed-off-by: Werner Koch <[email protected]> | ||||
* | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 2012-06-05 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -6/+6 |
| | | | | | | | | 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. | ||||
* | Change stack size for Wince. | Werner Koch | 2010-11-23 | 1 | -66/+81 |
| | | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream. | ||||
* | Add unfinished gpgtar. | Werner Koch | 2010-06-07 | 1 | -1/+9 |
| | | | | | Collected changes and ports of bug fixes from stable. | ||||
* | Use gpg_err_set_errno to assign values to ERRNO. | Werner Koch | 2010-04-01 | 1 | -4/+4 |
| | |||||
* | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 2010-03-15 | 1 | -1/+2 |
| | | | | | stdio. | ||||
* | Removed almost al dup calls. | Werner Koch | 2010-03-08 | 1 | -4/+5 |
| | |||||
* | Implement the server comamnd DECRYPT. | Werner Koch | 2009-10-02 | 1 | -8/+24 |
| | | | | | | | Use int instead of gnupg_fd_t in the server. Comment fixes. Rename encr-data.c -> decrypt-data.c | ||||
* | Re-indented. | Werner Koch | 2009-10-01 | 1 | -460/+509 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -3/+4 |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | ||||
* | Add extra flushs | Werner Koch | 2007-03-08 | 1 | -1/+12 |
| | |||||
* | Started to code a --server mode. | Werner Koch | 2006-12-21 | 1 | -0/+36 |
| | | | | | It is far from being ready! | ||||
* | Fixes for CVE-2006-6235 | Werner Koch | 2006-12-06 | 1 | -5/+14 |
| | |||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -2/+2 |
| | |||||
* | Take advantage of newer gpg-error features. | Werner Koch | 2006-09-14 | 1 | -12/+12 |
| | |||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -8/+10 |
| | |||||
* | Merged recent changes from 1.4 | Werner Koch | 2006-04-28 | 1 | -7/+48 |
| | |||||
* | Still merging 1.4.3 code back | Werner Koch | 2006-04-21 | 1 | -18/+21 |
| | |||||
* | Continued with merging. | Werner Koch | 2006-04-19 | 1 | -15/+19 |
| | | | | | Still does not build. | ||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -93/+184 |
| | | | | | The gpg part does not yet build. | ||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -54/+66 |
| | | | | | | | | | | | 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. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-06-05 | 1 | -0/+446 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -418/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -62/+73 |
| | |||||
* | See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner Koch | Werner Koch | 2000-07-28 | 1 | -0/+7 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -5/+11 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -14/+14 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -12/+12 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -21/+21 |
| | |||||
* | See ChangeLog: Fri Sep 3 10:06:06 CEST 1999 Werner KochV0-9-11 | Werner Koch | 1999-09-03 | 1 | -42/+50 |
| | |||||
* | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1999-08-31 | 1 | -18/+29 |
| | |||||
* | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1999-07-01 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Tue Jun 1 16:01:46 CEST 1999 Werner Koch | Werner Koch | 1999-06-01 | 1 | -4/+11 |
| | |||||
* | See ChangeLog: Mon May 31 19:41:10 CEST 1999 Werner Koch | Werner Koch | 1999-05-31 | 1 | -26/+77 |
| | |||||
* | See ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner Koch | Werner Koch | 1999-05-19 | 1 | -6/+16 |
| | |||||
* | See ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner Koch | Werner Koch | 1999-01-20 | 1 | -3/+45 |
| | |||||
* | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1999-01-16 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Sat Jan 9 16:02:23 CET 1999 Werner Koch | Werner Koch | 1999-01-09 | 1 | -56/+5 |
| | |||||
* | See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch | Werner Koch | 1999-01-07 | 1 | -4/+5 |
| | |||||
* | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1998-12-29 | 1 | -6/+6 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Thu Dec 17 18:31:15 CET 1998 Werner Koch | Werner Koch | 1998-12-17 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner Koch | Werner Koch | 1998-11-27 | 1 | -2/+2 |
| | |||||
* | Some bug fixes of the last release | Werner Koch | 1998-11-10 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-29 | 1 | -0/+4 |
| | |||||
* | New release | Werner Koch | 1998-09-14 | 1 | -2/+2 |
| | |||||
* | ready for a new release | Werner Koch | 1998-08-08 | 1 | -5/+6 |
| |