Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleaned up unused gpgsm and gpg options. | Werner Koch | 2008-11-13 | 2 | -289/+214 | |
| | ||||||
* | Remove debug code. | Werner Koch | 2008-10-28 | 1 | -3/+0 | |
| | ||||||
* | fixed a bug in the prompt formatter. | Werner Koch | 2008-10-28 | 3 | -58/+80 | |
| | ||||||
* | Try to start the agent before invoking the protect-tool. | Werner Koch | 2008-10-23 | 3 | -4/+23 | |
| | ||||||
* | Help dirmngr to use supplied trust anchors. | Werner Koch | 2008-10-21 | 6 | -14/+66 | |
| | ||||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 11 | -1/+59 | |
| | ||||||
* | Reset the context lock flag after a failed dirmngr start which may happend | Werner Koch | 2008-10-17 | 2 | -8/+34 | |
| | | | | | due to --disable-dirmngr. | |||||
* | Add --delete-keys as alias for --delete-key. | Werner Koch | 2008-10-13 | 2 | -1/+6 | |
| | ||||||
* | Add gpgsm server command GETINFO agent-check. | Werner Koch | 2008-09-30 | 4 | -1/+31 | |
| | | | | | Fix tests. | |||||
* | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 2008-09-29 | 5 | -17/+13 | |
| | ||||||
* | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 2008-09-23 | 1 | -1/+1 | |
| | ||||||
* | Workaround for a mingw runtime bug. | Werner Koch | 2008-09-04 | 2 | -1/+11 | |
| | ||||||
* | Fix gpg-preset-passphrase bug. | Werner Koch | 2008-09-03 | 2 | -1/+9 | |
| | | | | | Cleanups | |||||
* | Print a 'f' for validated non-root certificates in gpgsm colon style listing. | Werner Koch | 2008-08-13 | 2 | -0/+6 | |
| | | | | | Doc fixes. | |||||
* | 2008-08-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-08-08 | 3 | -32/+115 | |
| | | | | | | | | | | | | | | | | * 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. | |||||
* | Minor fixes. | Werner Koch | 2008-06-26 | 1 | -2/+2 | |
| | ||||||
* | Start support of TCOS 3 cards. | Werner Koch | 2008-06-26 | 6 | -56/+197 | |
| | | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default. | |||||
* | Code cleanup. | Werner Koch | 2008-06-23 | 2 | -14/+18 | |
| | ||||||
* | 2008-06-13 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-06-13 | 2 | -1/+5 | |
| | | | | | * call-dirmngr.c (prepare_dirmngr): Fix error code to ignore. | |||||
* | sm/ | Marcus Brinkmann | 2008-06-12 | 4 | -33/+174 | |
| | | | | | | | | | | | | | | | | 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 Koch | 2008-05-20 | 4 | -3/+8 | |
| | ||||||
* | Updated German translation. | Werner Koch | 2008-05-09 | 1 | -1/+1 | |
| | | | | | Fix in gpgconf for W32. | |||||
* | Fixed bug#907. | Werner Koch | 2008-05-06 | 2 | -0/+8 | |
| | | | | | Fixed a segv in keybox and made it more robust. | |||||
* | Fixed a C-89 incompatibility. | Werner Koch | 2008-04-23 | 2 | -1/+8 | |
| | | | | | | Minor changes to make it build on Debian bo. Thanks to Alain Guibert. | |||||
* | Adjust for the changed Camellia draft. | Werner Koch | 2008-04-18 | 2 | -2/+14 | |
| | | | | | | W32 gettext changes. Comment and typo fixes. | |||||
* | Fix a problem with dirmngr looked up certificates. | Werner Koch | 2008-04-01 | 3 | -4/+4 | |
| | | | | | Typo fixes. | |||||
* | Fix problem when using the fallback dirmngr. | Werner Koch | 2008-03-31 | 2 | -1/+6 | |
| | ||||||
* | Fix a bug in the ambigious name detection. | Werner Koch | 2008-03-20 | 3 | -13/+40 | |
| | | | | | Minor cleanups. | |||||
* | Fixed an email/DN bug. | Werner Koch | 2008-03-13 | 3 | -8/+22 | |
| | | | | | Changed pinentry prompts. | |||||
* | Improve certificate chain construction. | Werner Koch | 2008-02-19 | 5 | -19/+117 | |
| | | | | | Extend PKITS framework | |||||
* | Poems for AllowSetForegroundWindow (W32) | Werner Koch | 2008-02-14 | 4 | -26/+114 | |
| | ||||||
* | Always search missing certifcates using a running Dirmngr's cache. | Werner Koch | 2008-02-13 | 10 | -41/+178 | |
| | ||||||
* | 2008-01-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-01-30 | 2 | -2/+20 | |
| | | | | | | * keylist.c (list_internal_keys): New variable lastcert. Use it to suppress duplicates which immediately follow each other. | |||||
* | Fixed a W32 crash in gpg2 when creating a new keyring. | Werner Koch | 2008-01-29 | 1 | -1/+1 | |
| | | | | | Typo fixes. | |||||
* | [W32] Avoid extra console window when importing or exporting. | Werner Koch | 2008-01-27 | 3 | -4/+10 | |
| | | | | | Fixes bug 875. | |||||
* | Typo fixes. | Werner Koch | 2008-01-26 | 1 | -2/+2 | |
| | | | | | | Portability fix for asschk.c | |||||
* | Allow verification of some broken S-TRUST generated signatures. | Werner Koch | 2007-12-13 | 5 | -11/+54 | |
| | ||||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 8 | -39/+140 | |
| | | | | | | Support Camellia for testing. More audit stuff. | |||||
* | More code for the audit log. | Werner Koch | 2007-12-06 | 3 | -5/+13 | |
| | ||||||
* | Try to make sure that the standard descriptors are connected when calling | Werner Koch | 2007-12-03 | 2 | -0/+5 | |
| | | | | | gpgsm. | |||||
* | Add option --data to GETAUDITLOG command. | Werner Koch | 2007-11-26 | 3 | -18/+37 | |
| | | | | | Return HTML formatted dummy output. | |||||
* | New command GETAUDITLOG | Werner Koch | 2007-11-22 | 2 | -0/+41 | |
| | ||||||
* | Document --auto-issuer-key-retrieve. | Werner Koch | 2007-11-19 | 3 | -1/+5 | |
| | ||||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 9 | -101/+227 | |
| | | | | | | | | 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 Koch | 2007-10-19 | 3 | -93/+14 | |
| | ||||||
* | Print used library version with --version. | Werner Koch | 2007-09-14 | 2 | -2/+56 | |
| | | | | | Typo fixes | |||||
* | Extended the --check-program output: Error messages are now inlcued in an | Werner Koch | 2007-08-29 | 1 | -1/+1 | |
| | | | | | easy parsable format. | |||||
* | New command --check-programs for gpgconf. | Werner Koch | 2007-08-29 | 2 | -2/+2 | |
| | ||||||
* | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 2007-08-27 | 2 | -1/+5 | |
| | | | | | New tool gpg-check-pattern. | |||||
* | Add new features to kbxutil. | Werner Koch | 2007-08-23 | 4 | -9/+89 | |
| | | | | | Fixed bug 829 (can't encrypt if duplicated certs are in the keybox) |