aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg-agent.texi (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-04doc: Update from masterWerner Koch1-0/+5
2013-08-01w32: Add code to support a portable use of GnuPG.Werner Koch1-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]>
2013-04-22Update docs from master.Werner Koch1-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)
2012-03-27Update texinfo source from master.Werner Koch1-5/+1
* doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi * doc/scdaemon.texi, doc/tools.texi: Update. * doc/yat2m.c: Update.
2011-08-04Prepare for the 2.0.18 release.gnupg-2.0.18Werner Koch1-43/+136
Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations.
2011-08-04Support a confirm flag for ssh.Werner Koch1-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.
2011-01-13Finished preparations for 2.0.17gnupg-2.0.17Werner Koch1-26/+68
2010-05-11Allow to run the test without a running agent.Werner Koch1-2/+3
Add new gpg-agent commands.
2010-05-04Start the agent on demand if option --enable-standard socket has beenWerner Koch1-1/+5
enabled.
2009-12-03Allow for numerical debug levels.Werner Koch1-14/+20
2009-07-22Typo fixes. Fixes bug#1093Werner Koch1-8/+8
2009-07-22Give hints on files to backup.Werner Koch1-18/+23
2009-06-02Fix for bug#1066.Werner Koch1-7/+9
A couple of minor changes.
2009-05-15Made card key generate with backup key work for 2048 bit.Werner Koch1-3/+8
Improved card key generation prompts.
2009-03-19Changed order of the confirmation questions for root certificatesWerner Koch1-2/+7
and stores negative answers in trustlist.txt.
2009-03-02Add missing option strings.Werner Koch1-2/+2
2009-03-02Modernized gpg-agent startup instructionsWerner Koch1-10/+23
2008-12-10Add option --no-ask for GET_PASSPHRASE.Werner Koch1-1/+6
2008-11-12use $() instead of backticks.Werner Koch1-9/+9
2008-02-13Always search missing certifcates using a running Dirmngr's cache.Werner Koch1-0/+2
2008-01-30W32 fix for trustdb creation.Werner Koch1-5/+5
2008-01-28Typo and grammer fixes by Justin Pryzby.Werner Koch1-31/+31
2007-11-19Started to implement the audit log feature.Werner Koch1-5/+7
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-312007-10-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-5/+5
* gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter.
2007-08-28Add more passphrase policy rules.Werner Koch1-0/+9
(--max-passphrase-days).
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-0/+27
New tool gpg-check-pattern.
2007-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch1-1/+3
Documentation updates.
2007-08-14Documentaion updates.Werner Koch1-17/+26
Support doe Dirmngr under W32. Fixed a yat2m bug.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-6/+2
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch1-1/+1
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 Koch1-0/+21
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
2007-05-04Fixed installation of gpg2keys_mailtoWerner Koch1-1/+1
2007-04-03Add a way to get a listing of available CCID readers.Werner Koch1-1/+1
2007-03-06Support for a global gpgconf configuration file.Werner Koch1-1/+1
2007-02-14agent/Werner Koch1-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.
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.
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-10-10Various changesWerner Koch1-15/+15
2006-10-05bug fixesWerner Koch1-3/+4
2006-10-04Fixed agent access for gpg.Werner Koch1-6/+11
2006-09-25New "relax" option for trustlist.txtWerner Koch1-0/+4
2006-09-15Allow for a global trustlist.Werner Koch1-11/+16
2006-09-08doc fixesWerner Koch1-0/+8
2006-09-04Some fixes as needed by dirmngr man pagesWerner Koch1-1/+11
2006-08-29See ChangeLogsWerner Koch1-1/+1
2006-08-18More man pages. Added include files for 2 common paragraphs.Werner Koch1-8/+2
2006-08-17include support and texi fixesWerner Koch1-1/+1
2006-08-17More man pages.Werner Koch1-42/+71
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-1/+1
shows no prblems. Needs more testing of course.