aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* agent/Werner Koch2007-02-143-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.
* Fix for aegypten issue 720Werner Koch2007-02-052-0/+45
|
* Included LIBICONV in all Makefiles.Werner Koch2007-01-314-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.
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-304-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.
* agent/Werner Koch2007-01-251-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.
* * gpg.texi, specify-user-id.texi: Only some of the mentions ofDavid Shaw2007-01-183-6/+11
| | | | | exclamation marks have an example. Give examples to the rest.
* * gpg.texi (GPG Configuration Options): Make http_proxy optionDavid Shaw2007-01-172-6/+17
| | | | | | documentation match reality. (BUGS): Warn about hibernate/safe-sleep/etc writing main RAM to disk, despite locking.
* Added missing files.Werner Koch2006-12-132-1/+163
| | | | | Changed direntry in gnupg.texi from gpg to gpg2.
* Doc fix.Werner Koch2006-12-081-0/+4
| | | | | Don't let gpg2 fail if the option skeleton file is missing
* (no commit message)Werner Koch2006-12-061-0/+125
|
* Fixes for CVE-2006-6235Werner Koch2006-12-064-126/+19
|
* * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.David Shaw2006-12-032-0/+9
|
* New command GETEVENTCOUNTER.Werner Koch2006-11-141-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.
* sm/Werner Koch2006-11-144-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.
* .Werner Koch2006-11-114-12/+43
|
* * gpg.texi: Reference to --s2k-count in --s2k-mode.David Shaw2006-11-062-2/+6
|
* Collected fixes.Werner Koch2006-11-052-2/+8
|
* Preparing another releasegnupg-1.9.94Werner Koch2006-10-241-0/+12
|
* .Werner Koch2006-10-232-5/+15
|
* Allow to select X.509 certificates using the keygrip.Werner Koch2006-10-201-0/+11
|
* Pth tweaks and improved estream.cWerner Koch2006-10-172-4/+9
|
* * gpg.texi: Document --s2k-count.David Shaw2006-10-132-0/+11
|
* Preparing a releasegnupg-1.9.92Werner Koch2006-10-111-1/+30
|
* Various changesWerner Koch2006-10-103-15/+22
|
* bug fixesWerner Koch2006-10-051-3/+4
|
* Re-enabled --passphrase-fdWerner Koch2006-10-041-2/+12
|
* Fixed agent access for gpg.Werner Koch2006-10-042-6/+13
|
* Preparing a new releaseWerner Koch2006-10-041-5/+6
|
* Made buliding w/o curl workWerner Koch2006-09-261-1/+4
|
* New "relax" option for trustlist.txtWerner Koch2006-09-253-409/+455
|
* Added iconv support and doc cleanups.Werner Koch2006-09-226-197/+30
|
* Improved yat2m.Werner Koch2006-09-224-42/+306
| | | | | Tweaked gpg.texti to be used for gpg1 and gpg2.
* Various updatesWerner Koch2006-09-212-2/+4
|
* Cleanups.Werner Koch2006-09-205-6/+18
|
* Some restructuringWerner Koch2006-09-193-710/+753
|
* Ready for another releasegnupg-1.9.23Werner Koch2006-09-181-5/+8
|
* Added common certificates.Werner Koch2006-09-183-1/+204
|
* Allow for a global trustlist.Werner Koch2006-09-154-12/+72
|
* Various fixes and new features.Werner Koch2006-09-135-181/+78
| | | | | Enhanced gpg-connect-agent.
* doc fixesWerner Koch2006-09-0811-99/+312
|
* Let scdaemon call a script on status changesWerner Koch2006-09-074-2/+158
|
* Missing fileWerner Koch2006-09-051-0/+29
|
* Some fixes as needed by dirmngr man pagesWerner Koch2006-09-044-11/+39
|
* See ChangeLogsWerner Koch2006-08-292-1/+7
|
* added missing gpgv man pageWerner Koch2006-08-224-11/+176
|
* Migrated more stuff to doc/Werner Koch2006-08-219-4/+3616
| | | | | | | | 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.
* More man pages. Added include files for 2 common paragraphs.Werner Koch2006-08-189-65/+206
|
* include support and texi fixesWerner Koch2006-08-176-37/+86
|
* More man pages.Werner Koch2006-08-178-281/+1481
|
* Copied gpg.texi over from 1.4.5 and started to restructure it into a properWerner Koch2006-08-162-18/+2569
| | | | | | | documentation file. Comment tags will eventually allow to build a man page. The idea is to have more than just a reference manual for the commands and options while still allowing to build a man page for reference.