aboutsummaryrefslogtreecommitdiffstats
path: root/g10/openfile.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-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-wsWerner Koch2011-02-041-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 Koch2010-04-141-6/+1
|
* Use gpg_err_set_errno to assign values to ERRNO.Werner Koch2010-04-011-4/+4
|
* Removed almost al dup calls.Werner Koch2010-03-081-8/+3
|
* Use macros for iobuf ioctls. Werner Koch2010-03-081-1/+1
|
* Implement the server comamnd DECRYPT.Werner Koch2009-10-021-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 Koch2009-09-301-116/+140
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-261-29/+27
|
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-1/+4
| | | | | See the ChangeLogs for details.
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-091-2/+2
|
* Upgraded gettext.Werner Koch2007-05-071-2/+12
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* Doc fix.Werner Koch2006-12-081-2/+2
| | | | | Don't let gpg2 fail if the option skeleton file is missing
* * openfile.c (ask_outfile_name): Fixed buffer overflow occurringWerner Koch2006-11-271-34/+36
| | | | | | if make_printable_string returns a longer string. Fixes bug 728.
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-2/+2
|
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-40/+73
| | | | | The gpg part does not yet build.
* 2004-09-11 Moritz Schulte <[email protected]>Moritz Schulte2004-09-111-1/+1
| | | | | * openfile.c (copy_options_file): Fixed last commit (added a `+').
* Better take the length of SKELEXT into accountWerner Koch2004-08-311-1/+2
|
* * openfile.c (copy_options_file): Use gpg-conf.skelWerner Koch2004-08-311-1/+1
| | | | | * Makefile.am: Install options.skel as gpg-conf.skel.
* * gpgv.c: Removed g10defs.h.Werner Koch2004-02-121-1/+1
| | | | | * Makefile.am: Include cmacros.am for common flags.
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-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 branchRepo Admin2003-06-051-0/+389
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-362/+0
| | | | 'GNUPG-1-9-BRANCH'.
* Cleanups and minor fixes.Werner Koch2002-09-101-3/+3
|
* * options.skel: Some language tweaks, and remove the load-extensionDavid Shaw2002-08-091-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_SStefan Bellon2002-08-061-1/+1
|
* * g10.c (main): Try to use "gpg.conf" as default option file.Werner Koch2002-08-061-3/+3
| | | | | * openfile.c (copy_options_file): Changed name of created file.
* Update head to match stable 1.0David Shaw2002-06-291-47/+55
|
* See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2000-09-181-2/+30
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-6/+31
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-3/+3
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-16/+16
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-11/+37
|
* See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner KochWerner Koch1999-07-121-1/+1
|
* See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner KochWerner Koch1999-07-011-0/+38
|
* See ChangeLog: Tue Jun 1 16:01:46 CEST 1999 Werner KochWerner Koch1999-06-011-0/+32
|
* See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner KochWerner Koch1999-05-231-2/+2
|
* See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner KochWerner Koch1999-05-221-1/+1
|
* See ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner KochWerner Koch1999-05-191-0/+2
|
* See ChangeLog: Thu Feb 25 18:47:39 CET 1999 Werner KochWerner Koch1999-02-251-1/+6
|
* See ChangeLog: Sun Jan 24 18:16:26 CET 1999 Werner KochWerner Koch1999-01-241-1/+12
|
* See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner KochWerner Koch1998-12-291-3/+3
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-3/+3
|
* See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner KochWerner Koch1998-11-271-1/+1
|
* some random changesWerner Koch1998-10-251-5/+49
|
* bug fix releaseV0-3-4Werner Koch1998-08-111-7/+14
|
* ready for a new releaseWerner Koch1998-08-081-37/+18
|
* syncWerner Koch1998-07-141-0/+2
|
* applied Mathews typo and grammar fixesWerner Koch1998-04-141-1/+1
|