gpgme.git
22 years ago2001-12-13 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 13 Dec 2001 22:02:08 +0000 (22:02 +0000)]
2001-12-13  Marcus Brinkmann  <marcus@g10code.de>

* 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.

22 years ago2001-12-13 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 13 Dec 2001 21:51:30 +0000 (21:51 +0000)]
2001-12-13  Marcus Brinkmann  <marcus@g10code.de>

* 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.

22 years ago2001-12-13 Marcus Brinkmann <marcus@gnu.org>
Marcus Brinkmann [Thu, 13 Dec 2001 21:38:11 +0000 (21:38 +0000)]
2001-12-13  Marcus Brinkmann  <marcus@gnu.org>

* assuan-connect.c (assuan_pipe_connect): Remove code that closes
all the little file descriptors we set up.

22 years ago2001-12-13 Marcus Brinkmann <marcus@gnu.org>
Marcus Brinkmann [Thu, 13 Dec 2001 20:13:34 +0000 (20:13 +0000)]
2001-12-13  Marcus Brinkmann  <marcus@gnu.org>

* assuan-buffer.c (assuan_read_line): Fix order of execution to
get correct return values.

22 years ago* engine-gpgsm.c (_gpgme_gpgsm_set_colon_line_handler): New.
Werner Koch [Thu, 13 Dec 2001 17:37:18 +0000 (17:37 +0000)]
* engine-gpgsm.c (_gpgme_gpgsm_set_colon_line_handler): New.
(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.

22 years ago* assuan-handler.c (assuan_get_active_fds): Fixed silly bug,
Werner Koch [Thu, 13 Dec 2001 17:37:04 +0000 (17:37 +0000)]
* assuan-handler.c (assuan_get_active_fds): Fixed silly bug,
pretty obvious that nobody ever tested this function.

22 years agoimproce memory handling
Karl-Heinz Zimmer [Thu, 13 Dec 2001 15:13:09 +0000 (15:13 +0000)]
improce memory handling

22 years ago.cvsigore updated - I still not tyhing they should go innto the cvs
Werner Koch [Thu, 13 Dec 2001 15:07:59 +0000 (15:07 +0000)]
.cvsigore updated - I still not tyhing they should go innto the cvs

22 years agoSet protocol to CMS to test gpgsm
Werner Koch [Thu, 13 Dec 2001 15:06:56 +0000 (15:06 +0000)]
Set protocol to CMS to test gpgsm

22 years ago* engine-gpgsm.c (_gpgme_gpgsm_op_keylist): Allow NULL for
Werner Koch [Thu, 13 Dec 2001 15:05:35 +0000 (15:05 +0000)]
* 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.
* 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.

22 years agoUpdated Assuan to the current version
Werner Koch [Thu, 13 Dec 2001 15:04:36 +0000 (15:04 +0000)]
Updated Assuan to the current version

22 years ago*** empty log message ***
Werner Koch [Thu, 13 Dec 2001 13:24:33 +0000 (13:24 +0000)]
*** empty log message ***

22 years agoCorrected (for a second time) code status error from previous wrong CVS comits
Karl-Heinz Zimmer [Thu, 6 Dec 2001 17:19:07 +0000 (17:19 +0000)]
Corrected (for a second time) code status error from previous wrong CVS comits

22 years agoCorrected code status error from previous wrong CVS comits
Karl-Heinz Zimmer [Thu, 6 Dec 2001 16:59:09 +0000 (16:59 +0000)]
Corrected code status error from previous wrong CVS comits

22 years ago2001-12-05 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 5 Dec 2001 20:38:50 +0000 (20:38 +0000)]
2001-12-05  Marcus Brinkmann  <marcus@g10code.de>

* engine-gpgsm.c (gpgsm_status_handler): Make it work with current
version of assuan.

22 years ago2001-12-05 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 5 Dec 2001 20:37:37 +0000 (20:37 +0000)]
2001-12-05  Marcus Brinkmann  <marcus@g10code.de>

* engine-gpgsm.c (gpgsm_set_fd): Accept one more argument OPT.
(_gpgme_gpgsm_op_encrypt): Pass armor argument to gpgsm_set_fd for
output descriptor.
(_gpgme_gpgsm_op_sign): Likewise.

22 years agoAdd .cvsignore files. Suggested by Jan-Oliver Wagner <jan@intevation.de>.
Marcus Brinkmann [Wed, 5 Dec 2001 19:50:45 +0000 (19:50 +0000)]
Add .cvsignore files.  Suggested by Jan-Oliver Wagner <jan@intevation.de>.

22 years ago2001-12-05 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 5 Dec 2001 13:23:59 +0000 (13:23 +0000)]
2001-12-05  Marcus Brinkmann  <marcus@g10code.de>

* keylist.c (gpgme_op_keylist_next): Set pending to 0 if EOF
occurs.

22 years ago2001-11-29 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 5 Dec 2001 13:21:04 +0000 (13:21 +0000)]
2001-11-29  Marcus Brinkmann  <marcus@g10code.de>

* gpgmeplug.c (checkMessageSignature): Add call to gpgme_set_protocol.

22 years agoadded error detection to signing and encrypting methodes: this has to be improved...
Karl-Heinz Zimmer [Thu, 29 Nov 2001 12:29:55 +0000 (12:29 +0000)]
added error detection to signing and encrypting methodes: this has to be improved furtheron

