aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * assuan-listen.c (assuan_set_hello_line, assuan_accept): AllowWerner Koch2004-05-115-27/+100
| | | | | | | | for multi line hello strings. * assuan-buffer.c (_assuan_write_line): New with parts of .. (assuan_write_line): .. factored out.
* post release version bumpWerner Koch2004-04-292-1/+5
|
* About to release 0.6.5libassuan-0-6-5Werner Koch2004-04-293-4/+4
|
* * assuan-socket-connect.c: Include string.h.Werner Koch2004-04-294-1/+8
| | | | | * assuan-logging.c: Ditto.
* 2004-04-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-222-1/+5
| | | | | * libassuan.m4: Quote first argument to AC_DEFUN.
* * assuan-socket-server.c (accept_connection_bottom): Save the pidWerner Koch2004-04-219-13/+47
| | | | | | | | | | | | | of the peer if it is available. * assuan-socket-connect.c (assuan_socket_connect): Do not save the dummy SERVED_PID arg. * assuan-pipe-connect.c (do_finish): Don't wait if the pid is 0. (assuan_pipe_connect2): Store the parents pid in the environment of the child. * assuan-pipe-server.c (assuan_init_pipe_server): Initialize the peer's pid from the environment. * assuan-connect.c (assuan_get_pid): Do not return 0 as a PID.
* * assuan-socket-server.c, assuan-socket-connect.c: IncludesWerner Koch2004-04-195-2/+16
| | | | | | sys/types.h. Reported by Michael Nottebrock. * assuan-domain-connect.c: Ditto.
* 2004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann2004-04-192-2/+6
| | | | | * autogen.sh: Added ACLOCAL_FLAGS.
* Include <errno.h>. Reported by Bernd Kuhls.Werner Koch2004-03-142-0/+5
|
* post release version number bumpWerner Koch2004-02-202-1/+5
|
* About to release 0.6.4libassuan-0-6-4Werner Koch2004-02-205-8/+12
|
* (assuan_get_data_fp): Fail with ENOSYS if weWerner Koch2004-02-184-4/+25
| | | | | can't implement this.
* (memrchr): Fixed implementation. Taken from gpgme.Werner Koch2004-02-152-6/+14
|
* Removed the unneeded alloca.h.Werner Koch2004-02-136-3/+14
|
* Released 0.6.3libassuan-0-6-3Werner Koch2004-01-294-4/+8
|
* (assuan_pipe_connect2): New as anWerner Koch2004-01-244-16/+34
| | | | | extension of assuan_pipe_connect. Made the latter call this one.
* (_assuan_cookie_write_data): Return theWerner Koch2004-01-144-4/+18
| | | | | | requested size to indicate successful operation. Fixes a spurious bug we previously fixed using fflush().
* post release version number bump.Werner Koch2003-12-182-1/+4
|
* Add filelibassuan-0-6-2Werner Koch2003-12-181-0/+133
|
* Last typo fix.Werner Koch2003-12-181-1/+1
|
* getting ready for a new release.Werner Koch2003-12-182-401/+4
|
* Getting ready for a new releaseWerner Koch2003-12-188-48/+154
|
* * assuan-buffer.c: Changed formatting of the debug output prefix.Werner Koch2003-12-167-22/+78
| | | | | | | | * assuan-util.c (assuan_set_log_stream): Set global log stream if it has not been done yet. * assuan-logging.c (_assuan_set_default_log_stream): New. (assuan_set_assuan_log_prefix): New.
* Add some notesWerner Koch2003-12-111-1/+4
|
* * funopen.c (_assuan_funopen): Renamed from funopen, to keep theWerner Koch2003-12-113-12/+40
| | | | | | | name space clean and avoid duplicate definitions if another library uses the same replacement. * assuan-defs.h (funopen): Renamed prototype and add a macro.
* * Makefile.am: Add README.CVS and autogen.sh. Removed m4/Makefile.Werner Koch2003-12-083-4/+3
|
* added file we want to keep in the CVSWerner Koch2003-12-083-0/+7321
|
* doc typo fixesWerner Koch2003-12-083-2/+6
|
* * TODO: New.Werner Koch2003-12-086-144/+144
| | | | | | | | * Makefile.am: Add README.CVS and autogen.sh * README.CVS: New. * autogen.sh: Revamped. * configure.ac: Add automake version number for autgen.sh use.
* Post release version bumbWerner Koch2003-11-172-1/+4
|
* About to release 0.6.1libassuan-0-6-1Werner Koch2003-11-173-2/+8
|
* (process_request): Kludge to print better errorWerner Koch2003-11-124-59/+109
| | | | | messages for gpg-error enabled programs.
* 2003-11-11 Moritz Schulte <[email protected]>Moritz Schulte2003-11-112-3/+8
| | | | | | * assuan-socket-connect.c (assuan_socket_connect): Fix computation of socket address length.
* (assuan_inquire): Increase length of cmdbuf toWerner Koch2003-08-134-2/+575
| | | | | the Assuan limit.
* Bumbed version number for next development cycleWerner Koch2003-08-062-1/+5
|
* * lgpl.texi: New.libassuan-0-6-0Werner Koch2003-08-0610-33/+94
| | | | | | | * gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi.
* Cleanups for newer autoconf.Werner Koch2003-07-298-562/+526
|
* * mkerrors: Kludge to print libgpg-error values in an easierWerner Koch2003-07-033-3/+18
| | | | | readable way.
* * libassuan.m4: New. Based on libgrypt.m4.Werner Koch2003-04-2911-122/+162
| | | | | | | | | | | * Makefile.am (m4data_DATA): New. * assuan.h (AssuanCommand): Removed. * assuan-handler.c: Remove the cmd_id element, (assuan_register_command): Likewise. Note that semantics changed. (_assuan_register_std_commands): Adjusted.
* 2003-02-22 Neal H. Walfield <[email protected]>Neal Walfield2003-02-222-1/+5
| | | | | * Makefile.am (bin_SCRIPTS): Renamed from bin_PROGRAMS.
* 2003-02-18 Neal H. Walfield <[email protected]>Neal Walfield2003-02-182-0/+514
| | | | | * COPYING: New file.
* /Neal Walfield2003-02-189-2/+158
| | | | | | | | | | | | | | | | | | | 2003-02-18 Neal H. Walfield <[email protected]> * configure.ac: Fix typo. (AC_CONFIG_FILES): Remove common/Makefile.am. * common: Remove directory. src/ 2003-02-18 Neal H. Walfield <[email protected]> * Makefile.am (libassuan_a_LIBADD): New variable. * funopen.c: Move from ../common. * isascii.c: Likewise. * memrchr.c: Likewise. * putc_unlocked.c: Likewise.
* /Neal Walfield2003-02-185-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-02-18 Neal H. Walfield <[email protected]> * common: New directory. * Makefile.am (SUBDIRS): Add common. * configure.ac: Check for funopen. If not present, check for fopencookie and implement it in terms of that. Otherwise, fail. (AC_CONFIG_FILES): Add common/Makefile. src/ 2003-02-18 Neal H. Walfield <[email protected]> * assuan-handler.c (_IO_cookie_io_functions_t): Remove. (cookie_io_functions_t): Remove. (fopencookie): Remove prototype. (assuan_get_data_fp): Use funopen, not fopencookie. common/ 2003-02-18 Neal H. Walfield <[email protected]> * Makefile.am: New file. * funopen.c: New file. * isascii.c: Imported from newpg. * memrchr.c: Likewise. * putc_unlocked.c: Likewise.
* /Neal Walfield2003-02-185-0/+134
| | | | | | | | | | | | | | | | 2003-02-18 Neal H. Walfield <[email protected]> * configure.ac (AC_CONFIG_FILES): Add src/libassuan-config. (LIBASSUAN_CONFIG_LIBS, LIBASSUAN_CONFIG_CFLAGS): New variables. AC_SUBST them. src/ 2003-02-18 Neal H. Walfield <[email protected]> * libassuan-config.in: New file. * Makefile.am (bin_PROGRAMS): New variable.
* 2003-02-18 Neal H. Walfield <[email protected]>Neal Walfield2003-02-185-0/+1207
| | | | | | | | * Makefile.am: New file. * fdl.texi: New file. * gpl.texi: New file. * assuan.texi: Imported from newpg.
* 2003-02-17 Neal H. Walfield <[email protected]>Neal Walfield2003-02-1812-0/+1659
| | | | | | | | | | | | | | | | | | | * AUTHORS: New file. * INSTALL: New file. * Makefile.am: New file. * NEWS: New file. * README: New file. * autogen.sh: New file, copied from newpg. * configure.ac: New file, imported from newpg. * depcomp: New file. * install-sh: New file. * missing: New file. * mkinstalldirs: New file. * doc: New directory. * src: New directory. * tests: New directory.
* 2003-02-17 Neal H. Walfield <[email protected]>Neal Walfield2003-02-182-0/+5
| | | | | * .cvsignore: New file.
* 2003-02-17 Neal H. Walfield <[email protected]>Neal Walfield2003-02-1812-208/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (lib_LIBRARIES): Use this instead of . . . (noinst_LIBRARIES): . . . this. (include_HEADERS): New variable. (libassuan_a_SOURCES): Remove assuan.h, add assuan-logging.c. * assuan.h (assuan_set_assuan_log_stream): New prototype. (assuan_get_assuan_log_stream): Likewise. (assuan_get_assuan_log_prefix): Likewise. * assuan-logging.c: New file. * assuan-buffer.c [HAVE_JNLIB_LOGGIN]: Do not include "../jnlib/logging.h". (my_log_prefix): Remove function. (_assuan_read_line): Use assuan_get_assuan_log_prefix in lieu of my_log_prefix. (assuan_write_line): Likewise. (_assuan_cookie_write_data): Likewise. (_assuan_cookie_write_flush): Likewise. * assuan-domain-connect.c (LOGERROR, LOGERROR1, LOGERROR2, LOGERRORX): Remove. (LOG): New macro. (domain_reader): Use it. (domain_writer): Likewise. (domain_sendfd): Likewise. (domain_receivefd): Likewise. (_assuan_domain_init): Likewise. (assuan_domain_connect): Likewise. * assuan-pipe-connect.c [HAVE_JNLIB_LOGGIN]: Do not include "../jnlib/logging.h". (LOGERROR, LOGERROR1, LOGERROR2, LOGERRORX): Remove. (LOG): New macro. (assuan_pipe_connect): Use it. * assuan-socket-connect.c [HAVE_JNLIB_LOGGIN]: Do not include "../jnlib/logging.h". (LOGERROR, LOGERROR1, LOGERROR2, LOGERRORX): Remove. (LOG): New macro. (assuan_socket_connect): Use it. (socket_reader): Remove dead code. (socket_writer): Likewise. * assuan-util.c [HAVE_JNLIB_LOGGIN]: Do not include "../jnlib/logging.h". (_assuan_log_sanitized_string): Use assuan_get_assuan_log_stream, not jnlib.
* 2002-11-24 Neal H. Walfield <[email protected]>Neal Walfield2002-11-253-4/+18
| | | | | | | | | * assuan.h (assuan_command_parse_fd): New prototype. * assuan-handler.c (assuan_command_parse_fd): Rename from parse_cmd_input_output. Export. (std_handler_input): Update to use assuan_command_parse_fd. (std_handler_output): Likewise.
* Fix tyop.Neal Walfield2002-11-241-1/+1
|