aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright year.Marcus Brinkmann2002-01-292-2/+2
|
* doc/Marcus Brinkmann2002-01-296-157/+300
| | | | | | | | | | | | | | | | | 2002-01-29 Marcus Brinkmann <[email protected]> * gpgme.texi (Run Control): New section. (Verify): Docuent gpgme_get_notation. (More Information): New section describing gpgme_get_op_info. gpgme/ 2002-01-29 Marcus Brinkmann <[email protected]> * gpgme.h: Add new type GpgmeIdleFunc. Change type of gpgme_register_idle to return and accept this type. * wait.c (gpgme_register_idle): Fix type. Save and return old value of idle_function.
* * engine-gpgsm.c (_gpgme_gpgsm_op_keylist): Implement secret only mode.Werner Koch2002-01-293-5/+34
| | | | | | * keylist.c (keylist_colon_handler): Add support for the new "crs" record type.
* Delete obsolete item.Marcus Brinkmann2002-01-221-2/+0
|
* Some small updates.Marcus Brinkmann2002-01-223-6/+8
|
* 2002-01-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-223-2/+11
| | | | | | | | | | * engine-gpgsm.c (_gpgme_gpgsm_release): Call assuan_disconnect, not assuan_pipe_disconnect. * Makefile.am (libgpgme_la_LIBADD): Change to link assuan and jnlib (needed by assuan) statically into libgpgme. Linking a static library into a shared library this way is not portable.
* 2002-01-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-222-6/+14
| | | | | * configure.ac (HAVE_JNLIB_LOGGING): Define always for assuan.
* Update to current version in newpg module.Marcus Brinkmann2002-01-2223-309/+1372
|
* Remove obsolete item.Marcus Brinkmann2002-01-221-1/+0
|
* doc/Marcus Brinkmann2002-01-2212-12/+31
| | | | | | | | | | | | | | | | | | | | | | 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's R_HD type from void* to void**. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to void**. tests/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**. * gpg/t-sign.c (passphrase_cb): Likewise. * gpg/t-decrypt-verify.c (passphrase_cb): Likewise. * gpg/t-decrypt.c (passphrase_cb): Likewise.
* doc/Marcus Brinkmann2002-01-227-8/+26
| | | | | | | | | | | | | | | 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Creating data buffers): Change gpgme_data_new_from_filepart's LENGTH type from off_t to size_t. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * data.c (gpgme_data_new_from_filepart): Change type of LENGTH from off_t to size_t. * gpgme.h: Likewise.
* 2002-01-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-2212-232/+269
| | | | | | | | | | | | | | | | | | | | | | | | | * wait.c (_gpgme_wait_on_condition): If the process finished, reset the pending flag. Also if the operation was cancelled. (struct proc_s): Rename READY to DONE. (wait_item_s): Likewise. (set_process_ready): Rename to ... (set_process_done): ... this. (_gpgme_remove_proc_from_wait_queue): Call set_process_done instead set_process_ready. (_gpgme_wait_on_condition): Likewise. (do_select): Rename READY to DONE. * verify.c (gpgme_op_verify): Do not set pending to zero here. * sign.c (gpgme_op_sign): Likewise. * import.c (gpgme_op_import): Likewise. * genkey.c (gpgme_op_genkey): Likewise. * export.c (gpgme_op_export): Likewise. * encrypt.c (gpgme_op_encrypt): Likewise. * delete.c (gpgme_op_delete): Likewise. * decrypt-verify.c (gpgme_op_decrypt_verify): Likewise. * decrypt.c (gpgme_op_decrypt): Likewise.
* Fix copyright year.Marcus Brinkmann2002-01-221-1/+1
|
* Some more items.Marcus Brinkmann2002-01-221-0/+5
|
* 2002-01-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-222-15/+16
| | | | | * export.c: Cleanup.
* 2002-01-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-222-13/+119
| | | | | | | | * gpgme.texi (Generating keys): New subsection. (Exporting keys): Likewise. (Importing keys): Likewise. (Deleting keys): Likewise.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-163-1/+44
| | | | | | | * gpgme-openpgp.c: New file. * Makefile.am (gpgme_openpgp_la_SOURCES): Replace gpgmeplug.c with gpgme-openpgp.c.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-162-1/+3
| | | | | | | | | * gpgme.texi: g10Code -> g10 Code * gpgme.texi (Top): Complete detailmenu. * gpgme.texi: Convert embarassing cruft to the real thing.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-162-0/+7
| | | | | * gpgme.texi (Top): Complete detailmenu.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-162-1/+5
| | | | | * gpgme.texi: Convert embarassing cruft to the real thing.
* Update all these funny copright notices.Marcus Brinkmann2002-01-164-5/+3
|
* Add information about --enable-maintainer-mode, which is required to builtMarcus Brinkmann2002-01-161-9/+4
| | | | | the documentation from CVS.
* * There is a Texinfo manual documenting the API.Marcus Brinkmann2002-01-161-0/+5
| | | | | | * New interface gpgme_op_trustlist_end() to match gpgme_op_keylist_end.
* 2002-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-162-169/+206
| | | | | | | * trustlist.c: Various source clean ups. (my_isdigit): Removed. (gpgme_op_trustlist_end): New function.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-165-4/+2655
| | | | | | | | | | * ChangeLog: New file. * gpgme.texi: Likewise. * gpl.texi: Likewise. * fdl.texi: Likewise. * Makefile.am (info_TEXINFOS): New variable. (gpgme_TEXINFOS): Likewise.
* New items about various things.Marcus Brinkmann2002-01-151-1/+29
|
* 2002-01-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-153-530/+609
| | | | | | | | | | | | | | | | | | | * gpgme.c: Various source clean ups, like renaming C to CTX where appropriate. (gpgme_new): Clear R_CTX before starting the work. (my_isdigit): Removed. (my_isxdigit): Likewise. * data.c: Various source clean ups. (gpgme_data_new_from_mem): Check BUFFER after clearing R_DH. (gpgme_data_new_with_read_cb): Similar for READ_CB. (gpgme_data_new_from_file): Loop over fread while EINTR. (gpgme_data_new_from_filepart): Rediddled a bit. Allow LENGTH to be zero. Loop over fread while EINTR. (my_isdigit): Removed. (my_isxdigit): Likewise.
* Added copyright statement for 2002.Marcus Brinkmann2002-01-151-0/+1
|
* 2002-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-153-11/+15
| | | | | | | | | * gpgmeplug.c: Renamed to ... * gpgme-openpgp.c: ... this. New file. * gpgsmplug.c: Renamed to ... * gpgme-smime.c: ... this. new file. * Makefile.am: Rewritten to use libtool's module functionality.
* bug found: no more crashing when calling signing/encoding functions :-)Karl-Heinz Zimmer2002-01-151-3/+5
|
* fixed bug in function "storeNewCharPtr()"Karl-Heinz Zimmer2002-01-141-8/+16
|
* Added specification of strings and bool values for S/MIME signing and ↵Karl-Heinz Zimmer2001-12-241-0/+35
| | | | encrypting. (note: this new StructuringInfo feature is ignored by KMail at the moment, this is an urgent ToDo item since the KMail sources are _not_ able to use the cryptplug with the changes made today)
* finished interface of StructuringInfo struct and added implementation of ↵Karl-Heinz Zimmer2001-12-241-109/+306
| | | | | | | setting it's parameters in our cryptplug signMessage and encryptmessage functions (setting of parameters in gpgsmplug.c is still missing)
* now including stdlib.h into the header file to avoid compile time warnings ↵Karl-Heinz Zimmer2001-12-231-1/+1
| | | | of unknown function free()
* Adjust and complete the documentation of the new "StructuringInfo" struct ↵Karl-Heinz Zimmer2001-12-231-38/+519
| | | | and the corresponding free_StructuringInfo() function and - for plugin developers - the corresponding init_StructuringInfo() function
* 2001-12-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-213-4/+14
| | | | | | * engine-gpgsm.c (_gpgme_gpgsm_new): Replace General_Error with Pipe_Error where appropriate.
* gpgme/Marcus Brinkmann2001-12-194-1/+12
| | | | | | | | | | | | | | | 2001-12-19 Marcus Brinkmann <[email protected]> * engine.c: Include `string.h'. Reported by St�phane Corth�sy. * version.c (get_engine_info): Remove prototype. tests/ 2001-12-19 Marcus Brinkmann <[email protected]> * gpg/t-decrypt-verify.c: Don't include `mcheck.h'. Reported by St�phane Corth�sy.
* Revert cruft from last check in.Marcus Brinkmann2001-12-197-66/+12
|
* configure has fixed the version number, better checkin so that we areWerner Koch2001-12-191-1/+1
| | | | | sure that everyone uses the right version even if configure is not run.
* Learn more about the trash I have on my machine.Werner Koch2001-12-191-1/+2
|
* * configure.ac (VERSION,PACKAGE): Defined and subst. Used forWerner Koch2001-12-192-11/+25
| | | | | AM_INIT_AUTOMAKE and moved all version number more to the top.
* updated .cvsignore filesWerner Koch2001-12-197-3/+68
|
* 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
|