aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add info about noinst of gpgmeplug.gpgme-0-3-0Marcus Brinkmann2001-12-191-0/+1
|
* 2001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-192-6/+6
| | | | | | * Makefile.am (lib_LTLIBRARIES): Rename to ... (noinst_LTLIBRARIES): ... this target.
* 2001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-192-1/+5
| | | | | * gpg/Makefile.am (EXTRA_DIST): Add missing line continuation.
* 2001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-192-7/+7
| | | | | | * Makefile.am (libgpgmeplug_la_SOURCES): Remove gpgme.h. (libgpgsmplug_la_SOURCES): Likewise.
* 2001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-192-1/+11
| | | | | | * engine-gpgsm.c (_gpgme_gpgsm_new): New variable CHILD_FDS. Fill it with the servers fds, and pass it to assuan_pipe_connect.
* Update from newpg.Marcus Brinkmann2001-12-195-13/+80
|
* Final polish.Marcus Brinkmann2001-12-181-1/+3
|
* Update the file (but not yet sent to the GNU people).Marcus Brinkmann2001-12-181-9/+8
|
* 2001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-182-1/+5
| | | | | * gpgsm/Makefile.am (EXTRA_DIST): Add $(key_id).
* New item about make clean.Marcus Brinkmann2001-12-181-0/+3
|
* Change history.Marcus Brinkmann2001-12-181-1/+1
|
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-185-9/+21
| | | | | | | | | | * autogen.sh (libtool_vers): Bump to 1.4. * configure.ac (LIBGPGME_LT_CURRENT): Increment. (LIBGPGME_LT_AGE): Likewise. Improve comment. Fix wrong comment character.
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-186-10/+46
| | | | | | | | | | | * keylist.c (gpgme_op_keylist_end): New function. * gpgme.h (gpgme_op_keylist_end): New prototype. * engine.h (gpgme_engine_check_version): Move prototype to ... * gpgme.h (gpgme_engine_check_version): ... here. * genkey.c (gpgme_op_genkey_start): Remove unused variable.
* More about the new version.Marcus Brinkmann2001-12-181-1/+27
|
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-184-111/+105
| | | | | | | | | | | | * version.c (gpgme_get_engine_info): Reimplemented. (gpgme_check_engine): Reimplemented. (_gpgme_compare_versions): Return NULL if MY_VERSION is NULL. * engine.c: Include `io.h'. (gpgme_engine_get_info): New function. * engine.h (gpgme_engine_check_version, _gpgme_engine_get_info): Add prototype.
* corrected specification of Aegypten test key in encrypt() functionKarl-Heinz Zimmer2001-12-181-11/+17
|
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-185-89/+122
| | | | | | | | | | | | | | | | | * rungpg.c (struct reap_s, reap_list, reap_list_lock): Moved to ... * engine.c (struct reap_s, reap_list, reap_list_lock): ... here. Include `time.h', `sys/types.h', `assert.h', and `sema.h'. * rungpg.c (_gpgme_engine_add_child_to_reap_list): New function. (do_reaping, _gpgme_gpg_housecleaning): Moved to ... * engine.c (do_reaping, _gpgme_engine_housecleaning): ... here. * rungpg.c (_gpgme_gpg_release): Replace code that is now in its own function by call to _gpgme_engine_add_child_to_reap_list(). * wait.c: Include `engine.h'. (run_idle): Call _gpgme_engine_housecleaning(), not _gpgme_gpg_housecleaning().
* added debug message to encrypt() functionKarl-Heinz Zimmer2001-12-181-0/+13
|
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-184-81/+94
| | | | | | | * key.c (_gpgme_key_append_name): Append, not prepend, the uid. Initialize the next field of the uid structure. (gpgme_key_get_as_xml): Do not list last uid first.
* * acinclude.m4 (GNUPG_FIX_HDR_VERSION): Fixed for new automake.Werner Koch2001-12-183-7/+29
|
* 2001-12-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-172-0/+11
| | | | | | * engine-gpgsm.c (_gpgme_gpgsm_set_colon_line_handler): New function [!ENABLE_GPGSM].
* 2001-12-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-162-2/+6
| | | | | * gpgsm/Makefile: Rename `pubcerts.kbx' to `pubring.kbx'.
* 2001-12-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-152-3/+13
| | | | | * gpgsm/t-keylist.c (check_two_contexts): Set protocols.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-143-1/+7
| | | | | | | | | | | | * engine-gpgsm.c (_gpgme_gpgsm_op_verify): Put TEXT into message_data, not SIG. (_gpgme_gpgsm_op_sign): Use `--detached', not `--detach'. * sign.c (sign_status_handler): Call _gpgme_passphrase_status_handler early. 2001-12-14 Marcus Brinkmann <[email protected]>
* Small code cleanup.Marcus Brinkmann2001-12-141-4/+0
|
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-142-1/+6
| | | | | | * engine-gpgsm.c (_gpgme_gpgsm_op_verify): Put TEXT into message_data, not SIG.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-143-1/+141
| | | | | | * gpgsm/t-sign.c: New file. * gpgsm/Makefile.am (TESTS): Add t-sign.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-142-2/+4
| | | | | * engine-gpgsm.c: Revert last change.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-144-2/+141
| | | | | | | | | | * gpgsm/t-decrypt.c: New file. * gpgsm/567064FE6D14A17B2D811ABB407728BC558AA455: Likewise. * gpgsm/Makefile.am (TESTS): Add t-decrypt. (key_id): New variable. (all-local): New target ./private-keys-v1.d/$(key_id) added. (./private-keys-v1.d/$(key_id)): New target.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-143-1/+171
| | | | | | * gpgsm/t-verify.c: New file. * gpgsm/Makefile.am (TESTS): Add t-verify.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-148-21/+149
| | | | | | | | | | | | | | | | | | | | * configure.ac (GPG): Substitute this variable. (GPGSM): Likewise. tests/ CVS2001-12-14 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (GPG): Set to @GPG_PATH@. (./pubring.gpg): Use $(GPG) instead gpg. (./secring.gpg): Likewise. * gpgsm/t-import.c (main): Remove third test case. * gpgsm/Makefile.am (GPGSM): Set to @GPGSM@. (all-local): New target. (./pubcerts.kbx): Likewise. * gpgsm/t-encrypt.c: New file. * gpgsm/Makefile.am (TESTS): Add t-encrypt.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-142-0/+8
| | | | | | | * engine-gpgsm.c (gpgsm_status_handler): Freeze the output file handler when ending this operation, otherwise the wait function will sit on it.
* Add items about all the new software included.Marcus Brinkmann2001-12-141-4/+17
|
* Change history, doubleplusgood.Marcus Brinkmann2001-12-141-1/+1
|
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-142-12/+22
| | | | | | | * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the number of bytes left over after the complete line. Rediddle the code a bit to make it more clear what happens.
* gpgme/Marcus Brinkmann2001-12-145-29/+243
| | | | | | | | | | | | | | | | 2001-12-14 Marcus Brinkmann <[email protected]> * engine-gpgsm.c (struct gpgsm_object_s): New member colon.attic. (_gpgme_gpgsm_new): Initialize some more members. (_gpgme_gpgsm_release): Free the colon line handler's attic line. (gpgsm_status_handler): Rework the inline-data processing. tests/ 2001-12-14 Marcus Brinkmann <[email protected]> * gpgsm/t-keylist.c: New file. * gpgsm/Makefile.am (TESTS): Add t-keylist.
* Revert last change.Marcus Brinkmann2001-12-141-6/+1
|
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-133-3/+9
| | | | | | * assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH. assuan.h: Define ASSUAN_LINELENGTH.
* 2001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-133-15/+12
| | | | | | | | | * rungpg.c (_gpgme_gpg_spawn): Do not add the fds to the child list that are not dup'ed, for those the close-on-exec flag is set now. * version.c (_gpgme_get_program_version): Remove first entry in CFD, as the close-on-exec flag is now set for this fd.
* 2001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-132-1/+9
| | | | | | | | * engine-gpgsm.c (_gpgme_gpgsm_op_encrypt): Do not add `armor' option to `ENCRYPT'. * engine-gpgsm.c (gpgsm_set_recipients): Free LINE when returning successfully.
* 2001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-133-34/+84
| | | | | | | | | | | | | | | | | * engine-gpgsm.c (close_notify_handler): New function. (_gpgme_gpgsm_new): Manage the file descriptors a bit differently. Do not set close-on-exec flags. (_gpgme_gpgsm_op_decrypt): Do not set message_fd to -1, this is done by the close handler. (_gpgme_gpgsm_op_encrypt): Likewise. (_gpgme_gpgsm_op_import): Likewise (also for output_fd). (_gpgme_gpgsm_op_keylist): Likewise (also for input_fd and output_fd). (_gpgme_gpgsm_op_sign): Likewise. (_gpgme_gpgsm_op_verify): Likewise, but for output_fd. * posix-io.c (_gpgme_io_pipe): Set the close-on-exec flag for the non-inherited file descriptor index of the pipe.
* 2001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-136-2/+115
| | | | | | | | | | * gpgsm/cert_dfn_pca01.der: New file. * gpgsm/cert_dfn_pca15.der: Likewise. * gpgsm/cert_g10code_test1.der: Likewise. * gpgsm/t-import.c: Likewise. * gpgsm/Makefile.am (EXTRADIST): Add new files. (TESTS): Add t-import.
* 2001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-132-19/+8
| | | | | | * assuan-connect.c (assuan_pipe_connect): Remove code that closes all the little file descriptors we set up.
* 2001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-132-1/+10
| | | | | | * assuan-buffer.c (assuan_read_line): Fix order of execution to get correct return values.
* * engine-gpgsm.c (_gpgme_gpgsm_set_colon_line_handler): New.Werner Koch2001-12-134-34/+106
| | | | | | | | | | | | | | | | | | | (gpgsm_status_handler): Pass datalines to a colon handler * engine.c (_gpgme_engine_set_colon_line_handler): Set the colon handler for gpgsm. * engine-gpgsm.c (_gpgme_gpgsm_op_keylist): Allow NULL for pattern. (gpgsm_assuan_simple_command): Removed underscore from assuan_write_line. (_gpgme_gpgsm_start): Ditto. (gpgsm_assuan_simple_command): Replaced interal Assuan read function by the new assuan_read_line. Removed the use of the internal header. (gpgsm_status_handler): Ditto. Use the new assuan_pending_line. (_gpgme_gpgsm_start): Use the documented way to get an fd from assuan.
* * assuan-handler.c (assuan_get_active_fds): Fixed silly bug,Werner Koch2001-12-132-1/+6
| | | | | pretty obvious that nobody ever tested this function.
* improce memory handlingKarl-Heinz Zimmer2001-12-131-24/+38
|
* .cvsigore updated - I still not tyhing they should go innto the cvsWerner Koch2001-12-133-0/+40
|
* Set protocol to CMS to test gpgsmWerner Koch2001-12-131-1/+3
|
* * engine-gpgsm.c (_gpgme_gpgsm_op_keylist): Allow NULL forWerner Koch2001-12-135-10/+66
| | | | | | | | | | | | | | pattern. (gpgsm_assuan_simple_command): Removed underscore from assuan_write_line. (_gpgme_gpgsm_start): Ditto. * keylist.c (keylist_colon_handler): Handle "crt" records * key.h (gpgme_key_s): Add an x509 flag. * key.c (parse_x509_user_id): New. (_gpgme_key_append_name): Handle x.509 names. However, it does not yet work.