22 years agoCheck for out-of-memory in signature verification
Matthias Kalle Dalheimer [Mon, 26 Nov 2001 16:43:00 +0000 (16:43 +0000)]
Check for out-of-memory in signature verification

22 years agoenabled fetching meta data after checking of signature(s)
Karl-Heinz Zimmer [Mon, 26 Nov 2001 15:54:12 +0000 (15:54 +0000)]
enabled fetching meta data after checking of signature(s)

22 years ago2001-11-26 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 26 Nov 2001 11:41:17 +0000 (11:41 +0000)]
2001-11-26  Marcus Brinkmann  <marcus@g10code.de>

* engine-gpgsm.c (_gpgme_gpgsm_op_sign): Fix stupid typo.
2001-11-23  Marcus Brinkmann  <marcus@g10code.de>

22 years agoFilling the SignatureMetaData struct (the crucial code is #ifdef'd out for safety...
Matthias Kalle Dalheimer [Sun, 25 Nov 2001 21:53:39 +0000 (21:53 +0000)]
Filling the SignatureMetaData struct (the crucial code is #ifdef'd out for safety's sake)
Changes to SignatureMetaData
Added SignatureMetaDataExtendedInfo

22 years agochanged specification of SignatureMetaData struct
Karl-Heinz Zimmer [Sun, 25 Nov 2001 20:31:36 +0000 (20:31 +0000)]
changed specification of SignatureMetaData struct

22 years ago[Kalle] signature verification and decoding of encrypted mails
Karl-Heinz Zimmer [Sun, 25 Nov 2001 15:23:21 +0000 (15:23 +0000)]
[Kalle] signature verification and decoding of encrypted mails

22 years agoNow gpgmeplug.c can also create encrypted and signed+encrypted S/MIME mails.
Karl-Heinz Zimmer [Sun, 25 Nov 2001 05:07:44 +0000 (05:07 +0000)]
Now gpgmeplug.c can also create encrypted and signed+encrypted S/MIME mails.

22 years agoadjusted 'encryptMessage' parameters: now also the addressee is given
Karl-Heinz Zimmer [Sun, 25 Nov 2001 03:37:13 +0000 (03:37 +0000)]
adjusted 'encryptMessage' parameters: now also the addressee is given

22 years agoGuess what.
Werner Koch [Sat, 24 Nov 2001 21:27:22 +0000 (21:27 +0000)]
Guess what.

22 years agoUpdated from canonical source location in GnuPG.
Werner Koch [Sat, 24 Nov 2001 21:22:18 +0000 (21:22 +0000)]
Updated from canonical source location in GnuPG.

22 years ago2001-11-24 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sat, 24 Nov 2001 19:31:26 +0000 (19:31 +0000)]
2001-11-24  Marcus Brinkmann  <marcus@g10code.de>

* engine-gpgsm.c (gpgsm_status_handler): Don't break if bsearch fails.
Deal with assuan read line returning more than one line (for now).

22 years ago2001-11-24 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sat, 24 Nov 2001 17:11:15 +0000 (17:11 +0000)]
2001-11-24  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (libgpgsmplug_la_SOURCES): Fix source file.

22 years agosigning now returns only the SIGNATURE - not the original text - since building of...
Karl-Heinz Zimmer [Sat, 24 Nov 2001 10:51:55 +0000 (10:51 +0000)]
signing now returns only the SIGNATURE - not the original text - since building of the S/MIME object is done in the calling program (the MUA...)

22 years ago2001-11-23 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Fri, 23 Nov 2001 11:52:09 +0000 (11:52 +0000)]
2001-11-23  Marcus Brinkmann  <marcus@g10code.de>

* engine-gpgsm.c (_gpgme_gpgsm_op_sign): Implement it according to
the current protocol definition.

22 years agosigning of mail bodies is working now - buuuuut: I changed the behaviour of the ...
Karl-Heinz Zimmer [Fri, 23 Nov 2001 02:08:53 +0000 (02:08 +0000)]
signing of mail bodies is working now - buuuuut: I changed the behaviour of the 'signMessage()' function, it now returns *only* the signature part (with a trailing zero).  This is neccessary to avoid confugion at the KMail side: otherwise KMail might try to convert the whole MIME block into quoted printable - of course this is only allowed for the body part but not for the signature part.

22 years agoExplain more of the build system.
Marcus Brinkmann [Fri, 23 Nov 2001 01:12:04 +0000 (01:12 +0000)]
Explain more of the build system.

22 years ago2001-11-23 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Fri, 23 Nov 2001 00:48:51 +0000 (00:48 +0000)]
2001-11-23  Marcus Brinkmann  <marcus@g10code.de>

* engine-gpgsm.c (_gpgme_gpgsm_new): Set CLOEXEC flag for parent
ends of the pipe.

22 years ago2001-11-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 22 Nov 2001 21:27:41 +0000 (21:27 +0000)]
2001-11-22  Marcus Brinkmann  <marcus@g10code.de>

* engine-gpgsm.c: Include stdlib.h and string.h.  Also include,
for now, rungpg.h and status-table.h.
(gpgsm_status_handler): Implement more of the status handler.

22 years ago2001-11-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 22 Nov 2001 20:48:37 +0000 (20:48 +0000)]
2001-11-22  Marcus Brinkmann  <marcus@g10code.de>

