aboutsummaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Try to make sure that the standard descriptors are connected when callingWerner Koch2007-12-032-0/+5
| | | | | gpgsm.
* Add option --data to GETAUDITLOG command.Werner Koch2007-11-263-18/+37
| | | | | Return HTML formatted dummy output.
* New command GETAUDITLOGWerner Koch2007-11-222-0/+41
|
* Document --auto-issuer-key-retrieve.Werner Koch2007-11-193-1/+5
|
* Started to implement the audit log feature.Werner Koch2007-11-199-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 Koch2007-10-193-93/+14
|
* Print used library version with --version.Werner Koch2007-09-142-2/+56
| | | | | Typo fixes
* Extended the --check-program output: Error messages are now inlcued in anWerner Koch2007-08-291-1/+1
| | | | | easy parsable format.
* New command --check-programs for gpgconf.Werner Koch2007-08-292-2/+2
|
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-272-1/+5
| | | | | New tool gpg-check-pattern.
* Add new features to kbxutil.Werner Koch2007-08-234-9/+89
| | | | | Fixed bug 829 (can't encrypt if duplicated certs are in the keybox)
* Fixed creation of private keys under W32.Werner Koch2007-08-222-3/+4
| | | | | Minor code cleanups.
* Updated estream.Werner Koch2007-08-227-35/+47
| | | | | More changes for Windows.
* About to do a releasegnupg-2.0.6Werner Koch2007-08-161-1/+1
|
* Documentaion updates.Werner Koch2007-08-143-19/+117
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-1014-224/+735
|
* Factored common gpgconf constants outWerner Koch2007-08-022-28/+16
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-173-9/+21
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Properly close files opened by es_fopen.Werner Koch2007-07-162-1/+6
| | | | | | Allow setting of an empty passphrase. Assorted W32 changes.
* Translate all file descriptors received from assuan.Werner Koch2007-07-123-17/+27
|
* Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch2007-07-052-2/+6
|
* Changed to GPLv3.Werner Koch2007-07-0427-134/+74
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-263-2/+8
|
* Fixed a problem in estream-printf.c.Werner Koch2007-06-253-12/+22
| | | | | 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-218-159/+362
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-203-29/+66
|
* Made percent_escape more general.Werner Koch2007-06-191-1/+1
| | | | | | Added regression tests support to jnlib. W32 changes.
* jnlib/Marcus Brinkmann2007-06-182-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-148-10/+34
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-064-15/+17
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Print passphrase encoding info only in PEM mode.Werner Koch2007-05-292-1/+6
|
* agent/Marcus Brinkmann2007-05-183-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * qualified.c (gpgsm_qualified_consent, gpgsm_not_qualified_warning): Free ORIG_CODESET on error. * certdump.c (gpgsm_format_keydesc): Likewise. tools/ 2007-05-19 Marcus Brinkmann <[email protected]> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
* Upgraded gettext.Werner Koch2007-05-072-3/+12
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-202-8/+8
|
* * certcheck.c (do_encode_md): Add arg PKEY. Add support for DSA2Werner Koch2007-04-202-12/+82
| | | | | | | | | and all ECDSA sizes. (get_dsa_qbits): New. (pk_algo_from_sexp): A key will never contain ecdsa as algorithm, so remove that.
* sm/Werner Koch2007-04-182-1/+11
| | | | | | * certcheck.c (do_encode_md): Support 160 bit ECDSA.
* g10/ and sm/Werner Koch2007-04-132-1/+6
| | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-031-2/+2
|
* kbx/Werner Koch2007-03-207-43/+149
| | | | | | | | | | | | | | | | | | | | * keybox.h (KEYBOX_FLAG_BLOB_SECRET, KEYBOX_FLAG_BLOB_EPHEMERAL): New. * keybox-update.c (keybox_compress): Use it here instead of a magic constant. sm/ * fingerprint.c (gpgsm_get_fingerprint): Add caching. (gpgsm_get_fingerprint_string): Use bin2hexcolon(). (gpgsm_get_fingerprint_hexstring): Use bin2hex and allocate only as much memory as required. (gpgsm_get_keygrip_hexstring): Use bin2hex. * certchain.c (gpgsm_validate_chain): Keep track of the certificate chain and reset the ephemeral flags. * keydb.c (keydb_set_cert_flags): New args EPHEMERAL and MASK. Changed caller to use a mask of ~0. Return a proper error code if the certificate is not available.
* 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-204-2/+30
| | | | New option --p12-charset.
* Allow export to work on systems without funopen/fopencookie.Werner Koch2007-03-1911-73/+195
|
* Changes to let the key listing use estream to help systems withoutWerner Koch2007-03-197-265/+491
| | | | | funopen.
* Preparing the 2.0.3 releaseWerner Koch2007-03-081-3/+3
|
* Add new SVN only file README.maintWerner Koch2007-02-261-2/+2
| | | | | | | | | | | | | | | | doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-312-3/+11
| | | | | | | | | | 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.
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-302-1/+5
| | | | | | | | | | | | | | | | | | | | doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
* Add subjectAltName to the list of known critical extensionsWerner Koch2007-01-052-0/+10
|
* Comment mtrace featureWerner Koch2006-12-212-2/+6
|
* 2006-12-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-212-0/+3
| | | | | * certchain.c (gpgsm_basic_cert_check): Release SUBJECT.