aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+2
|
* Add --delete-keys as alias for --delete-key.Werner Koch2008-10-131-1/+2
|
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-291-5/+1
|
* Start support of TCOS 3 cards.Werner Koch2008-06-261-1/+1
| | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
* sm/Marcus Brinkmann2008-06-121-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 Koch2008-05-201-1/+1
|
* Updated German translation.Werner Koch2008-05-091-1/+1
| | | | | Fix in gpgconf for W32.
* Improve certificate chain construction.Werner Koch2008-02-191-4/+11
| | | | | Extend PKITS framework
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-131-0/+13
|
* Support DSA2.Werner Koch2007-12-121-16/+31
| | | | | | Support Camellia for testing. More audit stuff.
* More code for the audit log.Werner Koch2007-12-061-1/+1
|
* Try to make sure that the standard descriptors are connected when callingWerner Koch2007-12-031-0/+1
| | | | | gpgsm.
* Add option --data to GETAUDITLOG command.Werner Koch2007-11-261-4/+3
| | | | | Return HTML formatted dummy output.
* Started to implement the audit log feature.Werner Koch2007-11-191-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 Koch2007-09-141-2/+51
| | | | | Typo fixes
* Documentaion updates.Werner Koch2007-08-141-11/+80
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-7/+42
|
* Factored common gpgconf constants outWerner Koch2007-08-021-28/+12
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-171-4/+11
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Translate all file descriptors received from assuan.Werner Koch2007-07-121-1/+1
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-261-0/+1
|
* Fixed a problem in estream-printf.c.Werner Koch2007-06-251-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 Koch2007-06-211-4/+7
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-1/+1
|
* Made percent_escape more general.Werner Koch2007-06-191-1/+1
| | | | | | Added regression tests support to jnlib. W32 changes.
* jnlib/Marcus Brinkmann2007-06-181-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 Koch2007-06-141-4/+4
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-061-15/+0
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-201-8/+4
|
* Make gpgconf aware of --p12-charset.Werner Koch2007-03-201-0/+2
|
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-201-2/+9
| | | | New option --p12-charset.
* Allow export to work on systems without funopen/fopencookie.Werner Koch2007-03-191-1/+1
|
* Changes to let the key listing use estream to help systems withoutWerner Koch2007-03-191-4/+42
| | | | | funopen.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-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 featureWerner Koch2006-12-211-2/+2
|
* 2006-12-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-211-1/+2
| | | | | * encrypt.c (encrypt_dek): Release S_CIPH.
* .Werner Koch2006-10-231-12/+35
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-8/+1
|
* Fix for bug 537Werner Koch2006-10-021-5/+5
|
* Various updatesWerner Koch2006-09-211-0/+1
|
* Added common certificates.Werner Koch2006-09-181-3/+22
|
* Various fixes and new features.Werner Koch2006-09-131-45/+40
| | | | | Enhanced gpg-connect-agent.
* The big Assuan error code removal.Werner Koch2006-09-061-2/+3
|
* See ChangeLogsWerner Koch2006-08-291-41/+67
|
* Updated FSF's address.Werner Koch2006-06-201-4/+12
|
* Print a note that the software has not been approved for qualified signatures.Werner Koch2005-11-231-0/+5
|
* * gpgsm.c (main): New options --no-log-file and --debug-none.Werner Koch2005-07-211-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 Koch2005-04-211-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 Koch2005-04-181-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.