* engine.c (_gpgme_engine_op_decrypt): Implement CMS case.
(_gpgme_engine_op_delete): Likewise.
(_gpgme_engine_op_encrypt): Likewise.
(_gpgme_engine_op_export): Likewise.
(_gpgme_engine_op_genkey): Likewise.
(_gpgme_engine_op_keylist): Likewise.
(_gpgme_engine_op_sign): Likewise.
(_gpgme_engine_op_trustlist): Likewise.

* engine-gpgsm.c (_gpgme_gpgsm_op_encrypt): New function.
(gpgsm_assuan_simple_command): Likewise.
(gpgsm_set_recipients): Likewise.
(gpgsm_set_fd): Reimplement using gpgsm_assuan_simple_command.
(_gpgme_gpgsm_op_delete): New function.
(_gpgme_gpgsm_op_export): Likewise.
(_gpgme_gpgsm_op_genkey): Likewise.
(_gpgme_gpgsm_op_sign): Likewise.
(_gpgme_gpgsm_op_keylist): Likewise.
(_gpgme_gpgsm_op_trustlist): Likewise.
(_gpgme_gpgsm_release): Release command.
(_gpgme_gpgsm_op_decrypt): Allocate command.
(_gpgme_gpgsm_op_import): Likewise.
(gpgsm_status_handler): Also treat `ERR' strings as EOF.

22 years ago2001-11-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 22 Nov 2001 18:48:53 +0000 (18:48 +0000)]
2001-11-22  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.h (gpgme_set_protocol): New prototype.

2001-11-22  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (libgpgsmplug_la_LIBADD): New variable.
(libgpgsmplug_la_LDFLAGS): Likewise.
(libgpgsmplug_la_SOURCES): Likewise.
(lib_LTLIBRARIES): Add libgpgsmplug.la.
(INCLUDES): Include the local gpgme.h.

* gpgmeplug.c (signMessage): Set protocol.
(GPGMEPLUG_PROTOCOL) [!GPGMEPLUG_PROTOCOL]: Set
GPGMEPLUG_PROTOCOL.
* gpgsmplug.c: New file.

22 years agoremoved stupid C bug (malloc of strlen(..) instead of 1+strlen)
Karl-Heinz Zimmer [Thu, 22 Nov 2001 17:32:21 +0000 (17:32 +0000)]
removed stupid C bug (malloc of strlen(..) instead of 1+strlen)

22 years ago2001-11-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 22 Nov 2001 15:22:27 +0000 (15:22 +0000)]
2001-11-22  Marcus Brinkmann  <marcus@g10code.de>

* engine-gpgsm.c (_gpgme_gpgsm_op_decrypt): New function.
(_gpgme_gpgsm_op_import): Likewise.

22 years ago2001-11-22 Marcus Brinkmann <marcus@gnu.org>
Marcus Brinkmann [Thu, 22 Nov 2001 13:47:46 +0000 (13:47 +0000)]
2001-11-22  Marcus Brinkmann  <marcus@gnu.org>

* engine-gpgsm.c: Shuffle around header inclusion a bit, to still
keep them seperate.
(_gpgme_set_status_handler) [!ENABLE_GPGSM]: New function.

22 years ago* engine-gpgsm.c: Include more headers so that NULL and mk_error
Werner Koch [Thu, 22 Nov 2001 10:29:52 +0000 (10:29 +0000)]
* engine-gpgsm.c: Include more headers so that NULL and mk_error
is defined even with an undefined GPGSM_PATH.

23 years agoNow send the signature back to the calling function (instead of just printing it...
Karl-Heinz Zimmer [Thu, 22 Nov 2001 09:36:53 +0000 (09:36 +0000)]
Now send the signature back to the calling function (instead of just printing it to stdout)

23 years ago2001-11-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 22 Nov 2001 03:08:58 +0000 (03:08 +0000)]
2001-11-22  Marcus Brinkmann  <marcus@g10code.de>

* rungpg.c (gpg_inbound_handler, write_mem_data, write_cb_data,
gpg_outbound_handler): Moved to ...
* data.c (_gpgme_data_inbound_handler, write_mem_data,
write_cb_data, _gpgme_data_outbound_handler): ... here.  Make the
_gpgme_* ones non-static.
* data.c: Include io.h.

* ops.h (_gpgme_data_inbound_handler): New prototype.
(_gpgme_data_outbound_handler): Likewise.
(_gpgme_gpg_spawn): Use these new functions.

* engine-gpgsm.h (_gpgme_gpgsm_op_decrypt, _gpgme_gpgsm_op_delete,
_gpgme_gpgsm_op_encrypt, _gpgme_gpgsm_op_export,
_gpgme_gpgsm_op_genkey, _gpgme_gpgsm_op_import,
_gpgme_gpgsm_op_keylist, _gpgme_gpgsm_op_sign,
_gpgme_gpgsm_op_trustlist, _gpgme_gpgsm_op_verify,
_gpgme_gpgsm_start, _gpgme_gpgsm_set_status_handler): New prototype.
Include <rungpg.h> for status handler function.

* engine-gpgsm.c (struct gpgsm_object_s): New members input_fd,
input_data, output_fd, output_data, message_fd, message_data, command
and status.
(_gpgme_gpgsm_new): Open input, output and message pipes before
connecting to the client.  Close server's ends afterwards.
(_gpgme_gpgsm_release): Close open file descriptors.  Remove
server process from wait queue.
(_gpgme_gpgsm_op_verify, _gpgme_gpgsm_start,
_gpgme_gpgsm_set_status_handler, gpgms_status_handler): New function.

* engine.c (_gpgme_engine_start): Implement for GPGME_PROTOCOL_CMS.
(_gpgme_engine_set_status_handler): Likewise.
(_gpgme_engine_op_verify): Likewise.

23 years ago * assuan-connect.c (assuan_get_pid): New function.
Marcus Brinkmann [Thu, 22 Nov 2001 03:08:07 +0000 (03:08 +0000)]
* assuan-connect.c (assuan_get_pid): New function.
* assuan.h: Prototype.  Include sys/types.h for pid_t,
and stdio.h for FILE *.

23 years ago2001-11-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 22 Nov 2001 03:07:10 +0000 (03:07 +0000)]
2001-11-22  Marcus Brinkmann  <marcus@g10code.de>

* configure.ac (AC_CONFIG_FILES): Add tests/gpg/Makefile and
tests/gpgsm/Makefile.

23 years ago2001-11-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 22 Nov 2001 03:01:26 +0000 (03:01 +0000)]
2001-11-22  Marcus Brinkmann  <marcus@g10code.de>

* gpg/: New directory.
* Makefile.am, t-verify.c, t-encrypt.c, t-signers.c, t-trustlist.c,
t-sign.c, t-keylist.c, t-import.c, t-genkey.c, t-export.c,
t-decrypt-verify.c, t-decrypt.c, t-version.c, t-data.c, mkdemodirs.
cipher-1.asc, cipher-2.asc, geheim.txt, pubdemo.asc, pubkey-1.asc,
secdemo.asc, seckey-1.asc): Move to sub directory gpg/.

* gpg/Makefile.am (INCLUDES): Include gpgme/, not include/ and
intl/.
(LDD): Correct relative path to gpgme library.
(TESTS): Remove t-version and t-data.
* gpg/t-verify.c, gpg/t-encrypt.c, gpg/t-signers.c, gpg/t-trustlist.c,
gpg/t-sign.c, gpg/t-keylist.c, gpg/t-import.c, gpg/t-genkey.c,
gpg/t-export.c, gpg/t-decrypt-verify.c, gpg/t-decrypt.c,
t-version.c, t-data.c): Include gpgme.h, not "../gpgme/gpgme.h".

* Makefile.am: New file.
* gpgsm/: New directory.
* gpgsm/Makefile.am: New file.

23 years agocorrected includes
Karl-Heinz Zimmer [Wed, 21 Nov 2001 23:34:51 +0000 (23:34 +0000)]
corrected includes

23 years agocreate signature (and write it to stdout for testing)
Karl-Heinz Zimmer [Wed, 21 Nov 2001 23:23:24 +0000 (23:23 +0000)]
create signature (and write it to stdout for testing)

23 years agochange Makefile to create shared lib
Karl-Heinz Zimmer [Wed, 21 Nov 2001 23:20:49 +0000 (23:20 +0000)]
change Makefile to create shared lib

23 years agocosmetic change
Marcus Brinkmann [Wed, 21 Nov 2001 21:32:33 +0000 (21:32 +0000)]
cosmetic change

23 years ago2001-11-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 21 Nov 2001 21:31:07 +0000 (21:31 +0000)]
2001-11-21  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (gpgmeplug): New variable, set to gpgmeplug if
[BUILD_GPGMEPLUG].
* configure.ac (AC_CONFIG_FILES): Add gpgmeplug/Makefile.
Support --enable-gpgmeplug.

23 years ago.
Marcus Brinkmann [Wed, 21 Nov 2001 21:09:50 +0000 (21:09 +0000)]
.

23 years ago2001-11-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 21 Nov 2001 21:08:02 +0000 (21:08 +0000)]
2001-11-21  Marcus Brinkmann  <marcus@g10code.de>

* gpgmeplug.c: Include config.h only if [HAVE_CONFIG_H].  Do not
include util.h.
(deinitialize): Use free, not _gpgme_free.
(setDirectoryServers): Use calloc, not xtrycalloc.  Use free, not
_gpgme_free.  Use malloc instead xtrymalloc.
(appendDirectoryServer): Use realloc, not xtryrealloc.

23 years ago2001-11-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 21 Nov 2001 20:54:39 +0000 (20:54 +0000)]
2001-11-21  Marcus Brinkmann  <marcus@g10code.de>

* autogen.sh: Tighten version dependencies.

23 years agofinished implementation of DirectoryServices storing/retrieving
Karl-Heinz Zimmer [Wed, 21 Nov 2001 16:57:54 +0000 (16:57 +0000)]
finished implementation of DirectoryServices storing/retrieving

23 years ago(security checkin) currently working on signing messages
Karl-Heinz Zimmer [Wed, 21 Nov 2001 14:18:52 +0000 (14:18 +0000)]
(security checkin) currently working on signing messages

23 years agoconfigure struct updated according to modified cryptplug.h
Karl-Heinz Zimmer [Wed, 21 Nov 2001 10:55:02 +0000 (10:55 +0000)]
configure struct updated according to modified cryptplug.h

23 years agoGPGME Plug-In initial checkin. Saving/restoring of configuration is working.
Karl-Heinz Zimmer [Wed, 21 Nov 2001 09:42:08 +0000 (09:42 +0000)]
GPGME Plug-In initial checkin.  Saving/restoring of configuration is working.

23 years agoAdded gpgmeplug/ for experiments
Werner Koch [Wed, 21 Nov 2001 09:21:56 +0000 (09:21 +0000)]
Added gpgmeplug/ for experiments

23 years agocorrect history, har har
Marcus Brinkmann [Wed, 21 Nov 2001 03:45:20 +0000 (03:45 +0000)]
correct history, har har

23 years agoadd some more items
Marcus Brinkmann [Wed, 21 Nov 2001 03:43:16 +0000 (03:43 +0000)]
add some more items

23 years ago2001-11-21 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 21 Nov 2001 03:40:17 +0000 (03:40 +0000)]
2001-11-21  Marcus Brinkmann  <marcus@g10code.de>

* context.h: Do not include rungpg.h, but engine.h.
(struct gpgme_context_s): Replace member gpg with engine.
* gpgme.c (gpgme_release): Release engine, not gpg.

* recipient.c (_gpgme_append_gpg_args_from_recifgpients): Function
moved ...
* rungpg.c (_gpgme_append_gpg_args_from_recipients): ... here.
Make static, change order of arguments, and return an error value.
* ops.h (_gpgme_append_gpg_args_from_recipients): Removed prototype.

* rungpg.h (_gpgme_gpg_op_verify): Add prototype.
(_gpgme_gpg_op_encrypt): Likewise.
(_gpgme_gpg_op_decrypt): Likewise.
(_gpgme_gpg_op_delete): Likewise.
(_gpgme_gpg_op_export): Likewise.
(_gpgme_gpg_op_genkey): Likewise.
(_gpgme_gpg_op_import): Likewise.
(_gpgme_gpg_op_keylist): Likewise.
(_gpgme_gpg_op_sign): Likewise.
(_gpgme_gpg_op_trustlist): Likewise.
* rungpg.c (_gpgme_gpg_op_verify): New function.
(_gpgme_gpg_op_encrypt): Likewise.
(_gpgme_gpg_op_decrypt): Likewise.
(_gpgme_gpg_op_delete): Likewise.
(_gpgme_gpg_op_export): Likewise.
(_gpgme_gpg_op_genkey): Likewise.
(_gpgme_gpg_op_import): Likewise.
(_gpgme_gpg_op_keylist): Likewise.
(_gpgme_gpg_op_sign): Likewise.
(_gpgme_gpg_op_trustlist): Likewise.

* engine.h (_gpgme_engine_set_status_handler): Add prototype.
(_gpgme_engine_set_command_handler): Likewise.
(_gpgme_engine_set_colon_line_handler): Likewise.
(_gpgme_engine_op_decrypt): Likewise.
(_gpgme_engine_op_delete): Likewise.
(_gpgme_engine_op_encrypt): Likewise.
(_gpgme_engine_op_export): Likewise.
(_gpgme_engine_op_genkey): Likewise.
(_gpgme_engine_op_import): Likewise.
(_gpgme_engine_op_keylist): Likewise.
(_gpgme_engine_op_sign): Likewise.
(_gpgme_engine_op_trustlist): Likewise.
(_gpgme_engine_op_verify): Likewise.
(_gpgme_engine_start): Likewise.
* engine.c (_gpgme_engine_set_status_handler): New function.
(_gpgme_engine_set_command_handler): Likewise.
(_gpgme_engine_set_colon_line_handler): Likewise.
(_gpgme_engine_op_decrypt): Likewise.
(_gpgme_engine_op_delete): Likewise.
(_gpgme_engine_op_encrypt): Likewise.
(_gpgme_engine_op_export): Likewise.
(_gpgme_engine_op_genkey): Likewise.
(_gpgme_engine_op_import): Likewise.
(_gpgme_engine_op_keylist): Likewise.
(_gpgme_engine_op_sign): Likewise.
(_gpgme_engine_op_trustlist): Likewise.
(_gpgme_engine_op_verify): Likewise.
(_gpgme_engine_start): Likewise.

* verify.c (gpgme_op_verify_start): Reimplement in terms of above
functions.
* encrypt.c (gpgme_op_encrypt_start): Likewise.
* decrypt.c (_gpgme_decrypt_start): Likewise.
* passphrase.c (_gpgme_passphrase_start): Likewise.
* keylist.c (gpgme_op_keylist_start): Likewise.

23 years ago2001-11-20 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Nov 2001 06:04:15 +0000 (06:04 +0000)]
2001-11-20  Marcus Brinkmann  <marcus@g10code.de>

* types.h: Add types EngineObject and GpgsmObject.

* Makefile.am (libgpgme_la_SOURCES): Add engine-gpgsm.h,
engine-gpgsm.c, engine.h and engine.c.
* engine.h: New file.
* engine.c: Likewise.
* engine-gpgsm.h: Likewise.
* engine-gpgsm.c: Likewise.

* rungpg.c (_gpgme_gpg_get_version): New function.
(_gpgme_gpg_check_version): Likewise.
* rungpg.h: Add prototypes for _gpgme_gpg_get_version and
_gpgme_gpg_check_version.

* version.c (compare_versions): Rename to ...
(_gpgme_compare_versions): ... this.  Make non-static.
(gpgme_check_version): Use _gpgme_compare_versions rather than
compare_versions.
(gpgme_check_engine): Likewise.
* ops.h (_gpgme_get_program_version): Add prototype.

23 years agoremove some CVS conflict cruft
Marcus Brinkmann [Tue, 20 Nov 2001 06:03:02 +0000 (06:03 +0000)]
remove some CVS conflict cruft

23 years ago2001-11-20 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Nov 2001 06:01:24 +0000 (06:01 +0000)]
2001-11-20  Marcus Brinkmann  <marcus@g10code.de>

* types.h: Add types EngineObject and GpgsmObject.

* Makefile.am (libgpgme_la_SOURCES): Add engine-gpgsm.h,
engine-gpgsm.c, engine.h and engine.c.
* engine.h: New file.
* engine.c: Likewise.
* engine-gpgsm.h: Likewise.
* engine-gpgsm.c: Likewise.

* rungpg.c (_gpgme_gpg_get_version): New function.
(_gpgme_gpg_check_version): Likewise.
* rungpg.h: Add prototypes for _gpgme_gpg_get_version and
_gpgme_gpg_check_version.

* version.c (compare_versions): Rename to ...
(_gpgme_compare_versions): ... this.  Make non-static.
(gpgme_check_version): Use _gpgme_compare_versions rather than
compare_versions.
(gpgme_check_engine): Likewise.
* ops.h (_gpgme_get_program_version): Add prototype.

23 years ago2001-11-20 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Nov 2001 05:27:46 +0000 (05:27 +0000)]
2001-11-20  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (SUBDIRS): Support building the assuan library
(currently if GPGSM_PATH is set)..
* configure.ac: Support building the assuan library.
* assuan: New directory, populated with the Assuan library
(copied from the newpg repository).

gpgme/
2001-11-20  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (libgpgme_la_INCLUDES): Remove obsolete directive.
(AM_CPPFLAGS): New directive [BUILD_ASSUAN].
(libgpgme_la_LIBADD): Likewise.

23 years ago2001-11-20 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Nov 2001 04:02:55 +0000 (04:02 +0000)]
2001-11-20  Marcus Brinkmann  <marcus@g10code.de>

* configure.ac (NEED_GPGSM_VERSION): New variable.  Treat it
similarly to NEED_GPGSM_VERSION.
* acconfig.h: Likewise.

23 years ago2001-11-20 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Tue, 20 Nov 2001 04:02:38 +0000 (04:02 +0000)]
2001-11-20  Marcus Brinkmann  <marcus@g10code.de>

* version.c: Remove global variables lineno and
tmp_engine_version.
(version_handler): Removed.
(_gpgme_get_program_version): New function.
(get_engine_info): Don't use context and version_handler,
but _gpgme_get_program_version.
* ops.h (_gpgme_get_program_version): Add prototype for
_gpgme_get_program_version (we expect to use it elsewhere soon).

23 years ago2001-11-18 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sun, 18 Nov 2001 03:31:31 +0000 (03:31 +0000)]
2001-11-18  Marcus Brinkmann  <marcus@g10code.de>

* configure.in: Renamed to ...
* configure.ac: ... this.  Update to autoconf 2.52.  Lots of small
changes in the transition.  Support --with-gpg=PATH and
--with-gpgsm=PATH options.  Check if test suites can be run.
* acconfig.h: Add GPGSM_PATH.
* Makefile.am: New variable `tests', set to `tests' if
RUN_GPG_TESTS.
(SUBDIRS): Replace string `tests' with variable `tests'.

