aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-05Fixed card key generation of gpg2.Werner Koch7-844/+1007
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch71-284/+142
Removed intl/.
2007-06-26More W32 related changesWerner Koch4-31/+36
2007-06-25Fixed a problem in estream-printf.c.Werner Koch3-6/+12
Changes for Windows (gpgsm -k does now work). Minor cleanups.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch5-112/+25
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch3-77/+9
2007-06-19Made percent_escape more general.Werner Koch1-1/+1
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann2-1/+9
2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch8-47/+38
See the ChangeLogs for details.
2007-06-08Syntax fix - should build now - however not tested.Werner Koch2-1/+5
2007-06-06First steps towards supporting W32.Werner Koch7-87/+28
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-182007-05-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+4
* passphrase.c (passphrase_get): Use PACKAGE_GT, not PACKAGE.
2007-05-18agent/Marcus Brinkmann2-3/+10
2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * qualified.c (gpgsm_qualified_consent, gpgsm_not_qualified_warning): Free ORIG_CODESET on error. * certdump.c (gpgsm_format_keydesc): Likewise. tools/ 2007-05-19 Marcus Brinkmann <[email protected]> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
2007-05-16Fix for bug 797.Werner Koch2-12/+20
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch2-2/+8
2007-05-07Upgraded gettext.Werner Koch2-2/+16
Fixed accidental dependency on libgcrypt 1.3.0.
2007-05-03* packet.h, mainproc.c (reset_literals_seen): New function to resetDavid Shaw5-7/+27
the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together).
2007-04-282007-04-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+7
* passphrase.c (passphrase_to_dek): Write missing passphrase status message in case of cancellation.
2007-04-16 * build-packet.c (mpi_write): Made buffer a bit larger. ReportedWerner Koch2-2/+7
by Alexander Feigl.
2007-04-13g10/ and sm/Werner Koch2-1/+6
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
2007-04-06* parse-packet.c (parse_marker): New. Enforce that the markerDavid Shaw2-22/+67
contains 'P', 'G', 'P', and nothing but. (parse): Call it here. (skip_packet): No longer need to handle marker packets here.
2007-03-14From STABLE-BRANCH-1-4David Shaw2-2/+17
* keyserver.c: Windows Vista doesn't grok X_OK and so fails access() tests. Previous versions interpreted X_OK as F_OK anyway, so we'll just use F_OK directly.
2007-03-10From STABLE-BRANCH-1-4David Shaw3-1/+13
* parse-packet.c (parse_signature): It's hex. * getkey.c (merge_selfsigs_subkey): Avoid listing the contents of a backsig when list mode is on. Noted by Timo Schulz.
2007-03-08Add extra flushsWerner Koch2-1/+16
2007-03-08Fix from 1.4:Werner Koch3-5/+23
* keyedit.c (keyedit_menu): If we modify the keyblock (via fix_keyblock() or collapse_uids()) make sure we reprocess the keyblock so the flags are correct. Noted by Robin H. Johnson. * getkey.c (fixup_uidnode): Properly clear flags that don't apply to us (revoked, expired) so that we can reprocess a uid.
2007-03-05Ported multiple-messages protection.Werner Koch6-25/+80
2007-02-26Add new SVN only file README.maintWerner Koch7-18/+38
doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
2007-02-14 * export.c (do_export_stream): Allow reset-subkey-passwd alongWerner Koch2-1/+9
with sexp-format.
2007-02-04Fix for Debian bug 402592Werner Koch2-3/+18
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