summaryrefslogtreecommitdiffstats
path: root/kbx/keybox-blob.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-09-30* de.po: Updated.Werner Koch7-96/+396
* POTFILES.in: Add more files. * app-openpgp.c (do_sign): Add the error string to the verify failed messages. * keylist.c (list_cert_colon): Make sure that the expired flag has a higher precedence than the invalid flag.
2004-09-30* gpg.texi: New.Werner Koch1-1800/+21
2004-09-30* gpg.texi: New.Werner Koch7-59/+80
* gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
2004-09-30spelling fixWerner Koch1-1/+4
2004-09-30Remove what is now in the texi docs.Marcus Brinkmann1-346/+3
2004-09-302004-09-30 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-2/+500
* tools.texi (Changing options): Add documentation for gpgconf.
2004-09-302004-09-30 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-2/+6
* contrib.texi (Contributors): Add two missing periods.
2004-09-29Print warning when --default-key is used.Werner Koch1-0/+1
2004-09-29* gpgsm.texi (Configuration Options): Add --log-file.Werner Koch5-32/+56
* gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain.
2004-09-29Added a few strings.Werner Koch1-6/+50
2004-09-29Fuzzy fixesWerner Koch1-187/+214
2004-09-29* minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch9-17/+102
passphrase has been given. * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the expected pinentry filename. * import.c (parse_p12): Write an error status line for bad passphrases. Add new arg CTRL and changed caller. * export.c (export_p12): Likewise.
2004-09-29Changed license of the manual stuff to GPL.Werner Koch6-22/+96
* gnupg.texi (Top): New menu item Helper Tools. * tools.texi (Helper Tools): New. * Makefile.am (gnupg_TEXINFOS): Add tools.texi.
2004-09-28(agent_unprotect): Fixed wiping of CLEARTEXT. ThanksWerner Koch2-1/+6
to Moritz for pointing this out.
2004-09-262004-09-25 Moritz Schulte <moritz@g10code.com>Moritz Schulte4-40/+113
* agent.h: Declare: agent_pksign_do. (struct server_control_s): New member: raw_value. * pksign.c (do_encode_md): New argument: raw_value; support generation of raw (non-pkcs1) data objects; adjust callers. (agent_pksign_do): New function, based on code ripped out from agent_pksign. (agent_pksign): Use agent_pksign_do. * command.c (start_command_handler): Set ctrl.digest.raw_value.
2004-09-20(show_key_with_all_names): Print the card S/N.Werner Koch6-4/+49
* app-openpgp.c (app_select_openpgp): Its app_munge_serialno and not app_number_serialno.
2004-09-11Some more new filesWerner Koch2-0/+278
2004-09-11Collection of artwork collected over the yearsWerner Koch20-0/+7
2004-09-112004-09-11 Moritz Schulte <moritz@g10code.com>Moritz Schulte2-1/+5
* openfile.c (copy_options_file): Fixed last commit (added a `+').
2004-09-09doc --max-cache-ttlWerner Koch1-0/+6
2004-09-09* app.c (select_application): Fixed serial number extraction andWerner Koch4-3/+74
added the BMI card workaround. (app_munge_serialno): New. * app-openpgp.c (app_select_openpgp): Try munging serialno.
2004-09-09(check_for_running_agent): New.Werner Koch4-9/+86
(main): The default action is now to check for an already running agent. (parse_rereadable_options): Set logfile only on reread. (main): Do not print the "is development version" note.
2004-08-31Better take the length of SKELEXT into accountWerner Koch2-2/+4
2004-08-31* openfile.c (copy_options_file): Use gpg-conf.skelWerner Koch3-2/+7
* Makefile.am: Install options.skel as gpg-conf.skel.
2004-08-24* kbxutil.c: New command --import-openpgp.Werner Koch5-27/+810
(main): Updated libgcrypt initialization stuff. (my_gcry_logger): New. (read_file): New. Taken from ../agent/protect-tool. (dump_fpr, dump_openpgp_key, import_openpgp): New. * keybox-openpgp.c: New.
2004-08-24Fixed typo in ocsp OID.Werner Koch2-1/+5
2004-08-20* gpg-agent.c: New option --max-cache-ttl. Suggested by AlexanderWerner Koch4-4/+16
Belopolsky. * cache.c (housekeeping): Use it here instead of the hardwired default of 1 hour.
2004-08-20(start_pinentry): Use a timeout for the pinentry lock.Werner Koch2-3/+27
2004-08-18(get_passphrase): Make sure that the defaultWerner Koch2-5/+71
prompts passed to gpg-agent are utf-8 encoded. Add new prompt values. (import_p12_file, import_p12_file, export_p12_file): Changed calls to get_passphrase so that better prompts are displayed. (get_new_passphrase): New.
2004-08-18* certlist.c (gpgsm_cert_use_ocsp_p): New.Werner Koch5-5/+39
(cert_usage_p): Support it here. * call-dirmngr.c (gpgsm_dirmngr_isvalid): Use it here.
2004-08-18(simple_pwquery): Handle gpg-error style returnWerner Koch3-2/+17
code for canceled.
2004-08-18(print_sanitized_utf8_string): Actually implementWerner Koch2-2/+8
it.
2004-08-18(get_passphrase): Make sure that the defaultWerner Koch2-0/+39
prompts passed to gpg-agent are utf-8 encoded.
2004-08-182004-08-18 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-3/+10
* passphrase.c (agent_get_passphrase):
2004-08-172004-08-17 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-1/+5
* import.c: Fix typo in last change.
2004-08-17tests/pkits: New directoryWerner Koch1-1/+12
2004-08-17* import.c (check_and_store): Do a full validation ifWerner Koch24-98/+1158
--with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory
2004-08-16(cmd_encrypt): Use DEFAULT_RECPLIST and not recplistWerner Koch2-1/+6
for encrypt-to keys.
2004-08-092004-08-09 Moritz Schulte <moritz@g10code.com>Moritz Schulte2-0/+119
* gpgsm-gencert.sh: New file.
2004-08-06* gpgsm.c: New option --with-ephemeral-keys.Werner Koch5-9/+44
* keylist.c (list_internal_keys): Set it here. (list_cert_raw): And indicate those keys. Changed all our callers to pass the new arg HD through.
2004-08-05* configure.ac: Changed tests for libusb to also suuport theWerner Koch16-31/+282
stable version 0.1.x. * scdaemon.texi (Card applications): New section. * scdaemon.c (main): New option --disable-application. * app.c (is_app_allowed): New. (select_application): Use it to check for disabled applications. * ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New. * ccid-driver.c (ccid_open_reader): Support the stable 0.1 version of libusb. (ccid_get_atr): Handle short messages. * apdu.c (my_rapdu_get_status): Implemented.
2004-07-272004-07-27 Moritz Schulte <moritz@g10code.com>Moritz Schulte2-0/+7
* apdu.c: Include <signal.h>.
2004-07-272004-07-27 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-4/+5
* Makefile.am: Use @DL_LIBS@ instead of -ldl.
2004-07-272004-07-27 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-0/+7
* configure.ac: Check for dlopen in libc and libdl, substitute DL_LIBS accordingly.
2004-07-22post-release version number bumpWerner Koch2-1/+5
2004-07-22* configure.ac: Define AM conditional HAVE_OPENSC.V1-9-10Werner Koch7-12/+41
* Makefile.am: Make OpenSC lib link after libgcrypt. Do not link to pth. * apdu.c: Don't use Pth if we use OpenSC. * sc-investigate.c, scdaemon.c: Disable use of pth if OpenSC is used. * scdaemon.c (main): Bumbed thread stack size up to 512k.
2004-07-22* trustlist.c (read_list): Allow colons in the fingerprint.Werner Koch14-200/+275
(headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip.
2004-07-20* Makefile.am (sm): Build kbx only if gpgsm is to be build.Werner Koch4-2/+16
* maperror.c: Removed header ksba.h. Not required anymore.
2004-07-20New option --enable-agent-only.Werner Koch2-2/+24
2004-07-20* rfc822parse.c (rfc822parse_get_field): Add arg VALUEOFF.Werner Koch3-4/+28