<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/trunk/assuan/assuan-connect.c, branch gpgme-1.2.0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.2.0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2009-03-06T22:29:49Z</updated>
<entry>
<title>assuan/</title>
<updated>2009-03-06T22:29:49Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2009-03-06T22:29:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bf64b900febcff7ec8d40976edde01fef0c2cbdc'/>
<id>urn:sha1:bf64b900febcff7ec8d40976edde01fef0c2cbdc</id>
<content type='text'>
2009-03-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* assuan/: Update to libassuan SVN 2009-03-06.

src/
2009-03-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* version.c (do_subsystem_inits): Do not set assuan log level.
	* debug.c (debug_init): Likewise.

</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=3e8e05d2734b7d52d9eab063c991c6ebe18d4045'/>
<id>urn:sha1:3e8e05d2734b7d52d9eab063c991c6ebe18d4045</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-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=9efbc9916d9c26d0f2603fa42547d9ace6ae9da3'/>
<id>urn:sha1:9efbc9916d9c26d0f2603fa42547d9ace6ae9da3</id>
<content type='text'>
	* assuan/: Update files to 2007-07-04 version of assuan.

</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=41f65ab2031c000df0f141879d6fad346e83bcba'/>
<id>urn:sha1:41f65ab2031c000df0f141879d6fad346e83bcba</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>Merged changes from upstream libassuan to allow building a W32 DLL.</title>
<updated>2005-08-09T13:19:24Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2005-08-09T13:19:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1e619ce23f182e787e653217a114ada7c4c56c4b'/>
<id>urn:sha1:1e619ce23f182e787e653217a114ada7c4c56c4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2004-12-16  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-12-21T08:42:31Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-12-21T08:42:31Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=fbb41bdc3a4fe84dbcb8d43d05ef1731b19cf1d3'/>
<id>urn:sha1:fbb41bdc3a4fe84dbcb8d43d05ef1731b19cf1d3</id>
<content type='text'>
	* assuan-pipe-connect.c (do_finish): Do not wait for child to finish.
	(assuan_pipe_connect): Use double-fork approach.
	* assuan-connect.c (assuan_disconnect): Do not write BYE to the
	status line.

</content>
</entry>
<entry>
<title>2003-02-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-02-01T18:53:06Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-02-01T18:53:06Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2e1a1033eed4c60c4d5df9ad9871a0cd263e55b9'/>
<id>urn:sha1:2e1a1033eed4c60c4d5df9ad9871a0cd263e55b9</id>
<content type='text'>
	* assuan/: Update files to 2002-11-10 version of assuan.

gpgme/
2003-02-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* engine-gpgsm.c (map_assuan_error): Replace
	ASSUAN_Bad_Certificate_Path with ASSUAN_Bad_Certificate_Chain.
	(gpgsm_new): Use assuan_pipe_connect instead assuan_pipe_connect2.

	* util.h (DIMof): Remove macro.

	* ops.h (_gpgme_op_event_cb, _gpgme_op_event_cb_user,
	_gpgme_data_unread): Prototypes removed.

</content>
</entry>
<entry>
<title>Update to current version in newpg module.</title>
<updated>2002-01-22T16:29:12Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T16:29:12Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=33c20b87d1624f9ce40d1474ab765052decf7811'/>
<id>urn:sha1:33c20b87d1624f9ce40d1474ab765052decf7811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update from newpg.</title>
<updated>2001-12-19T00:23:25Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-19T00:23:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e8a547c3e9b1343206cc691ec88fc41db03a9d6e'/>
<id>urn:sha1:e8a547c3e9b1343206cc691ec88fc41db03a9d6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2001-12-13  Marcus Brinkmann  &lt;marcus@gnu.org&gt;</title>
<updated>2001-12-13T21:38:11Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-13T21:38:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e1643c49f521913c42ba6f6191c3ec4a57812f70'/>
<id>urn:sha1:e1643c49f521913c42ba6f6191c3ec4a57812f70</id>
<content type='text'>
	* assuan-connect.c (assuan_pipe_connect): Remove code that closes
	all the little file descriptors we set up.

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