2011-12-02 10:32:31 +00:00
|
|
|
2011-12-02 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
NB: ChangeLog files are no longer manually maintained. Starting
|
|
|
|
on December 1st, 2011 we put change information only in the GIT
|
|
|
|
commit log, and generate a top-level ChangeLog file from logs at
|
|
|
|
"make dist". See doc/HACKING for details.
|
|
|
|
|
2011-04-06 12:16:52 +00:00
|
|
|
2011-04-06 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* gpg-error.m4: Update from current libgpg-error repo.
|
|
|
|
|
2010-05-07 23:22:38 +00:00
|
|
|
2010-05-07 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* libassuan.m4: Update from libassuan svn.
|
|
|
|
|
2009-11-10 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Activate UIServer if FD passing is enabled and
Assuan is available.
m4/
2009-11-10 Marcus Brinkmann <marcus@g10code.de>
* libassuan.m4: Fix LIBASSUAN_VERSION.
src/
2009-11-10 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (uiserver_components): New variable.
(main_sources): Add it.
* ops.h, key.c (_gpgme_key_append_name): Take CONVERT argument,
implement it. Adjust callers.
(gpgme_key_from_uid): New function.
* gpgme.h.in (gpgme_protocol_t): Add GPGME_PROTOCOL_DEFAULT.
(gpgme_encrypt_flags_t): Add GPGME_ENCRYPT_PREPARE,
GPGME_ENCRYPT_EXPECT_SIGN.
(gpgme_set_sub_protocol, gpgme_key_from_uid): New functions.
* libgpgme.vers, gpgme.def: Add new functions.
* gpgme.c (gpgme_set_protocol): Add UIServer protocol.
(gpgme_set_sub_protocol): New function.
(gpgme_get_protocol_name): Add UIServer and default protocol.
* assuan-support.c: Return correct error values, implement
socketpair for POSIX.
* priv-io.h, posix-io.c, w32-io.c, w32-glib-io.c,
w32-qt-io.cpp (_gpgme_io_spawn): Add ATFORK and ATFORKVALUE
arguments. Implement it for POSIX. Adjust all callers.
* engine.h, engine-backend.h (_gpgme_engine_set_protocol)
(_gpgme_engine_op_decrypt_verify): New prototypes. Adjust all
users.
* engine.c (engine_ops, gpgme_get_engine_info): Add UIServer
engine.
(_gpgme_engine_set_protocol, _gpgme_engine_op_decrypt_verify): New
function.
* decrypt-verify.c (decrypt_verify_start): Call
_gpgme_engine_op_decrypt_verify.
* util.h, posix-util.c,
w32-util.c (_gpgme_get_uiserver_socket_path): New function.
* engine-gpgsm.c (gpgsm_set_fd): Fix _gpgme_io_pipe invocation.
* gpgme-tool.c: Some support for UIServer protocol.
* engine-uiserver.c: New file.
2009-11-10 09:07:19 +00:00
|
|
|
2009-11-10 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* libassuan.m4: Fix LIBASSUAN_VERSION.
|
|
|
|
|
2006-06-08 22:07:27 +00:00
|
|
|
2006-06-08 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* pth.m4: Add --all to pth-config invocation.
|
|
|
|
|
2006-02-22 11:58:33 +00:00
|
|
|
2006-02-22 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* pth.m4: Fix code generation (required for Max OS X).
|
|
|
|
Submitted by Emanuele Giaquinta <exg@gentoo.org>.
|
|
|
|
|
2005-11-17 18:45:14 +00:00
|
|
|
2005-11-17 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* glib-2.0.m4: New file.
|
|
|
|
|
2005-01-12 10:16:32 +00:00
|
|
|
2004-12-28 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* pth.m4: Changed quoting for use with automake 1.9.
|
|
|
|
|
2004-09-14 18:30:23 +00:00
|
|
|
2004-09-14 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
2004-09-14 18:31:45 +00:00
|
|
|
* pth.m4: Disable _ac_pth_line, and don't fail if Pth is not
|
|
|
|
found.
|
2010-05-07 23:22:38 +00:00
|
|
|
|
2004-09-14 18:30:23 +00:00
|
|
|
* glibc21.m4: New file.
|
|
|
|
* gpg-error.m4: New file.
|
|
|
|
* pth.m4: New file.
|
|
|
|
|
2011-12-02 10:32:31 +00:00
|
|
|
|
|
|
|
Copyright (C) 2004, 2005, 2009, 2010, 2011 g10 Code GmbH
|
2004-09-14 18:30:23 +00:00
|
|
|
|
|
|
|
This file is free software; as a special exception the author gives
|
|
|
|
unlimited permission to copy and/or distribute it, with or without
|
|
|
|
modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
This file is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|