summaryrefslogtreecommitdiffstats
path: root/agent/protect-tool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Create and use Token entries to track the display s/n.Werner Koch2023-05-261-2/+3
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-131-4/+2
* agent: Avoid memory leaks in error code paths.Jakub Jelen2021-05-201-1/+5
* w32: Replace some fopen by es_fopen.Werner Koch2020-11-111-13/+11
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-171-1/+3
* agent,ecc: Use of opaque MPI for ECC, fixup 'd'.NIIBE Yutaka2020-06-051-5/+11
* agent: Print an error if gpg-protect reads the extended key format.Werner Koch2020-03-301-0/+5
* Use gpgrt's new option parser for the tools.Werner Koch2020-02-211-10/+11
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-101-0/+1
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-9/+8
* agent: Put Token lines into the key files.Werner Koch2019-05-031-1/+4
* agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-1/+2
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-3/+3
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Fix comment and format.NIIBE Yutaka2016-09-171-1/+1
* Fix more spellingDaniel Kahn Gillmor2016-09-171-1/+1
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-121-1/+1
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-091-7/+0
* common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch2016-06-071-1/+0
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-6/+2
* agent: Allow gpg-protect-tool to handle openpgp-native protection.Werner Koch2016-04-141-13/+96
* agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch2016-04-121-1/+7
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-241-1/+0
* Add a hook to be called right after main.Werner Koch2015-01-281-0/+1
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-1/+1
* Implement unattended OpenPGP secret key import.Werner Koch2013-05-221-1/+13
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-5/+5
* common: Add a global variable to for the default error source.Werner Koch2012-02-061-0/+1
* Added gpg-agent OPTION "s2k-count".Ben Kibbey2011-06-291-1/+1
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-33/+32
* More agent support for gpg.Werner Koch2010-10-131-1/+2
* Remove cruft.Werner Koch2010-06-211-451/+0
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-211-92/+13
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-15/+4
* Whole lot of changes to support CE.Werner Koch2010-04-141-2/+2
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-1/+1
* Merged jnlib into common.Werner Koch2010-03-101-1/+0
* Implement dynamic S2K count computation.Werner Koch2009-12-141-0/+11
* Make bug reporting address easier changeable.Werner Koch2009-07-211-2/+2
* Reworked passing of envars to Pinentry.Werner Koch2009-07-071-1/+1
* Fix last changeWerner Koch2009-06-051-0/+1
* Fixed an fopen problem on Windows Vista.Werner Koch2009-06-031-12/+10
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-177/+97
* Fix bug#1003.Werner Koch2009-03-021-3/+10
* Minor fixes.Werner Koch2008-12-091-2/+1
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+2
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-191-31/+3
* Add more passphrase policy rules.Werner Koch2007-08-281-4/+12
* Updated estream.Werner Koch2007-08-221-2/+17