aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-05Fixed card key generation of gpg2.Werner Koch2-2/+9
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch7-373/+658
Removed intl/.
2007-06-25Fixed a problem in estream-printf.c.Werner Koch2-0/+13
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 Koch4-8/+15
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch3-1/+10
2007-06-19Made percent_escape more general.Werner Koch1-4/+6
Added regression tests support to jnlib. W32 changes.
2007-06-18Add missing fiels for W32.Werner Koch2-0/+25
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-0/+9
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch4-8/+13
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch3-4/+14
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch2-4/+13
2007-05-08Add a howto section.Werner Koch5-1/+312
Makefile fixes
2007-05-08gnupg.ps build fixes.Werner Koch3-6/+14
2007-05-04Updated to automake 1.10.Werner Koch3-2/+8
Use latest texinfo.tex. Typo and grammar fix.
2007-05-04Fixed installation of gpg2keys_mailtoWerner Koch1-1/+1
2007-04-15* gpg.texi (OpenPGP Options): Update the personal-foo-preferencesDavid Shaw2-23/+28
documentation a bit.
2007-04-13g10/ and sm/Werner Koch5-5/+31
* 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-03Add a way to get a listing of available CCID readers.Werner Koch3-1/+26
2007-03-20Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch1-5/+18
New option --p12-charset.
2007-03-19Changes to let the key listing use estream to help systems withoutWerner Koch1-1/+1
funopen.
2007-03-08Add new logo.Werner Koch6-7/+2725
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch3-3/+52
DINSIG and NKS card applications are now also PIN pad aware.
2007-03-06Support for a global gpgconf configuration file.Werner Koch6-2/+241
2007-03-05Ported multiple-messages protection.Werner Koch2-6/+13
2007-02-26Add new SVN only file README.maintWerner Koch3-6/+26
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-18doc/Werner Koch2-0/+12
* gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
2007-02-14agent/Werner Koch3-1/+16
* gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry.
2007-02-05Fix for aegypten issue 720Werner Koch2-0/+45
2007-01-31Included LIBICONV in all Makefiles.Werner Koch4-26/+102
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 Koch4-2/+158
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-25agent/Werner Koch1-1/+10
* protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
2007-01-18* gpg.texi, specify-user-id.texi: Only some of the mentions ofDavid Shaw3-6/+11
exclamation marks have an example. Give examples to the rest.
2007-01-17* gpg.texi (GPG Configuration Options): Make http_proxy optionDavid Shaw2-6/+17
documentation match reality. (BUGS): Warn about hibernate/safe-sleep/etc writing main RAM to disk, despite locking.
2006-12-13Added missing files.Werner Koch2-1/+163
Changed direntry in gnupg.texi from gpg to gpg2.
2006-12-08Doc fix.Werner Koch1-0/+4
Don't let gpg2 fail if the option skeleton file is missing
2006-12-06(no commit message)Werner Koch1-0/+125
2006-12-06Fixes for CVE-2006-6235Werner Koch4-126/+19
2006-12-03* gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.David Shaw2-0/+9
2006-11-14New command GETEVENTCOUNTER.Werner Koch1-0/+26
* command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto.
2006-11-14sm/Werner Koch4-27/+242
* server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes.
2006-11-11.Werner Koch4-12/+43
2006-11-06* gpg.texi: Reference to --s2k-count in --s2k-mode.David Shaw2-2/+6
2006-11-05Collected fixes.Werner Koch2-2/+8
2006-10-24Preparing another releasegnupg-1.9.94Werner Koch1-0/+12
2006-10-23.Werner Koch2-5/+15
2006-10-20Allow to select X.509 certificates using the keygrip.Werner Koch1-0/+11
2006-10-17Pth tweaks and improved estream.cWerner Koch2-4/+9
2006-10-13* gpg.texi: Document --s2k-count.David Shaw2-0/+11
2006-10-11Preparing a releasegnupg-1.9.92Werner Koch1-1/+30
2006-10-10Various changesWerner Koch3-15/+22