<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/assuan, branch gpgme-1.1.5</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.1.5</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.1.5'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2007-07-08T16:00:04Z</updated>
<entry>
<title>Really delete the file as announced in the ChangeLog.</title>
<updated>2007-07-08T16:00:04Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-07-08T16:00:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f15a48db5553b7897775ee3593ea891dcd2330e3'/>
<id>urn:sha1:f15a48db5553b7897775ee3593ea891dcd2330e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2007-07-08  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2007-07-08T15:46:10Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-07-08T15:46:10Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5b8e76a5334259a844ff973938b77d3e92e26f8b'/>
<id>urn:sha1:5b8e76a5334259a844ff973938b77d3e92e26f8b</id>
<content type='text'>
	* configure.ac (GPGSM_DEFAULT) [*-mingw32*]: Initialize it.
	(HAVE_ASSUAN_H): Set to 1 if we have it.
	(funopen): Use AC_REPLACE_FUNCS.
	(USE_DESCRIPTOR_PASSING): Define to 1 if we have it.  Do not
	define it at all if we don't.
	(NETLIBS) [have_w32_system]: Add -lws2_32.
	(DIRSEP_C, DIRSEP_S, EXPSEP_C, EXPSEP_S, PATHSEP_S)
	[HAVE_DOSISH_SYSTEM]: Remove definitions.

	* assuan/assuan.h (_assuan_funopen): Define to _gpgme_funopen.
	* assuan/funopen.c: Move to ../gpgme/funopen.c.
	* assuan/Makefile.am (libassuan_la_SOURCES): Remove funopen.c.

assuan/
2007-07-08  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* assuan-defs.h (struct assuan_context_s): Have partial peercred
	structure even if HAVE_W32_SYSTEM, and have full peercred
	structure only if HAVE_SO_PEERCRED.
	* assuan-connect.c (assuan_get_peercred) [!HAVE_SO_PEERCRED]: Do
	not try to set PID, UID and GID.

gpgme/
2007-07-08  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* engine-gpgsm.c [HAVE_W32_SYSTEM]: Enable the bunch of the file.
	* funopen.c (funopen): Rename to _gpgme_funopen.

</content>
</entry>
<entry>
<title>2007-07-04  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2007-07-04T21:07:27Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-07-04T21:07:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2d7cfe08b0654ba21a2455ace42eb316ef61725e'/>
<id>urn:sha1:2d7cfe08b0654ba21a2455ace42eb316ef61725e</id>
<content type='text'>
	* assuan/Makefile.am (INCLUDES): Include $(top_srcdir)/gpgme.  *
	assuan/assuan.h: Include &lt;ath.h&gt; instead of trying to duplicate
	the definitions.

</content>
</entry>
<entry>
<title>2007-07-04  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2007-07-04T20:03:39Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-07-04T20:03:39Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a63c5c013771799432dadec5e2f0aabd48db6af4'/>
<id>urn:sha1:a63c5c013771799432dadec5e2f0aabd48db6af4</id>
<content type='text'>
	* assuan/: Update files to 2007-07-04 version of assuan.

</content>
</entry>
<entry>
<title>2006-12-17  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2006-12-17T21:12:40Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2006-12-17T21:12:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=13d2e5d1c769d82d05e47a3fe9733108fabd5f73'/>
<id>urn:sha1:13d2e5d1c769d82d05e47a3fe9733108fabd5f73</id>
<content type='text'>
	* configure.ac: Fix two typos in last change.

gpgme/
2006-12-17  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.c (gpgme_set_protocol): Shut down the engine when
	switching protocols.
	(gpgme_ctx_set_engine_info): Likewise for engine info.
	* engine.h (_gpgme_engine_reset): New function prototype.
	* engine.c (_gpgme_engine_reset): New function.
	* engine-backend.h (struct engine_ops): New member RESET.
	* rungpg.c (_gpgme_engine_ops_gpg): Add NULL for reset function.
	* engine-gpgsm.c (_gpgme_engine_ops_gpgsm)
	[USE_DESCRIPTOR_PASSING]: Add gpgsm_reset for reset.
	(_gpgme_engine_ops_gpgsm) [!USE_DESCRIPTOR_PASSING]: Add NULL for
	reset function.
	(gpgsm_reset) [USE_DESCRIPTOR_PASSING]: New function.
	* op-support.c (_gpgme_op_reset): Try to use the engine's reset
	function if available.
	* engine-gpgsm.c (gpgsm_new): Move code to dup status_fd to ...
	(start): ... here.
	* posix-io.c (_gpgme_io_recvmsg, _gpgme_io_sendmsg): New functions.

</content>
</entry>
<entry>
<title>Update to rev 231 of libassuan.</title>
<updated>2006-11-29T16:25:46Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2006-11-29T16:25:46Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=aa1c0a545dfbddead04abb8a1754606672cc667c'/>
<id>urn:sha1:aa1c0a545dfbddead04abb8a1754606672cc667c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>assuan/</title>
<updated>2006-09-19T14:01:54Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2006-09-19T14:01:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=9e09d93de83fe1160689acb36b082c02ccb52716'/>
<id>urn:sha1:9e09d93de83fe1160689acb36b082c02ccb52716</id>
<content type='text'>
	Update to current version.

2006-09-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* configure.ac: Turn stpcpy into a replacement function.
	Check for unistd.h and add setenv as replacement function.

gpgme/
2006-09-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* setenv.c: New file.

</content>
</entry>
<entry>
<title>2005-10-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2005-10-01T20:17:03Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-01T20:17:03Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=fbf6ece78b6ad0efeab49c2e148b8720ee26c41c'/>
<id>urn:sha1:fbf6ece78b6ad0efeab49c2e148b8720ee26c41c</id>
<content type='text'>
	* assuan.h (assuan_pipe_connect, assuan_pipe_connect2): Make type
	of ARGV parameter const in prototype.
	* assuan-pipe-connect.c (assuan_pipe_connect,
	assuan_pipe_connect2): Likewise in declaration.
	(assuan_pipe_connect2): Add braindead cast to make execv happy.

</content>
</entry>
<entry>
<title>2005-10-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2005-10-01T19:51:27Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-01T19:51:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=7f6ad15cbe37cacf9b38288538195f6636b2f1bd'/>
<id>urn:sha1:7f6ad15cbe37cacf9b38288538195f6636b2f1bd</id>
<content type='text'>
	* assuan-client.c (assuan_transact): Change LINE, S and D from
	unsigned char * to char * to silence gcc warning.
	* assuan-util.c (_assuan_log_sanitized_string): Add explicit cast
	to silence gcc warning.
	* assuan-inquire.c (assuan_inquire): Likewise.

</content>
</entry>
<entry>
<title>Added missing files and fixed stuff from the recent merged.  I did only</title>
<updated>2005-08-19T16:34:42Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2005-08-19T16:34:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=01baed5b70d549290ad3f1df10158ee400ed489b'/>
<id>urn:sha1:01baed5b70d549290ad3f1df10158ee400ed489b</id>
<content type='text'>
tests on W32 at that time.

</content>
</entry>
</feed>
