summaryrefslogtreecommitdiffstats
path: root/g10/export.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Make --export-options work with --export-secret-keys.Werner Koch2017-03-011-15/+16
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* gpg: Make --export-ssh-key work for the primary key.Werner Koch2017-02-141-0/+42
* gpg: New export and import options "backup" and "restore".Werner Koch2017-01-231-3/+18
* gpg: Clean bogus subkey binding when cleaning a key.Werner Koch2017-01-171-0/+1
* gpg: New option --quick-set-expire.Werner Koch2016-12-051-3/+3
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: New export filter drop-subkey.Werner Koch2016-09-051-0/+53
* gpg: Use a common filter_getval for import and export.Werner Koch2016-09-051-32/+1
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-031-1/+1
* gpg: Extend import-option import-export to print PKA or DANE.Werner Koch2016-07-121-55/+95
* gpg: Move a function from import.c to export.c.Werner Koch2016-07-121-0/+57
* gpg: Add export options "export-pka" and "export-dane".Werner Koch2016-07-071-13/+164
* gpg: Split a too large export function.Werner Koch2016-07-071-271/+290
* gpg: New option --export-filterWerner Koch2016-07-011-0/+126
* g10: Fix memory leak.Justus Winter2016-06-301-0/+9
* gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch2016-06-111-45/+77
* g10: Export cleartext keys as cleartextDaniel Kahn Gillmor2016-06-111-2/+3
* g10: Allow receiving cleartext secret keys from agentDaniel Kahn Gillmor2016-06-111-3/+221
* g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor2016-06-111-1/+1
* g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor2016-06-111-1/+1
* g10: Fix typo in comment.Daniel Kahn Gillmor2016-05-231-1/+1
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-3/+2
* gpg: Support ECDSA keys with --export-ssh-key.Werner Koch2016-01-081-0/+6
* gpg: New command --export-ssh-keyWerner Koch2016-01-081-1/+295
* g10: factor out a function for secret key retrieval.NIIBE Yutaka2015-12-171-70/+83
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-031-0/+2
* gpg: Change keydb_search to not return legacy keys.Neal H. Walfield2015-11-171-4/+0
* gpg: Use only one fingerprint formatting function.Werner Koch2015-11-141-1/+1
* gpg: Print a new EXPORTED status line.Werner Koch2015-11-121-3/+28
* gpg: Print export statistics to the status-fd.Werner Koch2015-11-121-38/+117
* gpg: Add option --print-dane-records.Werner Koch2015-10-081-8/+9
* gpg: Remove unfinished experimental code to export as S-expressions.Werner Koch2015-10-071-174/+9
* common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield2015-08-211-1/+1
* gpg: Fix export problem in case an old keyring has PGP-2 keys.Werner Koch2015-06-191-1/+8
* gpg: Fix export bug using exact search with only one key in the keybox.Werner Koch2014-12-011-0/+2
* gpg: Avoid extra pinentries for each subkey in --export-secret-keys.Werner Koch2014-11-021-1/+5
* gpg: Fix export of ecc secret keys by adjusting check ordering.Kyle Butt2014-09-011-1/+5
* gpg: Remove --compress-keys and --compress-sigs feature.Werner Koch2014-08-141-2/+0
* gpg: Create exported secret files and revocs with mode 700.Werner Koch2014-06-301-1/+1
* gpg: Make export of ECC keys work again.Werner Koch2014-06-201-55/+96
* gpg: Fix regression in secret key export.Werner Koch2014-04-151-2/+8
* Silence several warnings when building under Windows.Werner Koch2014-03-071-1/+1
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-1/+3
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-1/+1
* gpg: Remove a function wrapper.Werner Koch2013-01-081-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* Avoid possible double free in export.c.Werner Koch2011-12-021-1/+1
* Fixed set but unused variable bugsWerner Koch2011-08-101-13/+13
* Re-indentation of keydb.c and error code changes.Werner Koch2011-04-291-1/+1