a68fd530ef
* 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. |
||
---|---|---|
.. | ||
assuan-buffer.c | ||
assuan-client.c | ||
assuan-connect.c | ||
assuan-defs.h | ||
assuan-domain-connect.c | ||
assuan-domain-server.c | ||
assuan-handler.c | ||
assuan-inquire.c | ||
assuan-io.c | ||
assuan-listen.c | ||
assuan-logging.c | ||
assuan-pipe-connect.c | ||
assuan-pipe-server.c | ||
assuan-socket-connect.c | ||
assuan-socket-server.c | ||
assuan-util.c | ||
assuan.h | ||
ChangeLog | ||
Makefile.am | ||
mkerrors | ||
README.1st |
This is a modified copy of the libassuan library. Don't modify it, but instead modify the original Assuan library and merge the changes back into this copy. The changes to the original libassuan, that have to preserved when updating this directory, are: * Makefile.am ** Build the library with libtool as a convenience library, which can be linked into the shared library GPGME. ** Do not install the library or the header file. ** Define -D_ASSUAN_IN_GPGME_BUILD_ASSUAN to wrap some POSIX functions with ATH replacements. * assuan.h ** Define _ASSUAN_IN_GPGME to enable GPGME specific code. ** Put all exported Assuan functions in the _gpgme namespace. ** Also wrap all system functions that are wrapped by GNU Pth to _gpgme wrappers. * assuan-io.c ** Don't try to support GNU Pth here. * assuan-pipe-connect.c ** Do not install SIGPIPE signal handler here. Copyright 2004 g10 Code GmbH 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.