gpgme/
2001-11-18  Marcus Brinkmann  <marcus@g10code.de>

* configure.in: Renamed to ...
* configure.ac: ... this.  Update to autoconf 2.52.  Lots of small
changes in the transition.  Support --with-gpg=PATH and
--with-gpgsm=PATH options.  Check if test suites can be run.
* acconfig.h: Add GPGSM_PATH.
* Makefile.am: New variable `tests', set to `tests' if
RUN_GPG_TESTS.
(SUBDIRS): Replace string `tests' with variable `tests'.

23 years agoFix small error.
Marcus Brinkmann [Fri, 16 Nov 2001 12:13:01 +0000 (12:13 +0000)]
Fix small error.

23 years ago * TODO: Remove obsolete items, categorize another.
Marcus Brinkmann [Fri, 16 Nov 2001 01:44:49 +0000 (01:44 +0000)]
* TODO: Remove obsolete items, categorize another.

* NEWS: Add new feature decrypt-verify.

23 years agogpgme/
Marcus Brinkmann [Fri, 16 Nov 2001 01:37:06 +0000 (01:37 +0000)]
gpgme/
2001-11-16  Marcus Brinkmann  <marcus@g10code.de>

* decrypt-verify.c: New file.
* Makefile.am (libgpgme_la_SOURCES): Add decrypt-verify.c.
* types.h: Add decrypt-verify types.
* ops.h: Likewise.
* context.h: Add result type for decrypt-verify.
* gpgme.h: Add decrypt-verify prototypes.

