aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-062-3/+9
| | | | | | | * 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]>Marcus Brinkmann2006-09-064-1/+18
| | | | | | | | | | | * configure.ac: New automake conditional RUN_GPG_TESTS. tests/ 2006-09-06 Marcus Brinkmann <[email protected]> * Makefile.am (openpgp): New variable. (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-062-2/+8
| | | | | | * Makefile.am (AM_CFLAGS): Add $(GPG_ERR_CFLAGS). (gpg_agent_LDADD): Replace -lgpg-error with $(GPG_ERROR_LIBS).
* The big Assuan error code removal.Werner Koch2006-09-0654-603/+671
|
* Minor changes and typo fixes.Werner Koch2006-09-0612-16/+83
|
* Missing fileWerner Koch2006-09-051-0/+29
|
* Some fixes as needed by dirmngr man pagesWerner Koch2006-09-044-11/+39
|
* Support to read response headers. Required for redirection support in theWerner Koch2006-09-043-4/+187
| | | | | dirmngr package.
* Added comamnds PUTVAL and GETVALWerner Koch2006-09-042-4/+197
|
* 2006-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-022-4/+17
| | | | | | | | * command.c (get_reader_slot): Return the slot_table index, not the APDU slot number. (update_reader_status_file): Use the slot_table index in the update_card_removed invocation.
* 2006-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-012-3/+35
| | | | | * command.c (cmd_getinfo): Handle status command.
* 2006-08-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-08-302-1/+9
| | | | | | * command.c (do_reset): Delay resetting CTRL->reader_slot until after update_card_removed invocation.
* 2006-08-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-08-292-34/+47
| | | | | | | * app-openpgp.c (do_decipher, do_sign): Allow "OPENPGP.2" resp. "OPENPGP.1" for KEYIDSTR.
* See ChangeLogsWerner Koch2006-08-2912-71/+145
|
* Allow for 4k ssh keys and better error reporting.Werner Koch2006-08-293-2/+42
|
* Missing m4 macrosDavid Shaw2006-08-273-0/+345
|
* added missing gpgv man pageWerner Koch2006-08-224-11/+176
|
* Migrated more stuff to doc/Werner Koch2006-08-2187-119/+9634
| | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
* disconnectafter wake-up bug fix by Bob Dunlop.Werner Koch2006-08-212-11/+29
|
* More man pages. Added include files for 2 common paragraphs.Werner Koch2006-08-1811-68/+217
|
* include support and texi fixesWerner Koch2006-08-176-37/+86
|
* More man pages.Werner Koch2006-08-1713-328/+1769
|
* Copied gpg.texi over from 1.4.5 and started to restructure it into a properWerner Koch2006-08-162-18/+2569
| | | | | | | documentation file. Comment tags will eventually allow to build a man page. The idea is to have more than just a reference manual for the commands and options while still allowing to build a man page for reference.
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-1636-372/+952
| | | | | shows no prblems. Needs more testing of course.
* Changed HTTP API.Werner Koch2006-08-146-57/+288
|
* Added http.c from 1.4. Werner Koch2006-08-115-12/+1885
| | | | | Added support for estream and gnutls.
* Moved 1.9 branch to trunkWerner Koch2006-08-01869-308863/+111937
|\
| * 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCHMarcus Brinkmann2006-07-293-3/+61
| | | | | | | | | | | | | | | | | | * preset-passphrase.c (preset_passphrase): Do not strip off last character of passphrase. (make_hexstring): New function. * command.c (cmd_preset_passphrase): Use parse_hexstring to syntax check passphrase argument. Truncate passphrase at delimiter.
| * 2006-07-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-07-292-15/+19
| | | | | | | | | | * README: Spelling fixes.
| * post release preparationsWerner Koch2006-07-272-2/+7
| |
| * Preparing a new releasegnupg-1.9.22Werner Koch2006-07-2720-124/+238
| |
| * Create bag attributes so that Mozilla will accept these files.Werner Koch2006-07-244-8/+93
| | | | | | | | | | Tested with using a CAcert generated certificate.
| * Support import from TrustedMIME (i.e. from simple keyBags)Werner Koch2006-07-214-46/+202
| |