summaryrefslogtreecommitdiffstats
path: root/sm/export.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in gpg's mail address parsing.Werner Koch2011-04-251-2/+2
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-37/+36
* Remove superfluous parameter.Werner Koch2010-11-261-3/+2
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-211-241/+226
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-1/+2
* More changes for CE. gpgsm does now build and run a keylisting.Werner Koch2010-03-241-13/+11
* Removed almost al dup calls.Werner Koch2010-03-081-16/+7
* Replace use stdio by estream functions.Werner Koch2010-03-081-16/+15
* Unification of the search descriptor usage.Werner Koch2009-12-081-2/+2
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-3/+9
* New gpg-agent command to list key information.Werner Koch2009-03-061-12/+10
* Try to start the agent before invoking the protect-tool.Werner Koch2008-10-231-2/+9
* Fix --output option used when with --export-secret-kety-p12.Werner Koch2008-05-201-1/+1
* [W32] Avoid extra console window when importing or exporting.Werner Koch2008-01-271-1/+1
* New command --check-programs for gpgconf.Werner Koch2007-08-291-1/+1
* Add new features to kbxutil.Werner Koch2007-08-231-4/+18
* Updated estream.Werner Koch2007-08-221-2/+3
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-1/+1
* Print passphrase encoding info only in PEM mode.Werner Koch2007-05-291-1/+1
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-201-0/+11
* Allow export to work on systems without funopen/fopencookie.Werner Koch2007-03-191-22/+64
* Fix for bug 537Werner Koch2006-10-021-2/+2
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-4/+4
* The big Assuan error code removal.Werner Koch2006-09-061-3/+3
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* Bug fixes and ssh support for the BELPIC.Werner Koch2005-09-091-0/+1
* * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch2004-12-061-111/+20
* * minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch2004-09-291-4/+29
* * configure.ac: Require libksba 0.9.7.Werner Koch2004-06-061-1/+1
* * call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt)Werner Koch2004-04-261-1/+1
* * misc.c (setup_pinentry_env): New.Werner Koch2004-04-131-0/+2
* (gpgsm_export): Make sure that we don't export moreWerner Koch2004-03-031-3/+11
* (create_duptable, destroy_duptable)Werner Koch2004-03-021-35/+143
* * protect-tool.c: New options --have-cert and --prompt.Werner Koch2004-02-191-1/+370
* Replaced deprecated type names.Werner Koch2003-12-171-5/+5
* Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-121-1/+1
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+249
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-248/+0
* * certdump.c (print_dn_part): Always print a leading slash,Werner Koch2002-06-251-26/+16
* * call-agent.c (learn_cb): Use log_info instead of log_error onWerner Koch2002-06-191-0/+17
* * export.c: New.Werner Koch2002-03-211-0/+241