* decrypt.c (decrypt_status_handler): Renamed to ...
(_gpgme_decrypt_status_handler): ... this.  Make non-static.
(_gpgme_decrypt_start): New function, derived from
gpgme_op_decrypt_start.
(gpgme_op_decrypt_start): Reimplement in terms of
_gpgme_decrypt_start.
(_gpgme_decrypt_result): New function to retrieve error value.
(gpgme_op_decrypt): Use _gpgme_decrypt_result.
* ops.h: Add prototypes for new functions.

* verify.c (verify_status_handler): Renamed to ...
(_gpgme_verify_status_handler): ... this.  Make non-static.
(gpgme_op_verify_start): Use new function name.
(intersect_stati): Renamed to ...
(_gpgme_intersect_stati): ... this.  Make non-static.
(gpgme_op_verify): Use new name.
* ops.h: Add prototypes for new functions.

tests/
2001-11-16  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (TESTS): Add t-decrypt-verify.
* t-decrypt-verify.c: New file.
* cipher-2.asc: Likewise.

23 years ago2001-11-16 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Fri, 16 Nov 2001 00:20:11 +0000 (00:20 +0000)]
2001-11-16  Marcus Brinkmann  <marcus@g10code.de>

* passphrase.c: New file.
* Makefile.am (libgpgme_la_SOURCES): Add passphrase.c.
* ops.h (_gpgme_passphrase_result): Add prototypes from
passphrase.c.
* types.h: Likewise.
* context.h: Add member passphrase to result.
* gpgme.c (_gpgme_release_result): Release passphrase member.

