summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 <marcus@g10code.de>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 <marcus@g10code.de>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 <marcus@g10code.de>Marcus Brinkmann2007-12-042-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 <marcus@g10code.de>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
|
* * gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit.David Shaw2007-10-262-15/+18
|
* Ported changes from 1.4.Werner Koch2007-10-2540-313/+587
| | | | | Add copyright notices.
* Add a /while loop.Werner Koch2007-10-244-17/+253
|
* Changed wording of passphrase checking messages.Werner Koch2007-10-244-17/+28
| | | | | Fixed a segv in gpg-connect-agent.
* New option --list-config for gpgconf.Werner Koch2007-10-239-35/+179
|
* Fixed wrong entry in the gpg-agent table.Werner Koch2007-10-232-1/+7
|
* Replace popen by our own code to help with Windows long files (e.g. thoseWerner Koch2007-10-222-15/+45
| | | | | with a space in the name).
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-1912-184/+107
|
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-198-84/+618
| | | | | Typo fixes in comments.
* Fixed bug 842 (segv in gpgconf)Werner Koch2007-10-192-1/+6
|
* 2007-10-15 Daiki Ueno <ueno@unixuser.org> (wk)Werner Koch2007-10-152-3/+43
| | | | | | | | * command-ssh.c (reenter_compare_cb): New function; imported from genkey.c. (ssh_identity_register): Ask initial passphrase twice.
* Allow ${foo} syntax for variables.Werner Koch2007-10-122-3/+24
|
* Add more sytem variables: cwd, foodir and serverpid.Werner Koch2007-10-112-7/+50
|
* * gpg-connect-agent.c (get_var): Expand environment variables.Werner Koch2007-10-112-6/+40
| | | | | | | | | Suggested by Marc Mutz. (set_var): Return the value. (assign_variable): Add arg syslet. (main): New command /slet.
* Add commands /run and /bye so that we can better automate tests.Werner Koch2007-10-022-8/+92
| | | | | Also add option --run.
* Extended gpg-connect-agent.Werner Koch2007-10-027-7/+472
| | | | | New "GETINFO pid" command for scdaemon and gpg-agent.
* Use Assuan socket wrapper calls.Werner Koch2007-10-0146-260/+464
| | | | | Made socket servers secure under Windows.
* Support the SETQUALITYBAR command of recent pinentries.Werner Koch2007-09-185-9/+150
|
* 2007-09-14 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-09-142-2/+13
| | | | | | * scdaemon.c (main): New variable STANDARD_SOCKET, which is 1 for W32 targets. Use it for create_socket_name.
* 2007-09-14 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-09-142-1/+15
| | | | | | * call-pinentry.c (agent_popup_message_stop): Implement kill for Windows.
* Print used library version with --version.Werner Koch2007-09-148-5/+116
| | | | | Typo fixes
* Minor translation change.Werner Koch2007-09-144-5/+17
|
* post release version bumpWerner Koch2007-09-102-2/+6
|