Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-11-21 | Final fix which should now pass all tests. | Werner Koch | 2 | -1/+3 | |
2006-11-21 | Changed order of libs | Werner Koch | 2 | -1/+3 | |
2006-11-21 | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 7 | -31/+54 | |
good chance that gpg2 will now work. Other cleanups. Updated gettext. | |||||
2006-11-10 | Fixed that nasty 64 bit but. | Werner Koch | 2 | -10/+17 | |
2006-11-05 | Collected fixes. | Werner Koch | 6 | -37/+110 | |
2006-10-24 | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+5 | |
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). | |||||
2006-10-23 | . | Werner Koch | 3 | -2/+21 | |
2006-10-20 | Allow to select X.509 certificates using the keygrip. | Werner Koch | 2 | -1/+9 | |
2006-10-19 | Fixes | Werner Koch | 3 | -2/+9 | |
2006-10-18 | Fixed v3 keyids. | Werner Koch | 2 | -3/+8 | |
2006-10-18 | Fixed a bug with very long keys. | Werner Koch | 3 | -217/+264 | |
2006-10-17 | Pth tweaks and improved estream.c | Werner Koch | 2 | -2/+6 | |
2006-10-13 | * parse-packet.c (parse_symkeyenc): Show the unpacked as well as the | David Shaw | 6 | -5/+51 | |
packed s2k iteration count. * main.h, options.h, gpg.c (encode_s2k_iterations, main), passphrase.c (hash_passphrase): Add --s2k-count option to specify the number of s2k hash iterations. | |||||
2006-10-10 | Various changes | Werner Koch | 4 | -17/+17 | |
2006-10-06 | * keyserver.c (keyserver_spawn): Write the 16-digit keyid rather | David Shaw | 2 | -2/+11 | |
than whatever key selector the user used on the command line. | |||||
2006-10-05 | bug fixes | Werner Koch | 3 | -13/+23 | |
2006-10-04 | Re-enabled --passphrase-fd | Werner Koch | 3 | -16/+60 | |
2006-10-04 | Fixed agent access for gpg. | Werner Koch | 7 | -905/+476 | |
2006-10-04 | Preparing a new release | Werner Koch | 2 | -56/+18 | |
2006-10-02 | Fix for bug 537 | Werner Koch | 29 | -334/+382 | |
2006-09-21 | Various updates | Werner Koch | 8 | -14/+20 | |
2006-09-20 | Cleanups. | Werner Koch | 2 | -119/+10 | |
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 16 | -63/+68 | |
2006-09-13 | Various fixes and new features. | Werner Koch | 2 | -0/+5 | |
Enhanced gpg-connect-agent. | |||||
2006-09-07 | Added missing file | Werner Koch | 1 | -0/+243 | |
2006-09-06 | 2006-09-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -3/+9 | |
* Makefile.am (gpg2_LDADD, gpgv2_LDADD): Replace -lassuan and -lgpg-error with $(LIBASSUAN_LIBS) and $(GPG_ERROR_LIBS). (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS) and $(GPG_ERROR_CFLAGS). | |||||
2006-09-06 | The big Assuan error code removal. | Werner Koch | 3 | -30/+32 | |
2006-09-06 | Minor changes and typo fixes. | Werner Koch | 3 | -1/+13 | |
2006-08-29 | See ChangeLogs | Werner Koch | 2 | -6/+7 | |
2006-08-21 | Migrated more stuff to doc/ | Werner Koch | 8 | -107/+79 | |
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled. | |||||
2006-08-16 | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 12 | -28/+138 | |
shows no prblems. Needs more testing of course. | |||||
2006-08-01 | Preparing 1.4.5 | Werner Koch | 2 | -9/+18 | |
2006-07-31 | Fix bug 655 | Werner Koch | 2 | -1/+5 | |
2006-07-31 | Fixed bug 479. Not a real good fix but a reliable one which limits possible | Werner Koch | 4 | -1/+14 | |
breakage of other partys of the code. | |||||
2006-07-28 | Preparing a release candidategnupg-1.4.5rc1 | Werner Koch | 2 | -4/+4 | |
2006-07-27 | Preparing a new releasegnupg-1.9.22 | Werner Koch | 7 | -65/+115 | |
2006-07-26 | Fixed memory allocation bug and typos. | Werner Koch | 5 | -9/+35 | |
2006-07-08 | * configure.ac: Fix resolver autoconf code so it works (fails) | David Shaw | 1 | -1/+1 | |
properly with uClibc. | |||||
2006-06-30 | A couple of fixes. gpg2's key generation does now work. | Werner Koch | 9 | -34/+52 | |
2006-06-28 | i18n fix | Werner Koch | 2 | -2/+10 | |
2006-06-28 | * keydb.h, pkclist.c (select_algo_from_prefs, algo_available): Pass a | David Shaw | 4 | -14/+27 | |
union for preference hints rather than doing void * games. * sign.c (sign_file): Use it here. | |||||
2006-06-28 | * sign.c (sign_file): When signing with multiple DSA keys, one being DSA1 | David Shaw | 2 | -49/+49 | |
and one being DSA2 and encrypting at the same time, if the recipient preferences give a hash that can work with the DSA2 key, then allow the DSA1 key to be promoted rather than giving up and using hash_for(). | |||||
2006-06-28 | * pkclist.c (algo_available): Automatically enable DSA2 mode when handling | David Shaw | 2 | -5/+10 | |
a key that clearly isn't DSA1 (i.e. q!=160). | |||||
2006-06-28 | Fixed uploading of keays. | Werner Koch | 2 | -1/+7 | |
2006-06-27 | Ported patches from 1.4.x | Werner Koch | 10 | -59/+323 | |
2006-06-27 | do no use reopen_std under W32. | Werner Koch | 2 | -2/+6 | |
2006-06-25 | About to do a new release | Werner Koch | 2 | -3/+3 | |
2006-06-22 | * options.h, gpg.c (main), keygen.c (keygen_upd_std_prefs, | David Shaw | 4 | -2/+51 | |
keygen_add_std_prefs, proc_parameter_file): Add --default-keyserver-url to specify a keyserver URL at key generation time, and "Keyserver:" keyword for doing the same through a batch file. | |||||
2006-06-22 | * sign.c (do_sign): Accept a truncated hash even for DSA1 keys (be liberal | David Shaw | 2 | -1/+13 | |
in what you accept, etc). | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 8 | -7/+23 | |