* decrypt.c: Some formatting and variable name changes (like
CTX instead C).
(struct decrypt_result_s): Remove members now found in
passphrase result.
(_gpgme_release_decrypt_result): Don't release removed members.
(decrypt_status_handler): Call _gpgme_passphrase_status_handler,
and don't handle the cases catched there.
(command_handler): Removed.
(gpgme_op_decrypt_start): Don't set command handler, but invoke
_gpgme_passphrase_start which does it.
(gpgme_op_decrypt): Invoke _gpgme_passphrase_result and drop the
cases covered by it.

* sign.c Some formatting and variable name changes (like
CTX instead C).
(struct sign_result_s): Remove members now found in
passphrase result.
(_gpgme_release_sign_result): Don't release removed members.
(sign_status_handler): Call _gpgme_passphrase_status_handler,
and don't handle the cases catched there.
(command_handler): Removed.
(gpgme_op_sign_start): Don't set command handler, but invoke
_gpgme_passphrase_start which does it.
(gpgme_op_sign): Invoke _gpgme_passphrase_result and drop the
cases covered by it.

23 years ago2001-11-15 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 15 Nov 2001 21:57:31 +0000 (21:57 +0000)]
2001-11-15  Marcus Brinkmann  <marcus@g10code.de>

* decrypt.c (command_handler): Fix last change.

