aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-01-31Fix NULL pointer dereferencegnupg-2.0.2Werner Koch2-1/+3
2007-01-31Included LIBICONV in all Makefiles.Werner Koch3-4/+20
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
2007-01-30Added LIBINTL to more Makefile targets.Werner Koch10-7/+104
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
2007-01-15 * parse-packet.c (read_protected_v3_mpi): Make sure to stopWerner Koch3-3/+10
reading even for corrupted packets. * keygen.c (generate_user_id): Need to allocate one byte more. Reported by Felix von Leitner.
2006-12-21Started to code a --server mode. Werner Koch11-33/+827
It is far from being ready!
2006-12-08Doc fix.Werner Koch2-2/+8
Don't let gpg2 fail if the option skeleton file is missing
2006-12-07Makefile.am: Link to iconv for jnlib dependency. (OSX)David Shaw2-2/+8
2006-12-06Fixes for CVE-2006-6235Werner Koch21-203/+493
2006-12-03* keyedit.c (menu_clean): Show "already minimized" rather thanDavid Shaw2-1/+12
"already clean" when a minimized key is minimized again. From Dirk Traulsen.
2006-12-03* options.h, gpg.c (main), passphrase.c (passphrase_to_dek): AddDavid Shaw4-13/+28
--passphrase-repeat option to control how many times gpg will re-prompt for a passphrase to ensure the user has typed it correctly. Defaults to 1.
2006-11-27 * openfile.c (ask_outfile_name): Fixed buffer overflow occurringWerner Koch2-34/+41
if make_printable_string returns a longer string. Fixes bug 728.
2006-11-21Final fix which should now pass all tests.Werner Koch2-1/+3
2006-11-21Changed order of libsWerner Koch2-1/+3
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch7-31/+54
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-11-10Fixed that nasty 64 bit but.Werner Koch2-10/+17
2006-11-05Collected fixes.Werner Koch6-37/+110
2006-10-242006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+5
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
2006-10-23.Werner Koch3-2/+21
2006-10-20Allow to select X.509 certificates using the keygrip.Werner Koch2-1/+9
2006-10-19FixesWerner Koch3-2/+9
2006-10-18Fixed v3 keyids.Werner Koch2-3/+8
2006-10-18Fixed a bug with very long keys.Werner Koch3-217/+264
2006-10-17Pth tweaks and improved estream.cWerner Koch2-2/+6
2006-10-13* parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw6-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-10Various changesWerner Koch4-17/+17
2006-10-06* keyserver.c (keyserver_spawn): Write the 16-digit keyid ratherDavid Shaw2-2/+11
than whatever key selector the user used on the command line.
2006-10-05bug fixesWerner Koch3-13/+23
2006-10-04Re-enabled --passphrase-fdWerner Koch3-16/+60
2006-10-04Fixed agent access for gpg.Werner Koch7-905/+476
2006-10-04Preparing a new releaseWerner Koch2-56/+18
2006-10-02Fix for bug 537Werner Koch29-334/+382
2006-09-21Various updatesWerner Koch8-14/+20
2006-09-20Cleanups.Werner Koch2-119/+10
2006-09-14Take advantage of newer gpg-error features.Werner Koch16-63/+68
2006-09-13Various fixes and new features.Werner Koch2-0/+5
Enhanced gpg-connect-agent.
2006-09-07Added missing fileWerner Koch1-0/+243
2006-09-062006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-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-06The big Assuan error code removal.Werner Koch3-30/+32
2006-09-06Minor changes and typo fixes.Werner Koch3-1/+13
2006-08-29See ChangeLogsWerner Koch2-6/+7
2006-08-21Migrated more stuff to doc/Werner Koch8-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-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch12-28/+138
shows no prblems. Needs more testing of course.
2006-08-01Preparing 1.4.5Werner Koch2-9/+18
2006-07-31Fix bug 655Werner Koch2-1/+5
2006-07-31Fixed bug 479. Not a real good fix but a reliable one which limits possibleWerner Koch4-1/+14
breakage of other partys of the code.
2006-07-28Preparing a release candidategnupg-1.4.5rc1Werner Koch2-4/+4
2006-07-27Preparing a new releasegnupg-1.9.22Werner Koch7-65/+115
2006-07-26Fixed memory allocation bug and typos.Werner Koch5-9/+35
2006-07-08* configure.ac: Fix resolver autoconf code so it works (fails)David Shaw1-1/+1
properly with uClibc.
2006-06-30A couple of fixes. gpg2's key generation does now work.Werner Koch9-34/+52