aboutsummaryrefslogtreecommitdiffstats
path: root/sm/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixesWerner Koch2009-01-121-0/+4
|
* Fix error detectionWerner Koch2009-01-081-0/+4
|
* fix a gpgconf default. Cosmetic changes.Werner Koch2008-12-101-0/+7
|
* Minor fixes.Werner Koch2008-12-091-0/+4
|
* Add a custom prompt for the CSR generation.Werner Koch2008-12-051-0/+11
| | | | | Add a new percent escape fucntion.
* Fixed a temporary file name collision between gpg and gpgsm under Windows.Werner Koch2008-11-201-1/+1
|
* Print library versions according to GNU standards.Werner Koch2008-11-181-0/+6
|
* Cleaned up unused gpgsm and gpg options.Werner Koch2008-11-131-0/+4
|
* fixed a bug in the prompt formatter.Werner Koch2008-10-281-0/+9
|
* Try to start the agent before invoking the protect-tool.Werner Koch2008-10-231-0/+6
|
* Help dirmngr to use supplied trust anchors.Werner Koch2008-10-211-0/+9
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+18
|
* Reset the context lock flag after a failed dirmngr start which may happendWerner Koch2008-10-171-0/+7
| | | | | due to --disable-dirmngr.
* Add --delete-keys as alias for --delete-key.Werner Koch2008-10-131-0/+4
|
* Add gpgsm server command GETINFO agent-check.Werner Koch2008-09-301-0/+5
| | | | | Fix tests.
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-291-0/+7
|
* Workaround for a mingw runtime bug.Werner Koch2008-09-041-0/+4
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-0/+5
| | | | | Cleanups
* Print a 'f' for validated non-root certificates in gpgsm colon style listing.Werner Koch2008-08-131-0/+4
| | | | | Doc fixes.
* 2008-08-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-08-081-0/+15
| | | | | | | | | | | | | | | | * gpgsm.h (struct server_control_s): Remove member dirmngr_seen. * call-dirmngr.c (dirmngr2_ctx, dirmngr_ctx_locked) (dirmngr2_ctx_locked): New global variables. (prepare_dirmngr): Don't check dirmngr_seen anymore. (start_dirmngr): Move bunch of code to ... (start_dirmngr_ext): ... this new function. (release_dirmngr, start_dirmngr2, release_dirmngr2): New functions. (gpgsm_dirmngr_isvalid): Call release_dirmngr. (gpgsm_dirmngr_lookup): Call release_dirmngr. If dirmngr_ctx is locked, use dirmngr2_locked. (gpgsm_dirmngr_run_command): Call release_dirmngr.
* Start support of TCOS 3 cards.Werner Koch2008-06-261-0/+13
| | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
* Code cleanup.Werner Koch2008-06-231-0/+6
|
* 2008-06-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-06-131-0/+4
| | | | | * call-dirmngr.c (prepare_dirmngr): Fix error code to ignore.
* sm/Marcus Brinkmann2008-06-121-0/+8
| | | | | | | | | | | | | | | | 2008-06-12 Marcus Brinkmann <[email protected]> * gpgsm.h (struct keyserver_spec): New struct. (opt): Add member keyserver. * gpgsm.c (keyserver_list_free, parse_keyserver_line): New functions. (main): Implement --keyserver option. * call-dirmngr.c (prepare_dirmngr): Send LDAPSERVER commands. tools/ 2008-06-12 Marcus Brinkmann <[email protected]> * gpgconf-comp.c (gc_options_gpgsm): Add option keyserver.
* Fix --output option used when with --export-secret-kety-p12.Werner Koch2008-05-201-0/+5
|
* Fixed bug#907.Werner Koch2008-05-061-0/+5
| | | | | Fixed a segv in keybox and made it more robust.
* Fixed a C-89 incompatibility.Werner Koch2008-04-231-0/+5
| | | | | | Minor changes to make it build on Debian bo. Thanks to Alain Guibert.
* Adjust for the changed Camellia draft.Werner Koch2008-04-181-0/+4
| | | | | | W32 gettext changes. Comment and typo fixes.
* Fix problem when using the fallback dirmngr.Werner Koch2008-03-311-0/+5
|
* Fix a bug in the ambigious name detection.Werner Koch2008-03-201-0/+12
| | | | | Minor cleanups.
* Fixed an email/DN bug.Werner Koch2008-03-131-0/+7
| | | | | Changed pinentry prompts.
* Improve certificate chain construction.Werner Koch2008-02-191-0/+17
| | | | | Extend PKITS framework
* Poems for AllowSetForegroundWindow (W32)Werner Koch2008-02-141-0/+13
|
* Always search missing certifcates using a running Dirmngr's cache.Werner Koch2008-02-131-1/+18
|
* 2008-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-301-0/+5
| | | | | | * keylist.c (list_internal_keys): New variable lastcert. Use it to suppress duplicates which immediately follow each other.
* [W32] Avoid extra console window when importing or exporting.Werner Koch2008-01-271-2/+8
| | | | | Fixes bug 875.
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-131-0/+7
|
* Support DSA2.Werner Koch2007-12-121-0/+17
| | | | | | Support Camellia for testing. More audit stuff.
* Try to make sure that the standard descriptors are connected when callingWerner Koch2007-12-031-0/+4
| | | | | gpgsm.
* Add option --data to GETAUDITLOG command.Werner Koch2007-11-261-2/+2
| | | | | Return HTML formatted dummy output.
* New command GETAUDITLOGWerner Koch2007-11-221-0/+5
|
* Document --auto-issuer-key-retrieve.Werner Koch2007-11-191-0/+2
|
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+29
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-191-0/+6
|
* Print used library version with --version.Werner Koch2007-09-141-0/+5
| | | | | Typo fixes
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-0/+4
| | | | | New tool gpg-check-pattern.
* Add new features to kbxutil.Werner Koch2007-08-231-0/+8
| | | | | Fixed bug 829 (can't encrypt if duplicated certs are in the keybox)
* Fixed creation of private keys under W32.Werner Koch2007-08-221-0/+2
| | | | | Minor code cleanups.
* Updated estream.Werner Koch2007-08-221-0/+17
| | | | | More changes for Windows.
* Documentaion updates.Werner Koch2007-08-141-0/+16
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.