Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 2012-06-05 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | 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 | -15/+15 |
| | | | | | | | | 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. | ||||
* | Whole lot of changes to support CE. | Werner Koch | 2010-04-14 | 1 | -6/+1 |
| | |||||
* | Use gpg_err_set_errno to assign values to ERRNO. | Werner Koch | 2010-04-01 | 1 | -4/+4 |
| | |||||
* | Removed almost al dup calls. | Werner Koch | 2010-03-08 | 1 | -8/+3 |
| | |||||
* | Use macros for iobuf ioctls. | Werner Koch | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Implement the server comamnd DECRYPT. | Werner Koch | 2009-10-02 | 1 | -9/+9 |
| | | | | | | | Use int instead of gnupg_fd_t in the server. Comment fixes. Rename encr-data.c -> decrypt-data.c | ||||
* | Some changes to suport g13. | Werner Koch | 2009-09-30 | 1 | -116/+140 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | More W32 related changes | Werner Koch | 2007-06-26 | 1 | -29/+27 |
| | |||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -1/+4 |
| | | | | | See the ChangeLogs for details. | ||||
* | Preparing 2.0.4gnupg-2.0.4 | Werner Koch | 2007-05-09 | 1 | -2/+2 |
| | |||||
* | Upgraded gettext. | Werner Koch | 2007-05-07 | 1 | -2/+12 |
| | | | | | Fixed accidental dependency on libgcrypt 1.3.0. | ||||
* | Doc fix. | Werner Koch | 2006-12-08 | 1 | -2/+2 |
| | | | | | Don't let gpg2 fail if the option skeleton file is missing | ||||
* | * openfile.c (ask_outfile_name): Fixed buffer overflow occurring | Werner Koch | 2006-11-27 | 1 | -34/+36 |
| | | | | | | if make_printable_string returns a longer string. Fixes bug 728. | ||||
* | Take advantage of newer gpg-error features. | Werner Koch | 2006-09-14 | 1 | -2/+2 |
| | |||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -40/+73 |
| | | | | | The gpg part does not yet build. | ||||
* | 2004-09-11 Moritz Schulte <[email protected]> | Moritz Schulte | 2004-09-11 | 1 | -1/+1 |
| | | | | | * openfile.c (copy_options_file): Fixed last commit (added a `+'). | ||||
* | Better take the length of SKELEXT into account | Werner Koch | 2004-08-31 | 1 | -1/+2 |
| | |||||
* | * openfile.c (copy_options_file): Use gpg-conf.skel | Werner Koch | 2004-08-31 | 1 | -1/+1 |
| | | | | | * Makefile.am: Install options.skel as gpg-conf.skel. | ||||
* | * gpgv.c: Removed g10defs.h. | Werner Koch | 2004-02-12 | 1 | -1/+1 |
| | | | | | * Makefile.am: Include cmacros.am for common flags. | ||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -25/+27 |
| | | | | | | | | | | | 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/+389 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -362/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Cleanups and minor fixes. | Werner Koch | 2002-09-10 | 1 | -3/+3 |
| | |||||
* | * options.skel: Some language tweaks, and remove the load-extension | David Shaw | 2002-08-09 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | section for random gatherers. * keyring.c (create_tmp_file, rename_tmp_file): Create tmp files with user-only permissions, but restore the original permissions if the user has something special set. * openfile.c (copy_options_file): Create new options file (gpg.conf) with user-only permissions. * keydb.c (keydb_add_resource): Create new keyrings with user-only permissions. | ||||
* | use of EXTSEP_S | Stefan Bellon | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | * g10.c (main): Try to use "gpg.conf" as default option file. | Werner Koch | 2002-08-06 | 1 | -3/+3 |
| | | | | | * openfile.c (copy_options_file): Changed name of created file. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -47/+55 |
| | |||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -2/+30 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -6/+31 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -16/+16 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -11/+37 |
| | |||||
* | See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner Koch | Werner Koch | 1999-07-12 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1999-07-01 | 1 | -0/+38 |
| | |||||
* | See ChangeLog: Tue Jun 1 16:01:46 CEST 1999 Werner Koch | Werner Koch | 1999-06-01 | 1 | -0/+32 |
| | |||||
* | See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner Koch | Werner Koch | 1999-05-23 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1999-05-22 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner Koch | Werner Koch | 1999-05-19 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Thu Feb 25 18:47:39 CET 1999 Werner Koch | Werner Koch | 1999-02-25 | 1 | -1/+6 |
| | |||||
* | See ChangeLog: Sun Jan 24 18:16:26 CET 1999 Werner Koch | Werner Koch | 1999-01-24 | 1 | -1/+12 |
| | |||||
* | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1998-12-29 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner Koch | Werner Koch | 1998-11-27 | 1 | -1/+1 |
| | |||||
* | some random changes | Werner Koch | 1998-10-25 | 1 | -5/+49 |
| | |||||
* | bug fix releaseV0-3-4 | Werner Koch | 1998-08-11 | 1 | -7/+14 |
| | |||||
* | ready for a new release | Werner Koch | 1998-08-08 | 1 | -37/+18 |
| | |||||
* | sync | Werner Koch | 1998-07-14 | 1 | -0/+2 |
| | |||||
* | applied Mathews typo and grammar fixes | Werner Koch | 1998-04-14 | 1 | -1/+1 |
| |