aboutsummaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Poems for AllowSetForegroundWindow (W32)Werner Koch2008-02-144-26/+114
|
* Always search missing certifcates using a running Dirmngr's cache.Werner Koch2008-02-1310-41/+178
|
* 2008-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-302-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 Koch2008-01-291-1/+1
| | | | | Typo fixes.
* [W32] Avoid extra console window when importing or exporting.Werner Koch2008-01-273-4/+10
| | | | | Fixes bug 875.
* Typo fixes.Werner Koch2008-01-261-2/+2
| | | | | | Portability fix for asschk.c
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-135-11/+54
|
* Support DSA2.Werner Koch2007-12-128-39/+140
| | | | | | Support Camellia for testing. More audit stuff.
* More code for the audit log.Werner Koch2007-12-063-5/+13
|
* 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.