summaryrefslogtreecommitdiffstats
path: root/sm/import.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* kbx/Werner Koch2007-03-201-1/+2
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-3/+3
* The big Assuan error code removal.Werner Koch2006-09-061-7/+7
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch2004-12-201-0/+1
* * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch2004-12-061-122/+21
* * minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch2004-09-291-6/+26
* 2004-08-17 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-08-171-1/+1
* * import.c (check_and_store): Do a full validation ifWerner Koch2004-08-171-11/+28
* * protect-tool.c: New option --enable-status-msg.Werner Koch2004-04-301-12/+59
* (check_and_store): Do not update the stats for hiddenWerner Koch2004-04-301-8/+15
* * misc.c (setup_pinentry_env): New.Werner Koch2004-04-131-0/+2
* * configure.ac: Require libgcrypt 1.1.94.Werner Koch2004-04-061-1/+1
* * protect-tool.c: New options --have-cert and --prompt.Werner Koch2004-02-191-1/+1
* * gpgsm.c: New option --with-md5-fingerprint.Werner Koch2004-02-171-6/+14
* * encrypt.c (init_dek): Check for too weak algorithms.Werner Koch2004-02-131-53/+367
* Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch2004-02-041-1/+1
* * import.c (check_and_store): Import certificates even withWerner Koch2004-02-031-4/+13
* Replaced deprecated type names.Werner Koch2003-12-171-9/+9
* Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-121-20/+9
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+349
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-349/+0
* * import.c (print_imported_summary): Cleaned up. Print newWerner Koch2002-08-211-20/+62
* * gpgsm.c (main): Use the log file only in server mode.Werner Koch2002-08-201-7/+106
* * call-agent.c (learn_cb): Special treatment when the issuerWerner Koch2002-08-161-1/+1
* * server.c (gpgsm_status2): Insert a blank between all optionalWerner Koch2002-07-031-1/+1
* * keydb.c (keydb_store_cert): Add optional ar EXISTED and changedWerner Koch2002-07-021-33/+58
* * import.c (gpgsm_import): Print an STATUS_IMPORTED.Werner Koch2002-06-261-1/+8
* * call-agent.c (learn_cb): Use log_info instead of log_error onWerner Koch2002-06-191-2/+2
* * import.c (gpgsm_import): Add error messages.Werner Koch2002-05-231-1/+15
* * import.c (gpgsm_import): Try to identify the type of input andWerner Koch2002-05-211-17/+83
* * verify.c (gpgsm_verify): Detect certs-only message.Werner Koch2002-03-121-2/+8
* sm/Werner Koch2002-03-061-0/+2
* * import.c (gpgsm_import): Just do a basic cert check beforeWerner Koch2002-01-151-28/+2
* * base64.c: New. Changed all other functions to use this insteadWerner Koch2001-11-271-223/+10
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-2/+2
* Write status output, make verify work in server mode.Werner Koch2001-11-191-1/+1
* gpgsm --verify does now work like gpg including theWerner Koch2001-11-191-10/+178
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-183/+17
* we are now able to check self-signed certificatesWerner Koch2001-11-101-41/+153
* Implemented server main loop and started with import command.Werner Koch2001-11-071-0/+213