aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Preparing a releasegnupg-1.9.93Werner Koch2006-10-188-26/+72
|
* Fixed v3 keyids.Werner Koch2006-10-182-3/+8
|
* Fixed a bug with very long keys.Werner Koch2006-10-183-217/+264
|
* Pth tweaks and improved estream.cWerner Koch2006-10-1751-4882/+5380
|
* Fixed aegypten bug 372Werner Koch2006-10-172-11/+19
|
* Allow to cancel marktrusted.Werner Koch2006-10-164-2/+21
|
* Fixed aegypten bug 299Werner Koch2006-10-162-4/+78
|
* * gpg.texi: Document --s2k-count.David Shaw2006-10-132-0/+11
|
* * parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw2006-10-136-5/+51
| | | | | | | | | packed s2k iteration count. * main.h, options.h, gpg.c (encode_s2k_iterations, main), passphrase.c (hash_passphrase): Add --s2k-count option to specify the number of s2k hash iterations.
* Allow pkcs#10 creation directkly from a smart cardWerner Koch2006-10-1111-39/+211
|
* Preparing a releasegnupg-1.9.92Werner Koch2006-10-1131-3947/+3984
|
* Various changesWerner Koch2006-10-1056-336/+526
|
* Make it also work for the card.Werner Koch2006-10-062-0/+7
|
* Add TLS hash modeWerner Koch2006-10-065-28/+150
|
* * keyserver.c (keyserver_spawn): Write the 16-digit keyid ratherDavid Shaw2006-10-062-2/+11
| | | | | than whatever key selector the user used on the command line.
* bug fixesWerner Koch2006-10-0513-33/+58
|
* * gpgrlhelp.c: readline requires stdio.h.David Shaw2006-10-042-0/+5
|
* Fix for make distcheckgnupg-1.9.91Werner Koch2006-10-0429-271/+275
|
* Re-enabled --passphrase-fdWerner Koch2006-10-0431-5811/+5874
|
* Fixed agent access for gpg.Werner Koch2006-10-0442-6027/+5653
|
* Preparing a new releaseWerner Koch2006-10-047-70/+45
|
* Fix for bug 537Werner Koch2006-10-02111-2141/+3107
|
* 2006-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-022-0/+27
| | | | | | | | | * server.c (register_commands): New commands DUMPKEYS and DUMPSECRETKEYS. (cmd_dumpkeys, cmd_dumpsecretkeys): New functions. (option_handler): Support with-key-data option.
* 2006-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-022-1/+6
| | | | | | | * command.c (update_reader_status_file): Increase buffer of NUMBUF2 (fixing typo).
* 2006-09-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-272-4/+8
| | | | | * Makefile.am: Fix cut & paste error.
* Add missing file and other changes.Werner Koch2006-09-275-19/+143
|
* let cmd learn also return KEYPAIRINFO Werner Koch2006-09-263-0/+13
|
* Made buliding w/o curl workWerner Koch2006-09-265-40/+29
|
* Finished implementation of the "relax" flag.Werner Koch2006-09-263-21/+79
|
* New "relax" option for trustlist.txtWerner Koch2006-09-2542-740/+952
|
* Preparing a new releasegnupg-1.9.90Werner Koch2006-09-2531-41778/+81884
|
* Added translations from gnupg 1.4.5Werner Koch2006-09-2530-621/+189408
|
* 2006-09-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-232-2/+13
| | | | | | | * app-openpgp.c (do_sign): Advance INDATA by the SHA1 resp. RMD160 prefix length.
* Added iconv support and doc cleanups.Werner Koch2006-09-2212-478/+485
|
* Improved yat2m.Werner Koch2006-09-226-58/+315
| | | | | Tweaked gpg.texti to be used for gpg1 and gpg2.
* Clarified cURL and OpenLDAP license issues.Werner Koch2006-09-2218-57/+290
| | | | | Made readline support work.
* Various updatesWerner Koch2006-09-2119-66/+138
|
* Cleanups.Werner Koch2006-09-2029-1021/+104
|
* Some restructuringWerner Koch2006-09-194-711/+755
|
* Added stub libraryWerner Koch2006-09-193-4/+122
|
* Post release updatesWerner Koch2006-09-182-2/+7
|
* Ready for another releasegnupg-1.9.23Werner Koch2006-09-186-114/+186
|
* Added common certificates.Werner Koch2006-09-188-10/+245
|
* Allow for a global trustlist.Werner Koch2006-09-1517-266/+800
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-1455-260/+297
|
* Various fixes and new features.Werner Koch2006-09-1320-294/+371
| | | | | Enhanced gpg-connect-agent.
* doc fixesWerner Koch2006-09-0812-548/+327
|
* Let scdaemon call a script on status changesWerner Koch2006-09-0712-49/+355
|
* Added missing fileWerner Koch2006-09-071-0/+243
|
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-062-1/+5
| | | | | | | | | | * Makefile.am (gpg2_LDADD, gpgv2_LDADD): Replace -lassuan and -lgpg-error with $(LIBASSUAN_LIBS) and $(GPG_ERROR_LIBS). (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS) and $(GPG_ERROR_CFLAGS). 2006-09-06 Marcus Brinkmann <[email protected]> * Makefile.am (AM_CFLAGS): Add $(GPG_ERROR_CFLAGS).