23 years ago2001-11-15 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Thu, 15 Nov 2001 21:32:09 +0000 (21:32 +0000)]
2001-11-15  Marcus Brinkmann  <marcus@g10code.de>

* verify.c (_gpgme_release_verify_result): Rename RES to RESULT.
Rename R2 to NEXT_RESULT.
(intersect_stati): Rename RES to RESULT.
(gpgme_get_sig_status): Likewise.  Do not check return_type, but
the member verify of result.
(gpgme_get_sig_key): Likewise.

* sign.c (_gpgme_release_sign_result): Rename RES to RESULT.  If
RESULT is zero, return.
(sign_status_handler, command_handler): Do not check return_type,
but the member sign of result.
(gpgme_op_sign): Likewise.  Drop assertion.

* encrypt.c (_gpgme_release_encrypt_result): Rename RES to RESULT.
If RESULT is zero, return.
(encrypt_status_handler): Do not check return_type, but the member
encrypt of result.
(gpgme_op_encrypt): Likewise.  Drop assertion.

* decrypt.c (_gpgme_release_decrypt_result): Rename RES to RESULT.
(create_result_struct): Do not set result_type.
(command_handler, decrypt_status_handler): Do not check
return_type, but the member decrypt of result.
(gpgme_op_decrypt): Likewise.  Drop assertion.

* context.h (enum ResultType): Removed.
(struct gpgme_context_s): Remove member result_type.
(struct result): Replaces union result.
* gpgme.c: Include string.h.
(_gpgme_release_result): Release all members of c->result, which
is now a struct.  Zero out all members of the struct afterwards.

23 years ago2001-11-11 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Sun, 11 Nov 2001 18:54:57 +0000 (18:54 +0000)]
2001-11-11  Marcus Brinkmann  <marcus@g10code.de>

* rungpg.c (_gpgme_gpg_release): Release GPG->cmd.cb_data.
Release all members of the list GPG->arglist.
Reported by Michael Schmidt <mschmidt@cs.uni-sb.de>.

23 years agogpgme/
Marcus Brinkmann [Fri, 2 Nov 2001 15:51:15 +0000 (15:51 +0000)]
gpgme/
2001-11-02  Marcus Brinkmann  <marcus@g10code.de>

* rungpg.c (pipemode_copy): Change type of NBYTES to size_t.

* key.c: Include string.h.
* data.c: Likewise.
* recipient.c: Likewise.

tests/
2001-11-02  Marcus Brinkmann  <marcus@g10code.de>

* t-data.c: Include stddef.h.
(read_once_test): Change type of READ to size_t.
(read_test): Likewise.
(write_test): Likewise.

