Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-09-11 | 2004-09-11 Moritz Schulte <[email protected]> | Moritz Schulte | 1 | -1/+1 | |
* openfile.c (copy_options_file): Fixed last commit (added a `+'). | |||||
2004-08-31 | Better take the length of SKELEXT into account | Werner Koch | 1 | -1/+2 | |
2004-08-31 | * openfile.c (copy_options_file): Use gpg-conf.skel | Werner Koch | 1 | -1/+1 | |
* Makefile.am: Install options.skel as gpg-conf.skel. | |||||
2004-02-12 | * gpgv.c: Removed g10defs.h. | Werner Koch | 1 | -1/+1 | |
* Makefile.am: Include cmacros.am for common flags. | |||||
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 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. | |||||
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+389 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-05-26 | * getkey.c (premerge_public_with_secret): Made "no secret subkey for" | David Shaw | 1 | -2/+1 | |
warning a verbose item and translatable. (From wk on stable branch) * sig-check.c (check_key_signature2): Made "no subkey for subkey binding packet" a verbose item instead of a !quiet one. There are too many garbled keys out in the wild. (From wk on stable branch) * filter.h: Remove const from WHAT. (From wk on stable branch) * progress.c (handle_progress): Store a copy of NAME. (progress_filter): Release WHAT, make sure not to print a NULL WHAT. (From wk on stable branch) * openfile.c (open_sigfile): Adjust free for new progress semantics. (From wk on stable branch) * plaintext.c (ask_for_detached_datafile): Don't dealloc pfx->WHAT. (From wk on stable branch) * seckey-cert.c (do_check): Issue the RSA_OR_IDEA status when the cipher algo is IDEA to make it easier to track down the problem. (From twoaday on stable branch) | |||||
2003-05-24 | * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, | David Shaw | 1 | -6/+6 | |
getkey.c, keydb.c, openfile.c, plaintext.c, status.c, gpgv.c, keygen.c, options.h, sig-check.c, tdbio.h, encode.c, mainproc.c, parse-packet.c, signal.c, textfilter.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. | |||||
2003-04-15 | * Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS. | Werner Koch | 1 | -2/+5 | |
* g10.c, options.h: New option --enable-progress-filter. * progress.c (handle_progress): Make use of it. | |||||
2003-01-02 | * keydb.c (keydb_add_resource): Don't assume that try_make_homedir | Werner Koch | 1 | -3/+19 | |
terminates but check again for the existence of the directory and continue then. * openfile.c (copy_options_file): Print a warning if the skeleton file has active options. | |||||
2002-12-05 | * g10.c: New options --[no-]mangle-dos-filenames. | Werner Koch | 1 | -70/+79 | |
* options.h (opt): Added mangle-dos-filenames. * openfile.c (open_outfile) [USE_ONLY_8DOT3]: Truncate the filename only when this option is set; this is the default. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -362/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-09-10 | Cleanups and minor fixes. | Werner Koch | 1 | -3/+3 | |
2002-08-09 | * options.skel: Some language tweaks, and remove the load-extension | David Shaw | 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. | |||||
2002-08-06 | use of EXTSEP_S | Stefan Bellon | 1 | -1/+1 | |
2002-08-06 | * g10.c (main): Try to use "gpg.conf" as default option file. | Werner Koch | 1 | -3/+3 | |
* openfile.c (copy_options_file): Changed name of created file. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -47/+55 | |
2000-09-18 | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+30 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -6/+31 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -16/+16 | |
1999-10-26 | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1 | -11/+37 | |
1999-07-12 | See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-07-01 | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+38 | |
1999-06-01 | See ChangeLog: Tue Jun 1 16:01:46 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+32 | |
1999-05-23 | See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-05-22 | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-05-19 | See ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |
1999-02-25 | See ChangeLog: Thu Feb 25 18:47:39 CET 1999 Werner Koch | Werner Koch | 1 | -1/+6 | |
1999-01-24 | See ChangeLog: Sun Jan 24 18:16:26 CET 1999 Werner Koch | Werner Koch | 1 | -1/+12 | |
1998-12-29 | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-11-27 | See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner Koch | Werner Koch | 1 | -1/+1 | |
1998-10-25 | some random changes | Werner Koch | 1 | -5/+49 | |
1998-08-11 | bug fix releaseV0-3-4 | Werner Koch | 1 | -7/+14 | |
1998-08-08 | ready for a new release | Werner Koch | 1 | -37/+18 | |
1998-07-14 | sync | Werner Koch | 1 | -0/+2 | |
1998-04-14 | applied Mathews typo and grammar fixes | Werner Koch | 1 | -1/+1 | |
1998-03-09 | partial DSA support | Werner Koch | 1 | -3/+4 | |
1998-02-26 | release 0.2.9 | Werner Koch | 1 | -2/+3 | |
1998-02-24 | Renamed to GNUPGV-0-2-8 | Werner Koch | 1 | -6/+6 | |
1997-12-23 | changed configuration stuff, replaced some Makefile.am by distfiles. | Werner Koch | 1 | -2/+31 | |
1997-12-20 | very first release | Werner Koch | 1 | -1/+1 | |
1997-11-24 | IDEA removed, signing works | Werner Koch | 1 | -1/+41 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+79 | |