aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug#920Werner Koch2009-08-182-485/+533
|
* * gpg.texi (OpenPGP Options): Clarify that personal-foo-preferencesDavid Shaw2009-08-172-10/+18
| | | | | overrides recipient preferences (safely).
* * gpg.texi (GPG Configuration Options): Document keyserver optionsDavid Shaw2009-08-142-5/+20
| | | | | check-cert and ca-cert-file.
* * ttyio.h, ttyio.c (tty_enable_completion): Some ifdefs aroundDavid Shaw2009-08-113-4/+19
| | | | | HAVE_LIBREADLINE to allow building when readline isn't available.
* Ask to insert the right OpenPGP card.Werner Koch2009-08-116-18/+186
|
* Improved detection of bad/invalid signer keys.Werner Koch2009-08-0613-63/+122
|
* Enable readline support in --card-edit.Werner Koch2009-08-053-12/+26
| | | | | better cope with re-inserted cards.
* Ask for the keysize when generating a new card key.Werner Koch2009-08-057-20/+222
|
* * gpg.c (main): --pgp6 includes --disable-mdc.David Shaw2009-07-312-0/+5
|
* * gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn'tDavid Shaw2009-07-312-5/+10
| | | | | exist any longer).
* Comment changes.Werner Koch2009-07-304-7/+13
| | | | | Changed --learn-card.
* 2009-07-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-07-292-1/+5
| | | | | * ccid-driver.c (print_pr_data): Fix 64 bit compat problem.
* 2009-07-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-07-292-0/+6
| | | | | * keylist.c (print_capabilities): Print a trailing colon.
* Workaround for SCR3320Werner Koch2009-07-242-0/+10
|
* * srv.c (getsrv): Fix type-punning warning.David Shaw2009-07-232-2/+6
|
* Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw2009-07-234-15/+63
| | | | | resorting to keys.{domain}.
* Print status of CRL checks in the audit log.Werner Koch2009-07-2310-11/+69
|
* Make use of the card's extended capabilities.Werner Koch2009-07-224-13/+89
|
* Emit CARDCTRL status lines.Werner Koch2009-07-222-47/+137
|
* Typo fixes. Fixes bug#1093Werner Koch2009-07-2211-86/+91
|
* Give hints on files to backup.Werner Koch2009-07-225-59/+67
|
* Print verbose instructions in case of a corrupted trustdb.Werner Koch2009-07-226-8/+35
|
* Fix i18n bug.Werner Koch2009-07-212-1/+5
|
* Make bug reporting address easier changeable.Werner Koch2009-07-2120-41/+75
|
* Fix bug 1091.Werner Koch2009-07-204-9/+35
| | | | | | Doc fixes. Replace assert by error message.
* Fix bug 1090.Werner Koch2009-07-202-1/+6
|
* Add code to better handle unplugging of a reader.Werner Koch2009-07-167-15/+94
|
* [g10]Werner Koch2009-07-133-48/+59
| | | | | | | | | | * exec.c: Fix function name indentation. (expand_args): Simplify by using membuf functions. (exec_write): Fix memory leak on error. (w32_system): Use DETACHED_PROCESS so that a new console is not created.
* Add new prototypesWerner Koch2009-07-132-0/+5
|
* * ccid-driver.c (struct ccid_driver_s): Add fields last_progress,Werner Koch2009-07-134-20/+126
| | | | | | | | | | | | | | | | progress_cb and progress_cb_arg. (ccid_set_progress_cb): New. (print_progress): New. (ccid_transceive): Call print_progress for wait time extensions. * apdu.c (struct reader_table_s): Add field set_progress_cb. (new_reader_slot): Clear that field. (open_ccid_reader): Set it to .. (set_progress_cb_ccid_reader): ... new fucntion. * app.c (print_progress_line): New. (lock_reader): Add arg CTRL to set a progress callback and change all callers to provide it. (unlock_reader): Remove the progress callback.
* Better reset the PIN verification stati after changing the key attributes.Werner Koch2009-07-102-0/+4
|
* Fix for card keys > 2048 bit.Werner Koch2009-07-107-18/+77
|
* Support writing of existing keys with non-matching key sizes.Werner Koch2009-07-096-10/+100
|
* Marked an entry fuzzy.Werner Koch2009-07-092-226/+261
|
* Changed default hash algorithm preferencesWerner Koch2009-07-094-21/+53
|
* * gpgkeys_hkp.c (main, srv_replace): Minor tweaks to use the DNS-SDDavid Shaw2009-07-082-5/+23
| | | | | | names ("pgpkey-http" and "pgpkey-https") in SRV lookups instead of "hkp" and "hkps".
* Impleemned gpgsm's IMPORT --re-import feature.Werner Koch2009-07-078-18/+216
| | | | | Typo fix.
* Minor bug fixes.Werner Koch2009-07-076-19/+46
| | | | | Enhanced function docs.
* Release session_env.Werner Koch2009-07-071-5/+6
|
* Reworked passing of envars to Pinentry.Werner Koch2009-07-0731-353/+1170
|
* * debugging.texi (Common Problems): Add a note about corruptedWerner Koch2009-07-062-0/+14
| | | | | keys in --search-keys.
* Create a pkcs#10 request directly from a card.Werner Koch2009-07-026-11/+215
| | | | | Deprecate gpgsm-gencert.sh script.
* Alow batch ode for gpgsm --gen-key.Werner Koch2009-07-0110-34/+197
| | | | | Allow CSR generation using an existing key with gpgsm.
* Add comment about Cherry.Werner Koch2009-07-011-2/+6
|
* Translation fixWerner Koch2009-06-3029-4945/+5011
|
* OOps commited an old version. Fixed now.Werner Koch2009-06-301-2/+2
|
* small fix for Omnikey. Works with CM4040 now.Werner Koch2009-06-302-0/+6
|
* Make soem omnikey readers work with extended length APDUs.Werner Koch2009-06-293-58/+152
|
* Support the Windows sniffusb tool.Werner Koch2009-06-292-7/+102
|
* Reworked the estream memory buffer allocation.Werner Koch2009-06-298-71/+111
| | | | | Committed already posted patches for the v2 card.