23 years ago2001-11-01 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Fri, 2 Nov 2001 15:23:40 +0000 (15:23 +0000)]
2001-11-01  Marcus Brinkmann  <marcus@g10code.de>

* logging.c (log_printf): Do not initialize ARG_PTR with 0, we
don't know the correct type.  Instead, run va_start and va_end
unconditionally.
Reported by Jose Carlos Garcia Sogo <jsogo@debian.org>.

23 years agoFix formatting.
Marcus Brinkmann [Mon, 29 Oct 2001 00:08:43 +0000 (00:08 +0000)]
Fix formatting.

23 years agogpgme/
Marcus Brinkmann [Mon, 29 Oct 2001 00:08:14 +0000 (00:08 +0000)]
gpgme/
2001-10-29  Marcus Brinkmann  <marcus@g10code.de>

* context.h: New member signers_len.  * signers.c
(gpgme_signers_clear): Require that signers are non-NULL with
assertion.  Use signers_len to determine how much keys to release.
Add documentation.
(gpgme_signers_add): Use signers_len to determine if the buffer is
large enough.  Use xtryrealloc rather than xtrymalloc and copying.
Add documentation.
(gpgme_signers_enum): Use signers_len to determine if key is
available.  Add documentation.

tests/
2001-10-29  Marcus Brinkmann  <marcus@g10code.de>

* t-signers.c: New file.
* Makefile.am (TESTS): Add t-signers.

23 years agoAdded these small tools
Werner Koch [Tue, 23 Oct 2001 11:04:17 +0000 (11:04 +0000)]
Added these small tools

23 years agoMerged with old ChnageLog which accidently was not in the CVS
Werner Koch [Tue, 23 Oct 2001 10:56:07 +0000 (10:56 +0000)]
Merged with old ChnageLog which accidently was not in the CVS

23 years ago2001-10-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 22 Oct 2001 17:31:21 +0000 (17:31 +0000)]
2001-10-22  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (TEST_ENVIRONMENT): Revert last change.

23 years agoFIx last change (grr, didn't want to check in the version I checked in).
Marcus Brinkmann [Mon, 22 Oct 2001 15:44:39 +0000 (15:44 +0000)]
FIx last change (grr, didn't want to check in the version I checked in).

23 years ago2001-10-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 22 Oct 2001 15:39:34 +0000 (15:39 +0000)]
2001-10-22  Marcus Brinkmann  <marcus@g10code.de>

* autogen.sh: Invoke automake with `-a' (add missing files).
Do not invoke configure.

23 years ago2001-10-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 22 Oct 2001 15:39:22 +0000 (15:39 +0000)]
2001-10-22  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir),
not current directory.

23 years ago2001-10-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 22 Oct 2001 14:19:25 +0000 (14:19 +0000)]
2001-10-22  Marcus Brinkmann  <marcus@g10code.de>

* t-data.c (write_test): New function.
(main): Invoke write_test for all rounds except TEST_OUT_CB.

23 years ago2001-10-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 22 Oct 2001 14:18:08 +0000 (14:18 +0000)]
2001-10-22  Marcus Brinkmann  <marcus@g10code.de>

* data.c (_gpgme_data_append): Check if LENGTH is smaller than
ALLOC_CHUNK, not DH->length.

23 years ago2001-10-22 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Mon, 22 Oct 2001 12:50:36 +0000 (12:50 +0000)]
2001-10-22  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (INCLUDES): Remove spurious duplicate to silence
automake.

23 years agoFix version number dependency.
Marcus Brinkmann [Mon, 22 Oct 2001 12:24:49 +0000 (12:24 +0000)]
Fix version number dependency.

23 years ago2001-10-16 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 17 Oct 2001 19:17:46 +0000 (19:17 +0000)]
2001-10-16  Marcus Brinkmann  <marcus@g10code.de>

* t-version.c: New file.
* t-data.c: Likewise.
* t-data-1.txt: Likewise.
* t-data-2.txt: Likewise.
* Makefile.am (TESTS): Add t-version, t-data.

23 years ago2001-10-17 Marcus Brinkmann <marcus@g10code.de>
Marcus Brinkmann [Wed, 17 Oct 2001 19:13:11 +0000 (19:13 +0000)]
2001-10-17  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.c (gpgme_set_protocol): Fix last change.

23 years agoNew API to switch to S/MIME. There is no code yet behind it.
Werner Koch [Mon, 15 Oct 2001 12:19:14 +0000 (12:19 +0000)]
New API to switch to S/MIME.  There is no code yet behind it.

23 years agooops - have to thank someone else
Werner Koch [Mon, 17 Sep 2001 10:40:36 +0000 (10:40 +0000)]
oops - have to thank someone else

23 years agoFixed a keylisting bug
Werner Koch [Mon, 17 Sep 2001 10:36:05 +0000 (10:36 +0000)]
Fixed a keylisting bug

23 years agoAdded more doc entries and prepared for 0.2.3 gpgme-0-2-3
Werner Koch [Mon, 17 Sep 2001 08:25:36 +0000 (08:25 +0000)]
Added more doc entries and prepared for 0.2.3

23 years agoadded new status messages
Werner Koch [Fri, 7 Sep 2001 12:47:33 +0000 (12:47 +0000)]
added new status messages