Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * configure.ac (ALL_LINGUAS): Removed. | Werner Koch | 2004-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. | ||||
* | * misc.c (compress_algo_to_string, check_compress_algo): Add bzip2. | David Shaw | 2003-10-31 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | * g10.c (main): Add read-only warning. * compress.c (compress_filter): Make static to help force the use of push_compress_filter. Remove default algorithm setting since that is done in push_compress_filter now. * main.h: Use named algorithm. * filter.h, compress.c (push_compress_filter, push_compress_filter2): New. Figure out which is the appropriate compression filter to use, and push it into place. * compress.c (handle_compressed), encode.c (encode_simple, encode_crypt), sign.c (sign_file, sign_symencrypt_file), import.c (read_block), export.c (do_export): Use push_compress_filter instead of pushing the compression filter ourselves. * compress-bz2.c: New. Bzlib versions of the compression filter routines. * Makefile.am: Include compress-bz2.c if bz2lib is available. | ||||
* | * Makefile.am: Include W32LIBS where appropriate. | David Shaw | 2003-06-20 | 1 | -1/+1 |
| | |||||
* | * keylist.c (list_one): Don't show the keyring filename when in | David Shaw | 2003-05-30 | 1 | -9/+4 |
| | | | | | | | | | | | | | | | | | | | | | | --with-colons mode. Actually translate "Keyring" string. * mainproc.c (proc_tree): We can't currently handle multiple signatures of different classes or digests (we'd pretty much have to run a different hash context for each), but if they are all the same, make an exception. This is Debian bug #194292. * sig-check.c (check_key_signature2): Make string translatable. * packet.h, getkey.c (fixup_uidnode): Mark real primary uids differently than assumed primaries. * keyedit.c (no_primary_warning): Use the differently marked primaries here in a new function to warn when an --edit-key command might rearrange the self-sig dates enough to change which uid is primary. (menu_expire, menu_set_preferences): Use no_primary_warning() here. * Makefile.am: Use @DLLIBS@ for -ldl. | ||||
* | * g10.c, options.h: New option --enable-progress-filter. | Werner Koch | 2003-04-15 | 1 | -0/+3 |
| | | | | | * progress.c (handle_progress): Make use of it. | ||||
* | * configure.ac: Test for ranlib and ar. | Werner Koch | 2003-03-24 | 1 | -3/+2 |
| | | | | | * Makefile.am: Make use of AM_CFLAGS and AM_LDFLAGS. | ||||
* | * Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using | David Shaw | 2003-02-19 | 1 | -1/+1 |
| | | | | | capabilities. | ||||
* | * g10.c (print_mds): Check that SHA384 and 512 are available before using | David Shaw | 2003-02-11 | 1 | -1/+1 |
| | | | | | | | | | them as they are no longer always available. * exec.c (set_exec_path): Add debugging line. * Makefile.am: Use the more correct @PACKAGE@ rather than "gnupg". | ||||
* | * Makefile.am: Pass GNUPG_LIBEXECDIR as part of CFLAGS so it can be easily | David Shaw | 2003-02-06 | 1 | -1/+3 |
| | | | | | overridden at make time. | ||||
* | The big extension module removal. | Werner Koch | 2002-08-03 | 1 | -1/+1 |
| | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -51/+74 |
| | |||||
* | Does now work with libgcrypt | Werner Koch | 2000-12-21 | 1 | -1/+1 |
| | |||||
* | Removed the libgcrypt stuff and started to modify the source to work with | Werner Koch | 2000-12-19 | 1 | -3/+3 |
| | | | | | that external library. | ||||
* | Some configuration changes | Werner Koch | 2000-11-14 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner Koch | Werner Koch | 2000-07-17 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -2/+3 |
| | |||||
* | See ChangeLog: Thu May 25 18:39:11 CEST 2000 Werner Koch | Werner Koch | 2000-05-25 | 1 | -1/+7 |
| | |||||
* | See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch | Werner Koch | 2000-03-13 | 1 | -1/+6 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Mon Nov 15 21:36:02 CET 1999 Werner Koch | Werner Koch | 1999-11-15 | 1 | -2/+1 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Tue Oct 26 20:03:44 CEST 1999 Werner KochV1-1-0 | Werner Koch | 1999-10-26 | 1 | -5/+1 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1999-07-07 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner Koch | Werner Koch | 1999-06-26 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1999-06-15 | 1 | -4/+5 |
| | |||||
* | See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner Koch | Werner Koch | 1999-05-27 | 1 | -3/+3 |
| | |||||
* | .V0-9-6 | Werner Koch | 1999-05-06 | 1 | -1/+4 |
| | |||||
* | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1999-04-18 | 1 | -11/+3 |
| | |||||
* | See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch | Werner Koch | 1999-03-11 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1999-01-16 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner Koch | Werner Koch | 1998-11-27 | 1 | -1/+2 |
| | |||||
* | some random changes | Werner Koch | 1998-10-25 | 1 | -1/+7 |
| | |||||
* | Epxerimenta support for GDBM keyings. | Werner Koch | 1998-10-21 | 1 | -2/+2 |
| | |||||
* | backup | Werner Koch | 1998-10-12 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-28 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-11 | 1 | -2/+3 |
| | |||||
* | edit-key is now complete | Werner Koch | 1998-07-29 | 1 | -1/+1 |
| | |||||
* | changed trustdb design | Werner Koch | 1998-07-21 | 1 | -5/+5 |
| | |||||
* | fixed severe exploitV0-3-2 | Werner Koch | 1998-07-09 | 1 | -0/+2 |
| | |||||
* | intermediate release | Werner Koch | 1998-07-06 | 1 | -0/+2 |
| | |||||
* | nearly ready for 0.3.0 | Werner Koch | 1998-06-25 | 1 | -1/+1 |
| | |||||
* | a whole bunch of internal cleanups | Werner Koch | 1998-06-13 | 1 | -3/+0 |
| | |||||
* | update from tobold | Werner Koch | 1998-06-11 | 1 | -0/+1 |
| | |||||
* | *** empty log message ***V0-2-19 | Werner Koch | 1998-05-29 | 1 | -1/+2 |
| | |||||
* | vor muenchen | Werner Koch | 1998-04-20 | 1 | -0/+2 |
| | |||||
* | new releaseV0-2-15 | Werner Koch | 1998-04-09 | 1 | -0/+1 |
| | |||||
* | cipher reorganisiert | Werner Koch | 1998-04-07 | 1 | -5/+7 |
| | |||||
* | started with keyserver | Werner Koch | 1998-04-02 | 1 | -1/+5 |
| |