aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2008-02-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-152-1/+6
| | | | | | * exechelp.c (gnupg_spawn_process_fd): Add flag DETACHED_PROCESS unconditionally (required for all callers at the moment).
* Preparing a test releaseWerner Koch2008-02-1543-2341/+2371
|
* Poems for AllowSetForegroundWindow (W32)Werner Koch2008-02-1439-7977/+8715
|
* Always search missing certifcates using a running Dirmngr's cache.Werner Koch2008-02-1317-43/+246
|
* 2008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-092-2/+9
| | | | | | * scdaemon.c (main): Use CONFIG_FILENAME as filename if it is set in gpgconf-list output.
* 2008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-092-44/+70
| | | | | | | | * gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function.
* * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font toDavid Shaw2008-02-052-4/+9
| | | | | add a "claimed" in there.
* 2008-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-012-1/+6
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz.
* 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 yesterday's W32 fix.Werner Koch2008-01-302-1/+2
|
* W32 fix for trustdb creation.Werner Koch2008-01-306-14/+35
|
* Fixed a W32 crash in gpg2 when creating a new keyring.Werner Koch2008-01-294-5/+23
| | | | | Typo fixes.
* Typo and grammer fixes by Justin Pryzby.Werner Koch2008-01-286-43/+48
|
* [W32] Avoid extra console window when importing or exporting.Werner Koch2008-01-2732-3519/+3643
| | | | | Fixes bug 875.
* Typo fixes.Werner Koch2008-01-265-5/+13
| | | | | | Portability fix for asschk.c
* Add --logger-fd alias.Werner Koch2008-01-263-0/+11
| | | | | Ass card vendor 004.
* translation fixesWerner Koch2008-01-224-146/+159
|
* 2008-01-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-172-1/+17
| | | | | | * gpgconf-comp.c (change_options_program): Strip duplicated utf8-strings entries for gnupg backend. Don't create them either.
* 2008-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-152-2/+9
| | | | | | * call-pinentry.c (start_pinentry): Start pinentry in detached mode.
* Add missing country tag to qualified.txt.Werner Koch2008-01-104-7/+18
| | | | | Typo fixes.
* 2008-01-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-102-11/+17
| | | | | * tools.texi (gpgconf): Some clarifications.
* Preparing a release.gnupg-2.0.8Werner Koch2007-12-205-15/+223
|
* Fixed a W32 ldaps problem.Werner Koch2007-12-1731-84/+106
|
* Preparing a release candidate.gnupg-2.0.8rc1Werner Koch2007-12-1437-22457/+28313
|
* Also add the S-TTRUST certs here.Werner Koch2007-12-132-4/+79
|
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-1319-25/+276
|
* Allow type 20 keys only with option --rfc2440.Werner Koch2007-12-123-1/+24
|
* Doc fixes.Werner Koch2007-12-125-13/+109
| | | | | | Add more files to POTFILES. Protect against malloc bombs.
* Support DSA2.Werner Koch2007-12-1234-157/+665
| | | | | | Support Camellia for testing. More audit stuff.
* Allow decryption using type 20 Elgamal keys.Werner Koch2007-12-112-4/+15
|
* 2007-12-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-102-7/+32
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix up expert level of group.
* Fix for bug 851.Werner Koch2007-12-105-5/+64
| | | | | | Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20.
* Add support for help stuff to audit.cWerner Koch2007-12-064-7/+120
|
* More code for the audit log.Werner Koch2007-12-066-21/+536
|
* Created help files form the current po entries.Werner Koch2007-12-0438-273/+7495
|
* 2007-12-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-042-2/+2
| | | | | | | | * gpgconf-comp.c (gc_component_list_components): Do not print a trailing semi-colon to ensure forward compatibility, as this would indicate another empty field. (gc_process_gpgconf_conf): Likewise.
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-0444-5746/+7277
| | | | | Other minor buf fixes.
* 2007-12-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-032-1/+7
| | | | | | | * gpgconf-comp.c (gc_component_list_components): Do not print a trailing semi-colon to ensure forward compatibility, as this would indicate another empty field.
* Updated.Werner Koch2007-12-032-3556/+1803
|
* Fixed testing for an alive ssh standard socket.Werner Koch2007-12-032-14/+32
|
* Try to make sure that the standard descriptors are connected when callingWerner Koch2007-12-037-75/+93
| | | | | gpgsm.
* Fixed make distcheckWerner Koch2007-11-2729-1054/+1061
|
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-2712-22/+107
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Add option --data to GETAUDITLOG command.Werner Koch2007-11-265-30/+57
| | | | | Return HTML formatted dummy output.
* New command GETAUDITLOGWerner Koch2007-11-222-0/+41
|
* Document --auto-issuer-key-retrieve.Werner Koch2007-11-197-2/+32
|
* Started to implement the audit log feature.Werner Koch2007-11-19103-15048/+17610
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* UpdatedWerner Koch2007-11-121-731/+701
|
* 2007-10-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-10-312-5/+9
| | | | | * gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter.
* * gpg.texi: Document --rfc4880 (the new --openpgp).David Shaw2007-10-272-4/+13
|