Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 1 | -0/+2 | |
| | ||||||
* | Add --delete-keys as alias for --delete-key. | Werner Koch | 2008-10-13 | 1 | -1/+2 | |
| | ||||||
* | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 2008-09-29 | 1 | -5/+1 | |
| | ||||||
* | Start support of TCOS 3 cards. | Werner Koch | 2008-06-26 | 1 | -1/+1 | |
| | | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default. | |||||
* | sm/ | Marcus Brinkmann | 2008-06-12 | 1 | -33/+131 | |
| | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | Updated German translation. | Werner Koch | 2008-05-09 | 1 | -1/+1 | |
| | | | | | Fix in gpgconf for W32. | |||||
* | Improve certificate chain construction. | Werner Koch | 2008-02-19 | 1 | -4/+11 | |
| | | | | | Extend PKITS framework | |||||
* | Allow verification of some broken S-TRUST generated signatures. | Werner Koch | 2007-12-13 | 1 | -0/+13 | |
| | ||||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 1 | -16/+31 | |
| | | | | | | Support Camellia for testing. More audit stuff. | |||||
* | More code for the audit log. | Werner Koch | 2007-12-06 | 1 | -1/+1 | |
| | ||||||
* | Try to make sure that the standard descriptors are connected when calling | Werner Koch | 2007-12-03 | 1 | -0/+1 | |
| | | | | | gpgsm. | |||||
* | Add option --data to GETAUDITLOG command. | Werner Koch | 2007-11-26 | 1 | -4/+3 | |
| | | | | | Return HTML formatted dummy output. | |||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -2/+32 | |
| | | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
* | Print used library version with --version. | Werner Koch | 2007-09-14 | 1 | -2/+51 | |
| | | | | | Typo fixes | |||||
* | Documentaion updates. | Werner Koch | 2007-08-14 | 1 | -11/+80 | |
| | | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug. | |||||
* | Implemented the chain model for X.509 validation. | Werner Koch | 2007-08-10 | 1 | -7/+42 | |
| | ||||||
* | Factored common gpgconf constants out | Werner Koch | 2007-08-02 | 1 | -28/+12 | |
| | | | | | Fixed W32 compare_filenames | |||||
* | Typo fixes. | Werner Koch | 2007-07-17 | 1 | -4/+11 | |
| | | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf. | |||||
* | Translate all file descriptors received from assuan. | Werner Koch | 2007-07-12 | 1 | -1/+1 | |
| | ||||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 | |
| | | | | | Removed intl/. | |||||
* | More W32 related changes | Werner Koch | 2007-06-26 | 1 | -0/+1 | |
| | ||||||
* | Fixed a problem in estream-printf.c. | Werner Koch | 2007-06-25 | 1 | -8/+8 | |
| | | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups. | |||||
* | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 2007-06-21 | 1 | -4/+7 | |
| | | | | Windows. | |||||
* | [w32] gpg-agent is now started automagically by gpgsm. | Werner Koch | 2007-06-20 | 1 | -1/+1 | |
| | ||||||
* | Made percent_escape more general. | Werner Koch | 2007-06-19 | 1 | -1/+1 | |
| | | | | | | Added regression tests support to jnlib. W32 changes. | |||||
* | jnlib/ | Marcus Brinkmann | 2007-06-18 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list. | |||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -4/+4 | |
| | | | | | See the ChangeLogs for details. | |||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -15/+0 | |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
* | Improved logging for error orginating from libgcrypt. | Werner Koch | 2007-04-20 | 1 | -8/+4 | |
| | ||||||
* | Make gpgconf aware of --p12-charset. | Werner Koch | 2007-03-20 | 1 | -0/+2 | |
| | ||||||
* | Allow setting of the passphrase encoding of pkcs#12 files. | Werner Koch | 2007-03-20 | 1 | -2/+9 | |
| | | | | New option --p12-charset. | |||||
* | Allow export to work on systems without funopen/fopencookie. | Werner Koch | 2007-03-19 | 1 | -1/+1 | |
| | ||||||
* | Changes to let the key listing use estream to help systems without | Werner Koch | 2007-03-19 | 1 | -4/+42 | |
| | | | | | funopen. | |||||
* | Included LIBICONV in all Makefiles. | Werner Koch | 2007-01-31 | 1 | -3/+6 | |
| | | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message. | |||||
* | Comment mtrace feature | Werner Koch | 2006-12-21 | 1 | -2/+2 | |
| | ||||||
* | 2006-12-21 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-21 | 1 | -1/+2 | |
| | | | | | * encrypt.c (encrypt_dek): Release S_CIPH. | |||||
* | . | Werner Koch | 2006-10-23 | 1 | -12/+35 | |
| | ||||||
* | Pth tweaks and improved estream.c | Werner Koch | 2006-10-17 | 1 | -8/+1 | |
| | ||||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -5/+5 | |
| | ||||||
* | Various updates | Werner Koch | 2006-09-21 | 1 | -0/+1 | |
| | ||||||
* | Added common certificates. | Werner Koch | 2006-09-18 | 1 | -3/+22 | |
| | ||||||
* | Various fixes and new features. | Werner Koch | 2006-09-13 | 1 | -45/+40 | |
| | | | | | Enhanced gpg-connect-agent. | |||||
* | The big Assuan error code removal. | Werner Koch | 2006-09-06 | 1 | -2/+3 | |
| | ||||||
* | See ChangeLogs | Werner Koch | 2006-08-29 | 1 | -41/+67 | |
| | ||||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -4/+12 | |
| | ||||||
* | Print a note that the software has not been approved for qualified signatures. | Werner Koch | 2005-11-23 | 1 | -0/+5 | |
| | ||||||
* | * gpgsm.c (main): New options --no-log-file and --debug-none. | Werner Koch | 2005-07-21 | 1 | -1/+7 | |
| | | | | | | | | | | | * certreqgen.c (get_parameter, get_parameter_value): Add SEQ arg to allow enumeration. Changed all callers. (create_request): Process DNS and URI parameters. * gpgsm-gencert.sh: Reworked to allow for multiple email addresses as well as DNsanmes and URi. Present the parameter file before creating the certificate. | |||||
* | * configure.ac: Do not build gpg by default. | Werner Koch | 2005-04-21 | 1 | -0/+12 | |
| | | | | | | | | | | | | * gpgsm.c: New options --{enable,disable}-trusted-cert-crl-check. * certchain.c (gpgsm_validate_chain): Make use of it. * certchain.c (gpgsm_validate_chain): Check revocations even for expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not. * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check. | |||||
* | * configure.ac: Require libksba 0.9.11. | Werner Koch | 2005-04-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | sm/ * call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI. * certlist.c (gpgsm_find_cert): Add new arg KEYID and implement this filter. Changed all callers. * certchain.c (find_up_search_by_keyid): New helper. (find_up): Also try using the AKI.keyIdentifier. (find_up_external): Ditto. |