Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-09 | Fix bug#998. | Werner Koch | 1 | -2/+2 | |
2008-12-10 | fix a gpgconf default. Cosmetic changes. | Werner Koch | 1 | -6/+9 | |
2008-12-09 | Minor fixes. | Werner Koch | 1 | -1/+1 | |
2008-11-18 | Print library versions according to GNU standards. | Werner Koch | 1 | -51/+32 | |
2008-11-13 | Cleaned up unused gpgsm and gpg options. | Werner Koch | 1 | -289/+210 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -0/+2 | |
2008-10-13 | Add --delete-keys as alias for --delete-key. | Werner Koch | 1 | -1/+2 | |
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 1 | -5/+1 | |
2008-06-26 | Start support of TCOS 3 cards. | Werner Koch | 1 | -1/+1 | |
Support restriction attribute. Fix utf-8 printing problems. Use AES by default. | |||||
2008-06-12 | sm/ | Marcus Brinkmann | 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. | |||||
2008-05-20 | Fix --output option used when with --export-secret-kety-p12. | Werner Koch | 1 | -1/+1 | |
2008-05-09 | Updated German translation. | Werner Koch | 1 | -1/+1 | |
Fix in gpgconf for W32. | |||||
2008-02-19 | Improve certificate chain construction. | Werner Koch | 1 | -4/+11 | |
Extend PKITS framework | |||||
2007-12-13 | Allow verification of some broken S-TRUST generated signatures. | Werner Koch | 1 | -0/+13 | |
2007-12-12 | Support DSA2. | Werner Koch | 1 | -16/+31 | |
Support Camellia for testing. More audit stuff. | |||||
2007-12-06 | More code for the audit log. | Werner Koch | 1 | -1/+1 | |
2007-12-03 | Try to make sure that the standard descriptors are connected when calling | Werner Koch | 1 | -0/+1 | |
gpgsm. | |||||
2007-11-26 | Add option --data to GETAUDITLOG command. | Werner Koch | 1 | -4/+3 | |
Return HTML formatted dummy output. | |||||
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 1 | -2/+32 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-09-14 | Print used library version with --version. | Werner Koch | 1 | -2/+51 | |
Typo fixes | |||||
2007-08-14 | Documentaion updates. | Werner Koch | 1 | -11/+80 | |
Support doe Dirmngr under W32. Fixed a yat2m bug. | |||||
2007-08-10 | Implemented the chain model for X.509 validation. | Werner Koch | 1 | -7/+42 | |
2007-08-02 | Factored common gpgconf constants out | Werner Koch | 1 | -28/+12 | |
Fixed W32 compare_filenames | |||||
2007-07-17 | Typo fixes. | Werner Koch | 1 | -4/+11 | |
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf. | |||||
2007-07-12 | Translate all file descriptors received from assuan. | Werner Koch | 1 | -1/+1 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-26 | More W32 related changes | Werner Koch | 1 | -0/+1 | |
2007-06-25 | Fixed a problem in estream-printf.c. | Werner Koch | 1 | -8/+8 | |
Changes for Windows (gpgsm -k does now work). Minor cleanups. | |||||
2007-06-21 | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 1 | -4/+7 | |
Windows. | |||||
2007-06-20 | [w32] gpg-agent is now started automagically by gpgsm. | Werner Koch | 1 | -1/+1 | |
2007-06-19 | Made percent_escape more general. | Werner Koch | 1 | -1/+1 | |
Added regression tests support to jnlib. W32 changes. | |||||
2007-06-18 | jnlib/ | Marcus Brinkmann | 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. | |||||
2007-06-14 | A whole bunch of changes to allow building for Windows. | Werner Koch | 1 | -4/+4 | |
See the ChangeLogs for details. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 1 | -15/+0 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2007-04-20 | Improved logging for error orginating from libgcrypt. | Werner Koch | 1 | -8/+4 | |
2007-03-20 | Make gpgconf aware of --p12-charset. | Werner Koch | 1 | -0/+2 | |
2007-03-20 | Allow setting of the passphrase encoding of pkcs#12 files. | Werner Koch | 1 | -2/+9 | |
New option --p12-charset. | |||||
2007-03-19 | Allow export to work on systems without funopen/fopencookie. | Werner Koch | 1 | -1/+1 | |
2007-03-19 | Changes to let the key listing use estream to help systems without | Werner Koch | 1 | -4/+42 | |
funopen. | |||||
2007-01-31 | Included LIBICONV in all Makefiles. | Werner Koch | 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. | |||||
2006-12-21 | Comment mtrace feature | Werner Koch | 1 | -2/+2 | |
2006-12-21 | 2006-12-21 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+2 | |
* encrypt.c (encrypt_dek): Release S_CIPH. | |||||
2006-10-23 | . | Werner Koch | 1 | -12/+35 | |
2006-10-17 | Pth tweaks and improved estream.c | Werner Koch | 1 | -8/+1 | |
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -5/+5 | |
2006-09-21 | Various updates | Werner Koch | 1 | -0/+1 | |
2006-09-18 | Added common certificates. | Werner Koch | 1 | -3/+22 | |
2006-09-13 | Various fixes and new features. | Werner Koch | 1 | -45/+40 | |
Enhanced gpg-connect-agent. | |||||
2006-09-06 | The big Assuan error code removal. | Werner Koch | 1 | -2/+3 | |
2006-08-29 | See ChangeLogs | Werner Koch | 1 | -41/+67 | |