aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg-agent.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update from master.Werner Koch2014-06-241-4/+7
| | | | --
* doc: Update from masterWerner Koch2013-10-041-0/+5
|
* w32: Add code to support a portable use of GnuPG.Werner Koch2013-08-011-8/+20
| | | | | | | | | | | | | | | | | | * common/homedir.c (w32_bin_is_bin, w32_portable_app) [W32]: New. (check_portable_app) [W32]: New. (standard_homedir, default_homedir) [W32]: Support the portable flag. (w32_rootdir, w32_commondir) [W32]: Ditto. (gnupg_bindir) [W32]: Ditto. -- A portable use of GnuPG under Windows means that GnuPG uses a home directory depending on the location of the actual binary. No registry variables are considered. The portable mode is enabled if in the installation directory of the the binary "gpgconf.exe" and a file "gpgconf.ctl" are found. The latter file shall be empty or consist only of empty or '#'-style comment lines. Signed-off-by: Werner Koch <[email protected]>
* Update docs from master.Werner Koch2013-04-221-0/+80
| | | | | | | | | | | * doc/gpg-agent.texi: Update from master. * doc/gpg.texi: Ditto. * doc/gpgsm.texi: Ditto. * doc/gpl.texi: Ditto. * doc/yat2m.c: Ditto. -- (updated from commit d6798d261cbe6519ef5b3ebb474e2ad348442c0c)
* Update texinfo source from master.Werner Koch2012-03-271-5/+1
| | | | | | * doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi * doc/scdaemon.texi, doc/tools.texi: Update. * doc/yat2m.c: Update.
* Prepare for the 2.0.18 release.gnupg-2.0.18Werner Koch2011-08-041-43/+136
| | | | | | | | Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations.
* Support a confirm flag for ssh.Werner Koch2011-08-041-2/+9
| | | | | This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts.
* Finished preparations for 2.0.17gnupg-2.0.17Werner Koch2011-01-131-26/+68
|
* Allow to run the test without a running agent.Werner Koch2010-05-111-2/+3
| | | | | Add new gpg-agent commands.
* Start the agent on demand if option --enable-standard socket has beenWerner Koch2010-05-041-1/+5
| | | | | enabled.
* Allow for numerical debug levels.Werner Koch2009-12-031-14/+20
|
* Typo fixes. Fixes bug#1093Werner Koch2009-07-221-8/+8
|
* Give hints on files to backup.Werner Koch2009-07-221-18/+23
|
* Fix for bug#1066.Werner Koch2009-06-021-7/+9
| | | | | A couple of minor changes.
* Made card key generate with backup key work for 2048 bit.Werner Koch2009-05-151-3/+8
| | | | | Improved card key generation prompts.
* Changed order of the confirmation questions for root certificatesWerner Koch2009-03-191-2/+7
| | | | | and stores negative answers in trustlist.txt.
* Add missing option strings.Werner Koch2009-03-021-2/+2
|
* Modernized gpg-agent startup instructionsWerner Koch2009-03-021-10/+23
|
* Add option --no-ask for GET_PASSPHRASE.Werner Koch2008-12-101-1/+6
|
* use $() instead of backticks.Werner Koch2008-11-121-9/+9
|
* Always search missing certifcates using a running Dirmngr's cache.Werner Koch2008-02-131-0/+2
|
* W32 fix for trustdb creation.Werner Koch2008-01-301-5/+5
|
* Typo and grammer fixes by Justin Pryzby.Werner Koch2008-01-281-31/+31
|
* Started to implement the audit log feature.Werner Koch2007-11-191-5/+7
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* 2007-10-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-10-311-5/+5
| | | | | * gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter.
* Add more passphrase policy rules.Werner Koch2007-08-281-0/+9
| | | | | (--max-passphrase-days).
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-0/+27
| | | | | New tool gpg-check-pattern.
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-241-1/+3
| | | | | Documentation updates.
* Documentaion updates.Werner Koch2007-08-141-17/+26
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-6/+2
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-1/+1
|
* Made percent_escape more general.Werner Koch2007-06-191-4/+6
| | | | | | Added regression tests support to jnlib. W32 changes.
* Add missing fiels for W32.Werner Koch2007-06-181-0/+21
| | | | | | New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
* Fixed installation of gpg2keys_mailtoWerner Koch2007-05-041-1/+1
|
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-031-1/+1
|
* Support for a global gpgconf configuration file.Werner Koch2007-03-061-1/+1
|
* agent/Werner Koch2007-02-141-0/+11
| | | | | | | | | | * 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.
* 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.
* 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.
* Various changesWerner Koch2006-10-101-15/+15
|
* bug fixesWerner Koch2006-10-051-3/+4
|
* Fixed agent access for gpg.Werner Koch2006-10-041-6/+11
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-0/+4
|
* Allow for a global trustlist.Werner Koch2006-09-151-11/+16
|
* doc fixesWerner Koch2006-09-081-0/+8
|
* Some fixes as needed by dirmngr man pagesWerner Koch2006-09-041-1/+11
|
* See ChangeLogsWerner Koch2006-08-291-1/+1
|
* More man pages. Added include files for 2 common paragraphs.Werner Koch2006-08-181-8/+2
|
* include support and texi fixesWerner Koch2006-08-171-1/+1
|
* More man pages.Werner Koch2006-08-171-42/+71
|